[data-v-1786a71c]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-1786a71c]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-1786a71c]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-1786a71c],
body[data-v-1786a71c] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-1786a71c] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-1786a71c] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-1786a71c] {
    border: none;
    outline: none;
}
}
input[data-v-1786a71c]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-1786a71c],
textarea[data-v-1786a71c] {
  border: none;
  outline: none;
}
textarea[data-v-1786a71c] {
  font-family: "microsoft yahei";
}
em[data-v-1786a71c] {
  color: #e80000;
  font-style: normal;
}
i[data-v-1786a71c] {
  font-style: normal;
}
.v-enter-active[data-v-1786a71c],
.v-leave-active[data-v-1786a71c] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-1786a71c],
.v-leave-to[data-v-1786a71c] {
  opacity: 0;
}
[v-cloak][data-v-1786a71c] {
  display: none;
}
.f-e80000[data-v-1786a71c] {
  color: #e80000;
}
.flex[data-v-1786a71c] {
  display: flex;
}
.flex-a[data-v-1786a71c] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-1786a71c] {
  font-family: fangsong;
}
.pingfang[data-v-1786a71c] {
  font-family: pingfang sc !important;
}
.underline[data-v-1786a71c] {
  text-decoration: underline;
}
.t-over[data-v-1786a71c] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-1786a71c] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-1786a71c] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-1786a71c] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-1786a71c] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-1786a71c] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-1786a71c] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-1786a71c] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-1786a71c] {
  cursor: pointer;
}
.trans1[data-v-1786a71c] {
  transition: ease 0.1s;
}
.trans2[data-v-1786a71c] {
  transition: ease 0.2s;
}
.trans3[data-v-1786a71c] {
  transition: ease 0.3s;
}
.trans4[data-v-1786a71c] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-1786a71c] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-1786a71c]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-1786a71c] {
  text-align: center;
}
.icon-pay-way-wx[data-v-1786a71c] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-1786a71c] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-1786a71c]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-1786a71c] {
  animation: slide-down-in-1786a71c ease 0.3s;
}
.dialog-fade-leave-active[data-v-1786a71c] {
  animation: slide-down-out-1786a71c ease 0.3s;
}
.icon-loading-circle[data-v-1786a71c] {
  animation: loading-circle-1786a71c 1s linear infinite;
}
@keyframes slide-down-in-1786a71c {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-1786a71c {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-1786a71c {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-1786a71c] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-1786a71c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-1786a71c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-1786a71c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-1786a71c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-1786a71c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-1786a71c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-1786a71c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-1786a71c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-1786a71c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-1786a71c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-1786a71c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-1786a71c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-1786a71c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-1786a71c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-1786a71c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-1786a71c] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-1786a71c] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-1786a71c] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-1786a71c] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-1786a71c] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-1786a71c] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-1786a71c] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-1786a71c] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-1786a71c] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-1786a71c] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-1786a71c] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-1786a71c] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-1786a71c] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-1786a71c] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-1786a71c] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-1786a71c] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-1786a71c] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-1786a71c] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-1786a71c] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-1786a71c] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-1786a71c] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-1786a71c] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-1786a71c] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-1786a71c] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-1786a71c] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-1786a71c] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-1786a71c] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-1786a71c] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-1786a71c] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-1786a71c] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-1786a71c] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-1786a71c] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-1786a71c] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-1786a71c] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-1786a71c] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-1786a71c] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-1786a71c] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-1786a71c] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-1786a71c] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-1786a71c] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-1786a71c] {
  background-position: -218px -553px;
}
.choose-tab[data-v-1786a71c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #333;
  padding-bottom: 18px;
  border-bottom: 1px solid #eee;
}
.choose-tab > div[data-v-1786a71c] {
  cursor: pointer;
  position: relative;
}
.choose-tab > div.action[data-v-1786a71c] {
  color: #e80000;
}
.choose-tab > div.action span[data-v-1786a71c] {
  position: relative;
  font-weight: bold;
}
.choose-tab > div.action span[data-v-1786a71c]::before {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #e80000;
  transform: translateX(-50%);
}
.choose-tab-center[data-v-1786a71c] {
  justify-content: center;
}
.choose-tab-center div[data-v-1786a71c] {
  margin-right: 60px;
}
.choose-tab-center div[data-v-1786a71c]:last-of-type {
  margin-right: 0;
}
[data-v-72a62f95]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-72a62f95]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-72a62f95]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-72a62f95],
body[data-v-72a62f95] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-72a62f95] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-72a62f95] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-72a62f95] {
    border: none;
    outline: none;
}
}
input[data-v-72a62f95]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-72a62f95],
textarea[data-v-72a62f95] {
  border: none;
  outline: none;
}
textarea[data-v-72a62f95] {
  font-family: "microsoft yahei";
}
em[data-v-72a62f95] {
  color: #e80000;
  font-style: normal;
}
i[data-v-72a62f95] {
  font-style: normal;
}
.v-enter-active[data-v-72a62f95],
.v-leave-active[data-v-72a62f95] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-72a62f95],
.v-leave-to[data-v-72a62f95] {
  opacity: 0;
}
[v-cloak][data-v-72a62f95] {
  display: none;
}
.f-e80000[data-v-72a62f95] {
  color: #e80000;
}
.flex[data-v-72a62f95] {
  display: flex;
}
.flex-a[data-v-72a62f95] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-72a62f95] {
  font-family: fangsong;
}
.pingfang[data-v-72a62f95] {
  font-family: pingfang sc !important;
}
.underline[data-v-72a62f95] {
  text-decoration: underline;
}
.t-over[data-v-72a62f95] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-72a62f95] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-72a62f95] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-72a62f95] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-72a62f95] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-72a62f95] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-72a62f95] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-72a62f95] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-72a62f95] {
  cursor: pointer;
}
.trans1[data-v-72a62f95] {
  transition: ease 0.1s;
}
.trans2[data-v-72a62f95] {
  transition: ease 0.2s;
}
.trans3[data-v-72a62f95] {
  transition: ease 0.3s;
}
.trans4[data-v-72a62f95] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-72a62f95] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-72a62f95]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-72a62f95] {
  text-align: center;
}
.icon-pay-way-wx[data-v-72a62f95] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-72a62f95] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-72a62f95]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-72a62f95] {
  animation: slide-down-in-72a62f95 ease 0.3s;
}
.dialog-fade-leave-active[data-v-72a62f95] {
  animation: slide-down-out-72a62f95 ease 0.3s;
}
.icon-loading-circle[data-v-72a62f95] {
  animation: loading-circle-72a62f95 1s linear infinite;
}
@keyframes slide-down-in-72a62f95 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-72a62f95 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-72a62f95 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-72a62f95] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-72a62f95] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-72a62f95] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-72a62f95] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-72a62f95] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-72a62f95] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-72a62f95] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-72a62f95] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-72a62f95] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-72a62f95] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-72a62f95] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-72a62f95] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-72a62f95] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-72a62f95] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-72a62f95] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-72a62f95] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-72a62f95] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-72a62f95] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-72a62f95] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-72a62f95] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-72a62f95] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-72a62f95] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-72a62f95] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-72a62f95] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-72a62f95] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-72a62f95] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-72a62f95] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-72a62f95] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-72a62f95] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-72a62f95] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-72a62f95] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-72a62f95] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-72a62f95] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-72a62f95] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-72a62f95] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-72a62f95] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-72a62f95] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-72a62f95] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-72a62f95] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-72a62f95] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-72a62f95] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-72a62f95] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-72a62f95] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-72a62f95] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-72a62f95] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-72a62f95] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-72a62f95] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-72a62f95] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-72a62f95] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-72a62f95] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-72a62f95] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-72a62f95] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-72a62f95] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-72a62f95] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-72a62f95] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-72a62f95] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-72a62f95] {
  background-position: -218px -553px;
}
.dialog-fade-enter-active[data-v-72a62f95] {
  animation: slide-down-in-72a62f95 ease 0.3s;
}
.dialog-fade-leave-active[data-v-72a62f95] {
  animation: slide-down-out-72a62f95 ease 0.3s;
}
@keyframes slide-down-in-72a62f95 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-72a62f95 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
.dialog-mask[data-v-72a62f95] {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.dialog-mask[data-v-72a62f95] {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 100;
}
.dialog-outer[data-v-72a62f95] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dialog[data-v-72a62f95] {
  width: 460px;
  min-height: 100px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 12px 1px rgba(0, 0, 0, 0.5);
}
.dialog .public-close-btn[data-v-72a62f95] {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
.dialog .public-close-btn[data-v-72a62f95]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.dialog .dialog-header[data-v-72a62f95] {
  height: 50px;
  line-height: 50px;
  color: #333;
  padding-left: 28px;
  background-color: #f8f8f8;
}
.dialog .dialog-footer[data-v-72a62f95] {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
[data-v-fc561a9b]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-fc561a9b]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-fc561a9b]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-fc561a9b],
body[data-v-fc561a9b] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-fc561a9b] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-fc561a9b] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-fc561a9b] {
    border: none;
    outline: none;
}
}
input[data-v-fc561a9b]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-fc561a9b],
textarea[data-v-fc561a9b] {
  border: none;
  outline: none;
}
textarea[data-v-fc561a9b] {
  font-family: "microsoft yahei";
}
em[data-v-fc561a9b] {
  color: #e80000;
  font-style: normal;
}
i[data-v-fc561a9b] {
  font-style: normal;
}
.v-enter-active[data-v-fc561a9b],
.v-leave-active[data-v-fc561a9b] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-fc561a9b],
.v-leave-to[data-v-fc561a9b] {
  opacity: 0;
}
[v-cloak][data-v-fc561a9b] {
  display: none;
}
.f-e80000[data-v-fc561a9b] {
  color: #e80000;
}
.flex[data-v-fc561a9b] {
  display: flex;
}
.flex-a[data-v-fc561a9b] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-fc561a9b] {
  font-family: fangsong;
}
.pingfang[data-v-fc561a9b] {
  font-family: pingfang sc !important;
}
.underline[data-v-fc561a9b] {
  text-decoration: underline;
}
.t-over[data-v-fc561a9b] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-fc561a9b] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-fc561a9b] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-fc561a9b] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-fc561a9b] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-fc561a9b] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-fc561a9b] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-fc561a9b] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-fc561a9b] {
  cursor: pointer;
}
.trans1[data-v-fc561a9b] {
  transition: ease 0.1s;
}
.trans2[data-v-fc561a9b] {
  transition: ease 0.2s;
}
.trans3[data-v-fc561a9b] {
  transition: ease 0.3s;
}
.trans4[data-v-fc561a9b] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-fc561a9b] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-fc561a9b]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-fc561a9b] {
  text-align: center;
}
.icon-pay-way-wx[data-v-fc561a9b] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-fc561a9b] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-fc561a9b]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-fc561a9b] {
  animation: slide-down-in-fc561a9b ease 0.3s;
}
.dialog-fade-leave-active[data-v-fc561a9b] {
  animation: slide-down-out-fc561a9b ease 0.3s;
}
.icon-loading-circle[data-v-fc561a9b] {
  animation: loading-circle-fc561a9b 1s linear infinite;
}
@keyframes slide-down-in-fc561a9b {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-fc561a9b {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-fc561a9b {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-fc561a9b] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-fc561a9b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-fc561a9b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-fc561a9b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-fc561a9b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-fc561a9b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-fc561a9b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-fc561a9b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-fc561a9b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-fc561a9b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-fc561a9b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-fc561a9b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-fc561a9b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-fc561a9b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-fc561a9b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-fc561a9b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-fc561a9b] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-fc561a9b] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-fc561a9b] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-fc561a9b] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-fc561a9b] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-fc561a9b] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-fc561a9b] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-fc561a9b] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-fc561a9b] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-fc561a9b] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-fc561a9b] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-fc561a9b] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-fc561a9b] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-fc561a9b] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-fc561a9b] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-fc561a9b] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-fc561a9b] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-fc561a9b] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-fc561a9b] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-fc561a9b] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-fc561a9b] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-fc561a9b] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-fc561a9b] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-fc561a9b] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-fc561a9b] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-fc561a9b] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-fc561a9b] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-fc561a9b] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-fc561a9b] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-fc561a9b] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-fc561a9b] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-fc561a9b] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-fc561a9b] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-fc561a9b] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-fc561a9b] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-fc561a9b] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-fc561a9b] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-fc561a9b] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-fc561a9b] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-fc561a9b] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-fc561a9b] {
  background-position: -218px -553px;
}
.icon[data-v-fc561a9b] {
  width: var(--6ce3f40e);
  height: var(--15cb93df);
  min-width: var(--6ce3f40e);
  min-height: var(--15cb93df);
}
.icon[data-v-fc561a9b] > svg {
  width: var(--6ce3f40e);
  height: var(--15cb93df);
  min-width: var(--6ce3f40e);
  min-height: var(--15cb93df);
  opacity: 1;
  stroke: var(--a1076ad0);
  fill: var(--c7bb40a0);
  transition: ease 0.3s;
}
.icon[data-v-fc561a9b] > svg * {
  stroke: var(--a1076ad0);
  transition: ease 0.3s;
  fill: var(--47abd296);
}
.last-fill[data-v-fc561a9b] svg path:last-of-type {
  fill: var(--5a1dbdaa);
}
.hover-color:hover span[data-v-fc561a9b] > svg {
  stroke: var(--a1b90d1c);
  transition: ease 0.3s;
}
.hover-color:hover span[data-v-fc561a9b] > svg * {
  fill: var(--a1b90d1c);
  transition: ease 0.3s;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html,
body {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"] {
    border: none;
    outline: none;
}
}
input:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button,
textarea {
  border: none;
  outline: none;
}
textarea {
  font-family: "microsoft yahei";
}
em {
  color: #e80000;
  font-style: normal;
}
i {
  font-style: normal;
}
.v-enter-active,
.v-leave-active {
  transition: opacity 0.3s ease;
}
.v-enter-from,
.v-leave-to {
  opacity: 0;
}
[v-cloak] {
  display: none;
}
.f-e80000 {
  color: #e80000;
}
.flex {
  display: flex;
}
.flex-a {
  display: flex;
  align-items: center;
}
.fangsong {
  font-family: fangsong;
}
.pingfang {
  font-family: pingfang sc !important;
}
.underline {
  text-decoration: underline;
}
.t-over {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c {
  display: flex;
  justify-content: center;
}
.flex-a {
  display: flex;
  align-items: center;
}
.flex-ac {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999 {
  font-size: 14px;
  color: #999;
}
.f-14-bbb {
  font-size: 14px;
  color: #bbb;
}
.f-14-666 {
  font-size: 14px;
  color: #666;
}
.f-14-333 {
  font-size: 14px;
  color: #333;
}
.cursor {
  cursor: pointer;
}
.trans1 {
  transition: ease 0.1s;
}
.trans2 {
  transition: ease 0.2s;
}
.trans3 {
  transition: ease 0.3s;
}
.trans4 {
  transition: ease 0.4s;
}
._public-close-btn {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc {
  text-align: center;
}
.icon-pay-way-wx {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active {
  animation: slide-down-in ease 0.3s;
}
.dialog-fade-leave-active {
  animation: slide-down-out ease 0.3s;
}
.icon-loading-circle {
  animation: loading-circle 1s linear infinite;
}
@keyframes slide-down-in {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active {
  background-position: -29px -551px;
}
.icon-down-samil {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active {
  background-position: -112px -588px;
}
.icon-grey-search {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active {
  background-position: -152px -553px;
}
.icon-buy-new {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active {
  background-position: -185px -553px;
}
.icon-sign-new {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active {
  background-position: -218px -553px;
}
.inner {
  width: 1200px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
:deep(.protocol.icon-check) {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -15px -232px;
  vertical-align: sub;
  cursor: pointer;
}
:deep(.protocol.icon-check).checked {
  background-position: -34px -232px;
}
.s-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f0f0f0;
  font-size: 16px;
  width: 360px;
  height: 45px;
  background-color: #e80000;
  border-radius: 3px;
}
.iconfont {
  font-size: 22px;
}
.icon-guankan,
.icon-biyan {
  cursor: pointer;
}
.auth-box-popup {
  position: absolute;
  top: 50px;
  right: 16%;
  width: 370px;
  color: #666;
  line-height: 1;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 0 10px #ddd;
}
.auth-box-popup :deep(.auth-box-main) .way-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("https://down.om.cn/common/auth-icon.png");
  vertical-align: -5px;
}
.auth-box-popup :deep(.auth-box-main) .way-icon-wx {
  background-position: -139px -24px;
}
.auth-box-popup :deep(.auth-box-main) .way-icon-tel {
  background-position: -187px -24px;
}
.auth-box-popup :deep(.auth-box-main) .way-icon-qq {
  background-position: -163px -24px;
}
.auth-box-popup :deep(.auth-box-main) .other-deal {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  color: #999;
  background-color: #f6f6f6;
  border-radius: 0px 0px 4px 4px;
}
.auth-box-popup :deep(.auth-box-main) .other-deal a {
  text-decoration: underline;
  color: #e80000;
}
.auth-box-popup :deep(.auth-box-main) .auth-box-other {
  padding-top: 20px;
}
.auth-box-popup :deep(.auth-box-main) .auth-box-other .other-reg {
  color: #999;
}
.auth-box-popup :deep(.auth-box-main) .auth-box-other .other-reg a {
  text-decoration: underline;
  color: #e80000;
}
.auth-box-popup :deep(.auth-box-main) .auth-box-other .other-way {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 35px;
  margin-bottom: 29px;
}
.auth-box-popup :deep(.auth-box-main) .auth-box-other .other-way .other-list {
  display: flex;
  color: #666;
}
.auth-box-popup :deep(.auth-box-main) .auth-box-other .other-way .other-list .way-icon-box {
  cursor: pointer;
}
.auth-box-popup :deep(.auth-box-main) .auth-box-other .other-way .other-list .way-icon-box:hover {
  color: #e80000;
}
.auth-box-popup :deep(.auth-box-main) .auth-box-other .other-way .other-list .way-icon-box:nth-child(1) {
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
}
.auth-box-popup :deep(.auth-box-main) .auth-box-other .other-way .other-list .way-icon-box:nth-child(1)::before {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  height: 14px;
  width: 1px;
  background-color: #eee;
}
.auth-box-popup :deep(.auth-box-main) .auth-other-tel .other-way {
  margin-bottom: 47px;
}
.auth-box-popup :deep(.auth-box-main) .form-row {
  position: relative;
}
.auth-box-popup :deep(.auth-box-main) .form-row .form-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url("https://down.om.cn/common/auth-icon.png");
}
.auth-box-popup :deep(.auth-box-main) .form-row .form-icon-account {
  background-position: -138px -53px;
}
.auth-box-popup :deep(.auth-box-main) .form-row .form-icon-pwd {
  background-position: -160px -53px;
}
.auth-box-popup :deep(.auth-box-main) .form-row .form-icon-mobile {
  background-position: -181px -53px;
}
.auth-box-popup :deep(.auth-box-main) .form-row .form-icon-email {
  background-position: -227px -53px;
}
.auth-box-popup :deep(.auth-box-main) .form-row .form-icon-captcha {
  background-position: -204px -53px;
}
.auth-box-popup :deep(.auth-box-main) .form-row input {
  width: 300px;
  height: 44px;
  font-size: 14px;
  color: #333;
  text-indent: 36px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #dddddd;
}
.auth-box-popup :deep(.auth-box-main) .form-row input::-moz-placeholder {
  color: #bbbbbb;
  opacity: 1;
}
.auth-box-popup :deep(.auth-box-main) .form-row input::placeholder {
  color: #bbbbbb;
}
.auth-box-popup :deep(.auth-box-main) .form-row .his-cookies {
  position: absolute;
  top: 43px;
  left: 0;
  z-index: 2;
}
.auth-box-popup :deep(.auth-box-main) .form-row .his-cookies li {
  width: 300px;
  height: 44px;
  line-height: 44px;
  padding-left: 16px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  border: solid 1px #ddd;
  border-top: transparent;
  cursor: pointer;
}
.auth-box-popup :deep(.auth-box-main) .form-row .his-cookies li:first-of-type {
  border-top: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
}
.auth-box-popup :deep(.auth-box-main) .form-row .his-cookies li:last-of-type {
  border-radius: 0 0 4px 4px;
}
.auth-box-popup :deep(.auth-box-main) .form-row .his-cookies li:hover {
  color: #e80000;
  background-color: #f0f0f0;
}
.auth-box-popup :deep(.auth-box-main) .form-row .eye {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}
.auth-box-popup :deep(.auth-box-main) .form-row-captcha {
  display: flex;
  justify-content: space-between;
}
.auth-box-popup :deep(.auth-box-main) .form-row-captcha input {
  width: 180px;
}
.auth-box-popup :deep(.auth-box-main) .submit-btn {
  width: 100%;
  height: 44px;
  color: #f0f0f0;
  text-align: center;
  line-height: 44px;
  border-radius: 4px;
  background-color: #e80000;
}
.auth-box-popup :deep(.auth-box-main) .submit-btn:hover {
  background-color: #ff2424;
}
.login-box-popup .toggle-way-box {
  position: absolute;
  right: 4px;
  top: 4px;
}
.login-box-popup .toggle-way-box:hover .way-tips {
  display: block;
}
.login-box-popup .toggle-way-box .toggle-icon {
  width: 38px;
  height: 38px;
  display: inline-block;
  background-image: url("https://down.om.cn/common/auth-icon.png");
  cursor: pointer;
}
.login-box-popup .toggle-way-box .toggle-icon-tel {
  background-position: -33px -24px;
}
.login-box-popup .toggle-way-box .toggle-icon-code {
  background-position: -87px -24px;
}
.login-box-popup .toggle-way-box .way-tips {
  position: absolute;
  right: 42px;
  top: 5px;
  color: #e80000;
  font-size: 12px;
  padding: 8px;
  white-space: nowrap;
  background-color: #ffecec;
  border-radius: 4px;
  border: solid 1px #f69b9b;
  display: none;
}
.login-box-popup .toggle-way-box .way-tips::before {
  content: "";
  position: absolute;
  top: 12px;
  right: -4px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #f69b9b;
  border-right: 1px solid #f69b9b;
  background-color: #ffecec;
  transform: rotate(45deg);
}
.login-box-popup .code-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 35px 0 35px;
}
.login-box-popup .code-box .code-box-title {
  margin-bottom: 16px;
}
.login-box-popup .code-box .code-box-title > span {
  color: #333;
  font-size: 16px;
}
.login-box-popup .code-box .code-box-main {
  width: 300px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 24px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.login-box-popup .code-box .code-box-main .code-img {
  position: relative;
  width: 185px;
  height: 185px;
  margin: 0 auto;
}
.login-box-popup .code-box .code-box-main img {
  width: 185px;
  height: 185px;
}
.login-box-popup .code-box .code-box-main .code-expire-mask {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.6);
}
.login-box-popup .code-box .code-box-main .code-expire-mask p {
  font-size: 18px;
  color: #fff;
}
.login-box-popup .code-box .code-box-main .code-expire-mask button {
  width: 88px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  margin-top: 20px;
  border-radius: 4px;
  background-color: #3bc66f;
}
.login-box-popup .code-box .code-box-main .code-ques {
  width: 236px;
  height: 36px;
  font-size: 14px;
  color: #333;
  line-height: 36px;
  margin: 10px auto 0 auto;
  background-color: #f2f2f2;
  border-radius: 50px;
}
.login-box-popup .code-box .code-box-main .code-ques span {
  color: #e80000;
  cursor: pointer;
  text-decoration: underline;
}
.login-box-popup .tel-box {
  padding: 47px 35px 0 35px;
}
.login-box-popup .tel-box-form {
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
  margin-top: 34px;
}
.login-box-popup .tel-box-form .form-row {
  margin-bottom: 20px;
}
.login-box-popup .tel-box-form .submit-btn {
  margin-top: 10px;
}
.login-box-popup .tel-box-form .form-other {
  color: #999;
  text-align: right;
  margin-top: 12px;
}
.forgot-box-popup .tel-box,
.register-box-popup .tel-box,
.bind-box-popup .tel-box {
  padding: 30px 35px 0 35px;
}
.forgot-box-popup .tel-box-form,
.register-box-popup .tel-box-form,
.bind-box-popup .tel-box-form {
  margin-top: 30px;
}
.forgot-box-popup .tel-box-form .form-row,
.register-box-popup .tel-box-form .form-row,
.bind-box-popup .tel-box-form .form-row {
  margin-bottom: 14px;
}
.forgot-box-popup .tel-box-form .submit-btn,
.register-box-popup .tel-box-form .submit-btn,
.bind-box-popup .tel-box-form .submit-btn {
  margin-top: 6px;
}
.bind-box-popup .bind-title {
  text-align: center;
  font-size: 16px;
}
.bind-box-popup .bind-wx-title {
  text-align: center;
  margin-bottom: -9px;
}
.bind-box-popup .bind-wx-title .bind-wx-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 44px;
  color: #e80000;
  border: 1px solid #e80000;
  border-radius: 4px;
  margin: 19px 0 15px 0;
}
.bind-box-popup .bind-wx-title p {
  color: #333;
  font-size: 14px;
}
.bind-box-popup .bind-wx-title .or {
  color: #ccc;
  margin-bottom: 15px;
}
.bind-box-popup .bind-wx-title .new-user-notice {
  position: relative;
}
.bind-box-popup .bind-wx-title .new-user-notice::before,
.bind-box-popup .bind-wx-title .new-user-notice::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 36px;
  background-color: #ddd;
}
.bind-box-popup .bind-wx-title .new-user-notice::before {
  left: 0;
}
.bind-box-popup .bind-wx-title .new-user-notice::after {
  right: 0;
}
.bind-box-popup .bind-old-title {
  margin-bottom: 20px;
}
.bind-box-popup .bind-tips .tips-icon {
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("https://down.om.cn/common/auth-icon.png");
  background-position: -254px -54px;
  vertical-align: bottom;
  z-index: 2;
  cursor: pointer;
}
.bind-box-popup .bind-tips .tips-icon:hover i {
  opacity: 1;
  visibility: visible;
}
.bind-box-popup .bind-tips .tips-icon i {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 254px;
  padding: 20px;
  color: #666;
  font-size: 14px;
  text-align: left;
  line-height: 22px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.2s;
}
.bind-box-popup .bind-tips .tips-icon i:hover {
  opacity: 1;
  visibility: visible;
}
.bind-box-popup .bind-tips .tips-icon i::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 0;
  width: 100%;
  height: 20px;
}
.bind-box-popup .bind-tips .tips-icon i::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  display: block;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.bind-box-popup .bind-other-box .bind-link {
  width: 300px;
  margin: 15px auto;
  text-align: right;
}
.bind-box-popup .bind-other-box .bind-link a {
  color: #e80000;
  text-decoration: underline;
}
.bind-box-popup .bind-old-other {
  padding-bottom: 15px;
}
.err-msg-box .dialog-body {
  padding: 40px 50px 0;
}
.err-msg-box .dialog-body p {
  color: #666;
  text-align: center;
}
.err-msg-box .dialog-body p:last-child {
  margin-top: 10px;
}
.err-msg-box .dialog-body p:last-child a {
  color: #e80000;
  text-decoration: underline;
}
.dialog-error-info .dialog-outer .dialog .dialog-body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  padding: 0 30px;
}
.clearfix:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.s-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f0f0f0;
  font-size: 16px;
  width: 360px;
  height: 45px;
  background-color: #e80000;
  border-radius: 3px;
}
.iconfont {
  font-size: 22px;
}
.dialog-fade-enter-active {
  animation: slide-down-in ease 0.3s;
}
.dialog-fade-leave-active {
  animation: slide-down-out ease 0.3s;
}
@keyframes slide-down-in {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
.dialog-mask {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.dialog-mask {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 100;
}
.dialog-outer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -moz-max-content;
  width: max-content;
}
.dialog-main {
  display: flex;
  min-height: 489px;
  background: #fff;
  border-radius: 5px;
  line-height: 1;
  position: relative;
}
.dialog-main .login-poster {
  min-width: -moz-max-content;
  min-width: max-content;
  height: 522px;
}
.dialog-main .login-poster img {
  width: 100%;
  height: 100%;
}
.dialog-main .auth-box-main {
  min-width: 450px;
  height: 522px;
  border-radius: 4px;
  position: relative;
  padding: 28px 30px 0;
  width: 450px;
  background-color: #fff;
}
.dialog-main .auth-box-main .welcome {
  font-size: 22px;
  font-weight: bold;
  color: #333;
}
.dialog-main .auth-box-main .not-acc {
  font-size: 14px;
  color: #999;
  margin-top: 12px;
  margin-bottom: 32px;
}
.dialog-main .auth-box-main .not-acc > span {
  color: #333;
  cursor: pointer;
}
.dialog-main .auth-box-main .not-acc > span:hover {
  color: #e80000;
}
.dialog-main .auth-box-main .way-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("https://down.om.cn/common/auth-icon.png");
  vertical-align: -5px;
}
.dialog-main .auth-box-main .way-icon-wx {
  background-position: -139px -24px;
}
.dialog-main .auth-box-main .way-icon-tel {
  background-position: -187px -24px;
}
.dialog-main .auth-box-main .way-icon-qq {
  background-position: -163px -24px;
}
.dialog-main .auth-box-main .footer-tog {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.dialog-main .auth-box-main .auth-box-other {
  padding-top: 24px;
  position: relative;
  height: 58px;
  display: flex;
  padding: 0 30px;
}
.dialog-main .auth-box-main .auth-box-other .other-reg {
  color: #999;
}
.dialog-main .auth-box-main .auth-box-other .other-reg a,
.dialog-main .auth-box-main .auth-box-other .other-deal a {
  color: #333;
}
.dialog-main .auth-box-main .auth-box-other .other-reg a:hover,
.dialog-main .auth-box-main .auth-box-other .other-deal a:hover {
  color: #e80000;
}
.dialog-main .auth-box-main .auth-box-other .other-way {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-top: 1px solid #eee;
}
.dialog-main .auth-box-main .auth-box-other .other-way .other-list {
  display: flex;
  align-items: center;
  color: #666;
}
.dialog-main .auth-box-main .auth-box-other .other-way .other-list .way-icon-box {
  cursor: pointer;
  margin-left: 10px;
}
.dialog-main .auth-box-main .auth-box-other .other-way .other-list .way-icon-box:hover {
  color: #e80000;
}
.dialog-main .auth-box-main .auth-box-other .other-way-center {
  justify-content: center;
}
.dialog-main .auth-box-main .auth-box-other .other-deal {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  color: #999;
  background-color: #f6f6f6;
  border-radius: 0px 0px 4px 4px;
}
.dialog-main .auth-box-main .auth-box-other .immediately-register {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: #666;
}
.dialog-main .auth-box-main .auth-box-other .immediately-register > span {
  text-decoration: underline;
  cursor: pointer;
}
.dialog-main .auth-box-main .auth-box-other .immediately-register > span:hover {
  color: #e80000;
}
.dialog-main .auth-box-main .form-row {
  position: relative;
}
.dialog-main .auth-box-main .form-row .form-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url("https://down.om.cn/common/auth-icon.png");
}
.dialog-main .auth-box-main .form-row .form-icon-account {
  background-position: -138px -53px;
}
.dialog-main .auth-box-main .form-row .form-icon-pwd {
  background-position: -160px -53px;
}
.dialog-main .auth-box-main .form-row .form-icon-mobile {
  background-position: -181px -53px;
}
.dialog-main .auth-box-main .form-row .form-icon-email {
  background-position: -227px -53px;
}
.dialog-main .auth-box-main .form-row .form-icon-captcha {
  background-position: -204px -53px;
}
.dialog-main .auth-box-main .form-row input {
  width: 100%;
  height: 44px;
  font-size: 14px;
  color: #333;
  text-indent: 19px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #dddddd;
}
.dialog-main .auth-box-main .form-row input::-moz-placeholder {
  color: #bbbbbb;
  opacity: 1;
}
.dialog-main .auth-box-main .form-row input::placeholder {
  color: #bbbbbb;
}
.dialog-main .auth-box-main .form-row .his-cookies {
  position: absolute;
  top: 43px;
  left: 0;
  z-index: 2;
  width: 100%;
}
.dialog-main .auth-box-main .form-row .his-cookies li {
  height: 44px;
  line-height: 44px;
  padding-left: 16px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  border: solid 1px #ddd;
  border-top: transparent;
  cursor: pointer;
}
.dialog-main .auth-box-main .form-row .his-cookies li:first-of-type {
  border-top: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
}
.dialog-main .auth-box-main .form-row .his-cookies li:last-of-type {
  border-radius: 0 0 4px 4px;
}
.dialog-main .auth-box-main .form-row .his-cookies li:hover {
  color: #e80000;
  background-color: #f0f0f0;
}
.dialog-main .auth-box-main .form-row .eye {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}
.dialog-main .auth-box-main .form-row-captcha {
  display: flex;
  justify-content: space-between;
}
.dialog-main .auth-box-main .form-row-captcha input {
  width: 238px;
}
.dialog-main .auth-box-main .submit-btn {
  width: 100%;
  height: 44px;
  color: #f0f0f0;
  text-align: center;
  line-height: 44px;
  border-radius: 4px;
  background-color: #e80000;
}
.dialog-main .auth-box-main .submit-btn:hover {
  background-color: #ff2424;
}
.dialog-main .auth-box-main .code-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 64px 50px 0 50px;
}
.dialog-main .auth-box-main .code-box .code-box-title {
  margin-bottom: 17px;
}
.dialog-main .auth-box-main .code-box .code-box-title > span {
  color: #333;
  font-size: 16px;
}
.dialog-main .auth-box-main .code-box .code-box-main {
  width: 300px;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 38px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.dialog-main .auth-box-main .code-box .code-box-main .code-img {
  position: relative;
  width: 185px;
  height: 185px;
  margin: 0 auto;
}
.dialog-main .auth-box-main .code-box .code-box-main img {
  width: 185px;
  height: 185px;
}
.dialog-main .auth-box-main .code-box .code-box-main .code-ques {
  width: 236px;
  height: 36px;
  font-size: 14px;
  color: #333;
  line-height: 36px;
  margin: 6px auto 0 auto;
  background-color: #f2f2f2;
  border-radius: 50px;
}
.dialog-main .auth-box-main .code-box .code-box-main .code-ques span {
  color: #e80000;
  cursor: pointer;
  text-decoration: underline;
}
.dialog-main .auth-box-main .tel-box-form {
  margin-top: 40px;
  padding-bottom: 22px;
}
.dialog-main .auth-box-main .tel-box-form .form-row {
  margin-bottom: 20px;
}
.dialog-main .auth-box-main .tel-box-form .submit-btn {
  margin-top: 10px;
}
.dialog-main .auth-box-main .tel-box-form .form-other {
  color: #999;
  text-align: right;
  margin-top: 12px;
}
.dialog-main .auth-box-main .tel-box-form.register-tel-box-form {
  margin-top: 30px;
}
.dialog-main .auth-box-main .tel-box-form.register-tel-box-form .form-row {
  margin-bottom: 14px;
}
.dialog-main .close {
  position: absolute;
  top: 0;
  right: -40px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: inline-block;
  background-image: url("https://down.om.cn/common/auth-icon.png");
  background-position: -215px -14px;
}
.dialog-main .close:hover {
  background-position: -249px -14px;
}
.dialog-error-info .dialog-outer .dialog .dialog-body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  padding: 0 30px;
}
.protocol-link {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  color: #666;
  font-size: 14px;
  border-radius: 0 0 5px 0;
}
.code-expire-mask {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.6);
}
.code-expire-mask p {
  font-size: 18px;
  color: #fff;
}
.code-expire-mask button {
  width: 88px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  margin-top: 20px;
  border-radius: 4px;
  background-color: #3bc66f;
}
.space-code-box {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.space-code-box .code-img {
  width: 180px;
  height: 180px;
  position: relative;
}
.space-code-box .secure-login {
  margin-top: 14px;
}
.space-code-box .process {
  margin-bottom: 20px;
  font-size: 14px;
  color: #999;
}
.is-login {
  font-size: 14px;
  color: #999;
}
.is-login span,
.is-login a {
  color: #333;
  cursor: pointer;
}
.is-login span:hover,
.is-login a:hover {
  color: #e80000;
}
.title-bind {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #333;
  padding-bottom: 18px;
  border-bottom: 1px solid #eee;
}
.bind-old-title {
  font-size: 14px;
  margin-bottom: 28px;
  text-align: center;
  color: #bbb;
}
[data-v-fd243a58]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-fd243a58]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-fd243a58]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-fd243a58],
body[data-v-fd243a58] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-fd243a58] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-fd243a58] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-fd243a58] {
    border: none;
    outline: none;
}
}
input[data-v-fd243a58]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-fd243a58],
textarea[data-v-fd243a58] {
  border: none;
  outline: none;
}
textarea[data-v-fd243a58] {
  font-family: "microsoft yahei";
}
em[data-v-fd243a58] {
  color: #e80000;
  font-style: normal;
}
i[data-v-fd243a58] {
  font-style: normal;
}
.v-enter-active[data-v-fd243a58],
.v-leave-active[data-v-fd243a58] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-fd243a58],
.v-leave-to[data-v-fd243a58] {
  opacity: 0;
}
[v-cloak][data-v-fd243a58] {
  display: none;
}
.f-e80000[data-v-fd243a58] {
  color: #e80000;
}
.flex[data-v-fd243a58] {
  display: flex;
}
.flex-a[data-v-fd243a58] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-fd243a58] {
  font-family: fangsong;
}
.pingfang[data-v-fd243a58] {
  font-family: pingfang sc !important;
}
.underline[data-v-fd243a58] {
  text-decoration: underline;
}
.t-over[data-v-fd243a58] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-fd243a58] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-fd243a58] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-fd243a58] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-fd243a58] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-fd243a58] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-fd243a58] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-fd243a58] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-fd243a58] {
  cursor: pointer;
}
.trans1[data-v-fd243a58] {
  transition: ease 0.1s;
}
.trans2[data-v-fd243a58] {
  transition: ease 0.2s;
}
.trans3[data-v-fd243a58] {
  transition: ease 0.3s;
}
.trans4[data-v-fd243a58] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-fd243a58] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-fd243a58]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-fd243a58] {
  text-align: center;
}
.icon-pay-way-wx[data-v-fd243a58] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-fd243a58] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-fd243a58]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-fd243a58] {
  animation: slide-down-in-fd243a58 ease 0.3s;
}
.dialog-fade-leave-active[data-v-fd243a58] {
  animation: slide-down-out-fd243a58 ease 0.3s;
}
.icon-loading-circle[data-v-fd243a58] {
  animation: loading-circle-fd243a58 1s linear infinite;
}
@keyframes slide-down-in-fd243a58 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-fd243a58 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-fd243a58 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-fd243a58] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-fd243a58] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-fd243a58] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-fd243a58] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-fd243a58] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-fd243a58] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-fd243a58] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-fd243a58] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-fd243a58] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-fd243a58] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-fd243a58] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-fd243a58] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-fd243a58] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-fd243a58] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-fd243a58] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-fd243a58] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-fd243a58] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-fd243a58] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-fd243a58] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-fd243a58] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-fd243a58] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-fd243a58] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-fd243a58] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-fd243a58] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-fd243a58] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-fd243a58] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-fd243a58] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-fd243a58] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-fd243a58] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-fd243a58] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-fd243a58] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-fd243a58] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-fd243a58] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-fd243a58] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-fd243a58] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-fd243a58] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-fd243a58] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-fd243a58] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-fd243a58] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-fd243a58] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-fd243a58] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-fd243a58] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-fd243a58] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-fd243a58] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-fd243a58] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-fd243a58] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-fd243a58] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-fd243a58] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-fd243a58] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-fd243a58] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-fd243a58] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-fd243a58] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-fd243a58] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-fd243a58] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-fd243a58] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-fd243a58] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-fd243a58] {
  background-position: -218px -553px;
}
button[data-v-fd243a58] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 44px;
  color: #f0f0f0;
  background-color: #e80000;
  border-radius: 4px;
  border: 1px solid transparent;
}
.btn-disabled[data-v-fd243a58] {
  background-color: #999;
  color: #f0f0f0;
}
[data-v-235edd67]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-235edd67]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-235edd67]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-235edd67],
body[data-v-235edd67] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-235edd67] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-235edd67] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-235edd67] {
    border: none;
    outline: none;
}
}
input[data-v-235edd67]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-235edd67],
textarea[data-v-235edd67] {
  border: none;
  outline: none;
}
textarea[data-v-235edd67] {
  font-family: "microsoft yahei";
}
em[data-v-235edd67] {
  color: #e80000;
  font-style: normal;
}
i[data-v-235edd67] {
  font-style: normal;
}
.v-enter-active[data-v-235edd67],
.v-leave-active[data-v-235edd67] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-235edd67],
.v-leave-to[data-v-235edd67] {
  opacity: 0;
}
[v-cloak][data-v-235edd67] {
  display: none;
}
.f-e80000[data-v-235edd67] {
  color: #e80000;
}
.flex[data-v-235edd67] {
  display: flex;
}
.flex-a[data-v-235edd67] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-235edd67] {
  font-family: fangsong;
}
.pingfang[data-v-235edd67] {
  font-family: pingfang sc !important;
}
.underline[data-v-235edd67] {
  text-decoration: underline;
}
.t-over[data-v-235edd67] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-235edd67] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-235edd67] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-235edd67] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-235edd67] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-235edd67] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-235edd67] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-235edd67] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-235edd67] {
  cursor: pointer;
}
.trans1[data-v-235edd67] {
  transition: ease 0.1s;
}
.trans2[data-v-235edd67] {
  transition: ease 0.2s;
}
.trans3[data-v-235edd67] {
  transition: ease 0.3s;
}
.trans4[data-v-235edd67] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-235edd67] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-235edd67]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-235edd67] {
  text-align: center;
}
.icon-pay-way-wx[data-v-235edd67] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-235edd67] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-235edd67]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-235edd67] {
  animation: slide-down-in-235edd67 ease 0.3s;
}
.dialog-fade-leave-active[data-v-235edd67] {
  animation: slide-down-out-235edd67 ease 0.3s;
}
.icon-loading-circle[data-v-235edd67] {
  animation: loading-circle-235edd67 1s linear infinite;
}
@keyframes slide-down-in-235edd67 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-235edd67 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-235edd67 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-235edd67] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-235edd67] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-235edd67] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-235edd67] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-235edd67] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-235edd67] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-235edd67] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-235edd67] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-235edd67] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-235edd67] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-235edd67] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-235edd67] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-235edd67] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-235edd67] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-235edd67] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-235edd67] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-235edd67] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-235edd67] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-235edd67] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-235edd67] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-235edd67] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-235edd67] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-235edd67] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-235edd67] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-235edd67] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-235edd67] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-235edd67] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-235edd67] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-235edd67] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-235edd67] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-235edd67] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-235edd67] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-235edd67] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-235edd67] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-235edd67] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-235edd67] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-235edd67] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-235edd67] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-235edd67] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-235edd67] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-235edd67] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-235edd67] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-235edd67] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-235edd67] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-235edd67] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-235edd67] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-235edd67] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-235edd67] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-235edd67] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-235edd67] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-235edd67] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-235edd67] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-235edd67] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-235edd67] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-235edd67] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-235edd67] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-235edd67] {
  background-position: -218px -553px;
}
.icon-flags[data-v-235edd67] {
  width: 20px;
}
.icon-flags.be[data-v-235edd67] {
  width: 18px;
}
.icon-flags.ch[data-v-235edd67] {
  width: 15px;
}
.icon-flags.mc[data-v-235edd67] {
  width: 19px;
}
.icon-flags.ne[data-v-235edd67] {
  width: 18px;
}
.icon-flags.np[data-v-235edd67] {
  width: 13px;
}
.icon-flags.va[data-v-235edd67] {
  width: 15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.icon-flags[data-v-235edd67] {
    background-size: 5630px 15px;
}
}
.icon-flags.ac[data-v-235edd67] {
  height: 10px;
  background-position: 0px 0px;
}
.icon-flags.ad[data-v-235edd67] {
  height: 14px;
  background-position: -22px 0px;
}
.icon-flags.ae[data-v-235edd67] {
  height: 10px;
  background-position: -44px 0px;
}
.icon-flags.af[data-v-235edd67] {
  height: 14px;
  background-position: -66px 0px;
}
.icon-flags.ag[data-v-235edd67] {
  height: 14px;
  background-position: -88px 0px;
}
.icon-flags.ai[data-v-235edd67] {
  height: 10px;
  background-position: -110px 0px;
}
.icon-flags.al[data-v-235edd67] {
  height: 15px;
  background-position: -132px 0px;
}
.icon-flags.am[data-v-235edd67] {
  height: 10px;
  background-position: -154px 0px;
}
.icon-flags.ao[data-v-235edd67] {
  height: 14px;
  background-position: -176px 0px;
}
.icon-flags.aq[data-v-235edd67] {
  height: 14px;
  background-position: -198px 0px;
}
.icon-flags.ar[data-v-235edd67] {
  height: 13px;
  background-position: -220px 0px;
}
.icon-flags.as[data-v-235edd67] {
  height: 10px;
  background-position: -242px 0px;
}
.icon-flags.at[data-v-235edd67] {
  height: 14px;
  background-position: -264px 0px;
}
.icon-flags.au[data-v-235edd67] {
  height: 10px;
  background-position: -286px 0px;
}
.icon-flags.aw[data-v-235edd67] {
  height: 14px;
  background-position: -308px 0px;
}
.icon-flags.ax[data-v-235edd67] {
  height: 13px;
  background-position: -330px 0px;
}
.icon-flags.az[data-v-235edd67] {
  height: 10px;
  background-position: -352px 0px;
}
.icon-flags.ba[data-v-235edd67] {
  height: 10px;
  background-position: -374px 0px;
}
.icon-flags.bb[data-v-235edd67] {
  height: 14px;
  background-position: -396px 0px;
}
.icon-flags.bd[data-v-235edd67] {
  height: 12px;
  background-position: -418px 0px;
}
.icon-flags.be[data-v-235edd67] {
  height: 15px;
  background-position: -440px 0px;
}
.icon-flags.bf[data-v-235edd67] {
  height: 14px;
  background-position: -460px 0px;
}
.icon-flags.bg[data-v-235edd67] {
  height: 12px;
  background-position: -482px 0px;
}
.icon-flags.bh[data-v-235edd67] {
  height: 12px;
  background-position: -504px 0px;
}
.icon-flags.bi[data-v-235edd67] {
  height: 12px;
  background-position: -526px 0px;
}
.icon-flags.bj[data-v-235edd67] {
  height: 14px;
  background-position: -548px 0px;
}
.icon-flags.bl[data-v-235edd67] {
  height: 14px;
  background-position: -570px 0px;
}
.icon-flags.bm[data-v-235edd67] {
  height: 10px;
  background-position: -592px 0px;
}
.icon-flags.bn[data-v-235edd67] {
  height: 10px;
  background-position: -614px 0px;
}
.icon-flags.bo[data-v-235edd67] {
  height: 14px;
  background-position: -636px 0px;
}
.icon-flags.bq[data-v-235edd67] {
  height: 14px;
  background-position: -658px 0px;
}
.icon-flags.br[data-v-235edd67] {
  height: 14px;
  background-position: -680px 0px;
}
.icon-flags.bs[data-v-235edd67] {
  height: 10px;
  background-position: -702px 0px;
}
.icon-flags.bt[data-v-235edd67] {
  height: 14px;
  background-position: -724px 0px;
}
.icon-flags.bv[data-v-235edd67] {
  height: 15px;
  background-position: -746px 0px;
}
.icon-flags.bw[data-v-235edd67] {
  height: 14px;
  background-position: -768px 0px;
}
.icon-flags.by[data-v-235edd67] {
  height: 10px;
  background-position: -790px 0px;
}
.icon-flags.bz[data-v-235edd67] {
  height: 14px;
  background-position: -812px 0px;
}
.icon-flags.ca[data-v-235edd67] {
  height: 10px;
  background-position: -834px 0px;
}
.icon-flags.cc[data-v-235edd67] {
  height: 10px;
  background-position: -856px 0px;
}
.icon-flags.cd[data-v-235edd67] {
  height: 15px;
  background-position: -878px 0px;
}
.icon-flags.cf[data-v-235edd67] {
  height: 14px;
  background-position: -900px 0px;
}
.icon-flags.cg[data-v-235edd67] {
  height: 14px;
  background-position: -922px 0px;
}
.icon-flags.ch[data-v-235edd67] {
  height: 15px;
  background-position: -944px 0px;
}
.icon-flags.ci[data-v-235edd67] {
  height: 14px;
  background-position: -961px 0px;
}
.icon-flags.ck[data-v-235edd67] {
  height: 10px;
  background-position: -983px 0px;
}
.icon-flags.cl[data-v-235edd67] {
  height: 14px;
  background-position: -1005px 0px;
}
.icon-flags.cm[data-v-235edd67] {
  height: 14px;
  background-position: -1027px 0px;
}
.icon-flags.cn[data-v-235edd67] {
  height: 14px;
  background-position: -1049px 0px;
}
.icon-flags.co[data-v-235edd67] {
  height: 14px;
  background-position: -1071px 0px;
}
.icon-flags.cp[data-v-235edd67] {
  height: 14px;
  background-position: -1093px 0px;
}
.icon-flags.cr[data-v-235edd67] {
  height: 12px;
  background-position: -1115px 0px;
}
.icon-flags.cu[data-v-235edd67] {
  height: 10px;
  background-position: -1137px 0px;
}
.icon-flags.cv[data-v-235edd67] {
  height: 12px;
  background-position: -1159px 0px;
}
.icon-flags.cw[data-v-235edd67] {
  height: 14px;
  background-position: -1181px 0px;
}
.icon-flags.cx[data-v-235edd67] {
  height: 10px;
  background-position: -1203px 0px;
}
.icon-flags.cy[data-v-235edd67] {
  height: 14px;
  background-position: -1225px 0px;
}
.icon-flags.cz[data-v-235edd67] {
  height: 14px;
  background-position: -1247px 0px;
}
.icon-flags.de[data-v-235edd67] {
  height: 12px;
  background-position: -1269px 0px;
}
.icon-flags.dg[data-v-235edd67] {
  height: 10px;
  background-position: -1291px 0px;
}
.icon-flags.dj[data-v-235edd67] {
  height: 14px;
  background-position: -1313px 0px;
}
.icon-flags.dk[data-v-235edd67] {
  height: 15px;
  background-position: -1335px 0px;
}
.icon-flags.dm[data-v-235edd67] {
  height: 10px;
  background-position: -1357px 0px;
}
.icon-flags.do[data-v-235edd67] {
  height: 13px;
  background-position: -1379px 0px;
}
.icon-flags.dz[data-v-235edd67] {
  height: 14px;
  background-position: -1401px 0px;
}
.icon-flags.ea[data-v-235edd67] {
  height: 14px;
  background-position: -1423px 0px;
}
.icon-flags.ec[data-v-235edd67] {
  height: 14px;
  background-position: -1445px 0px;
}
.icon-flags.ee[data-v-235edd67] {
  height: 13px;
  background-position: -1467px 0px;
}
.icon-flags.eg[data-v-235edd67] {
  height: 14px;
  background-position: -1489px 0px;
}
.icon-flags.eh[data-v-235edd67] {
  height: 10px;
  background-position: -1511px 0px;
}
.icon-flags.er[data-v-235edd67] {
  height: 10px;
  background-position: -1533px 0px;
}
.icon-flags.es[data-v-235edd67] {
  height: 14px;
  background-position: -1555px 0px;
}
.icon-flags.et[data-v-235edd67] {
  height: 10px;
  background-position: -1577px 0px;
}
.icon-flags.eu[data-v-235edd67] {
  height: 14px;
  background-position: -1599px 0px;
}
.icon-flags.fi[data-v-235edd67] {
  height: 12px;
  background-position: -1621px 0px;
}
.icon-flags.fj[data-v-235edd67] {
  height: 10px;
  background-position: -1643px 0px;
}
.icon-flags.fk[data-v-235edd67] {
  height: 10px;
  background-position: -1665px 0px;
}
.icon-flags.fm[data-v-235edd67] {
  height: 11px;
  background-position: -1687px 0px;
}
.icon-flags.fo[data-v-235edd67] {
  height: 15px;
  background-position: -1709px 0px;
}
.icon-flags.fr[data-v-235edd67] {
  height: 14px;
  background-position: -1731px 0px;
}
.icon-flags.ga[data-v-235edd67] {
  height: 15px;
  background-position: -1753px 0px;
}
.icon-flags.gb[data-v-235edd67] {
  height: 10px;
  background-position: -1775px 0px;
}
.icon-flags.gd[data-v-235edd67] {
  height: 12px;
  background-position: -1797px 0px;
}
.icon-flags.ge[data-v-235edd67] {
  height: 14px;
  background-position: -1819px 0px;
}
.icon-flags.gf[data-v-235edd67] {
  height: 14px;
  background-position: -1841px 0px;
}
.icon-flags.gg[data-v-235edd67] {
  height: 14px;
  background-position: -1863px 0px;
}
.icon-flags.gh[data-v-235edd67] {
  height: 14px;
  background-position: -1885px 0px;
}
.icon-flags.gi[data-v-235edd67] {
  height: 10px;
  background-position: -1907px 0px;
}
.icon-flags.gl[data-v-235edd67] {
  height: 14px;
  background-position: -1929px 0px;
}
.icon-flags.gm[data-v-235edd67] {
  height: 14px;
  background-position: -1951px 0px;
}
.icon-flags.gn[data-v-235edd67] {
  height: 14px;
  background-position: -1973px 0px;
}
.icon-flags.gp[data-v-235edd67] {
  height: 14px;
  background-position: -1995px 0px;
}
.icon-flags.gq[data-v-235edd67] {
  height: 14px;
  background-position: -2017px 0px;
}
.icon-flags.gr[data-v-235edd67] {
  height: 14px;
  background-position: -2039px 0px;
}
.icon-flags.gs[data-v-235edd67] {
  height: 10px;
  background-position: -2061px 0px;
}
.icon-flags.gt[data-v-235edd67] {
  height: 13px;
  background-position: -2083px 0px;
}
.icon-flags.gu[data-v-235edd67] {
  height: 11px;
  background-position: -2105px 0px;
}
.icon-flags.gw[data-v-235edd67] {
  height: 10px;
  background-position: -2127px 0px;
}
.icon-flags.gy[data-v-235edd67] {
  height: 12px;
  background-position: -2149px 0px;
}
.icon-flags.hk[data-v-235edd67] {
  height: 14px;
  background-position: -2171px 0px;
}
.icon-flags.hm[data-v-235edd67] {
  height: 10px;
  background-position: -2193px 0px;
}
.icon-flags.hn[data-v-235edd67] {
  height: 10px;
  background-position: -2215px 0px;
}
.icon-flags.hr[data-v-235edd67] {
  height: 10px;
  background-position: -2237px 0px;
}
.icon-flags.ht[data-v-235edd67] {
  height: 12px;
  background-position: -2259px 0px;
}
.icon-flags.hu[data-v-235edd67] {
  height: 10px;
  background-position: -2281px 0px;
}
.icon-flags.ic[data-v-235edd67] {
  height: 14px;
  background-position: -2303px 0px;
}
.icon-flags.id[data-v-235edd67] {
  height: 14px;
  background-position: -2325px 0px;
}
.icon-flags.ie[data-v-235edd67] {
  height: 10px;
  background-position: -2347px 0px;
}
.icon-flags.il[data-v-235edd67] {
  height: 15px;
  background-position: -2369px 0px;
}
.icon-flags.im[data-v-235edd67] {
  height: 10px;
  background-position: -2391px 0px;
}
.icon-flags.in[data-v-235edd67] {
  height: 14px;
  background-position: -2413px 0px;
}
.icon-flags.io[data-v-235edd67] {
  height: 10px;
  background-position: -2435px 0px;
}
.icon-flags.iq[data-v-235edd67] {
  height: 14px;
  background-position: -2457px 0px;
}
.icon-flags.ir[data-v-235edd67] {
  height: 12px;
  background-position: -2479px 0px;
}
.icon-flags.is[data-v-235edd67] {
  height: 15px;
  background-position: -2501px 0px;
}
.icon-flags.it[data-v-235edd67] {
  height: 14px;
  background-position: -2523px 0px;
}
.icon-flags.je[data-v-235edd67] {
  height: 12px;
  background-position: -2545px 0px;
}
.icon-flags.jm[data-v-235edd67] {
  height: 10px;
  background-position: -2567px 0px;
}
.icon-flags.jo[data-v-235edd67] {
  height: 10px;
  background-position: -2589px 0px;
}
.icon-flags.jp[data-v-235edd67] {
  height: 14px;
  background-position: -2611px 0px;
}
.icon-flags.ke[data-v-235edd67] {
  height: 14px;
  background-position: -2633px 0px;
}
.icon-flags.kg[data-v-235edd67] {
  height: 12px;
  background-position: -2655px 0px;
}
.icon-flags.kh[data-v-235edd67] {
  height: 13px;
  background-position: -2677px 0px;
}
.icon-flags.ki[data-v-235edd67] {
  height: 10px;
  background-position: -2699px 0px;
}
.icon-flags.km[data-v-235edd67] {
  height: 12px;
  background-position: -2721px 0px;
}
.icon-flags.kn[data-v-235edd67] {
  height: 14px;
  background-position: -2743px 0px;
}
.icon-flags.kp[data-v-235edd67] {
  height: 10px;
  background-position: -2765px 0px;
}
.icon-flags.kr[data-v-235edd67] {
  height: 14px;
  background-position: -2787px 0px;
}
.icon-flags.kw[data-v-235edd67] {
  height: 10px;
  background-position: -2809px 0px;
}
.icon-flags.ky[data-v-235edd67] {
  height: 10px;
  background-position: -2831px 0px;
}
.icon-flags.kz[data-v-235edd67] {
  height: 10px;
  background-position: -2853px 0px;
}
.icon-flags.la[data-v-235edd67] {
  height: 14px;
  background-position: -2875px 0px;
}
.icon-flags.lb[data-v-235edd67] {
  height: 14px;
  background-position: -2897px 0px;
}
.icon-flags.lc[data-v-235edd67] {
  height: 10px;
  background-position: -2919px 0px;
}
.icon-flags.li[data-v-235edd67] {
  height: 12px;
  background-position: -2941px 0px;
}
.icon-flags.lk[data-v-235edd67] {
  height: 10px;
  background-position: -2963px 0px;
}
.icon-flags.lr[data-v-235edd67] {
  height: 11px;
  background-position: -2985px 0px;
}
.icon-flags.ls[data-v-235edd67] {
  height: 14px;
  background-position: -3007px 0px;
}
.icon-flags.lt[data-v-235edd67] {
  height: 12px;
  background-position: -3029px 0px;
}
.icon-flags.lu[data-v-235edd67] {
  height: 12px;
  background-position: -3051px 0px;
}
.icon-flags.lv[data-v-235edd67] {
  height: 10px;
  background-position: -3073px 0px;
}
.icon-flags.ly[data-v-235edd67] {
  height: 10px;
  background-position: -3095px 0px;
}
.icon-flags.ma[data-v-235edd67] {
  height: 14px;
  background-position: -3117px 0px;
}
.icon-flags.mc[data-v-235edd67] {
  height: 15px;
  background-position: -3139px 0px;
}
.icon-flags.md[data-v-235edd67] {
  height: 10px;
  background-position: -3160px 0px;
}
.icon-flags.me[data-v-235edd67] {
  height: 10px;
  background-position: -3182px 0px;
}
.icon-flags.mf[data-v-235edd67] {
  height: 14px;
  background-position: -3204px 0px;
}
.icon-flags.mg[data-v-235edd67] {
  height: 14px;
  background-position: -3226px 0px;
}
.icon-flags.mh[data-v-235edd67] {
  height: 11px;
  background-position: -3248px 0px;
}
.icon-flags.mk[data-v-235edd67] {
  height: 10px;
  background-position: -3270px 0px;
}
.icon-flags.ml[data-v-235edd67] {
  height: 14px;
  background-position: -3292px 0px;
}
.icon-flags.mm[data-v-235edd67] {
  height: 14px;
  background-position: -3314px 0px;
}
.icon-flags.mn[data-v-235edd67] {
  height: 10px;
  background-position: -3336px 0px;
}
.icon-flags.mo[data-v-235edd67] {
  height: 14px;
  background-position: -3358px 0px;
}
.icon-flags.mp[data-v-235edd67] {
  height: 10px;
  background-position: -3380px 0px;
}
.icon-flags.mq[data-v-235edd67] {
  height: 14px;
  background-position: -3402px 0px;
}
.icon-flags.mr[data-v-235edd67] {
  height: 14px;
  background-position: -3424px 0px;
}
.icon-flags.ms[data-v-235edd67] {
  height: 10px;
  background-position: -3446px 0px;
}
.icon-flags.mt[data-v-235edd67] {
  height: 14px;
  background-position: -3468px 0px;
}
.icon-flags.mu[data-v-235edd67] {
  height: 14px;
  background-position: -3490px 0px;
}
.icon-flags.mv[data-v-235edd67] {
  height: 14px;
  background-position: -3512px 0px;
}
.icon-flags.mw[data-v-235edd67] {
  height: 14px;
  background-position: -3534px 0px;
}
.icon-flags.mx[data-v-235edd67] {
  height: 12px;
  background-position: -3556px 0px;
}
.icon-flags.my[data-v-235edd67] {
  height: 10px;
  background-position: -3578px 0px;
}
.icon-flags.mz[data-v-235edd67] {
  height: 14px;
  background-position: -3600px 0px;
}
.icon-flags.na[data-v-235edd67] {
  height: 14px;
  background-position: -3622px 0px;
}
.icon-flags.nc[data-v-235edd67] {
  height: 10px;
  background-position: -3644px 0px;
}
.icon-flags.ne[data-v-235edd67] {
  height: 15px;
  background-position: -3666px 0px;
}
.icon-flags.nf[data-v-235edd67] {
  height: 10px;
  background-position: -3686px 0px;
}
.icon-flags.ng[data-v-235edd67] {
  height: 10px;
  background-position: -3708px 0px;
}
.icon-flags.ni[data-v-235edd67] {
  height: 12px;
  background-position: -3730px 0px;
}
.icon-flags.nl[data-v-235edd67] {
  height: 14px;
  background-position: -3752px 0px;
}
.icon-flags.no[data-v-235edd67] {
  height: 15px;
  background-position: -3774px 0px;
}
.icon-flags.np[data-v-235edd67] {
  height: 15px;
  background-position: -3796px 0px;
}
.icon-flags.nr[data-v-235edd67] {
  height: 10px;
  background-position: -3811px 0px;
}
.icon-flags.nu[data-v-235edd67] {
  height: 10px;
  background-position: -3833px 0px;
}
.icon-flags.nz[data-v-235edd67] {
  height: 10px;
  background-position: -3855px 0px;
}
.icon-flags.om[data-v-235edd67] {
  height: 10px;
  background-position: -3877px 0px;
}
.icon-flags.pa[data-v-235edd67] {
  height: 14px;
  background-position: -3899px 0px;
}
.icon-flags.pe[data-v-235edd67] {
  height: 14px;
  background-position: -3921px 0px;
}
.icon-flags.pf[data-v-235edd67] {
  height: 14px;
  background-position: -3943px 0px;
}
.icon-flags.pg[data-v-235edd67] {
  height: 15px;
  background-position: -3965px 0px;
}
.icon-flags.ph[data-v-235edd67] {
  height: 10px;
  background-position: -3987px 0px;
}
.icon-flags.pk[data-v-235edd67] {
  height: 14px;
  background-position: -4009px 0px;
}
.icon-flags.pl[data-v-235edd67] {
  height: 13px;
  background-position: -4031px 0px;
}
.icon-flags.pm[data-v-235edd67] {
  height: 14px;
  background-position: -4053px 0px;
}
.icon-flags.pn[data-v-235edd67] {
  height: 10px;
  background-position: -4075px 0px;
}
.icon-flags.pr[data-v-235edd67] {
  height: 14px;
  background-position: -4097px 0px;
}
.icon-flags.ps[data-v-235edd67] {
  height: 10px;
  background-position: -4119px 0px;
}
.icon-flags.pt[data-v-235edd67] {
  height: 14px;
  background-position: -4141px 0px;
}
.icon-flags.pw[data-v-235edd67] {
  height: 13px;
  background-position: -4163px 0px;
}
.icon-flags.py[data-v-235edd67] {
  height: 11px;
  background-position: -4185px 0px;
}
.icon-flags.qa[data-v-235edd67] {
  height: 8px;
  background-position: -4207px 0px;
}
.icon-flags.re[data-v-235edd67] {
  height: 14px;
  background-position: -4229px 0px;
}
.icon-flags.ro[data-v-235edd67] {
  height: 14px;
  background-position: -4251px 0px;
}
.icon-flags.rs[data-v-235edd67] {
  height: 14px;
  background-position: -4273px 0px;
}
.icon-flags.ru[data-v-235edd67] {
  height: 14px;
  background-position: -4295px 0px;
}
.icon-flags.rw[data-v-235edd67] {
  height: 14px;
  background-position: -4317px 0px;
}
.icon-flags.sa[data-v-235edd67] {
  height: 14px;
  background-position: -4339px 0px;
}
.icon-flags.sb[data-v-235edd67] {
  height: 10px;
  background-position: -4361px 0px;
}
.icon-flags.sc[data-v-235edd67] {
  height: 10px;
  background-position: -4383px 0px;
}
.icon-flags.sd[data-v-235edd67] {
  height: 10px;
  background-position: -4405px 0px;
}
.icon-flags.se[data-v-235edd67] {
  height: 13px;
  background-position: -4427px 0px;
}
.icon-flags.sg[data-v-235edd67] {
  height: 14px;
  background-position: -4449px 0px;
}
.icon-flags.sh[data-v-235edd67] {
  height: 10px;
  background-position: -4471px 0px;
}
.icon-flags.si[data-v-235edd67] {
  height: 10px;
  background-position: -4493px 0px;
}
.icon-flags.sj[data-v-235edd67] {
  height: 15px;
  background-position: -4515px 0px;
}
.icon-flags.sk[data-v-235edd67] {
  height: 14px;
  background-position: -4537px 0px;
}
.icon-flags.sl[data-v-235edd67] {
  height: 14px;
  background-position: -4559px 0px;
}
.icon-flags.sm[data-v-235edd67] {
  height: 15px;
  background-position: -4581px 0px;
}
.icon-flags.sn[data-v-235edd67] {
  height: 14px;
  background-position: -4603px 0px;
}
.icon-flags.so[data-v-235edd67] {
  height: 14px;
  background-position: -4625px 0px;
}
.icon-flags.sr[data-v-235edd67] {
  height: 14px;
  background-position: -4647px 0px;
}
.icon-flags.ss[data-v-235edd67] {
  height: 10px;
  background-position: -4669px 0px;
}
.icon-flags.st[data-v-235edd67] {
  height: 10px;
  background-position: -4691px 0px;
}
.icon-flags.sv[data-v-235edd67] {
  height: 12px;
  background-position: -4713px 0px;
}
.icon-flags.sx[data-v-235edd67] {
  height: 14px;
  background-position: -4735px 0px;
}
.icon-flags.sy[data-v-235edd67] {
  height: 14px;
  background-position: -4757px 0px;
}
.icon-flags.sz[data-v-235edd67] {
  height: 14px;
  background-position: -4779px 0px;
}
.icon-flags.ta[data-v-235edd67] {
  height: 10px;
  background-position: -4801px 0px;
}
.icon-flags.tc[data-v-235edd67] {
  height: 10px;
  background-position: -4823px 0px;
}
.icon-flags.td[data-v-235edd67] {
  height: 14px;
  background-position: -4845px 0px;
}
.icon-flags.tf[data-v-235edd67] {
  height: 14px;
  background-position: -4867px 0px;
}
.icon-flags.tg[data-v-235edd67] {
  height: 13px;
  background-position: -4889px 0px;
}
.icon-flags.th[data-v-235edd67] {
  height: 14px;
  background-position: -4911px 0px;
}
.icon-flags.tj[data-v-235edd67] {
  height: 10px;
  background-position: -4933px 0px;
}
.icon-flags.tk[data-v-235edd67] {
  height: 10px;
  background-position: -4955px 0px;
}
.icon-flags.tl[data-v-235edd67] {
  height: 10px;
  background-position: -4977px 0px;
}
.icon-flags.tm[data-v-235edd67] {
  height: 14px;
  background-position: -4999px 0px;
}
.icon-flags.tn[data-v-235edd67] {
  height: 14px;
  background-position: -5021px 0px;
}
.icon-flags.to[data-v-235edd67] {
  height: 10px;
  background-position: -5043px 0px;
}
.icon-flags.tr[data-v-235edd67] {
  height: 14px;
  background-position: -5065px 0px;
}
.icon-flags.tt[data-v-235edd67] {
  height: 12px;
  background-position: -5087px 0px;
}
.icon-flags.tv[data-v-235edd67] {
  height: 10px;
  background-position: -5109px 0px;
}
.icon-flags.tw[data-v-235edd67] {
  height: 14px;
  background-position: -5131px 0px;
}
.icon-flags.tz[data-v-235edd67] {
  height: 14px;
  background-position: -5153px 0px;
}
.icon-flags.ua[data-v-235edd67] {
  height: 14px;
  background-position: -5175px 0px;
}
.icon-flags.ug[data-v-235edd67] {
  height: 14px;
  background-position: -5197px 0px;
}
.icon-flags.um[data-v-235edd67] {
  height: 11px;
  background-position: -5219px 0px;
}
.icon-flags.us[data-v-235edd67] {
  height: 11px;
  background-position: -5241px 0px;
}
.icon-flags.uy[data-v-235edd67] {
  height: 14px;
  background-position: -5263px 0px;
}
.icon-flags.uz[data-v-235edd67] {
  height: 10px;
  background-position: -5285px 0px;
}
.icon-flags.va[data-v-235edd67] {
  height: 15px;
  background-position: -5307px 0px;
}
.icon-flags.vc[data-v-235edd67] {
  height: 14px;
  background-position: -5324px 0px;
}
.icon-flags.ve[data-v-235edd67] {
  height: 14px;
  background-position: -5346px 0px;
}
.icon-flags.vg[data-v-235edd67] {
  height: 10px;
  background-position: -5368px 0px;
}
.icon-flags.vi[data-v-235edd67] {
  height: 14px;
  background-position: -5390px 0px;
}
.icon-flags.vn[data-v-235edd67] {
  height: 14px;
  background-position: -5412px 0px;
}
.icon-flags.vu[data-v-235edd67] {
  height: 12px;
  background-position: -5434px 0px;
}
.icon-flags.wf[data-v-235edd67] {
  height: 14px;
  background-position: -5456px 0px;
}
.icon-flags.ws[data-v-235edd67] {
  height: 10px;
  background-position: -5478px 0px;
}
.icon-flags.xk[data-v-235edd67] {
  height: 15px;
  background-position: -5500px 0px;
}
.icon-flags.ye[data-v-235edd67] {
  height: 14px;
  background-position: -5522px 0px;
}
.icon-flags.yt[data-v-235edd67] {
  height: 14px;
  background-position: -5544px 0px;
}
.icon-flags.za[data-v-235edd67] {
  height: 14px;
  background-position: -5566px 0px;
}
.icon-flags.zm[data-v-235edd67] {
  height: 14px;
  background-position: -5588px 0px;
}
.icon-flags.zw[data-v-235edd67] {
  height: 10px;
  background-position: -5610px 0px;
}
.icon-flags[data-v-235edd67] {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url(https://down.om.cn/common/flag-pic.png);
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
.icon-flags.np[data-v-235edd67] {
  background-color: transparent;
}
strong[data-v-235edd67] {
  font-weight: normal;
}
.countries-area[data-v-235edd67] {
  position: absolute;
  display: flex;
  left: 20px;
  top: 52%;
  transform: translateY(-50%);
  cursor: pointer;
}
.countries-area strong[data-v-235edd67] {
  width: 46px;
  position: relative;
  color: #666;
}
.countries-area strong[data-v-235edd67]::after {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid #333;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.countries-area strong[data-v-235edd67]::before {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 14px;
  background: #eee;
}
.select-flags[data-v-235edd67] {
  position: absolute;
  top: 44px;
  max-height: 280px;
  max-width: 300px;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px #ddd;
  border-radius: 5px;
  overflow: auto;
  z-index: 10;
  transition: all 0.3s;
}
.select-flags .select-flags-item[data-v-235edd67] {
  display: flex;
  flex-shrink: 1;
  align-items: center;
  height: 34px;
  cursor: pointer;
}
.select-flags .select-flags-item[data-v-235edd67]:hover {
  background: #f6f6f6;
}
.select-flags .select-flags-item strong[data-v-235edd67] {
  white-space: nowrap;
}
.select-flags .select-flags-item span[data-v-235edd67] {
  color: #999;
}
.select-flags .line[data-v-235edd67] {
  width: 100%;
  height: 1px;
  background: #ccc;
  margin: 3px 0;
}
.flags-box[data-v-235edd67] {
  padding: 0 10px;
  width: 40px;
}
.flags-box .icon-flags[data-v-235edd67] {
  display: inline-block;
}
.cur-flags[data-v-235edd67] {
  padding: 0 6px 0 0;
  width: 26px;
}
[data-v-9ac03b9a]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-9ac03b9a]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-9ac03b9a]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-9ac03b9a],
body[data-v-9ac03b9a] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-9ac03b9a] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-9ac03b9a] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-9ac03b9a] {
    border: none;
    outline: none;
}
}
input[data-v-9ac03b9a]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-9ac03b9a],
textarea[data-v-9ac03b9a] {
  border: none;
  outline: none;
}
textarea[data-v-9ac03b9a] {
  font-family: "microsoft yahei";
}
em[data-v-9ac03b9a] {
  color: #e80000;
  font-style: normal;
}
i[data-v-9ac03b9a] {
  font-style: normal;
}
.v-enter-active[data-v-9ac03b9a],
.v-leave-active[data-v-9ac03b9a] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-9ac03b9a],
.v-leave-to[data-v-9ac03b9a] {
  opacity: 0;
}
[v-cloak][data-v-9ac03b9a] {
  display: none;
}
.f-e80000[data-v-9ac03b9a] {
  color: #e80000;
}
.flex[data-v-9ac03b9a] {
  display: flex;
}
.flex-a[data-v-9ac03b9a] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-9ac03b9a] {
  font-family: fangsong;
}
.pingfang[data-v-9ac03b9a] {
  font-family: pingfang sc !important;
}
.underline[data-v-9ac03b9a] {
  text-decoration: underline;
}
.t-over[data-v-9ac03b9a] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-9ac03b9a] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-9ac03b9a] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-9ac03b9a] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-9ac03b9a] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-9ac03b9a] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-9ac03b9a] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-9ac03b9a] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-9ac03b9a] {
  cursor: pointer;
}
.trans1[data-v-9ac03b9a] {
  transition: ease 0.1s;
}
.trans2[data-v-9ac03b9a] {
  transition: ease 0.2s;
}
.trans3[data-v-9ac03b9a] {
  transition: ease 0.3s;
}
.trans4[data-v-9ac03b9a] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-9ac03b9a] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-9ac03b9a]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-9ac03b9a] {
  text-align: center;
}
.icon-pay-way-wx[data-v-9ac03b9a] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-9ac03b9a] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-9ac03b9a]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-9ac03b9a] {
  animation: slide-down-in-9ac03b9a ease 0.3s;
}
.dialog-fade-leave-active[data-v-9ac03b9a] {
  animation: slide-down-out-9ac03b9a ease 0.3s;
}
.icon-loading-circle[data-v-9ac03b9a] {
  animation: loading-circle-9ac03b9a 1s linear infinite;
}
@keyframes slide-down-in-9ac03b9a {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-9ac03b9a {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-9ac03b9a {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-9ac03b9a] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-9ac03b9a] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-9ac03b9a] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-9ac03b9a] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-9ac03b9a] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-9ac03b9a] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-9ac03b9a] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-9ac03b9a] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-9ac03b9a] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-9ac03b9a] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-9ac03b9a] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-9ac03b9a] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-9ac03b9a] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-9ac03b9a] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-9ac03b9a] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-9ac03b9a] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-9ac03b9a] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-9ac03b9a] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-9ac03b9a] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-9ac03b9a] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-9ac03b9a] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-9ac03b9a] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-9ac03b9a] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-9ac03b9a] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-9ac03b9a] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-9ac03b9a] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-9ac03b9a] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-9ac03b9a] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-9ac03b9a] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-9ac03b9a] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-9ac03b9a] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-9ac03b9a] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-9ac03b9a] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-9ac03b9a] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-9ac03b9a] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-9ac03b9a] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-9ac03b9a] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-9ac03b9a] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-9ac03b9a] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-9ac03b9a] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-9ac03b9a] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-9ac03b9a] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-9ac03b9a] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-9ac03b9a] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-9ac03b9a] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-9ac03b9a] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-9ac03b9a] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-9ac03b9a] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-9ac03b9a] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-9ac03b9a] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-9ac03b9a] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-9ac03b9a] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-9ac03b9a] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-9ac03b9a] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-9ac03b9a] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-9ac03b9a] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-9ac03b9a] {
  background-position: -218px -553px;
}
.inner[data-v-9ac03b9a] {
  width: 1200px;
  margin: 0 auto;
}
.fl[data-v-9ac03b9a] {
  float: left;
}
.fr[data-v-9ac03b9a] {
  float: right;
}
.clearfix[data-v-9ac03b9a]:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.clearfix[data-v-9ac03b9a] {
  zoom: 1;
}
[data-v-9ac03b9a] .protocol.icon-check {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -15px -232px;
  vertical-align: sub;
  cursor: pointer;
}
[data-v-9ac03b9a] .protocol.icon-check.checked {
  background-position: -34px -232px;
}
.s-btn[data-v-9ac03b9a] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f0f0f0;
  font-size: 16px;
  width: 360px;
  height: 45px;
  background-color: #e80000;
  border-radius: 3px;
}
.iconfont[data-v-9ac03b9a] {
  font-size: 22px;
}
.icon-guankan[data-v-9ac03b9a],
.icon-biyan[data-v-9ac03b9a] {
  cursor: pointer;
}
.auth-box-popup[data-v-9ac03b9a] {
  position: absolute;
  top: 50px;
  right: 16%;
  width: 370px;
  color: #666;
  line-height: 1;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 0 10px #ddd;
}
.auth-box-popup[data-v-9ac03b9a] .auth-box-main .way-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("https://down.om.cn/common/auth-icon.png");
  vertical-align: -5px;
}
.auth-box-popup[data-v-9ac03b9a] .auth-box-main .way-icon-wx {
  background-position: -139px -24px;
}
.auth-box-popup[data-v-9ac03b9a] .auth-box-main .way-icon-tel {
  background-position: -187px -24px;
}
.auth-box-popup[data-v-9ac03b9a] .auth-box-main .way-icon-qq {
  background-position: -163px -24px;
}
.auth-box-popup[data-v-9ac03b9a] .auth-box-main .other-deal {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  color: #999;
  background-color: #f6f6f6;
  border-radius: 0px 0px 4px 4px;
}
.auth-box-popup[data-v-9ac03b9a] .auth-box-main .other-deal a {
  text-decoration: underline;
  color: #e80000;
}
.auth-box-popup[data-v-9ac03b9a] .auth-box-main .auth-box-other {
  padding-top: 20px;
}
.auth-box-popup[data-v-9ac03b9a] .auth-box-main .auth-box-other .other-reg {
  color: #999;
}
.auth-box-popup[data-v-9ac03b9a] .auth-box-main .auth-box-other .other-reg a {
  text-decoration: underline;
  color: #e80000;
}
.auth-box-popup[data-v-9ac03b9a] .auth-box-main .auth-box-other .other-way {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 35px;
  margin-bottom: 29px;
}
.auth-box-popup[data-v-9ac03b9a] .auth-box-main .auth-box-other .other-way .other-list {
  display: flex;
  color: #666;
}
.auth-box-popup[data-v-9ac03b9a] .auth-box-main .auth-box-other .other-way .other-list .way-icon-box {
  cursor: pointer;
}
.auth-box-popup[data-v-9ac03b9a] .auth-box-main .auth-box-other .other-way .other-list .way-icon-box:hover {
  color: #e80000;
}
.auth-box-popup[data-v-9ac03b9a] .auth-box-main .auth-box-other .other-way .other-list .way-icon-box:nth-child(1) {
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
}
.auth-box-popup[data-v-9ac03b9a] .auth-box-main .auth-box-other .other-way .other-list .way-icon-box:nth-child(1)::before {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  height: 14px;
  width: 1px;
  background-color: #eee;
}
.auth-box-popup[data-v-9ac03b9a] .auth-box-main .auth-other-tel .other-way {
  margin-bottom: 47px;
}
.auth-box-popup[data-v-9ac03b9a] .auth-box-main .form-row {
  position: relative;
}
.auth-box-popup[data-v-9ac03b9a] .auth-box-main .form-row .form-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url("https://down.om.cn/common/auth-icon.png");
}
.auth-box-popup[data-v-9ac03b9a] .auth-box-main .form-row .form-icon-account {
  background-position: -138px -53px;
}
.auth-box-popup[data-v-9ac03b9a] .auth-box-main .form-row .form-icon-pwd {
  background-position: -160px -53px;
}
.auth-box-popup[data-v-9ac03b9a] .auth-box-main .form-row .form-icon-mobile {
  background-position: -181px -53px;
}
.auth-box-popup[data-v-9ac03b9a] .auth-box-main .form-row .form-icon-email {
  background-position: -227px -53px;
}
.auth-box-popup[data-v-9ac03b9a] .auth-box-main .form-row .form-icon-captcha {
  background-position: -204px -53px;
}
.auth-box-popup[data-v-9ac03b9a] .auth-box-main .form-row input {
  width: 300px;
  height: 44px;
  font-size: 14px;
  color: #333;
  text-indent: 36px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #dddddd;
}
.auth-box-popup[data-v-9ac03b9a] .auth-box-main .form-row input::-moz-placeholder {
  color: #bbbbbb;
  opacity: 1;
}
.auth-box-popup[data-v-9ac03b9a] .auth-box-main .form-row input::placeholder {
  color: #bbbbbb;
}
.auth-box-popup[data-v-9ac03b9a] .auth-box-main .form-row .his-cookies {
  position: absolute;
  top: 43px;
  left: 0;
  z-index: 2;
}
.auth-box-popup[data-v-9ac03b9a] .auth-box-main .form-row .his-cookies li {
  width: 300px;
  height: 44px;
  line-height: 44px;
  padding-left: 16px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  border: solid 1px #ddd;
  border-top: transparent;
  cursor: pointer;
}
.auth-box-popup[data-v-9ac03b9a] .auth-box-main .form-row .his-cookies li:first-of-type {
  border-top: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
}
.auth-box-popup[data-v-9ac03b9a] .auth-box-main .form-row .his-cookies li:last-of-type {
  border-radius: 0 0 4px 4px;
}
.auth-box-popup[data-v-9ac03b9a] .auth-box-main .form-row .his-cookies li:hover {
  color: #e80000;
  background-color: #f0f0f0;
}
.auth-box-popup[data-v-9ac03b9a] .auth-box-main .form-row .eye {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}
.auth-box-popup[data-v-9ac03b9a] .auth-box-main .form-row-captcha {
  display: flex;
  justify-content: space-between;
}
.auth-box-popup[data-v-9ac03b9a] .auth-box-main .form-row-captcha input {
  width: 180px;
}
.auth-box-popup[data-v-9ac03b9a] .auth-box-main .submit-btn {
  width: 100%;
  height: 44px;
  color: #f0f0f0;
  text-align: center;
  line-height: 44px;
  border-radius: 4px;
  background-color: #e80000;
}
.auth-box-popup[data-v-9ac03b9a] .auth-box-main .submit-btn:hover {
  background-color: #ff2424;
}
.login-box-popup .toggle-way-box[data-v-9ac03b9a] {
  position: absolute;
  right: 4px;
  top: 4px;
}
.login-box-popup .toggle-way-box:hover .way-tips[data-v-9ac03b9a] {
  display: block;
}
.login-box-popup .toggle-way-box .toggle-icon[data-v-9ac03b9a] {
  width: 38px;
  height: 38px;
  display: inline-block;
  background-image: url("https://down.om.cn/common/auth-icon.png");
  cursor: pointer;
}
.login-box-popup .toggle-way-box .toggle-icon-tel[data-v-9ac03b9a] {
  background-position: -33px -24px;
}
.login-box-popup .toggle-way-box .toggle-icon-code[data-v-9ac03b9a] {
  background-position: -87px -24px;
}
.login-box-popup .toggle-way-box .way-tips[data-v-9ac03b9a] {
  position: absolute;
  right: 42px;
  top: 5px;
  color: #e80000;
  font-size: 12px;
  padding: 8px;
  white-space: nowrap;
  background-color: #ffecec;
  border-radius: 4px;
  border: solid 1px #f69b9b;
  display: none;
}
.login-box-popup .toggle-way-box .way-tips[data-v-9ac03b9a]::before {
  content: "";
  position: absolute;
  top: 12px;
  right: -4px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #f69b9b;
  border-right: 1px solid #f69b9b;
  background-color: #ffecec;
  transform: rotate(45deg);
}
.login-box-popup .code-box[data-v-9ac03b9a] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 35px 0 35px;
}
.login-box-popup .code-box .code-box-title[data-v-9ac03b9a] {
  margin-bottom: 16px;
}
.login-box-popup .code-box .code-box-title > span[data-v-9ac03b9a] {
  color: #333;
  font-size: 16px;
}
.login-box-popup .code-box .code-box-main[data-v-9ac03b9a] {
  width: 300px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 24px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.login-box-popup .code-box .code-box-main .code-img[data-v-9ac03b9a] {
  position: relative;
  width: 185px;
  height: 185px;
  margin: 0 auto;
}
.login-box-popup .code-box .code-box-main img[data-v-9ac03b9a] {
  width: 185px;
  height: 185px;
}
.login-box-popup .code-box .code-box-main .code-expire-mask[data-v-9ac03b9a] {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.6);
}
.login-box-popup .code-box .code-box-main .code-expire-mask p[data-v-9ac03b9a] {
  font-size: 18px;
  color: #fff;
}
.login-box-popup .code-box .code-box-main .code-expire-mask button[data-v-9ac03b9a] {
  width: 88px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  margin-top: 20px;
  border-radius: 4px;
  background-color: #3bc66f;
}
.login-box-popup .code-box .code-box-main .code-ques[data-v-9ac03b9a] {
  width: 236px;
  height: 36px;
  font-size: 14px;
  color: #333;
  line-height: 36px;
  margin: 10px auto 0 auto;
  background-color: #f2f2f2;
  border-radius: 50px;
}
.login-box-popup .code-box .code-box-main .code-ques span[data-v-9ac03b9a] {
  color: #e80000;
  cursor: pointer;
  text-decoration: underline;
}
.login-box-popup .tel-box[data-v-9ac03b9a] {
  padding: 47px 35px 0 35px;
}
.login-box-popup .tel-box-form[data-v-9ac03b9a] {
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
  margin-top: 34px;
}
.login-box-popup .tel-box-form .form-row[data-v-9ac03b9a] {
  margin-bottom: 20px;
}
.login-box-popup .tel-box-form .submit-btn[data-v-9ac03b9a] {
  margin-top: 10px;
}
.login-box-popup .tel-box-form .form-other[data-v-9ac03b9a] {
  color: #999;
  text-align: right;
  margin-top: 12px;
}
.forgot-box-popup .tel-box[data-v-9ac03b9a],
.register-box-popup .tel-box[data-v-9ac03b9a],
.bind-box-popup .tel-box[data-v-9ac03b9a] {
  padding: 30px 35px 0 35px;
}
.forgot-box-popup .tel-box-form[data-v-9ac03b9a],
.register-box-popup .tel-box-form[data-v-9ac03b9a],
.bind-box-popup .tel-box-form[data-v-9ac03b9a] {
  margin-top: 30px;
}
.forgot-box-popup .tel-box-form .form-row[data-v-9ac03b9a],
.register-box-popup .tel-box-form .form-row[data-v-9ac03b9a],
.bind-box-popup .tel-box-form .form-row[data-v-9ac03b9a] {
  margin-bottom: 14px;
}
.forgot-box-popup .tel-box-form .submit-btn[data-v-9ac03b9a],
.register-box-popup .tel-box-form .submit-btn[data-v-9ac03b9a],
.bind-box-popup .tel-box-form .submit-btn[data-v-9ac03b9a] {
  margin-top: 6px;
}
.bind-box-popup .bind-title[data-v-9ac03b9a] {
  text-align: center;
  font-size: 16px;
}
.bind-box-popup .bind-wx-title[data-v-9ac03b9a] {
  text-align: center;
  margin-bottom: -9px;
}
.bind-box-popup .bind-wx-title .bind-wx-btn[data-v-9ac03b9a] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 44px;
  color: #e80000;
  border: 1px solid #e80000;
  border-radius: 4px;
  margin: 19px 0 15px 0;
}
.bind-box-popup .bind-wx-title p[data-v-9ac03b9a] {
  color: #333;
  font-size: 14px;
}
.bind-box-popup .bind-wx-title .or[data-v-9ac03b9a] {
  color: #ccc;
  margin-bottom: 15px;
}
.bind-box-popup .bind-wx-title .new-user-notice[data-v-9ac03b9a] {
  position: relative;
}
.bind-box-popup .bind-wx-title .new-user-notice[data-v-9ac03b9a]::before,
.bind-box-popup .bind-wx-title .new-user-notice[data-v-9ac03b9a]::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 36px;
  background-color: #ddd;
}
.bind-box-popup .bind-wx-title .new-user-notice[data-v-9ac03b9a]::before {
  left: 0;
}
.bind-box-popup .bind-wx-title .new-user-notice[data-v-9ac03b9a]::after {
  right: 0;
}
.bind-box-popup .bind-old-title[data-v-9ac03b9a] {
  margin-bottom: 20px;
}
.bind-box-popup .bind-tips .tips-icon[data-v-9ac03b9a] {
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("https://down.om.cn/common/auth-icon.png");
  background-position: -254px -54px;
  vertical-align: bottom;
  z-index: 2;
  cursor: pointer;
}
.bind-box-popup .bind-tips .tips-icon:hover i[data-v-9ac03b9a] {
  opacity: 1;
  visibility: visible;
}
.bind-box-popup .bind-tips .tips-icon i[data-v-9ac03b9a] {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 254px;
  padding: 20px;
  color: #666;
  font-size: 14px;
  text-align: left;
  line-height: 22px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.2s;
}
.bind-box-popup .bind-tips .tips-icon i[data-v-9ac03b9a]:hover {
  opacity: 1;
  visibility: visible;
}
.bind-box-popup .bind-tips .tips-icon i[data-v-9ac03b9a]::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 0;
  width: 100%;
  height: 20px;
}
.bind-box-popup .bind-tips .tips-icon i[data-v-9ac03b9a]::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  display: block;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.bind-box-popup .bind-other-box .bind-link[data-v-9ac03b9a] {
  width: 300px;
  margin: 15px auto;
  text-align: right;
}
.bind-box-popup .bind-other-box .bind-link a[data-v-9ac03b9a] {
  color: #e80000;
  text-decoration: underline;
}
.bind-box-popup .bind-old-other[data-v-9ac03b9a] {
  padding-bottom: 15px;
}
.err-msg-box .dialog-body[data-v-9ac03b9a] {
  padding: 40px 50px 0;
}
.err-msg-box .dialog-body p[data-v-9ac03b9a] {
  color: #666;
  text-align: center;
}
.err-msg-box .dialog-body p[data-v-9ac03b9a]:last-child {
  margin-top: 10px;
}
.err-msg-box .dialog-body p:last-child a[data-v-9ac03b9a] {
  color: #e80000;
  text-decoration: underline;
}
.dialog-error-info .dialog-outer .dialog .dialog-body[data-v-9ac03b9a] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  padding: 0 30px;
}
.clearfix[data-v-9ac03b9a]:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.clearfix[data-v-9ac03b9a] {
  zoom: 1;
}
.s-btn[data-v-9ac03b9a] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f0f0f0;
  font-size: 16px;
  width: 360px;
  height: 45px;
  background-color: #e80000;
  border-radius: 3px;
}
.iconfont[data-v-9ac03b9a] {
  font-size: 22px;
}
.dialog-fade-enter-active[data-v-9ac03b9a] {
  animation: slide-down-in-9ac03b9a ease 0.3s;
}
.dialog-fade-leave-active[data-v-9ac03b9a] {
  animation: slide-down-out-9ac03b9a ease 0.3s;
}
@keyframes slide-down-in-9ac03b9a {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-9ac03b9a {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
.dialog-mask[data-v-9ac03b9a] {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.dialog-mask[data-v-9ac03b9a] {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 100;
}
.dialog-outer[data-v-9ac03b9a] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -moz-max-content;
  width: max-content;
}
.dialog-main[data-v-9ac03b9a] {
  display: flex;
  min-height: 489px;
  background: #fff;
  border-radius: 5px;
  line-height: 1;
  position: relative;
}
.dialog-main .login-poster[data-v-9ac03b9a] {
  min-width: -moz-max-content;
  min-width: max-content;
  height: 522px;
}
.dialog-main .login-poster img[data-v-9ac03b9a] {
  width: 100%;
  height: 100%;
}
.dialog-main .auth-box-main[data-v-9ac03b9a] {
  min-width: 450px;
  height: 522px;
  border-radius: 4px;
  position: relative;
  padding: 28px 30px 0;
  width: 450px;
  background-color: #fff;
}
.dialog-main .auth-box-main .welcome[data-v-9ac03b9a] {
  font-size: 22px;
  font-weight: bold;
  color: #333;
}
.dialog-main .auth-box-main .not-acc[data-v-9ac03b9a] {
  font-size: 14px;
  color: #999;
  margin-top: 12px;
  margin-bottom: 32px;
}
.dialog-main .auth-box-main .not-acc > span[data-v-9ac03b9a] {
  color: #333;
  cursor: pointer;
}
.dialog-main .auth-box-main .not-acc > span[data-v-9ac03b9a]:hover {
  color: #e80000;
}
.dialog-main .auth-box-main .way-icon[data-v-9ac03b9a] {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("https://down.om.cn/common/auth-icon.png");
  vertical-align: -5px;
}
.dialog-main .auth-box-main .way-icon-wx[data-v-9ac03b9a] {
  background-position: -139px -24px;
}
.dialog-main .auth-box-main .way-icon-tel[data-v-9ac03b9a] {
  background-position: -187px -24px;
}
.dialog-main .auth-box-main .way-icon-qq[data-v-9ac03b9a] {
  background-position: -163px -24px;
}
.dialog-main .auth-box-main .footer-tog[data-v-9ac03b9a] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.dialog-main .auth-box-main .auth-box-other[data-v-9ac03b9a] {
  padding-top: 24px;
  position: relative;
  height: 58px;
  display: flex;
  padding: 0 30px;
}
.dialog-main .auth-box-main .auth-box-other .other-reg[data-v-9ac03b9a] {
  color: #999;
}
.dialog-main .auth-box-main .auth-box-other .other-reg a[data-v-9ac03b9a],
.dialog-main .auth-box-main .auth-box-other .other-deal a[data-v-9ac03b9a] {
  color: #333;
}
.dialog-main .auth-box-main .auth-box-other .other-reg a[data-v-9ac03b9a]:hover,
.dialog-main .auth-box-main .auth-box-other .other-deal a[data-v-9ac03b9a]:hover {
  color: #e80000;
}
.dialog-main .auth-box-main .auth-box-other .other-way[data-v-9ac03b9a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-top: 1px solid #eee;
}
.dialog-main .auth-box-main .auth-box-other .other-way .other-list[data-v-9ac03b9a] {
  display: flex;
  align-items: center;
  color: #666;
}
.dialog-main .auth-box-main .auth-box-other .other-way .other-list .way-icon-box[data-v-9ac03b9a] {
  cursor: pointer;
  margin-left: 10px;
}
.dialog-main .auth-box-main .auth-box-other .other-way .other-list .way-icon-box[data-v-9ac03b9a]:hover {
  color: #e80000;
}
.dialog-main .auth-box-main .auth-box-other .other-way-center[data-v-9ac03b9a] {
  justify-content: center;
}
.dialog-main .auth-box-main .auth-box-other .other-deal[data-v-9ac03b9a] {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  color: #999;
  background-color: #f6f6f6;
  border-radius: 0px 0px 4px 4px;
}
.dialog-main .auth-box-main .auth-box-other .immediately-register[data-v-9ac03b9a] {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: #666;
}
.dialog-main .auth-box-main .auth-box-other .immediately-register > span[data-v-9ac03b9a] {
  text-decoration: underline;
  cursor: pointer;
}
.dialog-main .auth-box-main .auth-box-other .immediately-register > span[data-v-9ac03b9a]:hover {
  color: #e80000;
}
.dialog-main .auth-box-main .form-row[data-v-9ac03b9a] {
  position: relative;
}
.dialog-main .auth-box-main .form-row .form-icon[data-v-9ac03b9a] {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url("https://down.om.cn/common/auth-icon.png");
}
.dialog-main .auth-box-main .form-row .form-icon-account[data-v-9ac03b9a] {
  background-position: -138px -53px;
}
.dialog-main .auth-box-main .form-row .form-icon-pwd[data-v-9ac03b9a] {
  background-position: -160px -53px;
}
.dialog-main .auth-box-main .form-row .form-icon-mobile[data-v-9ac03b9a] {
  background-position: -181px -53px;
}
.dialog-main .auth-box-main .form-row .form-icon-email[data-v-9ac03b9a] {
  background-position: -227px -53px;
}
.dialog-main .auth-box-main .form-row .form-icon-captcha[data-v-9ac03b9a] {
  background-position: -204px -53px;
}
.dialog-main .auth-box-main .form-row input[data-v-9ac03b9a] {
  width: 100%;
  height: 44px;
  font-size: 14px;
  color: #333;
  text-indent: 19px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #dddddd;
}
.dialog-main .auth-box-main .form-row input[data-v-9ac03b9a]::-moz-placeholder {
  color: #bbbbbb;
  opacity: 1;
}
.dialog-main .auth-box-main .form-row input[data-v-9ac03b9a]::placeholder {
  color: #bbbbbb;
}
.dialog-main .auth-box-main .form-row .his-cookies[data-v-9ac03b9a] {
  position: absolute;
  top: 43px;
  left: 0;
  z-index: 2;
  width: 100%;
}
.dialog-main .auth-box-main .form-row .his-cookies li[data-v-9ac03b9a] {
  height: 44px;
  line-height: 44px;
  padding-left: 16px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  border: solid 1px #ddd;
  border-top: transparent;
  cursor: pointer;
}
.dialog-main .auth-box-main .form-row .his-cookies li[data-v-9ac03b9a]:first-of-type {
  border-top: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
}
.dialog-main .auth-box-main .form-row .his-cookies li[data-v-9ac03b9a]:last-of-type {
  border-radius: 0 0 4px 4px;
}
.dialog-main .auth-box-main .form-row .his-cookies li[data-v-9ac03b9a]:hover {
  color: #e80000;
  background-color: #f0f0f0;
}
.dialog-main .auth-box-main .form-row .eye[data-v-9ac03b9a] {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}
.dialog-main .auth-box-main .form-row-captcha[data-v-9ac03b9a] {
  display: flex;
  justify-content: space-between;
}
.dialog-main .auth-box-main .form-row-captcha input[data-v-9ac03b9a] {
  width: 238px;
}
.dialog-main .auth-box-main .submit-btn[data-v-9ac03b9a] {
  width: 100%;
  height: 44px;
  color: #f0f0f0;
  text-align: center;
  line-height: 44px;
  border-radius: 4px;
  background-color: #e80000;
}
.dialog-main .auth-box-main .submit-btn[data-v-9ac03b9a]:hover {
  background-color: #ff2424;
}
.dialog-main .auth-box-main .code-box[data-v-9ac03b9a] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 64px 50px 0 50px;
}
.dialog-main .auth-box-main .code-box .code-box-title[data-v-9ac03b9a] {
  margin-bottom: 17px;
}
.dialog-main .auth-box-main .code-box .code-box-title > span[data-v-9ac03b9a] {
  color: #333;
  font-size: 16px;
}
.dialog-main .auth-box-main .code-box .code-box-main[data-v-9ac03b9a] {
  width: 300px;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 38px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.dialog-main .auth-box-main .code-box .code-box-main .code-img[data-v-9ac03b9a] {
  position: relative;
  width: 185px;
  height: 185px;
  margin: 0 auto;
}
.dialog-main .auth-box-main .code-box .code-box-main img[data-v-9ac03b9a] {
  width: 185px;
  height: 185px;
}
.dialog-main .auth-box-main .code-box .code-box-main .code-ques[data-v-9ac03b9a] {
  width: 236px;
  height: 36px;
  font-size: 14px;
  color: #333;
  line-height: 36px;
  margin: 6px auto 0 auto;
  background-color: #f2f2f2;
  border-radius: 50px;
}
.dialog-main .auth-box-main .code-box .code-box-main .code-ques span[data-v-9ac03b9a] {
  color: #e80000;
  cursor: pointer;
  text-decoration: underline;
}
.dialog-main .auth-box-main .tel-box-form[data-v-9ac03b9a] {
  margin-top: 40px;
  padding-bottom: 22px;
}
.dialog-main .auth-box-main .tel-box-form .form-row[data-v-9ac03b9a] {
  margin-bottom: 20px;
}
.dialog-main .auth-box-main .tel-box-form .submit-btn[data-v-9ac03b9a] {
  margin-top: 10px;
}
.dialog-main .auth-box-main .tel-box-form .form-other[data-v-9ac03b9a] {
  color: #999;
  text-align: right;
  margin-top: 12px;
}
.dialog-main .auth-box-main .tel-box-form.register-tel-box-form[data-v-9ac03b9a] {
  margin-top: 30px;
}
.dialog-main .auth-box-main .tel-box-form.register-tel-box-form .form-row[data-v-9ac03b9a] {
  margin-bottom: 14px;
}
.dialog-main .close[data-v-9ac03b9a] {
  position: absolute;
  top: 0;
  right: -40px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: inline-block;
  background-image: url("https://down.om.cn/common/auth-icon.png");
  background-position: -215px -14px;
}
.dialog-main .close[data-v-9ac03b9a]:hover {
  background-position: -249px -14px;
}
.dialog-error-info .dialog-outer .dialog .dialog-body[data-v-9ac03b9a] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  padding: 0 30px;
}
.protocol-link[data-v-9ac03b9a] {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  color: #666;
  font-size: 14px;
  border-radius: 0 0 5px 0;
}
.code-expire-mask[data-v-9ac03b9a] {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.6);
}
.code-expire-mask p[data-v-9ac03b9a] {
  font-size: 18px;
  color: #fff;
}
.code-expire-mask button[data-v-9ac03b9a] {
  width: 88px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  margin-top: 20px;
  border-radius: 4px;
  background-color: #3bc66f;
}
.space-code-box[data-v-9ac03b9a] {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.space-code-box .code-img[data-v-9ac03b9a] {
  width: 180px;
  height: 180px;
  position: relative;
}
.space-code-box .secure-login[data-v-9ac03b9a] {
  margin-top: 14px;
}
.space-code-box .process[data-v-9ac03b9a] {
  margin-bottom: 20px;
  font-size: 14px;
  color: #999;
}
.is-login[data-v-9ac03b9a] {
  font-size: 14px;
  color: #999;
}
.is-login span[data-v-9ac03b9a],
.is-login a[data-v-9ac03b9a] {
  color: #333;
  cursor: pointer;
}
.is-login span[data-v-9ac03b9a]:hover,
.is-login a[data-v-9ac03b9a]:hover {
  color: #e80000;
}
.title-bind[data-v-9ac03b9a] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #333;
  padding-bottom: 18px;
  border-bottom: 1px solid #eee;
}
.bind-old-title[data-v-9ac03b9a] {
  font-size: 14px;
  margin-bottom: 28px;
  text-align: center;
  color: #bbb;
}
[data-v-6adadae8]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-6adadae8]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-6adadae8]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-6adadae8],
body[data-v-6adadae8] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-6adadae8] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-6adadae8] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-6adadae8] {
    border: none;
    outline: none;
}
}
input[data-v-6adadae8]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-6adadae8],
textarea[data-v-6adadae8] {
  border: none;
  outline: none;
}
textarea[data-v-6adadae8] {
  font-family: "microsoft yahei";
}
em[data-v-6adadae8] {
  color: #e80000;
  font-style: normal;
}
i[data-v-6adadae8] {
  font-style: normal;
}
.v-enter-active[data-v-6adadae8],
.v-leave-active[data-v-6adadae8] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-6adadae8],
.v-leave-to[data-v-6adadae8] {
  opacity: 0;
}
[v-cloak][data-v-6adadae8] {
  display: none;
}
.f-e80000[data-v-6adadae8] {
  color: #e80000;
}
.flex[data-v-6adadae8] {
  display: flex;
}
.flex-a[data-v-6adadae8] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-6adadae8] {
  font-family: fangsong;
}
.pingfang[data-v-6adadae8] {
  font-family: pingfang sc !important;
}
.underline[data-v-6adadae8] {
  text-decoration: underline;
}
.t-over[data-v-6adadae8] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-6adadae8] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-6adadae8] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-6adadae8] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-6adadae8] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-6adadae8] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-6adadae8] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-6adadae8] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-6adadae8] {
  cursor: pointer;
}
.trans1[data-v-6adadae8] {
  transition: ease 0.1s;
}
.trans2[data-v-6adadae8] {
  transition: ease 0.2s;
}
.trans3[data-v-6adadae8] {
  transition: ease 0.3s;
}
.trans4[data-v-6adadae8] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-6adadae8] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-6adadae8]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-6adadae8] {
  text-align: center;
}
.icon-pay-way-wx[data-v-6adadae8] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-6adadae8] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-6adadae8]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-6adadae8] {
  animation: slide-down-in-6adadae8 ease 0.3s;
}
.dialog-fade-leave-active[data-v-6adadae8] {
  animation: slide-down-out-6adadae8 ease 0.3s;
}
.icon-loading-circle[data-v-6adadae8] {
  animation: loading-circle-6adadae8 1s linear infinite;
}
@keyframes slide-down-in-6adadae8 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-6adadae8 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-6adadae8 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-6adadae8] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-6adadae8] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-6adadae8] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-6adadae8] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-6adadae8] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-6adadae8] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-6adadae8] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-6adadae8] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-6adadae8] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-6adadae8] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-6adadae8] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-6adadae8] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-6adadae8] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-6adadae8] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-6adadae8] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-6adadae8] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-6adadae8] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-6adadae8] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-6adadae8] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-6adadae8] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-6adadae8] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-6adadae8] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-6adadae8] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-6adadae8] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-6adadae8] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-6adadae8] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-6adadae8] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-6adadae8] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-6adadae8] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-6adadae8] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-6adadae8] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-6adadae8] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-6adadae8] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-6adadae8] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-6adadae8] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-6adadae8] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-6adadae8] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-6adadae8] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-6adadae8] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-6adadae8] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-6adadae8] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-6adadae8] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-6adadae8] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-6adadae8] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-6adadae8] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-6adadae8] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-6adadae8] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-6adadae8] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-6adadae8] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-6adadae8] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-6adadae8] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-6adadae8] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-6adadae8] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-6adadae8] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-6adadae8] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-6adadae8] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-6adadae8] {
  background-position: -218px -553px;
}
.inner[data-v-6adadae8] {
  width: 1200px;
  margin: 0 auto;
}
.fl[data-v-6adadae8] {
  float: left;
}
.fr[data-v-6adadae8] {
  float: right;
}
.clearfix[data-v-6adadae8]:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.clearfix[data-v-6adadae8] {
  zoom: 1;
}
[data-v-6adadae8] .protocol.icon-check {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -15px -232px;
  vertical-align: sub;
  cursor: pointer;
}
[data-v-6adadae8] .protocol.icon-check.checked {
  background-position: -34px -232px;
}
.s-btn[data-v-6adadae8] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f0f0f0;
  font-size: 16px;
  width: 360px;
  height: 45px;
  background-color: #e80000;
  border-radius: 3px;
}
.iconfont[data-v-6adadae8] {
  font-size: 22px;
}
.icon-guankan[data-v-6adadae8],
.icon-biyan[data-v-6adadae8] {
  cursor: pointer;
}
.auth-box-popup[data-v-6adadae8] {
  position: absolute;
  top: 50px;
  right: 16%;
  width: 370px;
  color: #666;
  line-height: 1;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 0 10px #ddd;
}
.auth-box-popup[data-v-6adadae8] .auth-box-main .way-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("https://down.om.cn/common/auth-icon.png");
  vertical-align: -5px;
}
.auth-box-popup[data-v-6adadae8] .auth-box-main .way-icon-wx {
  background-position: -139px -24px;
}
.auth-box-popup[data-v-6adadae8] .auth-box-main .way-icon-tel {
  background-position: -187px -24px;
}
.auth-box-popup[data-v-6adadae8] .auth-box-main .way-icon-qq {
  background-position: -163px -24px;
}
.auth-box-popup[data-v-6adadae8] .auth-box-main .other-deal {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  color: #999;
  background-color: #f6f6f6;
  border-radius: 0px 0px 4px 4px;
}
.auth-box-popup[data-v-6adadae8] .auth-box-main .other-deal a {
  text-decoration: underline;
  color: #e80000;
}
.auth-box-popup[data-v-6adadae8] .auth-box-main .auth-box-other {
  padding-top: 20px;
}
.auth-box-popup[data-v-6adadae8] .auth-box-main .auth-box-other .other-reg {
  color: #999;
}
.auth-box-popup[data-v-6adadae8] .auth-box-main .auth-box-other .other-reg a {
  text-decoration: underline;
  color: #e80000;
}
.auth-box-popup[data-v-6adadae8] .auth-box-main .auth-box-other .other-way {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 35px;
  margin-bottom: 29px;
}
.auth-box-popup[data-v-6adadae8] .auth-box-main .auth-box-other .other-way .other-list {
  display: flex;
  color: #666;
}
.auth-box-popup[data-v-6adadae8] .auth-box-main .auth-box-other .other-way .other-list .way-icon-box {
  cursor: pointer;
}
.auth-box-popup[data-v-6adadae8] .auth-box-main .auth-box-other .other-way .other-list .way-icon-box:hover {
  color: #e80000;
}
.auth-box-popup[data-v-6adadae8] .auth-box-main .auth-box-other .other-way .other-list .way-icon-box:nth-child(1) {
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
}
.auth-box-popup[data-v-6adadae8] .auth-box-main .auth-box-other .other-way .other-list .way-icon-box:nth-child(1)::before {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  height: 14px;
  width: 1px;
  background-color: #eee;
}
.auth-box-popup[data-v-6adadae8] .auth-box-main .auth-other-tel .other-way {
  margin-bottom: 47px;
}
.auth-box-popup[data-v-6adadae8] .auth-box-main .form-row {
  position: relative;
}
.auth-box-popup[data-v-6adadae8] .auth-box-main .form-row .form-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url("https://down.om.cn/common/auth-icon.png");
}
.auth-box-popup[data-v-6adadae8] .auth-box-main .form-row .form-icon-account {
  background-position: -138px -53px;
}
.auth-box-popup[data-v-6adadae8] .auth-box-main .form-row .form-icon-pwd {
  background-position: -160px -53px;
}
.auth-box-popup[data-v-6adadae8] .auth-box-main .form-row .form-icon-mobile {
  background-position: -181px -53px;
}
.auth-box-popup[data-v-6adadae8] .auth-box-main .form-row .form-icon-email {
  background-position: -227px -53px;
}
.auth-box-popup[data-v-6adadae8] .auth-box-main .form-row .form-icon-captcha {
  background-position: -204px -53px;
}
.auth-box-popup[data-v-6adadae8] .auth-box-main .form-row input {
  width: 300px;
  height: 44px;
  font-size: 14px;
  color: #333;
  text-indent: 36px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #dddddd;
}
.auth-box-popup[data-v-6adadae8] .auth-box-main .form-row input::-moz-placeholder {
  color: #bbbbbb;
  opacity: 1;
}
.auth-box-popup[data-v-6adadae8] .auth-box-main .form-row input::placeholder {
  color: #bbbbbb;
}
.auth-box-popup[data-v-6adadae8] .auth-box-main .form-row .his-cookies {
  position: absolute;
  top: 43px;
  left: 0;
  z-index: 2;
}
.auth-box-popup[data-v-6adadae8] .auth-box-main .form-row .his-cookies li {
  width: 300px;
  height: 44px;
  line-height: 44px;
  padding-left: 16px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  border: solid 1px #ddd;
  border-top: transparent;
  cursor: pointer;
}
.auth-box-popup[data-v-6adadae8] .auth-box-main .form-row .his-cookies li:first-of-type {
  border-top: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
}
.auth-box-popup[data-v-6adadae8] .auth-box-main .form-row .his-cookies li:last-of-type {
  border-radius: 0 0 4px 4px;
}
.auth-box-popup[data-v-6adadae8] .auth-box-main .form-row .his-cookies li:hover {
  color: #e80000;
  background-color: #f0f0f0;
}
.auth-box-popup[data-v-6adadae8] .auth-box-main .form-row .eye {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}
.auth-box-popup[data-v-6adadae8] .auth-box-main .form-row-captcha {
  display: flex;
  justify-content: space-between;
}
.auth-box-popup[data-v-6adadae8] .auth-box-main .form-row-captcha input {
  width: 180px;
}
.auth-box-popup[data-v-6adadae8] .auth-box-main .submit-btn {
  width: 100%;
  height: 44px;
  color: #f0f0f0;
  text-align: center;
  line-height: 44px;
  border-radius: 4px;
  background-color: #e80000;
}
.auth-box-popup[data-v-6adadae8] .auth-box-main .submit-btn:hover {
  background-color: #ff2424;
}
.login-box-popup .toggle-way-box[data-v-6adadae8] {
  position: absolute;
  right: 4px;
  top: 4px;
}
.login-box-popup .toggle-way-box:hover .way-tips[data-v-6adadae8] {
  display: block;
}
.login-box-popup .toggle-way-box .toggle-icon[data-v-6adadae8] {
  width: 38px;
  height: 38px;
  display: inline-block;
  background-image: url("https://down.om.cn/common/auth-icon.png");
  cursor: pointer;
}
.login-box-popup .toggle-way-box .toggle-icon-tel[data-v-6adadae8] {
  background-position: -33px -24px;
}
.login-box-popup .toggle-way-box .toggle-icon-code[data-v-6adadae8] {
  background-position: -87px -24px;
}
.login-box-popup .toggle-way-box .way-tips[data-v-6adadae8] {
  position: absolute;
  right: 42px;
  top: 5px;
  color: #e80000;
  font-size: 12px;
  padding: 8px;
  white-space: nowrap;
  background-color: #ffecec;
  border-radius: 4px;
  border: solid 1px #f69b9b;
  display: none;
}
.login-box-popup .toggle-way-box .way-tips[data-v-6adadae8]::before {
  content: "";
  position: absolute;
  top: 12px;
  right: -4px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #f69b9b;
  border-right: 1px solid #f69b9b;
  background-color: #ffecec;
  transform: rotate(45deg);
}
.login-box-popup .code-box[data-v-6adadae8] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 35px 0 35px;
}
.login-box-popup .code-box .code-box-title[data-v-6adadae8] {
  margin-bottom: 16px;
}
.login-box-popup .code-box .code-box-title > span[data-v-6adadae8] {
  color: #333;
  font-size: 16px;
}
.login-box-popup .code-box .code-box-main[data-v-6adadae8] {
  width: 300px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 24px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.login-box-popup .code-box .code-box-main .code-img[data-v-6adadae8] {
  position: relative;
  width: 185px;
  height: 185px;
  margin: 0 auto;
}
.login-box-popup .code-box .code-box-main img[data-v-6adadae8] {
  width: 185px;
  height: 185px;
}
.login-box-popup .code-box .code-box-main .code-expire-mask[data-v-6adadae8] {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.6);
}
.login-box-popup .code-box .code-box-main .code-expire-mask p[data-v-6adadae8] {
  font-size: 18px;
  color: #fff;
}
.login-box-popup .code-box .code-box-main .code-expire-mask button[data-v-6adadae8] {
  width: 88px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  margin-top: 20px;
  border-radius: 4px;
  background-color: #3bc66f;
}
.login-box-popup .code-box .code-box-main .code-ques[data-v-6adadae8] {
  width: 236px;
  height: 36px;
  font-size: 14px;
  color: #333;
  line-height: 36px;
  margin: 10px auto 0 auto;
  background-color: #f2f2f2;
  border-radius: 50px;
}
.login-box-popup .code-box .code-box-main .code-ques span[data-v-6adadae8] {
  color: #e80000;
  cursor: pointer;
  text-decoration: underline;
}
.login-box-popup .tel-box[data-v-6adadae8] {
  padding: 47px 35px 0 35px;
}
.login-box-popup .tel-box-form[data-v-6adadae8] {
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
  margin-top: 34px;
}
.login-box-popup .tel-box-form .form-row[data-v-6adadae8] {
  margin-bottom: 20px;
}
.login-box-popup .tel-box-form .submit-btn[data-v-6adadae8] {
  margin-top: 10px;
}
.login-box-popup .tel-box-form .form-other[data-v-6adadae8] {
  color: #999;
  text-align: right;
  margin-top: 12px;
}
.forgot-box-popup .tel-box[data-v-6adadae8],
.register-box-popup .tel-box[data-v-6adadae8],
.bind-box-popup .tel-box[data-v-6adadae8] {
  padding: 30px 35px 0 35px;
}
.forgot-box-popup .tel-box-form[data-v-6adadae8],
.register-box-popup .tel-box-form[data-v-6adadae8],
.bind-box-popup .tel-box-form[data-v-6adadae8] {
  margin-top: 30px;
}
.forgot-box-popup .tel-box-form .form-row[data-v-6adadae8],
.register-box-popup .tel-box-form .form-row[data-v-6adadae8],
.bind-box-popup .tel-box-form .form-row[data-v-6adadae8] {
  margin-bottom: 14px;
}
.forgot-box-popup .tel-box-form .submit-btn[data-v-6adadae8],
.register-box-popup .tel-box-form .submit-btn[data-v-6adadae8],
.bind-box-popup .tel-box-form .submit-btn[data-v-6adadae8] {
  margin-top: 6px;
}
.bind-box-popup .bind-title[data-v-6adadae8] {
  text-align: center;
  font-size: 16px;
}
.bind-box-popup .bind-wx-title[data-v-6adadae8] {
  text-align: center;
  margin-bottom: -9px;
}
.bind-box-popup .bind-wx-title .bind-wx-btn[data-v-6adadae8] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 44px;
  color: #e80000;
  border: 1px solid #e80000;
  border-radius: 4px;
  margin: 19px 0 15px 0;
}
.bind-box-popup .bind-wx-title p[data-v-6adadae8] {
  color: #333;
  font-size: 14px;
}
.bind-box-popup .bind-wx-title .or[data-v-6adadae8] {
  color: #ccc;
  margin-bottom: 15px;
}
.bind-box-popup .bind-wx-title .new-user-notice[data-v-6adadae8] {
  position: relative;
}
.bind-box-popup .bind-wx-title .new-user-notice[data-v-6adadae8]::before,
.bind-box-popup .bind-wx-title .new-user-notice[data-v-6adadae8]::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 36px;
  background-color: #ddd;
}
.bind-box-popup .bind-wx-title .new-user-notice[data-v-6adadae8]::before {
  left: 0;
}
.bind-box-popup .bind-wx-title .new-user-notice[data-v-6adadae8]::after {
  right: 0;
}
.bind-box-popup .bind-old-title[data-v-6adadae8] {
  margin-bottom: 20px;
}
.bind-box-popup .bind-tips .tips-icon[data-v-6adadae8] {
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("https://down.om.cn/common/auth-icon.png");
  background-position: -254px -54px;
  vertical-align: bottom;
  z-index: 2;
  cursor: pointer;
}
.bind-box-popup .bind-tips .tips-icon:hover i[data-v-6adadae8] {
  opacity: 1;
  visibility: visible;
}
.bind-box-popup .bind-tips .tips-icon i[data-v-6adadae8] {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 254px;
  padding: 20px;
  color: #666;
  font-size: 14px;
  text-align: left;
  line-height: 22px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.2s;
}
.bind-box-popup .bind-tips .tips-icon i[data-v-6adadae8]:hover {
  opacity: 1;
  visibility: visible;
}
.bind-box-popup .bind-tips .tips-icon i[data-v-6adadae8]::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 0;
  width: 100%;
  height: 20px;
}
.bind-box-popup .bind-tips .tips-icon i[data-v-6adadae8]::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  display: block;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.bind-box-popup .bind-other-box .bind-link[data-v-6adadae8] {
  width: 300px;
  margin: 15px auto;
  text-align: right;
}
.bind-box-popup .bind-other-box .bind-link a[data-v-6adadae8] {
  color: #e80000;
  text-decoration: underline;
}
.bind-box-popup .bind-old-other[data-v-6adadae8] {
  padding-bottom: 15px;
}
.err-msg-box .dialog-body[data-v-6adadae8] {
  padding: 40px 50px 0;
}
.err-msg-box .dialog-body p[data-v-6adadae8] {
  color: #666;
  text-align: center;
}
.err-msg-box .dialog-body p[data-v-6adadae8]:last-child {
  margin-top: 10px;
}
.err-msg-box .dialog-body p:last-child a[data-v-6adadae8] {
  color: #e80000;
  text-decoration: underline;
}
.dialog-error-info .dialog-outer .dialog .dialog-body[data-v-6adadae8] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  padding: 0 30px;
}
.clearfix[data-v-6adadae8]:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.clearfix[data-v-6adadae8] {
  zoom: 1;
}
.s-btn[data-v-6adadae8] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f0f0f0;
  font-size: 16px;
  width: 360px;
  height: 45px;
  background-color: #e80000;
  border-radius: 3px;
}
.iconfont[data-v-6adadae8] {
  font-size: 22px;
}
.dialog-fade-enter-active[data-v-6adadae8] {
  animation: slide-down-in-6adadae8 ease 0.3s;
}
.dialog-fade-leave-active[data-v-6adadae8] {
  animation: slide-down-out-6adadae8 ease 0.3s;
}
@keyframes slide-down-in-6adadae8 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-6adadae8 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
.dialog-mask[data-v-6adadae8] {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.dialog-mask[data-v-6adadae8] {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 100;
}
.dialog-outer[data-v-6adadae8] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -moz-max-content;
  width: max-content;
}
.dialog-main[data-v-6adadae8] {
  display: flex;
  min-height: 489px;
  background: #fff;
  border-radius: 5px;
  line-height: 1;
  position: relative;
}
.dialog-main .login-poster[data-v-6adadae8] {
  min-width: -moz-max-content;
  min-width: max-content;
  height: 522px;
}
.dialog-main .login-poster img[data-v-6adadae8] {
  width: 100%;
  height: 100%;
}
.dialog-main .auth-box-main[data-v-6adadae8] {
  min-width: 450px;
  height: 522px;
  border-radius: 4px;
  position: relative;
  padding: 28px 30px 0;
  width: 450px;
  background-color: #fff;
}
.dialog-main .auth-box-main .welcome[data-v-6adadae8] {
  font-size: 22px;
  font-weight: bold;
  color: #333;
}
.dialog-main .auth-box-main .not-acc[data-v-6adadae8] {
  font-size: 14px;
  color: #999;
  margin-top: 12px;
  margin-bottom: 32px;
}
.dialog-main .auth-box-main .not-acc > span[data-v-6adadae8] {
  color: #333;
  cursor: pointer;
}
.dialog-main .auth-box-main .not-acc > span[data-v-6adadae8]:hover {
  color: #e80000;
}
.dialog-main .auth-box-main .way-icon[data-v-6adadae8] {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("https://down.om.cn/common/auth-icon.png");
  vertical-align: -5px;
}
.dialog-main .auth-box-main .way-icon-wx[data-v-6adadae8] {
  background-position: -139px -24px;
}
.dialog-main .auth-box-main .way-icon-tel[data-v-6adadae8] {
  background-position: -187px -24px;
}
.dialog-main .auth-box-main .way-icon-qq[data-v-6adadae8] {
  background-position: -163px -24px;
}
.dialog-main .auth-box-main .footer-tog[data-v-6adadae8] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.dialog-main .auth-box-main .auth-box-other[data-v-6adadae8] {
  padding-top: 24px;
  position: relative;
  height: 58px;
  display: flex;
  padding: 0 30px;
}
.dialog-main .auth-box-main .auth-box-other .other-reg[data-v-6adadae8] {
  color: #999;
}
.dialog-main .auth-box-main .auth-box-other .other-reg a[data-v-6adadae8],
.dialog-main .auth-box-main .auth-box-other .other-deal a[data-v-6adadae8] {
  color: #333;
}
.dialog-main .auth-box-main .auth-box-other .other-reg a[data-v-6adadae8]:hover,
.dialog-main .auth-box-main .auth-box-other .other-deal a[data-v-6adadae8]:hover {
  color: #e80000;
}
.dialog-main .auth-box-main .auth-box-other .other-way[data-v-6adadae8] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-top: 1px solid #eee;
}
.dialog-main .auth-box-main .auth-box-other .other-way .other-list[data-v-6adadae8] {
  display: flex;
  align-items: center;
  color: #666;
}
.dialog-main .auth-box-main .auth-box-other .other-way .other-list .way-icon-box[data-v-6adadae8] {
  cursor: pointer;
  margin-left: 10px;
}
.dialog-main .auth-box-main .auth-box-other .other-way .other-list .way-icon-box[data-v-6adadae8]:hover {
  color: #e80000;
}
.dialog-main .auth-box-main .auth-box-other .other-way-center[data-v-6adadae8] {
  justify-content: center;
}
.dialog-main .auth-box-main .auth-box-other .other-deal[data-v-6adadae8] {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  color: #999;
  background-color: #f6f6f6;
  border-radius: 0px 0px 4px 4px;
}
.dialog-main .auth-box-main .auth-box-other .immediately-register[data-v-6adadae8] {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: #666;
}
.dialog-main .auth-box-main .auth-box-other .immediately-register > span[data-v-6adadae8] {
  text-decoration: underline;
  cursor: pointer;
}
.dialog-main .auth-box-main .auth-box-other .immediately-register > span[data-v-6adadae8]:hover {
  color: #e80000;
}
.dialog-main .auth-box-main .form-row[data-v-6adadae8] {
  position: relative;
}
.dialog-main .auth-box-main .form-row .form-icon[data-v-6adadae8] {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url("https://down.om.cn/common/auth-icon.png");
}
.dialog-main .auth-box-main .form-row .form-icon-account[data-v-6adadae8] {
  background-position: -138px -53px;
}
.dialog-main .auth-box-main .form-row .form-icon-pwd[data-v-6adadae8] {
  background-position: -160px -53px;
}
.dialog-main .auth-box-main .form-row .form-icon-mobile[data-v-6adadae8] {
  background-position: -181px -53px;
}
.dialog-main .auth-box-main .form-row .form-icon-email[data-v-6adadae8] {
  background-position: -227px -53px;
}
.dialog-main .auth-box-main .form-row .form-icon-captcha[data-v-6adadae8] {
  background-position: -204px -53px;
}
.dialog-main .auth-box-main .form-row input[data-v-6adadae8] {
  width: 100%;
  height: 44px;
  font-size: 14px;
  color: #333;
  text-indent: 19px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #dddddd;
}
.dialog-main .auth-box-main .form-row input[data-v-6adadae8]::-moz-placeholder {
  color: #bbbbbb;
  opacity: 1;
}
.dialog-main .auth-box-main .form-row input[data-v-6adadae8]::placeholder {
  color: #bbbbbb;
}
.dialog-main .auth-box-main .form-row .his-cookies[data-v-6adadae8] {
  position: absolute;
  top: 43px;
  left: 0;
  z-index: 2;
  width: 100%;
}
.dialog-main .auth-box-main .form-row .his-cookies li[data-v-6adadae8] {
  height: 44px;
  line-height: 44px;
  padding-left: 16px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  border: solid 1px #ddd;
  border-top: transparent;
  cursor: pointer;
}
.dialog-main .auth-box-main .form-row .his-cookies li[data-v-6adadae8]:first-of-type {
  border-top: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
}
.dialog-main .auth-box-main .form-row .his-cookies li[data-v-6adadae8]:last-of-type {
  border-radius: 0 0 4px 4px;
}
.dialog-main .auth-box-main .form-row .his-cookies li[data-v-6adadae8]:hover {
  color: #e80000;
  background-color: #f0f0f0;
}
.dialog-main .auth-box-main .form-row .eye[data-v-6adadae8] {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}
.dialog-main .auth-box-main .form-row-captcha[data-v-6adadae8] {
  display: flex;
  justify-content: space-between;
}
.dialog-main .auth-box-main .form-row-captcha input[data-v-6adadae8] {
  width: 238px;
}
.dialog-main .auth-box-main .submit-btn[data-v-6adadae8] {
  width: 100%;
  height: 44px;
  color: #f0f0f0;
  text-align: center;
  line-height: 44px;
  border-radius: 4px;
  background-color: #e80000;
}
.dialog-main .auth-box-main .submit-btn[data-v-6adadae8]:hover {
  background-color: #ff2424;
}
.dialog-main .auth-box-main .code-box[data-v-6adadae8] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 64px 50px 0 50px;
}
.dialog-main .auth-box-main .code-box .code-box-title[data-v-6adadae8] {
  margin-bottom: 17px;
}
.dialog-main .auth-box-main .code-box .code-box-title > span[data-v-6adadae8] {
  color: #333;
  font-size: 16px;
}
.dialog-main .auth-box-main .code-box .code-box-main[data-v-6adadae8] {
  width: 300px;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 38px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.dialog-main .auth-box-main .code-box .code-box-main .code-img[data-v-6adadae8] {
  position: relative;
  width: 185px;
  height: 185px;
  margin: 0 auto;
}
.dialog-main .auth-box-main .code-box .code-box-main img[data-v-6adadae8] {
  width: 185px;
  height: 185px;
}
.dialog-main .auth-box-main .code-box .code-box-main .code-ques[data-v-6adadae8] {
  width: 236px;
  height: 36px;
  font-size: 14px;
  color: #333;
  line-height: 36px;
  margin: 6px auto 0 auto;
  background-color: #f2f2f2;
  border-radius: 50px;
}
.dialog-main .auth-box-main .code-box .code-box-main .code-ques span[data-v-6adadae8] {
  color: #e80000;
  cursor: pointer;
  text-decoration: underline;
}
.dialog-main .auth-box-main .tel-box-form[data-v-6adadae8] {
  margin-top: 40px;
  padding-bottom: 22px;
}
.dialog-main .auth-box-main .tel-box-form .form-row[data-v-6adadae8] {
  margin-bottom: 20px;
}
.dialog-main .auth-box-main .tel-box-form .submit-btn[data-v-6adadae8] {
  margin-top: 10px;
}
.dialog-main .auth-box-main .tel-box-form .form-other[data-v-6adadae8] {
  color: #999;
  text-align: right;
  margin-top: 12px;
}
.dialog-main .auth-box-main .tel-box-form.register-tel-box-form[data-v-6adadae8] {
  margin-top: 30px;
}
.dialog-main .auth-box-main .tel-box-form.register-tel-box-form .form-row[data-v-6adadae8] {
  margin-bottom: 14px;
}
.dialog-main .close[data-v-6adadae8] {
  position: absolute;
  top: 0;
  right: -40px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: inline-block;
  background-image: url("https://down.om.cn/common/auth-icon.png");
  background-position: -215px -14px;
}
.dialog-main .close[data-v-6adadae8]:hover {
  background-position: -249px -14px;
}
.dialog-error-info .dialog-outer .dialog .dialog-body[data-v-6adadae8] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  padding: 0 30px;
}
.protocol-link[data-v-6adadae8] {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  color: #666;
  font-size: 14px;
  border-radius: 0 0 5px 0;
}
.code-expire-mask[data-v-6adadae8] {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.6);
}
.code-expire-mask p[data-v-6adadae8] {
  font-size: 18px;
  color: #fff;
}
.code-expire-mask button[data-v-6adadae8] {
  width: 88px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  margin-top: 20px;
  border-radius: 4px;
  background-color: #3bc66f;
}
.space-code-box[data-v-6adadae8] {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.space-code-box .code-img[data-v-6adadae8] {
  width: 180px;
  height: 180px;
  position: relative;
}
.space-code-box .secure-login[data-v-6adadae8] {
  margin-top: 14px;
}
.space-code-box .process[data-v-6adadae8] {
  margin-bottom: 20px;
  font-size: 14px;
  color: #999;
}
.is-login[data-v-6adadae8] {
  font-size: 14px;
  color: #999;
}
.is-login span[data-v-6adadae8],
.is-login a[data-v-6adadae8] {
  color: #333;
  cursor: pointer;
}
.is-login span[data-v-6adadae8]:hover,
.is-login a[data-v-6adadae8]:hover {
  color: #e80000;
}
.title-bind[data-v-6adadae8] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #333;
  padding-bottom: 18px;
  border-bottom: 1px solid #eee;
}
.bind-old-title[data-v-6adadae8] {
  font-size: 14px;
  margin-bottom: 28px;
  text-align: center;
  color: #bbb;
}
[data-v-504eda22]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-504eda22]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-504eda22]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-504eda22],
body[data-v-504eda22] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-504eda22] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-504eda22] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-504eda22] {
    border: none;
    outline: none;
}
}
input[data-v-504eda22]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-504eda22],
textarea[data-v-504eda22] {
  border: none;
  outline: none;
}
textarea[data-v-504eda22] {
  font-family: "microsoft yahei";
}
em[data-v-504eda22] {
  color: #e80000;
  font-style: normal;
}
i[data-v-504eda22] {
  font-style: normal;
}
.v-enter-active[data-v-504eda22],
.v-leave-active[data-v-504eda22] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-504eda22],
.v-leave-to[data-v-504eda22] {
  opacity: 0;
}
[v-cloak][data-v-504eda22] {
  display: none;
}
.f-e80000[data-v-504eda22] {
  color: #e80000;
}
.flex[data-v-504eda22] {
  display: flex;
}
.flex-a[data-v-504eda22] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-504eda22] {
  font-family: fangsong;
}
.pingfang[data-v-504eda22] {
  font-family: pingfang sc !important;
}
.underline[data-v-504eda22] {
  text-decoration: underline;
}
.t-over[data-v-504eda22] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-504eda22] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-504eda22] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-504eda22] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-504eda22] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-504eda22] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-504eda22] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-504eda22] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-504eda22] {
  cursor: pointer;
}
.trans1[data-v-504eda22] {
  transition: ease 0.1s;
}
.trans2[data-v-504eda22] {
  transition: ease 0.2s;
}
.trans3[data-v-504eda22] {
  transition: ease 0.3s;
}
.trans4[data-v-504eda22] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-504eda22] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-504eda22]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-504eda22] {
  text-align: center;
}
.icon-pay-way-wx[data-v-504eda22] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-504eda22] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-504eda22]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-504eda22] {
  animation: slide-down-in-504eda22 ease 0.3s;
}
.dialog-fade-leave-active[data-v-504eda22] {
  animation: slide-down-out-504eda22 ease 0.3s;
}
.icon-loading-circle[data-v-504eda22] {
  animation: loading-circle-504eda22 1s linear infinite;
}
@keyframes slide-down-in-504eda22 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-504eda22 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-504eda22 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-504eda22] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-504eda22] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-504eda22] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-504eda22] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-504eda22] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-504eda22] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-504eda22] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-504eda22] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-504eda22] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-504eda22] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-504eda22] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-504eda22] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-504eda22] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-504eda22] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-504eda22] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-504eda22] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-504eda22] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-504eda22] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-504eda22] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-504eda22] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-504eda22] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-504eda22] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-504eda22] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-504eda22] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-504eda22] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-504eda22] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-504eda22] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-504eda22] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-504eda22] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-504eda22] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-504eda22] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-504eda22] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-504eda22] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-504eda22] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-504eda22] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-504eda22] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-504eda22] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-504eda22] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-504eda22] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-504eda22] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-504eda22] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-504eda22] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-504eda22] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-504eda22] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-504eda22] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-504eda22] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-504eda22] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-504eda22] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-504eda22] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-504eda22] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-504eda22] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-504eda22] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-504eda22] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-504eda22] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-504eda22] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-504eda22] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-504eda22] {
  background-position: -218px -553px;
}
.user-protocol-pop[data-v-504eda22] {
  z-index: 999;
}
.user-protocol-pop[data-v-504eda22] .public-close-btn {
  display: none;
}
.model-content[data-v-504eda22] {
  align-items: center;
  justify-content: start;
  padding: 30px 0 0 0;
}
.model-content .main[data-v-504eda22] {
  height: 430px;
  padding: 0 30px;
  color: #666;
  border-radius: 2px;
  overflow-x: hidden;
  overflow-y: auto;
}
.model-content .main p[data-v-504eda22],
.model-content .main b[data-v-504eda22],
.model-content .main span[data-v-504eda22] {
  line-height: 26px;
}
.model-content .main b[data-v-504eda22] {
  color: #333;
}
.btn-wrap[data-v-504eda22] {
  display: flex;
  padding-top: 22px;
  justify-content: center;
}
.btn-wrap button[data-v-504eda22] {
  width: 180px;
  height: 44px;
  border-radius: 3px;
}
.btn-wrap button[data-v-504eda22]:not(:last-of-type) {
  margin-right: 20px;
}
.btn-wrap button.plain[data-v-504eda22] {
  color: #999;
  background-color: #fff;
  border: solid 1px #ddd;
}
.btn-wrap button.plain[data-v-504eda22]:hover {
  color: #666;
  border: solid 1px #ccc;
}
.btn-wrap button.primary[data-v-504eda22] {
  color: #fff;
  background-color: #e80000;
}
.btn-wrap button.primary[data-v-504eda22]:hover {
  background-color: #ff2424;
}
.flex-jc[data-v-504eda22] {
  display: flex;
  justify-content: flex-end;
}
.indent2[data-v-504eda22] {
  text-indent: 2em;
  display: inline-block;
}
.indent4[data-v-504eda22] {
  text-indent: 4em;
  display: inline-block;
}
.flex-dc[data-v-504eda22] {
  display: flex;
  flex-direction: column;
}
[data-v-9b982dbf]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-9b982dbf]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-9b982dbf]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-9b982dbf],
body[data-v-9b982dbf] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-9b982dbf] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-9b982dbf] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-9b982dbf] {
    border: none;
    outline: none;
}
}
input[data-v-9b982dbf]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-9b982dbf],
textarea[data-v-9b982dbf] {
  border: none;
  outline: none;
}
textarea[data-v-9b982dbf] {
  font-family: "microsoft yahei";
}
em[data-v-9b982dbf] {
  color: #e80000;
  font-style: normal;
}
i[data-v-9b982dbf] {
  font-style: normal;
}
.v-enter-active[data-v-9b982dbf],
.v-leave-active[data-v-9b982dbf] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-9b982dbf],
.v-leave-to[data-v-9b982dbf] {
  opacity: 0;
}
[v-cloak][data-v-9b982dbf] {
  display: none;
}
.f-e80000[data-v-9b982dbf] {
  color: #e80000;
}
.flex[data-v-9b982dbf] {
  display: flex;
}
.flex-a[data-v-9b982dbf] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-9b982dbf] {
  font-family: fangsong;
}
.pingfang[data-v-9b982dbf] {
  font-family: pingfang sc !important;
}
.underline[data-v-9b982dbf] {
  text-decoration: underline;
}
.t-over[data-v-9b982dbf] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-9b982dbf] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-9b982dbf] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-9b982dbf] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-9b982dbf] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-9b982dbf] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-9b982dbf] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-9b982dbf] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-9b982dbf] {
  cursor: pointer;
}
.trans1[data-v-9b982dbf] {
  transition: ease 0.1s;
}
.trans2[data-v-9b982dbf] {
  transition: ease 0.2s;
}
.trans3[data-v-9b982dbf] {
  transition: ease 0.3s;
}
.trans4[data-v-9b982dbf] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-9b982dbf] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-9b982dbf]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-9b982dbf] {
  text-align: center;
}
.icon-pay-way-wx[data-v-9b982dbf] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-9b982dbf] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-9b982dbf]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-9b982dbf] {
  animation: slide-down-in-9b982dbf ease 0.3s;
}
.dialog-fade-leave-active[data-v-9b982dbf] {
  animation: slide-down-out-9b982dbf ease 0.3s;
}
.icon-loading-circle[data-v-9b982dbf] {
  animation: loading-circle-9b982dbf 1s linear infinite;
}
@keyframes slide-down-in-9b982dbf {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-9b982dbf {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-9b982dbf {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-9b982dbf] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-9b982dbf] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-9b982dbf] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-9b982dbf] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-9b982dbf] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-9b982dbf] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-9b982dbf] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-9b982dbf] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-9b982dbf] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-9b982dbf] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-9b982dbf] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-9b982dbf] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-9b982dbf] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-9b982dbf] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-9b982dbf] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-9b982dbf] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-9b982dbf] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-9b982dbf] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-9b982dbf] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-9b982dbf] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-9b982dbf] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-9b982dbf] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-9b982dbf] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-9b982dbf] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-9b982dbf] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-9b982dbf] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-9b982dbf] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-9b982dbf] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-9b982dbf] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-9b982dbf] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-9b982dbf] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-9b982dbf] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-9b982dbf] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-9b982dbf] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-9b982dbf] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-9b982dbf] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-9b982dbf] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-9b982dbf] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-9b982dbf] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-9b982dbf] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-9b982dbf] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-9b982dbf] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-9b982dbf] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-9b982dbf] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-9b982dbf] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-9b982dbf] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-9b982dbf] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-9b982dbf] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-9b982dbf] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-9b982dbf] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-9b982dbf] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-9b982dbf] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-9b982dbf] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-9b982dbf] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-9b982dbf] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-9b982dbf] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-9b982dbf] {
  background-position: -218px -553px;
}
@keyframes slide-down-9b982dbf {
0% {
    opacity: 0;
    transform: translate(0, -100%);
}
100% {
    opacity: 1;
    transform: translate(0, 0);
}
}
@keyframes fade-in-9b982dbf {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes slide-up-9b982dbf {
0% {
    opacity: 0;
    transform: translateY(100%);
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}
.outer[data-v-9b982dbf] {
  position: fixed;
  left: 50%;
  transform: translate(-50%);
  z-index: 999;
}
.outer.show-on-top[data-v-9b982dbf] {
  top: 20px;
}
.outer.show-on-top .toast-wrapper[data-v-9b982dbf] {
  animation: slide-down-9b982dbf 0.5s;
}
.outer.show-on-middle[data-v-9b982dbf] {
  top: 50%;
  transform: translate(-50%, -50%);
}
.outer.show-on-middle .toast-wrapper[data-v-9b982dbf] {
  animation: fade-in-9b982dbf 0.5s;
}
.outer.show-on-bottom[data-v-9b982dbf] {
  bottom: 20px;
}
.outer.show-on-bottom .toast-wrapper[data-v-9b982dbf] {
  animation: slide-up-9b982dbf 0.5s;
}
.type-block[data-v-9b982dbf] {
  height: 58px;
  background-color: #fff;
  border: 1px solid #d3d4d3;
}
.toast-wrapper[data-v-9b982dbf] {
  display: flex;
  min-width: 120px;
  padding: 0 10px;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}
.toast-wrapper .icon-type[data-v-9b982dbf] {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url("https://down.om.cn/common/toast-icon.png") no-repeat;
}
.toast-wrapper.toast-success[data-v-9b982dbf] {
  height: 58px;
  background-color: #fff;
  border: 1px solid #d3d4d3;
}
.toast-wrapper.toast-success .icon-success[data-v-9b982dbf] {
  background-position: -30px 0;
}
.toast-wrapper.toast-success .message[data-v-9b982dbf] {
  color: #333;
}
.toast-wrapper.toast-error[data-v-9b982dbf] {
  height: 58px;
  background-color: #fff;
  border: 1px solid #d3d4d3;
}
.toast-wrapper.toast-error .icon-error[data-v-9b982dbf] {
  background-position: -60px 0;
}
.toast-wrapper.toast-error .message[data-v-9b982dbf] {
  color: #333;
}
.toast-wrapper.toast-warning[data-v-9b982dbf] {
  height: 58px;
  background-color: #fff;
  border: 1px solid #d3d4d3;
}
.toast-wrapper.toast-warning .icon-warning[data-v-9b982dbf] {
  background-position: 0 0;
}
.toast-wrapper.toast-warning .message[data-v-9b982dbf] {
  color: #333;
}
.toast-wrapper.toast-fail[data-v-9b982dbf] {
  height: 58px;
  background-color: #fff;
  border: 1px solid #d3d4d3;
}
.toast-wrapper.toast-fail .icon-fail[data-v-9b982dbf] {
  background-position: -150px 0;
}
.toast-wrapper.toast-fail .message[data-v-9b982dbf] {
  color: #333;
}
.toast-wrapper > div[data-v-9b982dbf] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.toast-wrapper .message[data-v-9b982dbf] {
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.toast-wrapper .message[data-v-9b982dbf] .s-icon {
  margin-right: 10px;
}
.toast-wrapper .close-btn[data-v-9b982dbf] {
  padding: 0 1.2em;
  flex-shrink: 0;
  border-left: 1px solid #fff;
}
.ant-toast[data-v-9b982dbf] {
  padding: 20px 20px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 6px -4px rgba(0,0,0,0.12157), 0 6px 16px rgba(0,0,0,0.07843), 0 9px 28px 8px rgba(0,0,0,0.05098);
  pointer-events: all;
  position: fixed;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  transition: all 0.2s;
  animation: fade-in-9b982dbf 0.2s;
  z-index: 99999;
}
.ant-toast .svg-box[data-v-9b982dbf] {
  display: flex;
}
.ant-toast > span[data-v-9b982dbf] {
  font-size: 16px;
  color: #333;
  margin-left: 3px;
}
[data-v-eb3b6024]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-eb3b6024]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-eb3b6024]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-eb3b6024],
body[data-v-eb3b6024] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-eb3b6024] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-eb3b6024] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-eb3b6024] {
    border: none;
    outline: none;
}
}
input[data-v-eb3b6024]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-eb3b6024],
textarea[data-v-eb3b6024] {
  border: none;
  outline: none;
}
textarea[data-v-eb3b6024] {
  font-family: "microsoft yahei";
}
em[data-v-eb3b6024] {
  color: #e80000;
  font-style: normal;
}
i[data-v-eb3b6024] {
  font-style: normal;
}
.v-enter-active[data-v-eb3b6024],
.v-leave-active[data-v-eb3b6024] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-eb3b6024],
.v-leave-to[data-v-eb3b6024] {
  opacity: 0;
}
[v-cloak][data-v-eb3b6024] {
  display: none;
}
.f-e80000[data-v-eb3b6024] {
  color: #e80000;
}
.flex[data-v-eb3b6024] {
  display: flex;
}
.flex-a[data-v-eb3b6024] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-eb3b6024] {
  font-family: fangsong;
}
.pingfang[data-v-eb3b6024] {
  font-family: pingfang sc !important;
}
.underline[data-v-eb3b6024] {
  text-decoration: underline;
}
.t-over[data-v-eb3b6024] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-eb3b6024] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-eb3b6024] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-eb3b6024] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-eb3b6024] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-eb3b6024] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-eb3b6024] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-eb3b6024] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-eb3b6024] {
  cursor: pointer;
}
.trans1[data-v-eb3b6024] {
  transition: ease 0.1s;
}
.trans2[data-v-eb3b6024] {
  transition: ease 0.2s;
}
.trans3[data-v-eb3b6024] {
  transition: ease 0.3s;
}
.trans4[data-v-eb3b6024] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-eb3b6024] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-eb3b6024]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-eb3b6024] {
  text-align: center;
}
.icon-pay-way-wx[data-v-eb3b6024] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-eb3b6024] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-eb3b6024]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-eb3b6024] {
  animation: slide-down-in-eb3b6024 ease 0.3s;
}
.dialog-fade-leave-active[data-v-eb3b6024] {
  animation: slide-down-out-eb3b6024 ease 0.3s;
}
.icon-loading-circle[data-v-eb3b6024] {
  animation: loading-circle-eb3b6024 1s linear infinite;
}
@keyframes slide-down-in-eb3b6024 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-eb3b6024 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-eb3b6024 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-eb3b6024] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-eb3b6024] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-eb3b6024] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-eb3b6024] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-eb3b6024] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-eb3b6024] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-eb3b6024] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-eb3b6024] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-eb3b6024] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-eb3b6024] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-eb3b6024] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-eb3b6024] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-eb3b6024] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-eb3b6024] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-eb3b6024] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-eb3b6024] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-eb3b6024] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-eb3b6024] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-eb3b6024] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-eb3b6024] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-eb3b6024] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-eb3b6024] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-eb3b6024] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-eb3b6024] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-eb3b6024] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-eb3b6024] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-eb3b6024] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-eb3b6024] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-eb3b6024] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-eb3b6024] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-eb3b6024] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-eb3b6024] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-eb3b6024] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-eb3b6024] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-eb3b6024] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-eb3b6024] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-eb3b6024] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-eb3b6024] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-eb3b6024] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-eb3b6024] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-eb3b6024] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-eb3b6024] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-eb3b6024] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-eb3b6024] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-eb3b6024] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-eb3b6024] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-eb3b6024] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-eb3b6024] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-eb3b6024] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-eb3b6024] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-eb3b6024] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-eb3b6024] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-eb3b6024] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-eb3b6024] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-eb3b6024] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-eb3b6024] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-eb3b6024] {
  background-position: -218px -553px;
}
.loading[data-v-eb3b6024] {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: 0 auto;
  z-index: 99999;
  background-color: var(--5e0852ee);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.loading .animation[data-v-eb3b6024] {
  border: 0 !important;
}
.loading .animation[data-v-eb3b6024] {
  width: 50px;
  height: 50px;
  border-radius: 0;
  background: url(data:image/gif;base64,R0lGODlhJQAlAJECAL3L2AYrTv///wAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgACACwAAAAAJQAlAAACi5SPqcvtDyGYIFpF690i8xUw3qJBwUlSadmcLqYmGQu6KDIeM13beGzYWWy3DlB4IYaMk+Dso2RWkFCfLPcRvFbZxFLUDTt21BW56TyjRep1e20+i+eYMR145W2eefj+6VFmgTQi+ECVY8iGxcg35phGo/iDFwlTyXWphwlm1imGRdcnuqhHeop6UAAAIfkEBQoAAgAsEAACAAQACwAAAgWMj6nLXAAh+QQFCgACACwVAAUACgALAAACFZQvgRi92dyJcVJlLobUdi8x4bIhBQAh+QQFCgACACwXABEADAADAAACBYyPqcsFACH5BAUKAAIALBUAFQAKAAsAAAITlGKZwWoMHYxqtmplxlNT7ixGAQAh+QQFCgACACwQABgABAALAAACBYyPqctcACH5BAUKAAIALAUAFQAKAAsAAAIVlC+BGL3Z3IlxUmUuhtR2LzHhsiEFACH5BAUKAAIALAEAEQAMAAMAAAIFjI+pywUAIfkEBQoAAgAsBQAFAAoACwAAAhOUYJnAagwdjGq2amXGU1PuLEYBACH5BAUKAAIALBAAAgAEAAsAAAIFhI+py1wAIfkEBQoAAgAsFQAFAAoACwAAAhWUL4AIvdnciXFSZS6G1HYvMeGyIQUAIfkEBQoAAgAsFwARAAwAAwAAAgWEj6nLBQAh+QQFCgACACwVABUACgALAAACE5RgmcBqDB2MarZqZcZTU+4sRgEAIfkEBQoAAgAsEAAYAAQACwAAAgWEj6nLXAAh+QQFCgACACwFABUACgALAAACFZQvgAi92dyJcVJlLobUdi8x4bIhBQAh+QQFCgACACwBABEADAADAAACBYSPqcsFADs=) center center no-repeat;
}
.v-enter-active[data-v-eb3b6024],
.v-leave-active[data-v-eb3b6024] {
  transition: opacity 0.5s ease;
}
.v-enter-from[data-v-eb3b6024],
.v-leave-to[data-v-eb3b6024] {
  opacity: 0;
}
[data-v-d6070ce2]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-d6070ce2]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-d6070ce2]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-d6070ce2],
body[data-v-d6070ce2] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-d6070ce2] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-d6070ce2] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-d6070ce2] {
    border: none;
    outline: none;
}
}
input[data-v-d6070ce2]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-d6070ce2],
textarea[data-v-d6070ce2] {
  border: none;
  outline: none;
}
textarea[data-v-d6070ce2] {
  font-family: "microsoft yahei";
}
em[data-v-d6070ce2] {
  color: #e80000;
  font-style: normal;
}
i[data-v-d6070ce2] {
  font-style: normal;
}
.v-enter-active[data-v-d6070ce2],
.v-leave-active[data-v-d6070ce2] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-d6070ce2],
.v-leave-to[data-v-d6070ce2] {
  opacity: 0;
}
[v-cloak][data-v-d6070ce2] {
  display: none;
}
.f-e80000[data-v-d6070ce2] {
  color: #e80000;
}
.flex[data-v-d6070ce2] {
  display: flex;
}
.flex-a[data-v-d6070ce2] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-d6070ce2] {
  font-family: fangsong;
}
.pingfang[data-v-d6070ce2] {
  font-family: pingfang sc !important;
}
.underline[data-v-d6070ce2] {
  text-decoration: underline;
}
.t-over[data-v-d6070ce2] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-d6070ce2] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-d6070ce2] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-d6070ce2] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-d6070ce2] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-d6070ce2] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-d6070ce2] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-d6070ce2] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-d6070ce2] {
  cursor: pointer;
}
.trans1[data-v-d6070ce2] {
  transition: ease 0.1s;
}
.trans2[data-v-d6070ce2] {
  transition: ease 0.2s;
}
.trans3[data-v-d6070ce2] {
  transition: ease 0.3s;
}
.trans4[data-v-d6070ce2] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-d6070ce2] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-d6070ce2]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-d6070ce2] {
  text-align: center;
}
.icon-pay-way-wx[data-v-d6070ce2] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-d6070ce2] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-d6070ce2]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-d6070ce2] {
  animation: slide-down-in-d6070ce2 ease 0.3s;
}
.dialog-fade-leave-active[data-v-d6070ce2] {
  animation: slide-down-out-d6070ce2 ease 0.3s;
}
.icon-loading-circle[data-v-d6070ce2] {
  animation: loading-circle-d6070ce2 1s linear infinite;
}
@keyframes slide-down-in-d6070ce2 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-d6070ce2 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-d6070ce2 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-d6070ce2] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-d6070ce2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-d6070ce2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-d6070ce2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-d6070ce2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-d6070ce2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-d6070ce2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-d6070ce2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-d6070ce2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-d6070ce2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-d6070ce2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-d6070ce2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-d6070ce2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-d6070ce2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-d6070ce2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-d6070ce2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-d6070ce2] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-d6070ce2] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-d6070ce2] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-d6070ce2] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-d6070ce2] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-d6070ce2] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-d6070ce2] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-d6070ce2] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-d6070ce2] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-d6070ce2] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-d6070ce2] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-d6070ce2] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-d6070ce2] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-d6070ce2] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-d6070ce2] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-d6070ce2] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-d6070ce2] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-d6070ce2] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-d6070ce2] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-d6070ce2] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-d6070ce2] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-d6070ce2] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-d6070ce2] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-d6070ce2] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-d6070ce2] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-d6070ce2] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-d6070ce2] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-d6070ce2] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-d6070ce2] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-d6070ce2] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-d6070ce2] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-d6070ce2] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-d6070ce2] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-d6070ce2] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-d6070ce2] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-d6070ce2] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-d6070ce2] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-d6070ce2] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-d6070ce2] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-d6070ce2] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-d6070ce2] {
  background-position: -218px -553px;
}
.icon-add[data-v-d6070ce2] {
  width: 60px;
  height: 60px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
  background-position: -343px -16px;
}
.btn-close[data-v-d6070ce2] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
  background-position: -172px -20px;
  position: absolute;
  top: 14px;
  right: 12px;
  cursor: pointer;
}
.the-feedback[data-v-d6070ce2] .dialog-header,
.the-feedback[data-v-d6070ce2] .dialog-footer {
  display: none;
}
.the-feedback[data-v-d6070ce2] .dialog-body {
  padding: 40px 54px;
}
.the-feedback[data-v-d6070ce2] .dialog-body h5 {
  margin: 0;
  font-size: 20px;
  color: #333;
  text-align: center;
}
.the-feedback[data-v-d6070ce2] .dialog-body .tips {
  margin: 26px 0 12px;
  line-height: 1;
}
.the-feedback[data-v-d6070ce2] .dialog-body textarea {
  display: block;
  height: 150px;
  width: 100%;
  padding: 0 10px;
  resize: none;
  border: 1px solid #ddd;
  outline: 0;
  font-family: inherit;
  line-height: 28px;
  border-radius: 3px;
  color: #333;
}
.the-feedback[data-v-d6070ce2] .dialog-body .btn-submit {
  display: block;
  width: 180px;
  margin: 0 auto;
  border-radius: 4px;
  min-width: 100px;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  background-color: #e80000;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.the-feedback[data-v-d6070ce2] .dialog-body .btn-submit:hover {
  background-color: #ff2424;
}
.the-feedback[data-v-d6070ce2] .dialog-body .img-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #dddddd;
  color: #bbb;
}
.the-feedback[data-v-d6070ce2] .dialog-body .img-wrap input {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.the-feedback[data-v-d6070ce2] .dialog-body .img-wrap .icon-add {
  display: block;
  margin-bottom: 10px;
}
.the-feedback[data-v-d6070ce2] .dialog-body .img-wrap img {
  vertical-align: middle;
}
.the-feedback[data-v-d6070ce2] .dialog-body .block-wrap {
  height: 42px;
  margin-bottom: 28px;
  border-radius: 4px;
  border: solid 1px #ddd;
  text-indent: 10px;
}
[data-v-7084267c]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-7084267c]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-7084267c]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-7084267c],
body[data-v-7084267c] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-7084267c] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-7084267c] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-7084267c] {
    border: none;
    outline: none;
}
}
input[data-v-7084267c]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-7084267c],
textarea[data-v-7084267c] {
  border: none;
  outline: none;
}
textarea[data-v-7084267c] {
  font-family: "microsoft yahei";
}
em[data-v-7084267c] {
  color: #e80000;
  font-style: normal;
}
i[data-v-7084267c] {
  font-style: normal;
}
.v-enter-active[data-v-7084267c],
.v-leave-active[data-v-7084267c] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-7084267c],
.v-leave-to[data-v-7084267c] {
  opacity: 0;
}
[v-cloak][data-v-7084267c] {
  display: none;
}
.f-e80000[data-v-7084267c] {
  color: #e80000;
}
.flex[data-v-7084267c] {
  display: flex;
}
.flex-a[data-v-7084267c] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-7084267c] {
  font-family: fangsong;
}
.pingfang[data-v-7084267c] {
  font-family: pingfang sc !important;
}
.underline[data-v-7084267c] {
  text-decoration: underline;
}
.t-over[data-v-7084267c] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-7084267c] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-7084267c] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-7084267c] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-7084267c] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-7084267c] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-7084267c] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-7084267c] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-7084267c] {
  cursor: pointer;
}
.trans1[data-v-7084267c] {
  transition: ease 0.1s;
}
.trans2[data-v-7084267c] {
  transition: ease 0.2s;
}
.trans3[data-v-7084267c] {
  transition: ease 0.3s;
}
.trans4[data-v-7084267c] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-7084267c] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-7084267c]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-7084267c] {
  text-align: center;
}
.icon-pay-way-wx[data-v-7084267c] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-7084267c] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-7084267c]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-7084267c] {
  animation: slide-down-in-7084267c ease 0.3s;
}
.dialog-fade-leave-active[data-v-7084267c] {
  animation: slide-down-out-7084267c ease 0.3s;
}
.icon-loading-circle[data-v-7084267c] {
  animation: loading-circle-7084267c 1s linear infinite;
}
@keyframes slide-down-in-7084267c {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-7084267c {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-7084267c {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-7084267c] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-7084267c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-7084267c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-7084267c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-7084267c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-7084267c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-7084267c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-7084267c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-7084267c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-7084267c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-7084267c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-7084267c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-7084267c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-7084267c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-7084267c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-7084267c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-7084267c] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-7084267c] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-7084267c] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-7084267c] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-7084267c] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-7084267c] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-7084267c] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-7084267c] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-7084267c] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-7084267c] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-7084267c] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-7084267c] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-7084267c] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-7084267c] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-7084267c] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-7084267c] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-7084267c] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-7084267c] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-7084267c] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-7084267c] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-7084267c] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-7084267c] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-7084267c] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-7084267c] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-7084267c] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-7084267c] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-7084267c] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-7084267c] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-7084267c] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-7084267c] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-7084267c] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-7084267c] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-7084267c] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-7084267c] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-7084267c] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-7084267c] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-7084267c] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-7084267c] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-7084267c] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-7084267c] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-7084267c] {
  background-position: -218px -553px;
}
.my-button[data-v-7084267c] {
  width: var(--6f325619);
  height: var(--5d497334);
  background-color: #e80000;
  transition: ease 0.3s;
  color: #fff;
}
.my-button[data-v-7084267c]:hover {
  background-color: #ff2424;
  transition: ease 0.3s;
}
.disable[data-v-7084267c] {
  background-color: #ffafaf;
  cursor: no-drop;
}
.disable[data-v-7084267c]:hover {
  background-color: #ffafaf;
}
.point[data-v-7084267c] {
  border-radius: 5px;
}
.circle[data-v-7084267c] {
  border-radius: 50%;
}
.semicircle[data-v-7084267c] {
  border-radius: 200px;
}
[data-v-f6d25a14]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-f6d25a14]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-f6d25a14]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-f6d25a14],
body[data-v-f6d25a14] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-f6d25a14] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-f6d25a14] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-f6d25a14] {
    border: none;
    outline: none;
}
}
input[data-v-f6d25a14]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-f6d25a14],
textarea[data-v-f6d25a14] {
  border: none;
  outline: none;
}
textarea[data-v-f6d25a14] {
  font-family: "microsoft yahei";
}
em[data-v-f6d25a14] {
  color: #e80000;
  font-style: normal;
}
i[data-v-f6d25a14] {
  font-style: normal;
}
.v-enter-active[data-v-f6d25a14],
.v-leave-active[data-v-f6d25a14] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-f6d25a14],
.v-leave-to[data-v-f6d25a14] {
  opacity: 0;
}
[v-cloak][data-v-f6d25a14] {
  display: none;
}
.f-e80000[data-v-f6d25a14] {
  color: #e80000;
}
.flex[data-v-f6d25a14] {
  display: flex;
}
.flex-a[data-v-f6d25a14] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-f6d25a14] {
  font-family: fangsong;
}
.pingfang[data-v-f6d25a14] {
  font-family: pingfang sc !important;
}
.underline[data-v-f6d25a14] {
  text-decoration: underline;
}
.t-over[data-v-f6d25a14] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-f6d25a14] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-f6d25a14] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-f6d25a14] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-f6d25a14] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-f6d25a14] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-f6d25a14] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-f6d25a14] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-f6d25a14] {
  cursor: pointer;
}
.trans1[data-v-f6d25a14] {
  transition: ease 0.1s;
}
.trans2[data-v-f6d25a14] {
  transition: ease 0.2s;
}
.trans3[data-v-f6d25a14] {
  transition: ease 0.3s;
}
.trans4[data-v-f6d25a14] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-f6d25a14] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-f6d25a14]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-f6d25a14] {
  text-align: center;
}
.icon-pay-way-wx[data-v-f6d25a14] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-f6d25a14] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-f6d25a14]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-f6d25a14] {
  animation: slide-down-in-f6d25a14 ease 0.3s;
}
.dialog-fade-leave-active[data-v-f6d25a14] {
  animation: slide-down-out-f6d25a14 ease 0.3s;
}
.icon-loading-circle[data-v-f6d25a14] {
  animation: loading-circle-f6d25a14 1s linear infinite;
}
@keyframes slide-down-in-f6d25a14 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-f6d25a14 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-f6d25a14 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-f6d25a14] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-f6d25a14] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-f6d25a14] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-f6d25a14] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-f6d25a14] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-f6d25a14] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-f6d25a14] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-f6d25a14] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-f6d25a14] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-f6d25a14] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-f6d25a14] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-f6d25a14] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-f6d25a14] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-f6d25a14] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-f6d25a14] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-f6d25a14] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-f6d25a14] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-f6d25a14] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-f6d25a14] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-f6d25a14] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-f6d25a14] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-f6d25a14] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-f6d25a14] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-f6d25a14] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-f6d25a14] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-f6d25a14] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-f6d25a14] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-f6d25a14] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-f6d25a14] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-f6d25a14] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-f6d25a14] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-f6d25a14] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-f6d25a14] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-f6d25a14] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-f6d25a14] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-f6d25a14] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-f6d25a14] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-f6d25a14] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-f6d25a14] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-f6d25a14] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-f6d25a14] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-f6d25a14] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-f6d25a14] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-f6d25a14] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-f6d25a14] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-f6d25a14] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-f6d25a14] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-f6d25a14] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-f6d25a14] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-f6d25a14] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-f6d25a14] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-f6d25a14] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-f6d25a14] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-f6d25a14] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-f6d25a14] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-f6d25a14] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-f6d25a14] {
  background-position: -218px -553px;
}
.dialog-confirm[data-v-f6d25a14] .dialog-body {
  max-height: calc(100% - 50px);
  min-height: 65px;
  padding: 20px;
}
.dialog-confirm[data-v-f6d25a14] .dialog-footer {
  padding: 20px 0;
}
.dialog-confirm[data-v-f6d25a14] .dialog-footer .footer-box {
  display: flex;
  align-items: center;
}
.dialog-confirm[data-v-f6d25a14] .dialog-footer .confirm-btn,
.dialog-confirm[data-v-f6d25a14] .dialog-footer .cancel-btn {
  padding: 5px 10px;
}
.dialog-confirm[data-v-f6d25a14] .dialog-footer .cancel-btn {
  margin-left: 10px;
  background-color: #fff;
  color: #222;
  border: 1px solid #dddee1;
  background-color: #f7f7f7;
}
.dialog-confirm[data-v-f6d25a14] .dialog-footer .cancel-btn:hover {
  background-color: transparent;
}
[data-v-c2ac9cc7]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-c2ac9cc7]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-c2ac9cc7]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-c2ac9cc7],
body[data-v-c2ac9cc7] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-c2ac9cc7] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-c2ac9cc7] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-c2ac9cc7] {
    border: none;
    outline: none;
}
}
input[data-v-c2ac9cc7]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-c2ac9cc7],
textarea[data-v-c2ac9cc7] {
  border: none;
  outline: none;
}
textarea[data-v-c2ac9cc7] {
  font-family: "microsoft yahei";
}
em[data-v-c2ac9cc7] {
  color: #e80000;
  font-style: normal;
}
i[data-v-c2ac9cc7] {
  font-style: normal;
}
.v-enter-active[data-v-c2ac9cc7],
.v-leave-active[data-v-c2ac9cc7] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-c2ac9cc7],
.v-leave-to[data-v-c2ac9cc7] {
  opacity: 0;
}
[v-cloak][data-v-c2ac9cc7] {
  display: none;
}
.f-e80000[data-v-c2ac9cc7] {
  color: #e80000;
}
.flex[data-v-c2ac9cc7] {
  display: flex;
}
.flex-a[data-v-c2ac9cc7] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-c2ac9cc7] {
  font-family: fangsong;
}
.pingfang[data-v-c2ac9cc7] {
  font-family: pingfang sc !important;
}
.underline[data-v-c2ac9cc7] {
  text-decoration: underline;
}
.t-over[data-v-c2ac9cc7] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-c2ac9cc7] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-c2ac9cc7] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-c2ac9cc7] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-c2ac9cc7] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-c2ac9cc7] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-c2ac9cc7] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-c2ac9cc7] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-c2ac9cc7] {
  cursor: pointer;
}
.trans1[data-v-c2ac9cc7] {
  transition: ease 0.1s;
}
.trans2[data-v-c2ac9cc7] {
  transition: ease 0.2s;
}
.trans3[data-v-c2ac9cc7] {
  transition: ease 0.3s;
}
.trans4[data-v-c2ac9cc7] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-c2ac9cc7] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-c2ac9cc7]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-c2ac9cc7] {
  text-align: center;
}
.icon-pay-way-wx[data-v-c2ac9cc7] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-c2ac9cc7] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-c2ac9cc7]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-c2ac9cc7] {
  animation: slide-down-in-c2ac9cc7 ease 0.3s;
}
.dialog-fade-leave-active[data-v-c2ac9cc7] {
  animation: slide-down-out-c2ac9cc7 ease 0.3s;
}
.icon-loading-circle[data-v-c2ac9cc7] {
  animation: loading-circle-c2ac9cc7 1s linear infinite;
}
@keyframes slide-down-in-c2ac9cc7 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-c2ac9cc7 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-c2ac9cc7 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-c2ac9cc7] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-c2ac9cc7] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-c2ac9cc7] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-c2ac9cc7] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-c2ac9cc7] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-c2ac9cc7] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-c2ac9cc7] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-c2ac9cc7] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-c2ac9cc7] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-c2ac9cc7] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-c2ac9cc7] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-c2ac9cc7] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-c2ac9cc7] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-c2ac9cc7] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-c2ac9cc7] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-c2ac9cc7] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-c2ac9cc7] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-c2ac9cc7] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-c2ac9cc7] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-c2ac9cc7] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-c2ac9cc7] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-c2ac9cc7] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-c2ac9cc7] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-c2ac9cc7] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-c2ac9cc7] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-c2ac9cc7] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-c2ac9cc7] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-c2ac9cc7] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-c2ac9cc7] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-c2ac9cc7] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-c2ac9cc7] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-c2ac9cc7] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-c2ac9cc7] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-c2ac9cc7] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-c2ac9cc7] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-c2ac9cc7] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-c2ac9cc7] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-c2ac9cc7] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-c2ac9cc7] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-c2ac9cc7] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-c2ac9cc7] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-c2ac9cc7] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-c2ac9cc7] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-c2ac9cc7] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-c2ac9cc7] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-c2ac9cc7] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-c2ac9cc7] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-c2ac9cc7] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-c2ac9cc7] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-c2ac9cc7] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-c2ac9cc7] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-c2ac9cc7] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-c2ac9cc7] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-c2ac9cc7] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-c2ac9cc7] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-c2ac9cc7] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-c2ac9cc7] {
  background-position: -218px -553px;
}
.skeleton[data-v-c2ac9cc7] {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  width: var(--d68598ba);
  height: var(--2dcb722c);
  margin-top: var(--025acb1c);
  margin-bottom: var(--41216024);
  border-radius: 5px;
}
.shan[data-v-c2ac9cc7]:after {
  display: block;
  content: "";
  cursor: progress;
  background: var(--3223fbfc);
  background-repeat: no-repeat;
  background-size: 320px 250px, 320px 200px, 40px 40px, 270px 40px;
  background-position: -320px 0, 0 0, 0 210px, 50px 210px;
  animation: skeleton-loading-c2ac9cc7 1.5s infinite;
  height: 100%;
}
@keyframes skeleton-loading-c2ac9cc7 {
to {
    background-position: 320px 0, 0 0, 0 210px, 50px 210px;
}
}
[data-v-9802bdb3]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-9802bdb3]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-9802bdb3]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-9802bdb3],
body[data-v-9802bdb3] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-9802bdb3] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-9802bdb3] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-9802bdb3] {
    border: none;
    outline: none;
}
}
input[data-v-9802bdb3]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-9802bdb3],
textarea[data-v-9802bdb3] {
  border: none;
  outline: none;
}
textarea[data-v-9802bdb3] {
  font-family: "microsoft yahei";
}
em[data-v-9802bdb3] {
  color: #e80000;
  font-style: normal;
}
i[data-v-9802bdb3] {
  font-style: normal;
}
.v-enter-active[data-v-9802bdb3],
.v-leave-active[data-v-9802bdb3] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-9802bdb3],
.v-leave-to[data-v-9802bdb3] {
  opacity: 0;
}
[v-cloak][data-v-9802bdb3] {
  display: none;
}
.f-e80000[data-v-9802bdb3] {
  color: #e80000;
}
.flex[data-v-9802bdb3] {
  display: flex;
}
.flex-a[data-v-9802bdb3] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-9802bdb3] {
  font-family: fangsong;
}
.pingfang[data-v-9802bdb3] {
  font-family: pingfang sc !important;
}
.underline[data-v-9802bdb3] {
  text-decoration: underline;
}
.t-over[data-v-9802bdb3] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-9802bdb3] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-9802bdb3] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-9802bdb3] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-9802bdb3] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-9802bdb3] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-9802bdb3] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-9802bdb3] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-9802bdb3] {
  cursor: pointer;
}
.trans1[data-v-9802bdb3] {
  transition: ease 0.1s;
}
.trans2[data-v-9802bdb3] {
  transition: ease 0.2s;
}
.trans3[data-v-9802bdb3] {
  transition: ease 0.3s;
}
.trans4[data-v-9802bdb3] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-9802bdb3] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-9802bdb3]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-9802bdb3] {
  text-align: center;
}
.icon-pay-way-wx[data-v-9802bdb3] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-9802bdb3] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-9802bdb3]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-9802bdb3] {
  animation: slide-down-in-9802bdb3 ease 0.3s;
}
.dialog-fade-leave-active[data-v-9802bdb3] {
  animation: slide-down-out-9802bdb3 ease 0.3s;
}
.icon-loading-circle[data-v-9802bdb3] {
  animation: loading-circle-9802bdb3 1s linear infinite;
}
@keyframes slide-down-in-9802bdb3 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-9802bdb3 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-9802bdb3 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-9802bdb3] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-9802bdb3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-9802bdb3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-9802bdb3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-9802bdb3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-9802bdb3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-9802bdb3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-9802bdb3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-9802bdb3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-9802bdb3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-9802bdb3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-9802bdb3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-9802bdb3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-9802bdb3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-9802bdb3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-9802bdb3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-9802bdb3] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-9802bdb3] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-9802bdb3] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-9802bdb3] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-9802bdb3] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-9802bdb3] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-9802bdb3] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-9802bdb3] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-9802bdb3] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-9802bdb3] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-9802bdb3] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-9802bdb3] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-9802bdb3] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-9802bdb3] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-9802bdb3] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-9802bdb3] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-9802bdb3] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-9802bdb3] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-9802bdb3] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-9802bdb3] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-9802bdb3] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-9802bdb3] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-9802bdb3] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-9802bdb3] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-9802bdb3] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-9802bdb3] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-9802bdb3] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-9802bdb3] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-9802bdb3] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-9802bdb3] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-9802bdb3] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-9802bdb3] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-9802bdb3] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-9802bdb3] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-9802bdb3] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-9802bdb3] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-9802bdb3] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-9802bdb3] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-9802bdb3] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-9802bdb3] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-9802bdb3] {
  background-position: -218px -553px;
}
.fade-enter-active[data-v-9802bdb3],
.fade-leave-active[data-v-9802bdb3] {
  transition: opacity 0.3s;
}
.fade-enter[data-v-9802bdb3],
.fade-leave-to[data-v-9802bdb3] {
  opacity: 0;
}
.status-icon-loading[data-v-9802bdb3] {
  width: 34px;
  height: 34px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -343px -647px;
}
.status-icon-suc[data-v-9802bdb3] {
  width: 34px;
  height: 34px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -383px -646px;
}
.status-icon-fail[data-v-9802bdb3] {
  width: 34px;
  height: 34px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -421px -646px;
}
.qrcode[data-v-9802bdb3] {
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pay-mask[data-v-9802bdb3] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
}
.pay-mask .status-mask[data-v-9802bdb3] {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.8);
}
.pay-mask .status-mask i[data-v-9802bdb3] {
  margin-bottom: 6px;
}
.pay-mask .status-mask span[data-v-9802bdb3] {
  color: #fff;
  font-size: 14px;
}
.pay-mask .status-mask button[data-v-9802bdb3] {
  width: 60px;
  height: 28px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 28px;
  margin-top: 7px;
  border: 1px solid #fff;
  border-radius: 4px;
  transition: ease 0.2s;
  background-color: transparent;
}
.pay-mask .status-mask button[data-v-9802bdb3]:hover {
  background-color: #e80000;
  border: 1px solid transparent;
  transition: ease 0.2s;
}
.pay-mask .skeleton-box[data-v-9802bdb3] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.occlusion-mask[data-v-9802bdb3] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  background-color: #333;
  font-size: 14px;
  color: #888;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.occlusion-mask .icon-qrcode[data-v-9802bdb3] {
  width: 46px;
  height: 45px;
  background: url(https://down.om.cn/common/icon-qrcode.png) no-repeat;
}
.occlusion-mask > span[data-v-9802bdb3] {
  margin-top: 10px;
}
[data-v-35e04f94]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-35e04f94]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-35e04f94]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-35e04f94],
body[data-v-35e04f94] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-35e04f94] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-35e04f94] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-35e04f94] {
    border: none;
    outline: none;
}
}
input[data-v-35e04f94]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-35e04f94],
textarea[data-v-35e04f94] {
  border: none;
  outline: none;
}
textarea[data-v-35e04f94] {
  font-family: "microsoft yahei";
}
em[data-v-35e04f94] {
  color: #e80000;
  font-style: normal;
}
i[data-v-35e04f94] {
  font-style: normal;
}
.v-enter-active[data-v-35e04f94],
.v-leave-active[data-v-35e04f94] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-35e04f94],
.v-leave-to[data-v-35e04f94] {
  opacity: 0;
}
[v-cloak][data-v-35e04f94] {
  display: none;
}
.f-e80000[data-v-35e04f94] {
  color: #e80000;
}
.flex[data-v-35e04f94] {
  display: flex;
}
.flex-a[data-v-35e04f94] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-35e04f94] {
  font-family: fangsong;
}
.pingfang[data-v-35e04f94] {
  font-family: pingfang sc !important;
}
.underline[data-v-35e04f94] {
  text-decoration: underline;
}
.t-over[data-v-35e04f94] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-35e04f94] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-35e04f94] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-35e04f94] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-35e04f94] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-35e04f94] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-35e04f94] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-35e04f94] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-35e04f94] {
  cursor: pointer;
}
.trans1[data-v-35e04f94] {
  transition: ease 0.1s;
}
.trans2[data-v-35e04f94] {
  transition: ease 0.2s;
}
.trans3[data-v-35e04f94] {
  transition: ease 0.3s;
}
.trans4[data-v-35e04f94] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-35e04f94] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-35e04f94]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-35e04f94] {
  text-align: center;
}
.icon-pay-way-wx[data-v-35e04f94] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-35e04f94] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-35e04f94]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-35e04f94] {
  animation: slide-down-in-35e04f94 ease 0.3s;
}
.dialog-fade-leave-active[data-v-35e04f94] {
  animation: slide-down-out-35e04f94 ease 0.3s;
}
.icon-loading-circle[data-v-35e04f94] {
  animation: loading-circle-35e04f94 1s linear infinite;
}
@keyframes slide-down-in-35e04f94 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-35e04f94 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-35e04f94 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-35e04f94] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-35e04f94] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-35e04f94] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-35e04f94] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-35e04f94] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-35e04f94] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-35e04f94] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-35e04f94] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-35e04f94] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-35e04f94] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-35e04f94] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-35e04f94] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-35e04f94] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-35e04f94] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-35e04f94] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-35e04f94] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-35e04f94] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-35e04f94] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-35e04f94] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-35e04f94] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-35e04f94] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-35e04f94] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-35e04f94] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-35e04f94] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-35e04f94] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-35e04f94] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-35e04f94] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-35e04f94] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-35e04f94] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-35e04f94] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-35e04f94] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-35e04f94] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-35e04f94] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-35e04f94] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-35e04f94] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-35e04f94] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-35e04f94] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-35e04f94] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-35e04f94] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-35e04f94] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-35e04f94] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-35e04f94] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-35e04f94] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-35e04f94] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-35e04f94] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-35e04f94] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-35e04f94] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-35e04f94] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-35e04f94] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-35e04f94] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-35e04f94] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-35e04f94] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-35e04f94] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-35e04f94] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-35e04f94] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-35e04f94] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-35e04f94] {
  background-position: -218px -553px;
}
.discount[data-v-35e04f94] {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333;
}
.discount .discount-select[data-v-35e04f94] {
  width: var(--50d512b8);
  height: var(--a0036b16);
  padding: 0 14px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.discount .discount-select[data-v-35e04f94]:after {
  content: "";
  position: absolute;
  top: 65%;
  right: 14px;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-top-color: #5f6566;
}
.discount .discount-select .discount-list[data-v-35e04f94] {
  position: absolute;
  left: -1px;
  width: var(--50d512b8);
  border: 1px solid #ccc;
  border-top: none;
  max-height: 180px;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  top: var(--a0036b16);
  z-index: 11;
}
.discount .discount-select .discount-list li[data-v-35e04f94] {
  height: 36px;
  display: flex;
  align-items: center;
  padding-left: 14px;
  border-bottom: 1px solid #ccc;
  transition: ease 0.3s;
}
.discount .discount-select .discount-list li[data-v-35e04f94]:hover {
  background-color: #e80000;
  color: #fff;
  transition: ease 0.3s;
}
.discount .discount-select .discount-list li[data-v-35e04f94]:last-of-type {
  border-bottom: none;
}
.discount .discount-select .discount-list li.disabled[data-v-35e04f94] {
  cursor: not-allowed;
  color: #ccc;
  background-color: #fff;
}
.discount .discount-select .discount-list li.disabled[data-v-35e04f94]:hover {
  background-color: #fff;
  color: #ccc;
}
[data-v-db1b8077]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-db1b8077]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-db1b8077]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-db1b8077],
body[data-v-db1b8077] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-db1b8077] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-db1b8077] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-db1b8077] {
    border: none;
    outline: none;
}
}
input[data-v-db1b8077]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-db1b8077],
textarea[data-v-db1b8077] {
  border: none;
  outline: none;
}
textarea[data-v-db1b8077] {
  font-family: "microsoft yahei";
}
em[data-v-db1b8077] {
  color: #e80000;
  font-style: normal;
}
i[data-v-db1b8077] {
  font-style: normal;
}
.v-enter-active[data-v-db1b8077],
.v-leave-active[data-v-db1b8077] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-db1b8077],
.v-leave-to[data-v-db1b8077] {
  opacity: 0;
}
[v-cloak][data-v-db1b8077] {
  display: none;
}
.f-e80000[data-v-db1b8077] {
  color: #e80000;
}
.flex[data-v-db1b8077] {
  display: flex;
}
.flex-a[data-v-db1b8077] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-db1b8077] {
  font-family: fangsong;
}
.pingfang[data-v-db1b8077] {
  font-family: pingfang sc !important;
}
.underline[data-v-db1b8077] {
  text-decoration: underline;
}
.t-over[data-v-db1b8077] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-db1b8077] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-db1b8077] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-db1b8077] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-db1b8077] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-db1b8077] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-db1b8077] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-db1b8077] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-db1b8077] {
  cursor: pointer;
}
.trans1[data-v-db1b8077] {
  transition: ease 0.1s;
}
.trans2[data-v-db1b8077] {
  transition: ease 0.2s;
}
.trans3[data-v-db1b8077] {
  transition: ease 0.3s;
}
.trans4[data-v-db1b8077] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-db1b8077] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-db1b8077]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-db1b8077] {
  text-align: center;
}
.icon-pay-way-wx[data-v-db1b8077] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-db1b8077] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-db1b8077]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-db1b8077] {
  animation: slide-down-in-db1b8077 ease 0.3s;
}
.dialog-fade-leave-active[data-v-db1b8077] {
  animation: slide-down-out-db1b8077 ease 0.3s;
}
.icon-loading-circle[data-v-db1b8077] {
  animation: loading-circle-db1b8077 1s linear infinite;
}
@keyframes slide-down-in-db1b8077 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-db1b8077 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-db1b8077 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-db1b8077] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-db1b8077] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-db1b8077] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-db1b8077] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-db1b8077] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-db1b8077] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-db1b8077] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-db1b8077] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-db1b8077] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-db1b8077] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-db1b8077] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-db1b8077] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-db1b8077] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-db1b8077] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-db1b8077] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-db1b8077] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-db1b8077] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-db1b8077] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-db1b8077] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-db1b8077] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-db1b8077] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-db1b8077] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-db1b8077] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-db1b8077] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-db1b8077] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-db1b8077] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-db1b8077] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-db1b8077] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-db1b8077] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-db1b8077] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-db1b8077] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-db1b8077] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-db1b8077] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-db1b8077] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-db1b8077] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-db1b8077] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-db1b8077] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-db1b8077] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-db1b8077] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-db1b8077] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-db1b8077] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-db1b8077] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-db1b8077] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-db1b8077] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-db1b8077] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-db1b8077] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-db1b8077] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-db1b8077] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-db1b8077] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-db1b8077] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-db1b8077] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-db1b8077] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-db1b8077] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-db1b8077] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-db1b8077] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-db1b8077] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-db1b8077] {
  background-position: -218px -553px;
}
.member-info[data-v-db1b8077] {
  margin-top: 5px;
  display: flex;
  align-items: center;
}
.member-info .icon-box[data-v-db1b8077] {
  position: relative;
  cursor: pointer;
}
.member-info .icon-box:hover .info-popup[data-v-db1b8077] {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
.member-info .info-popup[data-v-db1b8077] {
  position: absolute;
  left: -50px;
  background-color: #fff;
  padding: 8px;
  box-shadow: 0 3px 10px 0 rgba(41, 41, 41, 0.25);
  border-radius: 4px;
  font-size: 12px;
  color: #636C73;
  z-index: 2;
  min-width: -moz-max-content;
  min-width: max-content;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.member-info .info-popup em[data-v-db1b8077] {
  margin-left: 60px;
}
.member-info .info-popup.active[data-v-db1b8077] {
  background: linear-gradient(90deg, #FFFFFF 0%, #FFF0F0 100%);
}
[data-v-d4922c2c]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-d4922c2c]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-d4922c2c]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-d4922c2c],
body[data-v-d4922c2c] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-d4922c2c] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-d4922c2c] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-d4922c2c] {
    border: none;
    outline: none;
}
}
input[data-v-d4922c2c]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-d4922c2c],
textarea[data-v-d4922c2c] {
  border: none;
  outline: none;
}
textarea[data-v-d4922c2c] {
  font-family: "microsoft yahei";
}
em[data-v-d4922c2c] {
  color: #e80000;
  font-style: normal;
}
i[data-v-d4922c2c] {
  font-style: normal;
}
.v-enter-active[data-v-d4922c2c],
.v-leave-active[data-v-d4922c2c] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-d4922c2c],
.v-leave-to[data-v-d4922c2c] {
  opacity: 0;
}
[v-cloak][data-v-d4922c2c] {
  display: none;
}
.f-e80000[data-v-d4922c2c] {
  color: #e80000;
}
.flex[data-v-d4922c2c] {
  display: flex;
}
.flex-a[data-v-d4922c2c] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-d4922c2c] {
  font-family: fangsong;
}
.pingfang[data-v-d4922c2c] {
  font-family: pingfang sc !important;
}
.underline[data-v-d4922c2c] {
  text-decoration: underline;
}
.t-over[data-v-d4922c2c] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-d4922c2c] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-d4922c2c] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-d4922c2c] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-d4922c2c] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-d4922c2c] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-d4922c2c] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-d4922c2c] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-d4922c2c] {
  cursor: pointer;
}
.trans1[data-v-d4922c2c] {
  transition: ease 0.1s;
}
.trans2[data-v-d4922c2c] {
  transition: ease 0.2s;
}
.trans3[data-v-d4922c2c] {
  transition: ease 0.3s;
}
.trans4[data-v-d4922c2c] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-d4922c2c] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-d4922c2c]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-d4922c2c] {
  text-align: center;
}
.icon-pay-way-wx[data-v-d4922c2c] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-d4922c2c] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-d4922c2c]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-d4922c2c] {
  animation: slide-down-in-d4922c2c ease 0.3s;
}
.dialog-fade-leave-active[data-v-d4922c2c] {
  animation: slide-down-out-d4922c2c ease 0.3s;
}
.icon-loading-circle[data-v-d4922c2c] {
  animation: loading-circle-d4922c2c 1s linear infinite;
}
@keyframes slide-down-in-d4922c2c {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-d4922c2c {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-d4922c2c {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-d4922c2c] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-d4922c2c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-d4922c2c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-d4922c2c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-d4922c2c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-d4922c2c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-d4922c2c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-d4922c2c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-d4922c2c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-d4922c2c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-d4922c2c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-d4922c2c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-d4922c2c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-d4922c2c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-d4922c2c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-d4922c2c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-d4922c2c] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-d4922c2c] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-d4922c2c] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-d4922c2c] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-d4922c2c] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-d4922c2c] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-d4922c2c] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-d4922c2c] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-d4922c2c] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-d4922c2c] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-d4922c2c] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-d4922c2c] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-d4922c2c] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-d4922c2c] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-d4922c2c] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-d4922c2c] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-d4922c2c] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-d4922c2c] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-d4922c2c] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-d4922c2c] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-d4922c2c] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-d4922c2c] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-d4922c2c] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-d4922c2c] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-d4922c2c] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-d4922c2c] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-d4922c2c] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-d4922c2c] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-d4922c2c] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-d4922c2c] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-d4922c2c] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-d4922c2c] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-d4922c2c] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-d4922c2c] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-d4922c2c] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-d4922c2c] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-d4922c2c] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-d4922c2c] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-d4922c2c] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-d4922c2c] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-d4922c2c] {
  background-position: -218px -553px;
}
.dialog-fade-enter-active[data-v-d4922c2c] {
  animation: slide-down-in-d4922c2c ease 0.3s;
}
.dialog-fade-leave-active[data-v-d4922c2c] {
  animation: slide-down-out-d4922c2c ease 0.3s;
}
@keyframes slide-down-in-d4922c2c {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-d4922c2c {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
.trans-pop-enter-active[data-v-d4922c2c] {
  animation: slide-down-in-d4922c2c ease 0.3s;
}
.trans-pop-leave-active[data-v-d4922c2c] {
  animation: slide-down-out-d4922c2c ease 0.3s;
}
.dialog-mask[data-v-d4922c2c] {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.dialog-mask[data-v-d4922c2c] {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 100;
}
.dialog-outer[data-v-d4922c2c] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dialog[data-v-d4922c2c] {
  width: 460px;
  min-height: 100px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 12px 1px rgba(0, 0, 0, 0.5);
}
.dialog .public-close-btn[data-v-d4922c2c] {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
.dialog .public-close-btn[data-v-d4922c2c]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.dialog .dialog-header[data-v-d4922c2c] {
  height: 50px;
  line-height: 50px;
  color: #333;
  padding-left: 28px;
  background-color: #f8f8f8;
}
.dialog .dialog-footer[data-v-d4922c2c] {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.center-dialog[data-v-d4922c2c] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dialog-close-btn[data-v-d4922c2c] {
  width: 36px;
  height: 36px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -20px -18px;
  cursor: pointer;
}
.dialog-close-btn[data-v-d4922c2c]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -60px -18px;
}
.icon-vip-free-subscript[data-v-d4922c2c] {
  width: 65px;
  height: 65px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -428px -691px;
}
.icon-vip-year-free-subscript[data-v-d4922c2c] {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -691px;
}
.icon-sale-mini[data-v-d4922c2c] {
  width: 44px;
  height: 44px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -318px -421px;
}
.icon-sort[data-v-d4922c2c],
.icon-type[data-v-d4922c2c],
.icon-texture[data-v-d4922c2c],
.icon-original[data-v-d4922c2c],
.icon-status[data-v-d4922c2c],
.icon-order[data-v-d4922c2c],
.icon-all[data-v-d4922c2c],
.icon-ori_model[data-v-d4922c2c] {
  width: 16px;
  height: 16px;
}
.icon-sort[data-v-d4922c2c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -381px -47px;
}
.icon-status[data-v-d4922c2c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -456px -47px;
}
.icon-original[data-v-d4922c2c],
.icon-all[data-v-d4922c2c],
.icon-ori_model[data-v-d4922c2c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -358px -47px;
}
.icon-order[data-v-d4922c2c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -474px -47px;
}
.icon-type[data-v-d4922c2c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -436px -47px;
}
.icon-texture[data-v-d4922c2c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -402px -47px;
}
.icon-search-pic-big[data-v-d4922c2c] {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -318px -7px;
}
.icon-search-enlarge-big[data-v-d4922c2c] {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -346px -7px;
}
.icon-clear-btn-big[data-v-d4922c2c] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -496px -8px;
}
.icon-clear-btn-big[data-v-d4922c2c]:hover {
  background-position: -518px -8px;
}
.icon-search-pic-middle[data-v-d4922c2c] {
  width: 20px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -494px -46px;
}
.icon-search-enlarge-middle[data-v-d4922c2c] {
  width: 19px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -518px -45px;
}
.icon-clear-btn-middle[data-v-d4922c2c] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -414px -247px;
}
.icon-clear-btn-middle[data-v-d4922c2c]:hover {
  background-position: -434px -247px;
}
.icon-search-pic-smail[data-v-d4922c2c] {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -494px -44px;
}
.icon-search-enlarge-smail[data-v-d4922c2c] {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -517px -44px;
}
.icon-full-screen-zoom[data-v-d4922c2c] {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: -96px -64px;
}
.icon-full-screen-zoom[data-v-d4922c2c]:hover {
  background-position: -96px -96px;
}
.icon-close[data-v-d4922c2c] {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: -64px 0;
}
.icon-close[data-v-d4922c2c]:hover {
  background-position: -64px -32px;
}
.icon-prev-change[data-v-d4922c2c] {
  display: inline-block;
  width: 32px;
  height: 126px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: 0 0;
}
.icon-prev-change[data-v-d4922c2c]:hover {
  background-position: 0px -126px;
}
.icon-next-change[data-v-d4922c2c] {
  display: inline-block;
  width: 32px;
  height: 126px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: -32px 0;
}
.icon-next-change[data-v-d4922c2c]:hover {
  background-position: -32px -126px;
}
.icon-full-screen[data-v-d4922c2c] {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: -96px 0;
}
.icon-full-screen[data-v-d4922c2c]:hover {
  background-position: -96px -32px;
}
.icon-prev-small[data-v-d4922c2c] {
  width: 13px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -327px -199px;
}
.icon-next-small[data-v-d4922c2c] {
  width: 13px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -355px -199px;
}
.icon-prev-big[data-v-d4922c2c] {
  width: 36px;
  height: 54px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -184px -257px;
}
.icon-prev-big[data-v-d4922c2c]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -224px -257px;
}
.icon-next-big[data-v-d4922c2c] {
  width: 36px;
  height: 54px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -264px -257px;
}
.icon-next-big[data-v-d4922c2c]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -304px -257px;
}
.icon-signing[data-v-d4922c2c] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-detail-collect[data-v-d4922c2c] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -474px -323px;
}
.icon-detail-inventory[data-v-d4922c2c] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -496px -323px;
}
.icon-detail-share[data-v-d4922c2c] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -517px -323px;
}
.icon-detail-report[data-v-d4922c2c] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -540px -323px;
}
.icon-detail-report-an-error[data-v-d4922c2c] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -562px -323px;
}
.icon-unselected[data-v-d4922c2c] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -15px -232px;
}
.icon-selected[data-v-d4922c2c] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -34px -232px;
}
.icon-embellish[data-v-d4922c2c] {
  width: 52px;
  height: 52px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -169px -358px;
}
.icon-signing-1row[data-v-d4922c2c] {
  width: 19px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -253px 0;
}
.icon-signing-2row[data-v-d4922c2c] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-member-ordinary-2row[data-v-d4922c2c] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-member-moon-2row[data-v-d4922c2c] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -32px -24px;
}
.icon-member-year-2row[data-v-d4922c2c] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-member-a-2row[data-v-d4922c2c] {
  width: 17px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -24px;
}
.icon-member-b-2row[data-v-d4922c2c] {
  width: 17px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -123px -24px;
}
.icon-member-c-2row[data-v-d4922c2c] {
  width: 17px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -24px;
}
.icon-undelete[data-v-d4922c2c] {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -479px -393px;
}
.icon-subscript-psd[data-v-d4922c2c] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -202px -535px;
}
.icon-subscript-single[data-v-d4922c2c] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -264px -535px;
}
.icon-subscript-vr-cr[data-v-d4922c2c] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -140px -535px;
}
.icon-subscript-cr[data-v-d4922c2c] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -78px -535px;
}
.icon-subscript-vr[data-v-d4922c2c] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -16px -535px;
}
.icon-check[data-v-d4922c2c] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -15px -232px;
}
.icon-check-active[data-v-d4922c2c] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -34px -232px;
}
.icon-similar-big[data-v-d4922c2c] {
  width: 44px;
  height: 44px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
  background-position: -45px -31px;
}
.icon-similar-big[data-v-d4922c2c]:hover {
  background-position: -95px -31px;
}
.icon-year-member-free-big[data-v-d4922c2c] {
  width: 132px;
  height: 132px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -300px -267px;
}
.icon-member-privileges-big[data-v-d4922c2c] {
  width: 132px;
  height: 132px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -439px -267px;
}
.icon-sale-big[data-v-d4922c2c] {
  width: 71px;
  height: 71px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -242px -421px;
}
.icon-reward-big[data-v-d4922c2c] {
  width: 72px;
  height: 72px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -338px;
}
.icon-vip-diamond[data-v-d4922c2c] {
  width: 17px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -500px -201px;
}
.common-ob-buy-popup[data-v-d4922c2c] {
  z-index: 50 !important;
}
.common-ob-buy-popup[data-v-d4922c2c] .dialog-header,
.common-ob-buy-popup[data-v-d4922c2c] .dialog-footer {
  display: none;
}
.common-ob-buy-popup[data-v-d4922c2c] .dialog {
  background-color: transparent;
}
.common-ob-buy-popup[data-v-d4922c2c] .dialog-body {
  border-radius: 10px;
}
.common-ob-buy-popup .dialog-close-btn[data-v-d4922c2c] {
  position: absolute;
  top: 0;
  right: -45px;
}
.common-ob-buy-popup .recharge-header[data-v-d4922c2c] {
  width: 100%;
  height: 100px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -20px -445px;
}
.common-ob-buy-popup .recharge-header .recharge-user-info[data-v-d4922c2c] {
  display: flex;
  border: none;
  padding-left: 64px;
  padding-top: 25px;
}
.common-ob-buy-popup .recharge-header .recharge-user-info img[data-v-d4922c2c] {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-right: 12px;
  box-shadow: 0 10px 10px 0 rgba(119, 77, 18, 0.2);
}
.common-ob-buy-popup .recharge-header .recharge-user-info .user-box[data-v-d4922c2c] {
  font-size: 16px;
}
.common-ob-buy-popup .recharge-header .recharge-user-info .user-box .user-name[data-v-d4922c2c] {
  color: #4d4225;
  margin-bottom: 8px;
  display: flex;
}
.common-ob-buy-popup .recharge-header .recharge-user-info .user-box .user-name .member-info[data-v-d4922c2c] {
  margin-left: 20px;
  display: flex;
  align-items: center;
}
.common-ob-buy-popup .recharge-header .recharge-user-info .user-box .user-name .member-info i[data-v-d4922c2c] {
  margin-right: 5px;
}
.common-ob-buy-popup .recharge-header .recharge-user-info .user-box .user-name .member-info span[data-v-d4922c2c] {
  font-size: 14px;
}
.common-ob-buy-popup .recharge-header .recharge-user-info .user-box .user-name .member-info .member-level[data-v-d4922c2c] {
  padding: 0 6px;
  border-radius: 3px;
  color: #fff;
  height: 16px;
  line-height: 16px;
}
.common-ob-buy-popup .recharge-header .recharge-user-info .user-box .user-name .member-info .open-up[data-v-d4922c2c] {
  margin-left: 10px;
  color: #e82325;
  text-decoration: underline;
  cursor: pointer;
}
.common-ob-buy-popup .recharge-header .recharge-user-info .user-box .user-ob[data-v-d4922c2c] {
  display: flex;
  color: #4d4225;
}
.common-ob-buy-popup .recharge-header .recharge-user-info .user-box .user-ob i[data-v-d4922c2c] {
  color: #968455;
}
.common-ob-buy-popup .recharge-header .recharge-user-info .user-box .user-ob span[data-v-d4922c2c] {
  margin-right: 4px;
  font-weight: bold;
}
.common-ob-buy-popup .recharge-header .recharge-user-info .user-box .user-ob .tips[data-v-d4922c2c] {
  position: relative;
  color: #e80000;
  margin-left: 14px;
  padding-left: 20px;
}
.common-ob-buy-popup .recharge-header .recharge-user-info .user-box .user-ob .tips[data-v-d4922c2c]::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -112px -64px;
}
.common-ob-buy-popup .recharge-content[data-v-d4922c2c] {
  padding: 40px 60px 50px 60px;
  background-color: #fff;
}
.common-ob-buy-popup .recharge-content ul[data-v-d4922c2c] {
  display: flex;
  justify-content: center;
}
.common-ob-buy-popup .recharge-content ul li[data-v-d4922c2c] {
  position: relative;
  width: 160px;
  height: 210px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #f5e9c7;
  margin-right: 20px;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s;
  overflow: hidden;
}
.common-ob-buy-popup .recharge-content ul li[data-v-d4922c2c]:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.2s;
}
.common-ob-buy-popup .recharge-content ul li[data-v-d4922c2c]:last-child {
  margin-right: 0;
}
.common-ob-buy-popup .recharge-content ul li .top-r-tips[data-v-d4922c2c] {
  position: absolute;
  right: 0;
  top: 0;
  image-rendering: pixelated;
}
.common-ob-buy-popup .recharge-content ul li .list-item-ob[data-v-d4922c2c] {
  color: #333333;
  font-size: 14px;
}
.common-ob-buy-popup .recharge-content ul li .list-item-ob strong[data-v-d4922c2c] {
  font-size: 28px;
}
.common-ob-buy-popup .recharge-content ul li .list-item-cur[data-v-d4922c2c] {
  color: #333;
  margin-bottom: 5px;
  margin-top: 20px;
}
.common-ob-buy-popup .recharge-content ul li .list-item-cur i[data-v-d4922c2c] {
  font-size: 14px;
}
.common-ob-buy-popup .recharge-content ul li .list-item-cur span[data-v-d4922c2c] {
  font-size: 24px;
  font-weight: bold;
}
.common-ob-buy-popup .recharge-content ul li del[data-v-d4922c2c] {
  font-size: 14px;
  color: #999;
  margin-top: 8px;
}
.common-ob-buy-popup .recharge-content ul li .ob-bg[data-v-d4922c2c] {
  width: 160px;
  height: 124px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -930px 0;
}
.common-ob-buy-popup .recharge-content ul li .ob-bg .give-away[data-v-d4922c2c] {
  margin-top: 10px;
  font-size: 14px;
  color: #e80000;
  padding: 3px 14px;
  border-radius: 11px;
  background-color: #fffbf1;
  display: inline-block;
  max-width: 140px;
}
.common-ob-buy-popup .recharge-content ul li .activity-box[data-v-d4922c2c] {
  overflow: hidden;
}
.common-ob-buy-popup .recharge-content ul li .activity-box > img[data-v-d4922c2c] {
  -o-object-fit: none;
     object-fit: none;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.common-ob-buy-popup .recharge-content ul .clear-activity-attr[data-v-d4922c2c] {
  border: none;
}
.common-ob-buy-popup .recharge-content ul .active[data-v-d4922c2c] {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  border: solid 1px #e80000;
}
.common-ob-buy-popup .recharge-content ul .active .list-item-cur[data-v-d4922c2c] {
  color: #e80000;
}
.common-ob-buy-popup .recharge-content ul .active[data-v-d4922c2c]::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -84px -64px;
}
.common-ob-buy-popup .recharge-content .gift-box[data-v-d4922c2c] {
  width: 880px;
  height: 70px;
  border-radius: 4px;
  margin-top: 20px;
  overflow: hidden;
}
.common-ob-buy-popup .recharge-content .gift-box img[data-v-d4922c2c] {
  width: 100%;
  height: 100%;
  -o-object-fit: none;
     object-fit: none;
}
.common-ob-buy-popup .recharge-content .on-add-vip[data-v-d4922c2c] {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.common-ob-buy-popup .recharge-content .on-add-vip > p[data-v-d4922c2c] {
  color: #333;
  font-size: 16px;
}
.common-ob-buy-popup .recharge-content .on-add-vip .select-add-box > button[data-v-d4922c2c] {
  width: 530px;
  height: 80px;
  position: relative;
}
.common-ob-buy-popup .recharge-content .on-add-vip .select-add-box > button.no-active[data-v-d4922c2c] {
  background-image: url("https://down.om.cn/common/ob_year_on_add_no_active.png");
}
.common-ob-buy-popup .recharge-content .on-add-vip .select-add-box > button.active[data-v-d4922c2c] {
  background-image: url("https://down.om.cn/common/ob_year_on_add_active.png");
}
.common-ob-buy-popup .recharge-content .on-add-vip .select-add-box > button .view-privileges[data-v-d4922c2c] {
  color: #666;
  position: absolute;
  bottom: 15px;
  right: 23px;
  text-decoration: underline;
}
.common-ob-buy-popup .recharge-content .pack-pay-box[data-v-d4922c2c] {
  display: flex;
  padding-bottom: 26px;
  padding-top: 30px;
}
.common-ob-buy-popup .recharge-content .pack-pay-box > p[data-v-d4922c2c] {
  color: #333;
  font-size: 16px;
}
.common-ob-buy-popup .recharge-content .pack-pay-box .pay-qrcode[data-v-d4922c2c] {
  position: relative;
  width: 150px;
  height: 150px;
  padding: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -158px -11px;
}
.common-ob-buy-popup .recharge-content .pack-pay-box .pay-content[data-v-d4922c2c] {
  position: relative;
  width: 71%;
}
.common-ob-buy-popup .recharge-content .pack-pay-box .pay-content .discount-selected[data-v-d4922c2c] {
  display: flex;
  align-items: center;
}
.common-ob-buy-popup .recharge-content .pack-pay-box .pay-content .discount-selected .countdown[data-v-d4922c2c] {
  margin-left: 10px;
  color: #e80000;
}
.common-ob-buy-popup .recharge-content .pack-pay-box .pay-content .pay-price[data-v-d4922c2c] {
  color: #e80000;
}
.common-ob-buy-popup .recharge-content .pack-pay-box .pay-content .pay-price strong[data-v-d4922c2c] {
  font-size: 28px;
  font-weight: 400;
}
.common-ob-buy-popup .recharge-content .pack-pay-box .pay-content .pay-price del[data-v-d4922c2c] {
  color: #333333;
}
.common-ob-buy-popup .recharge-content .pack-pay-box .pay-content .recharge-vip-icon[data-v-d4922c2c] {
  margin-right: 6px;
  width: 30px;
  height: 30px;
}
.common-ob-buy-popup .recharge-content .pack-pay-box .pay-content .pay-way-text[data-v-d4922c2c] {
  font-size: 14px;
  color: #999;
  padding-left: 4px;
}
.common-ob-buy-popup .recharge-content .pack-pay-box .pay-content .pay-way[data-v-d4922c2c] {
  position: absolute;
  bottom: 16px;
  display: flex;
  align-items: center;
}
.common-ob-buy-popup .recharge-content .pack-pay-box .pay-content .paypal-link[data-v-d4922c2c] {
  position: absolute;
  right: 0;
  bottom: 16px;
  width: 112px;
  height: 24px;
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -20px -94px;
}
.common-ob-buy-popup .recharge-content .pack-pay-box .pay-content .paypal-link .payment-channel[data-v-d4922c2c] {
  position: absolute;
  bottom: -20px;
  left: 0;
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.common-ob-buy-popup .recharge-content .pay-bottom[data-v-d4922c2c] {
  display: flex;
  justify-content: space-between;
  color: #999;
}
.common-ob-buy-popup .recharge-content .pay-bottom .pay-other a[data-v-d4922c2c] {
  padding: 0 15px;
  border-right: 1px solid #ddd;
}
.common-ob-buy-popup .recharge-content .pay-bottom .pay-other a[data-v-d4922c2c]:last-child {
  border: none;
  padding-right: 0;
}
/**
 * Swiper 8.4.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 12, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}[dir="ltr"] .swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-left:var(--swiper-centered-offset-before)}[dir="rtl"] .swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-right:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-top:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(44px/ 44 * 27);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:44px;height:var(--swiper-navigation-size);margin-top:calc(0px - (44px/ 2));margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{text-transform:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);letter-spacing:0;font-feature-settings:;font-variant:normal;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}[data-v-5b179415]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-5b179415]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-5b179415]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-5b179415],
body[data-v-5b179415] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-5b179415] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-5b179415] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-5b179415] {
    border: none;
    outline: none;
}
}
input[data-v-5b179415]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-5b179415],
textarea[data-v-5b179415] {
  border: none;
  outline: none;
}
textarea[data-v-5b179415] {
  font-family: "microsoft yahei";
}
em[data-v-5b179415] {
  color: #e80000;
  font-style: normal;
}
i[data-v-5b179415] {
  font-style: normal;
}
.v-enter-active[data-v-5b179415],
.v-leave-active[data-v-5b179415] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-5b179415],
.v-leave-to[data-v-5b179415] {
  opacity: 0;
}
[v-cloak][data-v-5b179415] {
  display: none;
}
.f-e80000[data-v-5b179415] {
  color: #e80000;
}
.flex[data-v-5b179415] {
  display: flex;
}
.flex-a[data-v-5b179415] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-5b179415] {
  font-family: fangsong;
}
.pingfang[data-v-5b179415] {
  font-family: pingfang sc !important;
}
.underline[data-v-5b179415] {
  text-decoration: underline;
}
.t-over[data-v-5b179415] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-5b179415] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-5b179415] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-5b179415] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-5b179415] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-5b179415] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-5b179415] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-5b179415] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-5b179415] {
  cursor: pointer;
}
.trans1[data-v-5b179415] {
  transition: ease 0.1s;
}
.trans2[data-v-5b179415] {
  transition: ease 0.2s;
}
.trans3[data-v-5b179415] {
  transition: ease 0.3s;
}
.trans4[data-v-5b179415] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-5b179415] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-5b179415]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-5b179415] {
  text-align: center;
}
.icon-pay-way-wx[data-v-5b179415] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-5b179415] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-5b179415]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-5b179415] {
  animation: slide-down-in-5b179415 ease 0.3s;
}
.dialog-fade-leave-active[data-v-5b179415] {
  animation: slide-down-out-5b179415 ease 0.3s;
}
.icon-loading-circle[data-v-5b179415] {
  animation: loading-circle-5b179415 1s linear infinite;
}
@keyframes slide-down-in-5b179415 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-5b179415 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-5b179415 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-5b179415] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-5b179415] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-5b179415] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-5b179415] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-5b179415] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-5b179415] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-5b179415] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-5b179415] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-5b179415] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-5b179415] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-5b179415] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-5b179415] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-5b179415] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-5b179415] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-5b179415] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-5b179415] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-5b179415] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-5b179415] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-5b179415] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-5b179415] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-5b179415] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-5b179415] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-5b179415] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-5b179415] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-5b179415] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-5b179415] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-5b179415] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-5b179415] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-5b179415] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-5b179415] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-5b179415] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-5b179415] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-5b179415] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-5b179415] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-5b179415] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-5b179415] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-5b179415] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-5b179415] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-5b179415] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-5b179415] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-5b179415] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-5b179415] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-5b179415] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-5b179415] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-5b179415] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-5b179415] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-5b179415] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-5b179415] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-5b179415] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-5b179415] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-5b179415] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-5b179415] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-5b179415] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-5b179415] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-5b179415] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-5b179415] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-5b179415] {
  background-position: -218px -553px;
}
.origin-icon[data-v-5b179415] {
  width: var(--05b6a7f3);
  height: var(--d16146cc);
  min-width: var(--05b6a7f3);
  min-height: var(--d16146cc);
}
.origin-icon[data-v-5b179415] svg {
  width: var(--05b6a7f3);
  height: var(--d16146cc);
  min-width: var(--05b6a7f3);
  min-height: var(--d16146cc);
  opacity: 1;
  transition: ease 0.3s;
}
.origin-icon[data-v-5b179415] svg * {
  fill: revert-layer !important;
}
.origin-icon[data-v-5b179415] svg * {
  transition: ease 0.3s;
}
[data-v-de7d4010]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-de7d4010]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-de7d4010]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-de7d4010],
body[data-v-de7d4010] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-de7d4010] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-de7d4010] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-de7d4010] {
    border: none;
    outline: none;
}
}
input[data-v-de7d4010]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-de7d4010],
textarea[data-v-de7d4010] {
  border: none;
  outline: none;
}
textarea[data-v-de7d4010] {
  font-family: "microsoft yahei";
}
em[data-v-de7d4010] {
  color: #e80000;
  font-style: normal;
}
i[data-v-de7d4010] {
  font-style: normal;
}
.v-enter-active[data-v-de7d4010],
.v-leave-active[data-v-de7d4010] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-de7d4010],
.v-leave-to[data-v-de7d4010] {
  opacity: 0;
}
[v-cloak][data-v-de7d4010] {
  display: none;
}
.f-e80000[data-v-de7d4010] {
  color: #e80000;
}
.flex[data-v-de7d4010] {
  display: flex;
}
.flex-a[data-v-de7d4010] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-de7d4010] {
  font-family: fangsong;
}
.pingfang[data-v-de7d4010] {
  font-family: pingfang sc !important;
}
.underline[data-v-de7d4010] {
  text-decoration: underline;
}
.t-over[data-v-de7d4010] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-de7d4010] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-de7d4010] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-de7d4010] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-de7d4010] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-de7d4010] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-de7d4010] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-de7d4010] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-de7d4010] {
  cursor: pointer;
}
.trans1[data-v-de7d4010] {
  transition: ease 0.1s;
}
.trans2[data-v-de7d4010] {
  transition: ease 0.2s;
}
.trans3[data-v-de7d4010] {
  transition: ease 0.3s;
}
.trans4[data-v-de7d4010] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-de7d4010] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-de7d4010]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-de7d4010] {
  text-align: center;
}
.icon-pay-way-wx[data-v-de7d4010] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-de7d4010] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-de7d4010]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-de7d4010] {
  animation: slide-down-in-de7d4010 ease 0.3s;
}
.dialog-fade-leave-active[data-v-de7d4010] {
  animation: slide-down-out-de7d4010 ease 0.3s;
}
.icon-loading-circle[data-v-de7d4010] {
  animation: loading-circle-de7d4010 1s linear infinite;
}
@keyframes slide-down-in-de7d4010 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-de7d4010 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-de7d4010 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-de7d4010] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-de7d4010] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-de7d4010] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-de7d4010] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-de7d4010] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-de7d4010] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-de7d4010] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-de7d4010] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-de7d4010] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-de7d4010] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-de7d4010] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-de7d4010] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-de7d4010] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-de7d4010] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-de7d4010] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-de7d4010] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-de7d4010] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-de7d4010] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-de7d4010] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-de7d4010] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-de7d4010] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-de7d4010] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-de7d4010] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-de7d4010] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-de7d4010] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-de7d4010] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-de7d4010] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-de7d4010] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-de7d4010] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-de7d4010] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-de7d4010] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-de7d4010] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-de7d4010] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-de7d4010] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-de7d4010] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-de7d4010] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-de7d4010] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-de7d4010] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-de7d4010] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-de7d4010] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-de7d4010] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-de7d4010] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-de7d4010] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-de7d4010] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-de7d4010] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-de7d4010] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-de7d4010] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-de7d4010] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-de7d4010] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-de7d4010] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-de7d4010] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-de7d4010] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-de7d4010] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-de7d4010] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-de7d4010] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-de7d4010] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-de7d4010] {
  background-position: -218px -553px;
}
.icon-active[data-v-de7d4010],
.recharge-vip .content .top-data .pay-pack .pack-list li .pack-mask.active[data-v-de7d4010]:after,
.recharge-vip .content .top-data .pay-pack .pack-list[data-v-de7d4010] .swiper-slide .pack-mask.active:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -84px -64px;
}
.icon-receive[data-v-de7d4010] {
  width: 36px;
  height: 20px;
  margin-left: 4px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -434px -596px;
}
.recharge-vip .dialog-close-btn[data-v-de7d4010] {
  position: absolute;
  top: 0;
  right: -50px;
}
.recharge-vip .content[data-v-de7d4010] {
  background-color: white;
  background-image: url("https://down.om.cn/common/vip_popup_bg_02.png");
  background-repeat: no-repeat;
  padding: 20px 0 40px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.recharge-vip .content[data-v-de7d4010] * {
  line-height: 1;
}
.recharge-vip .content .user-info[data-v-de7d4010] {
  display: flex;
  align-items: center;
  padding: 0 50px;
}
.recharge-vip .content .user-info .avatar[data-v-de7d4010] {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.recharge-vip .content .user-info .avatar img[data-v-de7d4010] {
  width: 100%;
  height: 100%;
}
.recharge-vip .content .user-info .info[data-v-de7d4010] {
  margin-left: 10px;
}
.recharge-vip .content .user-info .info .nickname[data-v-de7d4010] {
  font-size: 14px;
  color: #333;
}
.recharge-vip .content .user-info .info .member-info[data-v-de7d4010] {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.recharge-vip .content .user-info .info .member-info i[data-v-de7d4010] {
  margin-right: 5px;
}
.recharge-vip .content .user-info .info .member-info .member-level[data-v-de7d4010] {
  padding: 0 6px;
  border-radius: 3px;
  color: #fff;
  height: 16px;
  line-height: 16px;
}
.recharge-vip .content .user-info .ob-info[data-v-de7d4010] {
  align-self: flex-end;
  margin-bottom: 9px;
  margin-left: 20px;
  color: #9c9c9d;
}
.recharge-vip .content .user-info .ob-info span[data-v-de7d4010] {
  color: #3b3b3b;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  margin-left: 8px;
}
.recharge-vip .content .user-info .ob-info span[data-v-de7d4010]:last-child {
  color: #e82325;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 400;
}
.recharge-vip .content .tab[data-v-de7d4010] {
  display: flex !important;
}
.recharge-vip .content .tab[data-v-de7d4010] {
  margin-top: 18px;
  width: 1100px;
  height: 72px;
  align-items: flex-end;
}
.recharge-vip .content .tab.personal[data-v-de7d4010] {
  background-image: url("https://down.om.cn/common/tab_personal.png");
}
.recharge-vip .content .tab.organize[data-v-de7d4010] {
  background-image: url("https://down.om.cn/common/tab_organize.png");
}
.recharge-vip .content .tab li[data-v-de7d4010] {
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #A65C00;
}
.recharge-vip .content .tab li h4[data-v-de7d4010] {
  font-weight: bold;
  margin: 0 10px;
}
.recharge-vip .content .tab li.active[data-v-de7d4010] {
  width: 50%;
}
.recharge-vip .content .tab li.active h4[data-v-de7d4010] {
  font-size: 26px;
}
.recharge-vip .content .tab li.active span[data-v-de7d4010] {
  font-size: 16px;
  margin-top: 13px;
}
.recharge-vip .content .tab li.unactive[data-v-de7d4010] {
  width: 50%;
  height: 60px;
}
.recharge-vip .content .tab li.unactive h4[data-v-de7d4010] {
  font-size: 18px;
}
.recharge-vip .content .tab li.unactive span[data-v-de7d4010] {
  font-size: 12px;
  margin-top: 5px;
}
.recharge-vip .content .top-data[data-v-de7d4010] {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
}
.recharge-vip .content .top-data .rights-and-interests[data-v-de7d4010] {
  width: 252px;
  background-color: #fafafa;
  border-radius: 10px;
  padding: 20px 0;
}
.recharge-vip .content .top-data .rights-and-interests h3[data-v-de7d4010] {
  font-size: 18px;
  color: #333333;
  text-align: center;
}
.recharge-vip .content .top-data .rights-and-interests .property[data-v-de7d4010] {
  margin-top: 14px;
  color: #333;
  margin-top: 4px;
  text-align: center;
  position: relative;
}
.recharge-vip .content .top-data .rights-and-interests .property em[data-v-de7d4010] {
  font-size: 18px;
  font-weight: bold;
}
.recharge-vip .content .top-data .rights-and-interests .property .sub-immediately[data-v-de7d4010] {
  position: absolute;
  background: linear-gradient(315deg, #FF401A 0%, #FFCD2A 100%);
  border-radius: 6px 6px 6px 0;
  font-size: 12px;
  color: white;
  top: -13px;
  right: -35px;
  padding: 2px 4px;
}
.recharge-vip .content .top-data .rights-and-interests .dashed-line[data-v-de7d4010] {
  border-top: 1px dashed #e6e6e6;
  margin: 15px 0;
}
.recharge-vip .content .top-data .rights-and-interests .equity-list-box[data-v-de7d4010] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.recharge-vip .content .top-data .rights-and-interests .equity-list-box li[data-v-de7d4010] {
  width: 50%;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.recharge-vip .content .top-data .rights-and-interests .equity-list-box li[data-v-de7d4010]:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.recharge-vip .content .top-data .rights-and-interests .equity-list-box li .icon-box[data-v-de7d4010] {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fbe6ce;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #eebc5e;
}
.recharge-vip .content .top-data .rights-and-interests .equity-list-box li .desc[data-v-de7d4010] {
  font-size: 12px;
  color: #333;
  text-align: center;
  margin-top: 10px;
}
.recharge-vip .content .top-data .rights-and-interests .equity-list-box li .desc .clickable[data-v-de7d4010] {
  text-decoration: underline;
  cursor: pointer;
}
.recharge-vip .content .top-data .rights-and-interests .equity-list-box li .desc .clickable[data-v-de7d4010]:hover {
  color: #e80000;
}
.recharge-vip .content .top-data .rights-and-interests .equity-list-box li .desc .substance[data-v-de7d4010] {
  background: linear-gradient(315deg, #FF1A1A 0%, #FF786C 100%);
  border-radius: 4px;
  padding: 2px;
  font-size: 12px;
  color: white;
  margin-left: 5px;
}
.recharge-vip .content .top-data .rights-and-interests .more-privileges[data-v-de7d4010] {
  margin-top: 25px;
  text-align: center;
  color: #333;
  font-size: 12px;
  cursor: pointer;
}
.recharge-vip .content .top-data .rights-and-interests .more-privileges[data-v-de7d4010]:hover {
  color: #e80000;
}
.recharge-vip .content .top-data .pay-pack[data-v-de7d4010] {
  width: 732px;
}
.recharge-vip .content .top-data .pay-pack .pack-box[data-v-de7d4010] {
  height: 236px;
  overflow: hidden;
}
.recharge-vip .content .top-data .pay-pack[data-v-de7d4010] .swiper {
  overflow: visible;
  overflow: initial;
}
.recharge-vip .content .top-data .pay-pack[data-v-de7d4010] .swiper .swiper-button-prev,
.recharge-vip .content .top-data .pay-pack[data-v-de7d4010] .swiper .swiper-button-next {
  width: 41px;
  height: 41px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}
.recharge-vip .content .top-data .pay-pack[data-v-de7d4010] .swiper .swiper-button-prev:after,
.recharge-vip .content .top-data .pay-pack[data-v-de7d4010] .swiper .swiper-button-next:after {
  content: none;
}
.recharge-vip .content .top-data .pay-pack[data-v-de7d4010] .swiper .swiper-button-prev.swiper-button-disabled,
.recharge-vip .content .top-data .pay-pack[data-v-de7d4010] .swiper .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
.recharge-vip .content .top-data .pay-pack[data-v-de7d4010] .swiper .swiper-button-prev {
  background-position: -64px -343px;
  left: 5px;
}
.recharge-vip .content .top-data .pay-pack[data-v-de7d4010] .swiper .swiper-button-prev.swiper-button-disabled {
  background-position: -20px -343px;
}
.recharge-vip .content .top-data .pay-pack[data-v-de7d4010] .swiper .swiper-button-next {
  background-position: -152px -343px;
  right: 5px;
}
.recharge-vip .content .top-data .pay-pack[data-v-de7d4010] .swiper .swiper-button-next.swiper-button-disabled {
  background-position: -108px -343px;
}
.recharge-vip .content .top-data .pay-pack .pack-list[data-v-de7d4010] {
  display: flex;
  height: 220px;
  max-width: 732px;
}
.recharge-vip .content .top-data .pay-pack .pack-list li[data-v-de7d4010],
.recharge-vip .content .top-data .pay-pack .pack-list[data-v-de7d4010] .swiper-slide {
  width: 232px;
  padding: 30px 0;
  background-color: #fff;
  border: 1px solid #cdd4dc;
  cursor: pointer;
  position: relative;
  transition: box-shadow 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.recharge-vip .content .top-data .pay-pack .pack-list li[data-v-de7d4010]:last-of-type,
.recharge-vip .content .top-data .pay-pack .pack-list[data-v-de7d4010] .swiper-slide:last-of-type {
  margin-right: 0;
}
.recharge-vip .content .top-data .pay-pack .pack-list li .pack-mask[data-v-de7d4010],
.recharge-vip .content .top-data .pay-pack .pack-list[data-v-de7d4010] .swiper-slide .pack-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: border 0.1s;
  z-index: 5;
}
.recharge-vip .content .top-data .pay-pack .pack-list li .pack-mask.active[data-v-de7d4010],
.recharge-vip .content .top-data .pay-pack .pack-list[data-v-de7d4010] .swiper-slide .pack-mask.active {
  border: 3px solid #E9C079;
  padding: 28px 30px;
}
.recharge-vip .content .top-data .pay-pack .pack-list li .subscription[data-v-de7d4010],
.recharge-vip .content .top-data .pay-pack .pack-list[data-v-de7d4010] .swiper-slide .subscription {
  position: absolute;
  top: 0;
  right: 0;
}
.recharge-vip .content .top-data .pay-pack .pack-list li .title[data-v-de7d4010],
.recharge-vip .content .top-data .pay-pack .pack-list[data-v-de7d4010] .swiper-slide .title {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.recharge-vip .content .top-data .pay-pack .pack-list li .price[data-v-de7d4010],
.recharge-vip .content .top-data .pay-pack .pack-list[data-v-de7d4010] .swiper-slide .price {
  font-size: 14px;
  color: #333;
  margin-top: 20px;
  text-align: center;
}
.recharge-vip .content .top-data .pay-pack .pack-list li .price em[data-v-de7d4010],
.recharge-vip .content .top-data .pay-pack .pack-list[data-v-de7d4010] .swiper-slide .price em {
  font-size: 14px;
  color: #e80000;
}
.recharge-vip .content .top-data .pay-pack .pack-list li .price em span[data-v-de7d4010],
.recharge-vip .content .top-data .pay-pack .pack-list[data-v-de7d4010] .swiper-slide .price em span {
  font-size: 30px;
  font-weight: bold;
}
.recharge-vip .content .top-data .pay-pack .pack-list li .original-price[data-v-de7d4010],
.recharge-vip .content .top-data .pay-pack .pack-list[data-v-de7d4010] .swiper-slide .original-price {
  margin-top: 2px;
  color: #b3b3b3;
}
.recharge-vip .content .top-data .pay-pack .pack-list li .gift[data-v-de7d4010],
.recharge-vip .content .top-data .pay-pack .pack-list[data-v-de7d4010] .swiper-slide .gift {
  width: -moz-max-content;
  width: max-content;
  height: 28px;
  line-height: 28px;
  background-color: #ffeeee;
  color: #e80000;
  border-radius: 5px;
  margin-top: 10px;
  padding: 0 14px;
}
.recharge-vip .content .top-data .pay-pack .pack-list li .original[data-v-de7d4010],
.recharge-vip .content .top-data .pay-pack .pack-list[data-v-de7d4010] .swiper-slide .original {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  background-color: #f5f5f5;
  border-radius: 0 0 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.recharge-vip .content .top-data .pay-pack .pack-list li[data-v-de7d4010]:hover,
.recharge-vip .content .top-data .pay-pack .pack-list[data-v-de7d4010] .swiper-slide:hover {
  box-shadow: 0 10px 15px 0 rgba(48, 121, 167, 0.2);
  transition: box-shadow 0.3s;
}
.recharge-vip .content .top-data .pay-pack .pack-list .skeleton[data-v-de7d4010] {
  cursor: auto;
  cursor: initial;
  margin-right: 18px;
}
.recharge-vip .content .top-data .pay-pack .pack-list .skeleton[data-v-de7d4010]:hover {
  box-shadow: none;
}
.recharge-vip .content .top-data .pay-pack .pack-list .skeleton > div[data-v-de7d4010] {
  position: relative;
  overflow: hidden;
  background-color: #ddd;
  border-radius: 5px;
}
.recharge-vip .content .top-data .pay-pack .pack-list .skeleton > div[data-v-de7d4010]:after {
  display: block;
  content: "";
  cursor: progress;
  background: linear-gradient(0.25turn, transparent, #fff, transparent), linear-gradient(#eee, #eee), radial-gradient(40px circle at 20px 20px, #eee 50%, transparent 51%), linear-gradient(#eee, #eee);
  background-repeat: no-repeat;
  background-size: 320px 250px, 320px 200px, 40px 40px, 270px 40px;
  background-position: -320px 0, 0 0, 0 210px, 50px 210px;
  animation: skeleton-loading-de7d4010 1.5s infinite;
}
.recharge-vip .content .top-data .pay-pack .pack-list .skeleton .skeleton-title[data-v-de7d4010] {
  width: 76px;
  height: 16px;
}
.recharge-vip .content .top-data .pay-pack .pack-list .skeleton .skeleton-title[data-v-de7d4010]:after {
  height: 16px;
}
.recharge-vip .content .top-data .pay-pack .pack-list .skeleton .skeleton-price[data-v-de7d4010] {
  width: 125px;
  height: 26px;
  margin-top: 24px;
}
.recharge-vip .content .top-data .pay-pack .pack-list .skeleton .skeleton-price[data-v-de7d4010]:after {
  height: 26px;
}
.recharge-vip .content .top-data .pay-pack .pack-list .skeleton .skeleton-gift[data-v-de7d4010] {
  width: 98px;
  height: 28px;
  margin-top: 10px;
}
.recharge-vip .content .top-data .pay-pack .pack-list .skeleton .skeleton-gift[data-v-de7d4010]:after {
  height: 28px;
}
.recharge-vip .content .top-data .pay-pack .pack-list .skeleton .skeleton-original[data-v-de7d4010] {
  width: 65px;
  height: 14px;
  margin-top: 36px;
}
.recharge-vip .content .top-data .pay-pack .pack-list .skeleton .skeleton-original[data-v-de7d4010]:after {
  height: 14px;
}
.recharge-vip .content .top-data .pay-pack .add-purchase[data-v-de7d4010] {
  margin-bottom: 16px;
  background-color: #FAFAFA;
  border-radius: 10px;
  padding: 0 20px 0 30px;
  display: flex;
  align-items: center;
  height: 56px;
  position: relative;
}
.recharge-vip .content .top-data .pay-pack .add-purchase .add-purchase-pack[data-v-de7d4010] {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.recharge-vip .content .top-data .pay-pack .add-purchase .add-purchase-pack li[data-v-de7d4010] {
  width: 222px;
  height: 38px;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 12px;
  transition: ease 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.recharge-vip .content .top-data .pay-pack .add-purchase .add-purchase-pack li[data-v-de7d4010]:last-of-type {
  margin-right: 0;
}
.recharge-vip .content .top-data .pay-pack .add-purchase .add-purchase-pack li[data-v-de7d4010]:hover {
  box-shadow: 0 10px 15px 0 rgba(48, 121, 167, 0.2);
  transition: ease 0.3s;
}
.recharge-vip .content .top-data .pay-pack .add-purchase .hint[data-v-de7d4010] {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 12px;
  color: #ccc;
  line-height: 17px;
}
.recharge-vip .content .top-data .pay-pack .pay-area[data-v-de7d4010] {
  padding: 30px 40px;
  border-radius: 10px;
  display: flex;
  background-color: #fafafa;
}
.recharge-vip .content .top-data .pay-pack .pay-area .pay-qrcode[data-v-de7d4010] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -158px -11px;
  position: relative;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 22px;
}
.recharge-vip .content .top-data .pay-pack .pay-area .pay-info[data-v-de7d4010] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.recharge-vip .content .top-data .pay-pack .pay-area .pay-info .discount[data-v-de7d4010] {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333;
}
.recharge-vip .content .top-data .pay-pack .pay-area .pay-info .discount .discount-select[data-v-de7d4010] {
  width: 210px;
  height: 36px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.recharge-vip .content .top-data .pay-pack .pay-area .pay-info .discount .discount-select[data-v-de7d4010]:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-top-color: #5f6566;
}
.recharge-vip .content .top-data .pay-pack .pay-area .pay-info .discount .discount-select .discount-list[data-v-de7d4010] {
  position: absolute;
  left: -1px;
  width: 210px;
  border: 1px solid #ccc;
  border-top: none;
  max-height: 180px;
  overflow: auto;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  top: 35px;
}
.recharge-vip .content .top-data .pay-pack .pay-area .pay-info .discount .discount-select .discount-list li[data-v-de7d4010] {
  height: 36px;
  display: flex;
  align-items: center;
  padding-left: 14px;
  border-bottom: 1px solid #ccc;
  transition: ease 0.3s;
}
.recharge-vip .content .top-data .pay-pack .pay-area .pay-info .discount .discount-select .discount-list li[data-v-de7d4010]:last-of-type {
  border-bottom: none;
}
.recharge-vip .content .top-data .pay-pack .pay-area .pay-info .discount .discount-select .discount-list li[data-v-de7d4010]:hover {
  background-color: #e80000;
  color: #fff;
  transition: ease 0.3s;
}
.recharge-vip .content .top-data .pay-pack .pay-area .pay-info .discount .discount-select .discount-list li.disabled[data-v-de7d4010] {
  cursor: no-drop;
}
.recharge-vip .content .top-data .pay-pack .pay-area .pay-info .discount .discount-select .discount-list li.disabled[data-v-de7d4010]:hover {
  background-color: #fff;
  color: #999;
}
.recharge-vip .content .top-data .pay-pack .pay-area .pay-info .discount .countdown[data-v-de7d4010] {
  color: #e80000;
  margin-left: 10px;
}
.recharge-vip .content .top-data .pay-pack .pay-area .pay-info .discount .countdown em[data-v-de7d4010] {
  font-weight: bold;
}
.recharge-vip .content .top-data .pay-pack .pay-area .pay-info .payment-amount[data-v-de7d4010] {
  display: flex;
  align-items: flex-end;
  font-size: 14px;
  color: #333;
}
.recharge-vip .content .top-data .pay-pack .pay-area .pay-info .payment-amount em[data-v-de7d4010] {
  display: flex;
  align-items: flex-end;
  font-size: 16px;
}
.recharge-vip .content .top-data .pay-pack .pay-area .pay-info .payment-amount em > span[data-v-de7d4010] {
  font-size: 28px;
}
.recharge-vip .content .top-data .pay-pack .pay-area .pay-info .payment-amount em > i[data-v-de7d4010] {
  font-size: 14px;
}
.recharge-vip .content .top-data .pay-pack .pay-area .pay-info .support[data-v-de7d4010] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 480px;
}
.recharge-vip .content .top-data .pay-pack .pay-area .pay-info .support .support-l[data-v-de7d4010] {
  display: flex;
  align-items: center;
}
.recharge-vip .content .top-data .pay-pack .pay-area .pay-info .support .support-l .recharge-vip-icon[data-v-de7d4010] {
  margin-right: 6px;
  width: 30px;
  height: 30px;
}
.recharge-vip .content .top-data .pay-pack .pay-area .pay-info .support .support-l .pay-way-text[data-v-de7d4010] {
  font-size: 14px;
  color: #999;
  padding-left: 4px;
}
.recharge-vip .content .top-data .pay-pack .pay-area .pay-info .support .support-r .paypal-link[data-v-de7d4010] {
  width: 112px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -20px -94px;
  cursor: pointer;
}
.recharge-vip .content .top-data .pay-pack .pay-area .pay-info .protocol[data-v-de7d4010] {
  font-size: 14px;
  color: #bbb;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.recharge-vip .content .top-data .pay-pack .pay-area .pay-info .protocol span[data-v-de7d4010] {
  display: flex;
  align-items: center;
}
.recharge-vip .content .top-data .pay-pack .pay-area .pay-info .protocol span > a[data-v-de7d4010]:hover {
  color: #e80000;
}
@keyframes skeleton-loading-de7d4010 {
to {
    background-position: 320px 0, 0 0, 0 210px, 50px 210px;
}
}
[data-v-85596a73]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-85596a73]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-85596a73]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-85596a73],
body[data-v-85596a73] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-85596a73] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-85596a73] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-85596a73] {
    border: none;
    outline: none;
}
}
input[data-v-85596a73]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-85596a73],
textarea[data-v-85596a73] {
  border: none;
  outline: none;
}
textarea[data-v-85596a73] {
  font-family: "microsoft yahei";
}
em[data-v-85596a73] {
  color: #e80000;
  font-style: normal;
}
i[data-v-85596a73] {
  font-style: normal;
}
.v-enter-active[data-v-85596a73],
.v-leave-active[data-v-85596a73] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-85596a73],
.v-leave-to[data-v-85596a73] {
  opacity: 0;
}
[v-cloak][data-v-85596a73] {
  display: none;
}
.f-e80000[data-v-85596a73] {
  color: #e80000;
}
.flex[data-v-85596a73] {
  display: flex;
}
.flex-a[data-v-85596a73] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-85596a73] {
  font-family: fangsong;
}
.pingfang[data-v-85596a73] {
  font-family: pingfang sc !important;
}
.underline[data-v-85596a73] {
  text-decoration: underline;
}
.t-over[data-v-85596a73] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-85596a73] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-85596a73] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-85596a73] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-85596a73] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-85596a73] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-85596a73] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-85596a73] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-85596a73] {
  cursor: pointer;
}
.trans1[data-v-85596a73] {
  transition: ease 0.1s;
}
.trans2[data-v-85596a73] {
  transition: ease 0.2s;
}
.trans3[data-v-85596a73] {
  transition: ease 0.3s;
}
.trans4[data-v-85596a73] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-85596a73] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-85596a73]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-85596a73] {
  text-align: center;
}
.icon-pay-way-wx[data-v-85596a73] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-85596a73] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-85596a73]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-85596a73] {
  animation: slide-down-in-85596a73 ease 0.3s;
}
.dialog-fade-leave-active[data-v-85596a73] {
  animation: slide-down-out-85596a73 ease 0.3s;
}
.icon-loading-circle[data-v-85596a73] {
  animation: loading-circle-85596a73 1s linear infinite;
}
@keyframes slide-down-in-85596a73 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-85596a73 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-85596a73 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-85596a73] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-85596a73] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-85596a73] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-85596a73] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-85596a73] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-85596a73] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-85596a73] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-85596a73] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-85596a73] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-85596a73] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-85596a73] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-85596a73] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-85596a73] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-85596a73] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-85596a73] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-85596a73] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-85596a73] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-85596a73] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-85596a73] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-85596a73] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-85596a73] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-85596a73] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-85596a73] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-85596a73] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-85596a73] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-85596a73] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-85596a73] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-85596a73] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-85596a73] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-85596a73] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-85596a73] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-85596a73] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-85596a73] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-85596a73] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-85596a73] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-85596a73] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-85596a73] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-85596a73] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-85596a73] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-85596a73] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-85596a73] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-85596a73] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-85596a73] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-85596a73] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-85596a73] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-85596a73] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-85596a73] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-85596a73] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-85596a73] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-85596a73] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-85596a73] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-85596a73] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-85596a73] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-85596a73] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-85596a73] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-85596a73] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-85596a73] {
  background-position: -218px -553px;
}
.dialog-fade-enter-active[data-v-85596a73] {
  animation: slide-down-in-85596a73 ease 0.3s;
}
.dialog-fade-leave-active[data-v-85596a73] {
  animation: slide-down-out-85596a73 ease 0.3s;
}
@keyframes slide-down-in-85596a73 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-85596a73 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
.trans-pop-enter-active[data-v-85596a73] {
  animation: slide-down-in-85596a73 ease 0.3s;
}
.trans-pop-leave-active[data-v-85596a73] {
  animation: slide-down-out-85596a73 ease 0.3s;
}
.dialog-mask[data-v-85596a73] {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.dialog-mask[data-v-85596a73] {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 100;
}
.dialog-outer[data-v-85596a73] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dialog[data-v-85596a73] {
  width: 460px;
  min-height: 100px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 12px 1px rgba(0, 0, 0, 0.5);
}
.dialog .public-close-btn[data-v-85596a73] {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
.dialog .public-close-btn[data-v-85596a73]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.dialog .dialog-header[data-v-85596a73] {
  height: 50px;
  line-height: 50px;
  color: #333;
  padding-left: 28px;
  background-color: #f8f8f8;
}
.dialog .dialog-footer[data-v-85596a73] {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.center-dialog[data-v-85596a73] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dialog-close-btn[data-v-85596a73] {
  width: 36px;
  height: 36px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -20px -18px;
  cursor: pointer;
}
.dialog-close-btn[data-v-85596a73]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -60px -18px;
}
.icon-vip-free-subscript[data-v-85596a73] {
  width: 65px;
  height: 65px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -428px -691px;
}
.icon-vip-year-free-subscript[data-v-85596a73] {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -691px;
}
.icon-sale-mini[data-v-85596a73] {
  width: 44px;
  height: 44px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -318px -421px;
}
.icon-sort[data-v-85596a73],
.icon-type[data-v-85596a73],
.icon-texture[data-v-85596a73],
.icon-original[data-v-85596a73],
.icon-status[data-v-85596a73],
.icon-order[data-v-85596a73],
.icon-all[data-v-85596a73],
.icon-ori_model[data-v-85596a73] {
  width: 16px;
  height: 16px;
}
.icon-sort[data-v-85596a73] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -381px -47px;
}
.icon-status[data-v-85596a73] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -456px -47px;
}
.icon-original[data-v-85596a73],
.icon-all[data-v-85596a73],
.icon-ori_model[data-v-85596a73] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -358px -47px;
}
.icon-order[data-v-85596a73] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -474px -47px;
}
.icon-type[data-v-85596a73] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -436px -47px;
}
.icon-texture[data-v-85596a73] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -402px -47px;
}
.icon-search-pic-big[data-v-85596a73] {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -318px -7px;
}
.icon-search-enlarge-big[data-v-85596a73] {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -346px -7px;
}
.icon-clear-btn-big[data-v-85596a73] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -496px -8px;
}
.icon-clear-btn-big[data-v-85596a73]:hover {
  background-position: -518px -8px;
}
.icon-search-pic-middle[data-v-85596a73] {
  width: 20px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -494px -46px;
}
.icon-search-enlarge-middle[data-v-85596a73] {
  width: 19px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -518px -45px;
}
.icon-clear-btn-middle[data-v-85596a73] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -414px -247px;
}
.icon-clear-btn-middle[data-v-85596a73]:hover {
  background-position: -434px -247px;
}
.icon-search-pic-smail[data-v-85596a73] {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -494px -44px;
}
.icon-search-enlarge-smail[data-v-85596a73] {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -517px -44px;
}
.icon-full-screen-zoom[data-v-85596a73] {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: -96px -64px;
}
.icon-full-screen-zoom[data-v-85596a73]:hover {
  background-position: -96px -96px;
}
.icon-close[data-v-85596a73] {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: -64px 0;
}
.icon-close[data-v-85596a73]:hover {
  background-position: -64px -32px;
}
.icon-prev-change[data-v-85596a73] {
  display: inline-block;
  width: 32px;
  height: 126px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: 0 0;
}
.icon-prev-change[data-v-85596a73]:hover {
  background-position: 0px -126px;
}
.icon-next-change[data-v-85596a73] {
  display: inline-block;
  width: 32px;
  height: 126px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: -32px 0;
}
.icon-next-change[data-v-85596a73]:hover {
  background-position: -32px -126px;
}
.icon-full-screen[data-v-85596a73] {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: -96px 0;
}
.icon-full-screen[data-v-85596a73]:hover {
  background-position: -96px -32px;
}
.icon-prev-small[data-v-85596a73] {
  width: 13px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -327px -199px;
}
.icon-next-small[data-v-85596a73] {
  width: 13px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -355px -199px;
}
.icon-prev-big[data-v-85596a73] {
  width: 36px;
  height: 54px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -184px -257px;
}
.icon-prev-big[data-v-85596a73]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -224px -257px;
}
.icon-next-big[data-v-85596a73] {
  width: 36px;
  height: 54px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -264px -257px;
}
.icon-next-big[data-v-85596a73]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -304px -257px;
}
.icon-signing[data-v-85596a73] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-detail-collect[data-v-85596a73] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -474px -323px;
}
.icon-detail-inventory[data-v-85596a73] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -496px -323px;
}
.icon-detail-share[data-v-85596a73] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -517px -323px;
}
.icon-detail-report[data-v-85596a73] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -540px -323px;
}
.icon-detail-report-an-error[data-v-85596a73] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -562px -323px;
}
.icon-unselected[data-v-85596a73] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -15px -232px;
}
.icon-selected[data-v-85596a73] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -34px -232px;
}
.icon-embellish[data-v-85596a73] {
  width: 52px;
  height: 52px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -169px -358px;
}
.icon-signing-1row[data-v-85596a73] {
  width: 19px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -253px 0;
}
.icon-signing-2row[data-v-85596a73] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-member-ordinary-2row[data-v-85596a73] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-member-moon-2row[data-v-85596a73] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -32px -24px;
}
.icon-member-year-2row[data-v-85596a73] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-member-a-2row[data-v-85596a73] {
  width: 17px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -24px;
}
.icon-member-b-2row[data-v-85596a73] {
  width: 17px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -123px -24px;
}
.icon-member-c-2row[data-v-85596a73] {
  width: 17px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -24px;
}
.icon-undelete[data-v-85596a73] {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -479px -393px;
}
.icon-subscript-psd[data-v-85596a73] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -202px -535px;
}
.icon-subscript-single[data-v-85596a73] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -264px -535px;
}
.icon-subscript-vr-cr[data-v-85596a73] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -140px -535px;
}
.icon-subscript-cr[data-v-85596a73] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -78px -535px;
}
.icon-subscript-vr[data-v-85596a73] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -16px -535px;
}
.icon-check[data-v-85596a73] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -15px -232px;
}
.icon-check-active[data-v-85596a73] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -34px -232px;
}
.icon-similar-big[data-v-85596a73] {
  width: 44px;
  height: 44px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
  background-position: -45px -31px;
}
.icon-similar-big[data-v-85596a73]:hover {
  background-position: -95px -31px;
}
.icon-year-member-free-big[data-v-85596a73] {
  width: 132px;
  height: 132px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -300px -267px;
}
.icon-member-privileges-big[data-v-85596a73] {
  width: 132px;
  height: 132px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -439px -267px;
}
.icon-sale-big[data-v-85596a73] {
  width: 71px;
  height: 71px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -242px -421px;
}
.icon-reward-big[data-v-85596a73] {
  width: 72px;
  height: 72px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -338px;
}
.icon-vip-diamond[data-v-85596a73] {
  width: 17px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -500px -201px;
}
.icon-tips[data-v-85596a73] {
  width: 43px;
  height: 34px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
  background-position: -54px -42px;
}
.icon-tips-small[data-v-85596a73] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
  background-position: -34px -15px;
}
.account-security .content[data-v-85596a73] {
  margin: 0 auto;
  padding: 30px 33px 36px;
}
.account-security .content p[data-v-85596a73] {
  margin-bottom: 26px;
  padding-left: 20px;
  line-height: 24px;
}
.account-security .content p[data-v-85596a73]:first-child {
  display: flex;
}
.account-security .content p:first-child > em[data-v-85596a73] {
  flex: 1;
  margin-left: 9px;
}
.account-security .content p i[data-v-85596a73] {
  margin-top: 6px;
  margin-left: -22px;
  margin-right: 4px;
}
.account-security .content p .icon-tips-small[data-v-85596a73] {
  vertical-align: middle;
}
.account-security .content .btn-area button[data-v-85596a73] {
  height: 36px;
  padding: 0 20px;
  margin: 5px 5px 0;
  min-width: 125px;
}
.account-security .content .btn-area button[data-v-85596a73]:first-child {
  opacity: 0.9;
  color: #666;
  background-color: #f6f6f6;
  border: 1px solid #dedede;
}
.account-security .content .btn-area button[data-v-85596a73]:last-child {
  background-color: #e80000;
  border: 1px solid #e80000;
  color: #fff;
}
[data-v-19158c05]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-19158c05]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-19158c05]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-19158c05],
body[data-v-19158c05] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-19158c05] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-19158c05] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-19158c05] {
    border: none;
    outline: none;
}
}
input[data-v-19158c05]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-19158c05],
textarea[data-v-19158c05] {
  border: none;
  outline: none;
}
textarea[data-v-19158c05] {
  font-family: "microsoft yahei";
}
em[data-v-19158c05] {
  color: #e80000;
  font-style: normal;
}
i[data-v-19158c05] {
  font-style: normal;
}
.v-enter-active[data-v-19158c05],
.v-leave-active[data-v-19158c05] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-19158c05],
.v-leave-to[data-v-19158c05] {
  opacity: 0;
}
[v-cloak][data-v-19158c05] {
  display: none;
}
.f-e80000[data-v-19158c05] {
  color: #e80000;
}
.flex[data-v-19158c05] {
  display: flex;
}
.flex-a[data-v-19158c05] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-19158c05] {
  font-family: fangsong;
}
.pingfang[data-v-19158c05] {
  font-family: pingfang sc !important;
}
.underline[data-v-19158c05] {
  text-decoration: underline;
}
.t-over[data-v-19158c05] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-19158c05] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-19158c05] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-19158c05] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-19158c05] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-19158c05] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-19158c05] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-19158c05] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-19158c05] {
  cursor: pointer;
}
.trans1[data-v-19158c05] {
  transition: ease 0.1s;
}
.trans2[data-v-19158c05] {
  transition: ease 0.2s;
}
.trans3[data-v-19158c05] {
  transition: ease 0.3s;
}
.trans4[data-v-19158c05] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-19158c05] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-19158c05]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-19158c05] {
  text-align: center;
}
.icon-pay-way-wx[data-v-19158c05] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-19158c05] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-19158c05]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-19158c05] {
  animation: slide-down-in-19158c05 ease 0.3s;
}
.dialog-fade-leave-active[data-v-19158c05] {
  animation: slide-down-out-19158c05 ease 0.3s;
}
.icon-loading-circle[data-v-19158c05] {
  animation: loading-circle-19158c05 1s linear infinite;
}
@keyframes slide-down-in-19158c05 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-19158c05 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-19158c05 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-19158c05] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-19158c05] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-19158c05] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-19158c05] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-19158c05] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-19158c05] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-19158c05] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-19158c05] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-19158c05] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-19158c05] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-19158c05] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-19158c05] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-19158c05] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-19158c05] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-19158c05] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-19158c05] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-19158c05] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-19158c05] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-19158c05] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-19158c05] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-19158c05] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-19158c05] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-19158c05] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-19158c05] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-19158c05] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-19158c05] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-19158c05] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-19158c05] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-19158c05] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-19158c05] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-19158c05] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-19158c05] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-19158c05] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-19158c05] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-19158c05] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-19158c05] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-19158c05] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-19158c05] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-19158c05] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-19158c05] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-19158c05] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-19158c05] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-19158c05] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-19158c05] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-19158c05] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-19158c05] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-19158c05] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-19158c05] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-19158c05] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-19158c05] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-19158c05] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-19158c05] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-19158c05] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-19158c05] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-19158c05] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-19158c05] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-19158c05] {
  background-position: -218px -553px;
}
.icon-browser[data-v-19158c05] {
  display: block;
  background: url(https://down.om.cn/common/image/http404_web.png) no-repeat;
  background-size: cover;
  width: 53px;
  height: 54px;
}
.icon-google[data-v-19158c05] {
  display: block;
  background: url(https://down.om.cn/common/image/http404_web.png) no-repeat;
  background-size: cover;
  width: 53px;
  height: 54px;
  background-position: -3px -3px;
}
.icon-firefox[data-v-19158c05] {
  display: block;
  background: url(https://down.om.cn/common/image/http404_web.png) no-repeat;
  background-size: cover;
  width: 53px;
  height: 54px;
  background-position: -90px -3px;
}
.icon-sogou[data-v-19158c05] {
  display: block;
  background: url(https://down.om.cn/common/image/http404_web.png) no-repeat;
  background-size: cover;
  width: 53px;
  height: 54px;
  background-position: -181px -3px;
}
.icon-360[data-v-19158c05] {
  display: block;
  background: url(https://down.om.cn/common/image/http404_web.png) no-repeat;
  background-size: cover;
  width: 53px;
  height: 54px;
  background-position: -270px -2px;
}
.ie-box .iebox[data-v-19158c05] {
  position: fixed;
  height: 100%;
  background: url(https://down.om.cn/common/image/http404_web.jpg) no-repeat;
  background-size: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}
.ie-box .iebox .ie-warning[data-v-19158c05] {
  position: fixed;
  width: 780px;
  height: 640px;
  background: url(https://down.om.cn/common/image/http404_tan.png);
  font-size: 16px;
  color: #ffffff;
  margin: 0 auto;
  top: 2%;
  left: 50%;
  margin-left: -390px;
  z-index: 100000;
}
.ie-box .iebox .ie-warning .ie-warning-main[data-v-19158c05] {
  width: 435px;
  height: 316px;
  box-sizing: border-box;
  position: absolute;
  top: 24%;
  left: 24%;
  padding: 40px 30px;
}
.ie-box .iebox .ie-warning .ie-warning-main h3[data-v-19158c05] {
  margin-bottom: 10px;
}
.ie-box .iebox .ie-warning .ie-warning-main p[data-v-19158c05] {
  line-height: 24px;
}
.ie-box .iebox .ie-warning .ie-warning-main > div[data-v-19158c05] {
  font-size: 14px;
  margin: 36px 0 20px 0;
}
.ie-box .iebox .ie-warning .ie-warning-main ul[data-v-19158c05] {
  display: flex;
  justify-content: space-between;
}
.ie-box .iebox .ie-warning .ie-warning-main ul li > a[data-v-19158c05] {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.ie-box .iebox .ie-warning .ie-warning-main ul li:hover > a span[data-v-19158c05] {
  color: #000;
}
[data-v-2b6fa734]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-2b6fa734]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-2b6fa734]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-2b6fa734],
body[data-v-2b6fa734] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-2b6fa734] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-2b6fa734] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-2b6fa734] {
    border: none;
    outline: none;
}
}
input[data-v-2b6fa734]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-2b6fa734],
textarea[data-v-2b6fa734] {
  border: none;
  outline: none;
}
textarea[data-v-2b6fa734] {
  font-family: "microsoft yahei";
}
em[data-v-2b6fa734] {
  color: #e80000;
  font-style: normal;
}
i[data-v-2b6fa734] {
  font-style: normal;
}
.v-enter-active[data-v-2b6fa734],
.v-leave-active[data-v-2b6fa734] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-2b6fa734],
.v-leave-to[data-v-2b6fa734] {
  opacity: 0;
}
[v-cloak][data-v-2b6fa734] {
  display: none;
}
.f-e80000[data-v-2b6fa734] {
  color: #e80000;
}
.flex[data-v-2b6fa734] {
  display: flex;
}
.flex-a[data-v-2b6fa734] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-2b6fa734] {
  font-family: fangsong;
}
.pingfang[data-v-2b6fa734] {
  font-family: pingfang sc !important;
}
.underline[data-v-2b6fa734] {
  text-decoration: underline;
}
.t-over[data-v-2b6fa734] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-2b6fa734] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-2b6fa734] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-2b6fa734] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-2b6fa734] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-2b6fa734] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-2b6fa734] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-2b6fa734] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-2b6fa734] {
  cursor: pointer;
}
.trans1[data-v-2b6fa734] {
  transition: ease 0.1s;
}
.trans2[data-v-2b6fa734] {
  transition: ease 0.2s;
}
.trans3[data-v-2b6fa734] {
  transition: ease 0.3s;
}
.trans4[data-v-2b6fa734] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-2b6fa734] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-2b6fa734]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-2b6fa734] {
  text-align: center;
}
.icon-pay-way-wx[data-v-2b6fa734] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-2b6fa734] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-2b6fa734]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-2b6fa734] {
  animation: slide-down-in-2b6fa734 ease 0.3s;
}
.dialog-fade-leave-active[data-v-2b6fa734] {
  animation: slide-down-out-2b6fa734 ease 0.3s;
}
.icon-loading-circle[data-v-2b6fa734] {
  animation: loading-circle-2b6fa734 1s linear infinite;
}
@keyframes slide-down-in-2b6fa734 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-2b6fa734 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-2b6fa734 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-2b6fa734] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-2b6fa734] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-2b6fa734] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-2b6fa734] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-2b6fa734] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-2b6fa734] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-2b6fa734] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-2b6fa734] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-2b6fa734] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-2b6fa734] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-2b6fa734] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-2b6fa734] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-2b6fa734] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-2b6fa734] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-2b6fa734] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-2b6fa734] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-2b6fa734] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-2b6fa734] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-2b6fa734] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-2b6fa734] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-2b6fa734] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-2b6fa734] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-2b6fa734] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-2b6fa734] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-2b6fa734] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-2b6fa734] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-2b6fa734] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-2b6fa734] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-2b6fa734] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-2b6fa734] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-2b6fa734] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-2b6fa734] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-2b6fa734] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-2b6fa734] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-2b6fa734] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-2b6fa734] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-2b6fa734] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-2b6fa734] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-2b6fa734] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-2b6fa734] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-2b6fa734] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-2b6fa734] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-2b6fa734] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-2b6fa734] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-2b6fa734] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-2b6fa734] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-2b6fa734] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-2b6fa734] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-2b6fa734] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-2b6fa734] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-2b6fa734] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-2b6fa734] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-2b6fa734] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-2b6fa734] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-2b6fa734] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-2b6fa734] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-2b6fa734] {
  background-position: -218px -553px;
}
.dialog-fade-enter-active[data-v-2b6fa734] {
  animation: slide-down-in-2b6fa734 ease 0.3s;
}
.dialog-fade-leave-active[data-v-2b6fa734] {
  animation: slide-down-out-2b6fa734 ease 0.3s;
}
@keyframes slide-down-in-2b6fa734 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-2b6fa734 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
.trans-pop-enter-active[data-v-2b6fa734] {
  animation: slide-down-in-2b6fa734 ease 0.3s;
}
.trans-pop-leave-active[data-v-2b6fa734] {
  animation: slide-down-out-2b6fa734 ease 0.3s;
}
.dialog-mask[data-v-2b6fa734] {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.dialog-mask[data-v-2b6fa734] {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 100;
}
.dialog-outer[data-v-2b6fa734] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dialog[data-v-2b6fa734] {
  width: 460px;
  min-height: 100px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 12px 1px rgba(0, 0, 0, 0.5);
}
.dialog .public-close-btn[data-v-2b6fa734] {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
.dialog .public-close-btn[data-v-2b6fa734]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.dialog .dialog-header[data-v-2b6fa734] {
  height: 50px;
  line-height: 50px;
  color: #333;
  padding-left: 28px;
  background-color: #f8f8f8;
}
.dialog .dialog-footer[data-v-2b6fa734] {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.center-dialog[data-v-2b6fa734] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dialog-close-btn[data-v-2b6fa734] {
  width: 36px;
  height: 36px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -20px -18px;
  cursor: pointer;
}
.dialog-close-btn[data-v-2b6fa734]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -60px -18px;
}
.icon-vip-free-subscript[data-v-2b6fa734] {
  width: 65px;
  height: 65px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -428px -691px;
}
.icon-vip-year-free-subscript[data-v-2b6fa734] {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -691px;
}
.icon-sale-mini[data-v-2b6fa734] {
  width: 44px;
  height: 44px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -318px -421px;
}
.icon-sort[data-v-2b6fa734],
.icon-type[data-v-2b6fa734],
.icon-texture[data-v-2b6fa734],
.icon-original[data-v-2b6fa734],
.icon-status[data-v-2b6fa734],
.icon-order[data-v-2b6fa734],
.icon-all[data-v-2b6fa734],
.icon-ori_model[data-v-2b6fa734] {
  width: 16px;
  height: 16px;
}
.icon-sort[data-v-2b6fa734] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -381px -47px;
}
.icon-status[data-v-2b6fa734] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -456px -47px;
}
.icon-original[data-v-2b6fa734],
.icon-all[data-v-2b6fa734],
.icon-ori_model[data-v-2b6fa734] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -358px -47px;
}
.icon-order[data-v-2b6fa734] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -474px -47px;
}
.icon-type[data-v-2b6fa734] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -436px -47px;
}
.icon-texture[data-v-2b6fa734] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -402px -47px;
}
.icon-search-pic-big[data-v-2b6fa734] {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -318px -7px;
}
.icon-search-enlarge-big[data-v-2b6fa734] {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -346px -7px;
}
.icon-clear-btn-big[data-v-2b6fa734] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -496px -8px;
}
.icon-clear-btn-big[data-v-2b6fa734]:hover {
  background-position: -518px -8px;
}
.icon-search-pic-middle[data-v-2b6fa734] {
  width: 20px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -494px -46px;
}
.icon-search-enlarge-middle[data-v-2b6fa734] {
  width: 19px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -518px -45px;
}
.icon-clear-btn-middle[data-v-2b6fa734] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -414px -247px;
}
.icon-clear-btn-middle[data-v-2b6fa734]:hover {
  background-position: -434px -247px;
}
.icon-search-pic-smail[data-v-2b6fa734] {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -494px -44px;
}
.icon-search-enlarge-smail[data-v-2b6fa734] {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -517px -44px;
}
.icon-full-screen-zoom[data-v-2b6fa734] {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: -96px -64px;
}
.icon-full-screen-zoom[data-v-2b6fa734]:hover {
  background-position: -96px -96px;
}
.icon-close[data-v-2b6fa734] {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: -64px 0;
}
.icon-close[data-v-2b6fa734]:hover {
  background-position: -64px -32px;
}
.icon-prev-change[data-v-2b6fa734] {
  display: inline-block;
  width: 32px;
  height: 126px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: 0 0;
}
.icon-prev-change[data-v-2b6fa734]:hover {
  background-position: 0px -126px;
}
.icon-next-change[data-v-2b6fa734] {
  display: inline-block;
  width: 32px;
  height: 126px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: -32px 0;
}
.icon-next-change[data-v-2b6fa734]:hover {
  background-position: -32px -126px;
}
.icon-full-screen[data-v-2b6fa734] {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: -96px 0;
}
.icon-full-screen[data-v-2b6fa734]:hover {
  background-position: -96px -32px;
}
.icon-prev-small[data-v-2b6fa734] {
  width: 13px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -327px -199px;
}
.icon-next-small[data-v-2b6fa734] {
  width: 13px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -355px -199px;
}
.icon-prev-big[data-v-2b6fa734] {
  width: 36px;
  height: 54px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -184px -257px;
}
.icon-prev-big[data-v-2b6fa734]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -224px -257px;
}
.icon-next-big[data-v-2b6fa734] {
  width: 36px;
  height: 54px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -264px -257px;
}
.icon-next-big[data-v-2b6fa734]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -304px -257px;
}
.icon-signing[data-v-2b6fa734] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-detail-collect[data-v-2b6fa734] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -474px -323px;
}
.icon-detail-inventory[data-v-2b6fa734] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -496px -323px;
}
.icon-detail-share[data-v-2b6fa734] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -517px -323px;
}
.icon-detail-report[data-v-2b6fa734] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -540px -323px;
}
.icon-detail-report-an-error[data-v-2b6fa734] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -562px -323px;
}
.icon-unselected[data-v-2b6fa734] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -15px -232px;
}
.icon-selected[data-v-2b6fa734] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -34px -232px;
}
.icon-embellish[data-v-2b6fa734] {
  width: 52px;
  height: 52px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -169px -358px;
}
.icon-signing-1row[data-v-2b6fa734] {
  width: 19px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -253px 0;
}
.icon-signing-2row[data-v-2b6fa734] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-member-ordinary-2row[data-v-2b6fa734] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-member-moon-2row[data-v-2b6fa734] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -32px -24px;
}
.icon-member-year-2row[data-v-2b6fa734] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-member-a-2row[data-v-2b6fa734] {
  width: 17px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -24px;
}
.icon-member-b-2row[data-v-2b6fa734] {
  width: 17px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -123px -24px;
}
.icon-member-c-2row[data-v-2b6fa734] {
  width: 17px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -24px;
}
.icon-undelete[data-v-2b6fa734] {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -479px -393px;
}
.icon-subscript-psd[data-v-2b6fa734] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -202px -535px;
}
.icon-subscript-single[data-v-2b6fa734] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -264px -535px;
}
.icon-subscript-vr-cr[data-v-2b6fa734] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -140px -535px;
}
.icon-subscript-cr[data-v-2b6fa734] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -78px -535px;
}
.icon-subscript-vr[data-v-2b6fa734] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -16px -535px;
}
.icon-check[data-v-2b6fa734] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -15px -232px;
}
.icon-check-active[data-v-2b6fa734] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -34px -232px;
}
.icon-similar-big[data-v-2b6fa734] {
  width: 44px;
  height: 44px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
  background-position: -45px -31px;
}
.icon-similar-big[data-v-2b6fa734]:hover {
  background-position: -95px -31px;
}
.icon-year-member-free-big[data-v-2b6fa734] {
  width: 132px;
  height: 132px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -300px -267px;
}
.icon-member-privileges-big[data-v-2b6fa734] {
  width: 132px;
  height: 132px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -439px -267px;
}
.icon-sale-big[data-v-2b6fa734] {
  width: 71px;
  height: 71px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -242px -421px;
}
.icon-reward-big[data-v-2b6fa734] {
  width: 72px;
  height: 72px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -338px;
}
.icon-vip-diamond[data-v-2b6fa734] {
  width: 17px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -500px -201px;
}
.download-multiple-versions-popup .content[data-v-2b6fa734] {
  padding: 30px;
  width: 556px;
  line-height: 1;
}
.download-multiple-versions-popup .content .title[data-v-2b6fa734] {
  margin-bottom: 30px;
}
.download-multiple-versions-popup .content .content-main[data-v-2b6fa734] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.download-multiple-versions-popup .content .content-main span[data-v-2b6fa734] {
  color: #e80000;
}
.download-multiple-versions-popup .content .select-version[data-v-2b6fa734] {
  display: flex;
  align-items: center;
}
.download-multiple-versions-popup .content .select-version > p[data-v-2b6fa734] {
  flex-shrink: 0;
  margin-right: 10px;
}
.download-multiple-versions-popup .content .select-version ul[data-v-2b6fa734] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.download-multiple-versions-popup .content .select-version ul li[data-v-2b6fa734] {
  padding: 6px 10px;
  background-color: #fff;
  margin: 0 10px 10px 0;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #666;
}
.download-multiple-versions-popup .content .select-version ul .active[data-v-2b6fa734] {
  color: #e80000;
  border: 2px solid #e80000;
  position: relative;
}
.download-multiple-versions-popup .content .select-version ul .active[data-v-2b6fa734]:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -230px;
}
.download-multiple-versions-popup .content .download-now[data-v-2b6fa734] {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}
.download-multiple-versions-popup .content .download-now > button[data-v-2b6fa734] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 36px;
  background-color: #e80000;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
}
[data-v-60ba4f6c]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-60ba4f6c]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-60ba4f6c]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-60ba4f6c],
body[data-v-60ba4f6c] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-60ba4f6c] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-60ba4f6c] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-60ba4f6c] {
    border: none;
    outline: none;
}
}
input[data-v-60ba4f6c]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-60ba4f6c],
textarea[data-v-60ba4f6c] {
  border: none;
  outline: none;
}
textarea[data-v-60ba4f6c] {
  font-family: "microsoft yahei";
}
em[data-v-60ba4f6c] {
  color: #e80000;
  font-style: normal;
}
i[data-v-60ba4f6c] {
  font-style: normal;
}
.v-enter-active[data-v-60ba4f6c],
.v-leave-active[data-v-60ba4f6c] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-60ba4f6c],
.v-leave-to[data-v-60ba4f6c] {
  opacity: 0;
}
[v-cloak][data-v-60ba4f6c] {
  display: none;
}
.f-e80000[data-v-60ba4f6c] {
  color: #e80000;
}
.flex[data-v-60ba4f6c] {
  display: flex;
}
.flex-a[data-v-60ba4f6c] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-60ba4f6c] {
  font-family: fangsong;
}
.pingfang[data-v-60ba4f6c] {
  font-family: pingfang sc !important;
}
.underline[data-v-60ba4f6c] {
  text-decoration: underline;
}
.t-over[data-v-60ba4f6c] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-60ba4f6c] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-60ba4f6c] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-60ba4f6c] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-60ba4f6c] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-60ba4f6c] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-60ba4f6c] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-60ba4f6c] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-60ba4f6c] {
  cursor: pointer;
}
.trans1[data-v-60ba4f6c] {
  transition: ease 0.1s;
}
.trans2[data-v-60ba4f6c] {
  transition: ease 0.2s;
}
.trans3[data-v-60ba4f6c] {
  transition: ease 0.3s;
}
.trans4[data-v-60ba4f6c] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-60ba4f6c] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-60ba4f6c]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-60ba4f6c] {
  text-align: center;
}
.icon-pay-way-wx[data-v-60ba4f6c] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-60ba4f6c] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-60ba4f6c]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-60ba4f6c] {
  animation: slide-down-in-60ba4f6c ease 0.3s;
}
.dialog-fade-leave-active[data-v-60ba4f6c] {
  animation: slide-down-out-60ba4f6c ease 0.3s;
}
.icon-loading-circle[data-v-60ba4f6c] {
  animation: loading-circle-60ba4f6c 1s linear infinite;
}
@keyframes slide-down-in-60ba4f6c {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-60ba4f6c {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-60ba4f6c {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-60ba4f6c] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-60ba4f6c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-60ba4f6c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-60ba4f6c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-60ba4f6c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-60ba4f6c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-60ba4f6c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-60ba4f6c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-60ba4f6c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-60ba4f6c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-60ba4f6c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-60ba4f6c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-60ba4f6c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-60ba4f6c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-60ba4f6c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-60ba4f6c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-60ba4f6c] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-60ba4f6c] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-60ba4f6c] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-60ba4f6c] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-60ba4f6c] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-60ba4f6c] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-60ba4f6c] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-60ba4f6c] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-60ba4f6c] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-60ba4f6c] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-60ba4f6c] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-60ba4f6c] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-60ba4f6c] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-60ba4f6c] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-60ba4f6c] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-60ba4f6c] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-60ba4f6c] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-60ba4f6c] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-60ba4f6c] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-60ba4f6c] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-60ba4f6c] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-60ba4f6c] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-60ba4f6c] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-60ba4f6c] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-60ba4f6c] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-60ba4f6c] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-60ba4f6c] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-60ba4f6c] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-60ba4f6c] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-60ba4f6c] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-60ba4f6c] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-60ba4f6c] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-60ba4f6c] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-60ba4f6c] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-60ba4f6c] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-60ba4f6c] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-60ba4f6c] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-60ba4f6c] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-60ba4f6c] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-60ba4f6c] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-60ba4f6c] {
  background-position: -218px -553px;
}
.dialog-fade-enter-active[data-v-60ba4f6c] {
  animation: slide-down-in-60ba4f6c ease 0.3s;
}
.dialog-fade-leave-active[data-v-60ba4f6c] {
  animation: slide-down-out-60ba4f6c ease 0.3s;
}
@keyframes slide-down-in-60ba4f6c {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-60ba4f6c {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
.trans-pop-enter-active[data-v-60ba4f6c] {
  animation: slide-down-in-60ba4f6c ease 0.3s;
}
.trans-pop-leave-active[data-v-60ba4f6c] {
  animation: slide-down-out-60ba4f6c ease 0.3s;
}
.dialog-mask[data-v-60ba4f6c] {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.dialog-mask[data-v-60ba4f6c] {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 100;
}
.dialog-outer[data-v-60ba4f6c] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dialog[data-v-60ba4f6c] {
  width: 460px;
  min-height: 100px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 12px 1px rgba(0, 0, 0, 0.5);
}
.dialog .public-close-btn[data-v-60ba4f6c] {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
.dialog .public-close-btn[data-v-60ba4f6c]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.dialog .dialog-header[data-v-60ba4f6c] {
  height: 50px;
  line-height: 50px;
  color: #333;
  padding-left: 28px;
  background-color: #f8f8f8;
}
.dialog .dialog-footer[data-v-60ba4f6c] {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.center-dialog[data-v-60ba4f6c] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dialog-close-btn[data-v-60ba4f6c] {
  width: 36px;
  height: 36px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -20px -18px;
  cursor: pointer;
}
.dialog-close-btn[data-v-60ba4f6c]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -60px -18px;
}
.icon-vip-free-subscript[data-v-60ba4f6c] {
  width: 65px;
  height: 65px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -428px -691px;
}
.icon-vip-year-free-subscript[data-v-60ba4f6c] {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -691px;
}
.icon-sale-mini[data-v-60ba4f6c] {
  width: 44px;
  height: 44px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -318px -421px;
}
.icon-sort[data-v-60ba4f6c],
.icon-type[data-v-60ba4f6c],
.icon-texture[data-v-60ba4f6c],
.icon-original[data-v-60ba4f6c],
.icon-status[data-v-60ba4f6c],
.icon-order[data-v-60ba4f6c],
.icon-all[data-v-60ba4f6c],
.icon-ori_model[data-v-60ba4f6c] {
  width: 16px;
  height: 16px;
}
.icon-sort[data-v-60ba4f6c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -381px -47px;
}
.icon-status[data-v-60ba4f6c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -456px -47px;
}
.icon-original[data-v-60ba4f6c],
.icon-all[data-v-60ba4f6c],
.icon-ori_model[data-v-60ba4f6c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -358px -47px;
}
.icon-order[data-v-60ba4f6c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -474px -47px;
}
.icon-type[data-v-60ba4f6c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -436px -47px;
}
.icon-texture[data-v-60ba4f6c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -402px -47px;
}
.icon-search-pic-big[data-v-60ba4f6c] {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -318px -7px;
}
.icon-search-enlarge-big[data-v-60ba4f6c] {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -346px -7px;
}
.icon-clear-btn-big[data-v-60ba4f6c] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -496px -8px;
}
.icon-clear-btn-big[data-v-60ba4f6c]:hover {
  background-position: -518px -8px;
}
.icon-search-pic-middle[data-v-60ba4f6c] {
  width: 20px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -494px -46px;
}
.icon-search-enlarge-middle[data-v-60ba4f6c] {
  width: 19px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -518px -45px;
}
.icon-clear-btn-middle[data-v-60ba4f6c] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -414px -247px;
}
.icon-clear-btn-middle[data-v-60ba4f6c]:hover {
  background-position: -434px -247px;
}
.icon-search-pic-smail[data-v-60ba4f6c] {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -494px -44px;
}
.icon-search-enlarge-smail[data-v-60ba4f6c] {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -517px -44px;
}
.icon-full-screen-zoom[data-v-60ba4f6c] {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: -96px -64px;
}
.icon-full-screen-zoom[data-v-60ba4f6c]:hover {
  background-position: -96px -96px;
}
.icon-close[data-v-60ba4f6c] {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: -64px 0;
}
.icon-close[data-v-60ba4f6c]:hover {
  background-position: -64px -32px;
}
.icon-prev-change[data-v-60ba4f6c] {
  display: inline-block;
  width: 32px;
  height: 126px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: 0 0;
}
.icon-prev-change[data-v-60ba4f6c]:hover {
  background-position: 0px -126px;
}
.icon-next-change[data-v-60ba4f6c] {
  display: inline-block;
  width: 32px;
  height: 126px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: -32px 0;
}
.icon-next-change[data-v-60ba4f6c]:hover {
  background-position: -32px -126px;
}
.icon-full-screen[data-v-60ba4f6c] {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: -96px 0;
}
.icon-full-screen[data-v-60ba4f6c]:hover {
  background-position: -96px -32px;
}
.icon-prev-small[data-v-60ba4f6c] {
  width: 13px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -327px -199px;
}
.icon-next-small[data-v-60ba4f6c] {
  width: 13px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -355px -199px;
}
.icon-prev-big[data-v-60ba4f6c] {
  width: 36px;
  height: 54px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -184px -257px;
}
.icon-prev-big[data-v-60ba4f6c]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -224px -257px;
}
.icon-next-big[data-v-60ba4f6c] {
  width: 36px;
  height: 54px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -264px -257px;
}
.icon-next-big[data-v-60ba4f6c]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -304px -257px;
}
.icon-signing[data-v-60ba4f6c] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-detail-collect[data-v-60ba4f6c] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -474px -323px;
}
.icon-detail-inventory[data-v-60ba4f6c] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -496px -323px;
}
.icon-detail-share[data-v-60ba4f6c] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -517px -323px;
}
.icon-detail-report[data-v-60ba4f6c] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -540px -323px;
}
.icon-detail-report-an-error[data-v-60ba4f6c] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -562px -323px;
}
.icon-unselected[data-v-60ba4f6c] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -15px -232px;
}
.icon-selected[data-v-60ba4f6c] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -34px -232px;
}
.icon-embellish[data-v-60ba4f6c] {
  width: 52px;
  height: 52px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -169px -358px;
}
.icon-signing-1row[data-v-60ba4f6c] {
  width: 19px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -253px 0;
}
.icon-signing-2row[data-v-60ba4f6c] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-member-ordinary-2row[data-v-60ba4f6c] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-member-moon-2row[data-v-60ba4f6c] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -32px -24px;
}
.icon-member-year-2row[data-v-60ba4f6c] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-member-a-2row[data-v-60ba4f6c] {
  width: 17px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -24px;
}
.icon-member-b-2row[data-v-60ba4f6c] {
  width: 17px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -123px -24px;
}
.icon-member-c-2row[data-v-60ba4f6c] {
  width: 17px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -24px;
}
.icon-undelete[data-v-60ba4f6c] {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -479px -393px;
}
.icon-subscript-psd[data-v-60ba4f6c] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -202px -535px;
}
.icon-subscript-single[data-v-60ba4f6c] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -264px -535px;
}
.icon-subscript-vr-cr[data-v-60ba4f6c] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -140px -535px;
}
.icon-subscript-cr[data-v-60ba4f6c] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -78px -535px;
}
.icon-subscript-vr[data-v-60ba4f6c] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -16px -535px;
}
.icon-check[data-v-60ba4f6c] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -15px -232px;
}
.icon-check-active[data-v-60ba4f6c] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -34px -232px;
}
.icon-similar-big[data-v-60ba4f6c] {
  width: 44px;
  height: 44px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
  background-position: -45px -31px;
}
.icon-similar-big[data-v-60ba4f6c]:hover {
  background-position: -95px -31px;
}
.icon-year-member-free-big[data-v-60ba4f6c] {
  width: 132px;
  height: 132px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -300px -267px;
}
.icon-member-privileges-big[data-v-60ba4f6c] {
  width: 132px;
  height: 132px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -439px -267px;
}
.icon-sale-big[data-v-60ba4f6c] {
  width: 71px;
  height: 71px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -242px -421px;
}
.icon-reward-big[data-v-60ba4f6c] {
  width: 72px;
  height: 72px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -338px;
}
.icon-vip-diamond[data-v-60ba4f6c] {
  width: 17px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -500px -201px;
}
.remaining-num-popup .dialog-close-btn[data-v-60ba4f6c] {
  position: absolute;
  top: 0;
  right: -50px;
}
.remaining-num-popup .content[data-v-60ba4f6c] {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
.remaining-num-popup .content > a[data-v-60ba4f6c] {
  display: block;
  height: 243px;
}
.remaining-num-popup .content > a img[data-v-60ba4f6c] {
  width: 100%;
  height: 100%;
}
.remaining-num-popup .content .download-box[data-v-60ba4f6c] {
  height: 167px;
  text-align: center;
}
.remaining-num-popup .content .download-box p[data-v-60ba4f6c] {
  text-align: center;
  font-size: 16px;
  color: #333;
  padding-top: 40px;
  margin-bottom: 26px;
}
.remaining-num-popup .content .download-box p > em[data-v-60ba4f6c] {
  font-size: 20px;
  font-weight: bold;
}
.remaining-num-popup .content .download-box button[data-v-60ba4f6c] {
  width: 180px;
  height: 44px;
  background-color: #e80000;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
}
.remaining-num-popup .content .download-box button[data-v-60ba4f6c]:hover {
  background-color: #ff2424;
}
[data-v-115c3d7f]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-115c3d7f]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-115c3d7f]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-115c3d7f],
body[data-v-115c3d7f] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-115c3d7f] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-115c3d7f] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-115c3d7f] {
    border: none;
    outline: none;
}
}
input[data-v-115c3d7f]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-115c3d7f],
textarea[data-v-115c3d7f] {
  border: none;
  outline: none;
}
textarea[data-v-115c3d7f] {
  font-family: "microsoft yahei";
}
em[data-v-115c3d7f] {
  color: #e80000;
  font-style: normal;
}
i[data-v-115c3d7f] {
  font-style: normal;
}
.v-enter-active[data-v-115c3d7f],
.v-leave-active[data-v-115c3d7f] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-115c3d7f],
.v-leave-to[data-v-115c3d7f] {
  opacity: 0;
}
[v-cloak][data-v-115c3d7f] {
  display: none;
}
.f-e80000[data-v-115c3d7f] {
  color: #e80000;
}
.flex[data-v-115c3d7f] {
  display: flex;
}
.flex-a[data-v-115c3d7f] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-115c3d7f] {
  font-family: fangsong;
}
.pingfang[data-v-115c3d7f] {
  font-family: pingfang sc !important;
}
.underline[data-v-115c3d7f] {
  text-decoration: underline;
}
.t-over[data-v-115c3d7f] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-115c3d7f] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-115c3d7f] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-115c3d7f] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-115c3d7f] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-115c3d7f] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-115c3d7f] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-115c3d7f] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-115c3d7f] {
  cursor: pointer;
}
.trans1[data-v-115c3d7f] {
  transition: ease 0.1s;
}
.trans2[data-v-115c3d7f] {
  transition: ease 0.2s;
}
.trans3[data-v-115c3d7f] {
  transition: ease 0.3s;
}
.trans4[data-v-115c3d7f] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-115c3d7f] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-115c3d7f]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-115c3d7f] {
  text-align: center;
}
.icon-pay-way-wx[data-v-115c3d7f] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-115c3d7f] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-115c3d7f]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-115c3d7f] {
  animation: slide-down-in-115c3d7f ease 0.3s;
}
.dialog-fade-leave-active[data-v-115c3d7f] {
  animation: slide-down-out-115c3d7f ease 0.3s;
}
.icon-loading-circle[data-v-115c3d7f] {
  animation: loading-circle-115c3d7f 1s linear infinite;
}
@keyframes slide-down-in-115c3d7f {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-115c3d7f {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-115c3d7f {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-115c3d7f] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-115c3d7f] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-115c3d7f] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-115c3d7f] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-115c3d7f] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-115c3d7f] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-115c3d7f] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-115c3d7f] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-115c3d7f] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-115c3d7f] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-115c3d7f] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-115c3d7f] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-115c3d7f] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-115c3d7f] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-115c3d7f] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-115c3d7f] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-115c3d7f] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-115c3d7f] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-115c3d7f] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-115c3d7f] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-115c3d7f] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-115c3d7f] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-115c3d7f] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-115c3d7f] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-115c3d7f] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-115c3d7f] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-115c3d7f] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-115c3d7f] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-115c3d7f] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-115c3d7f] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-115c3d7f] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-115c3d7f] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-115c3d7f] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-115c3d7f] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-115c3d7f] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-115c3d7f] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-115c3d7f] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-115c3d7f] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-115c3d7f] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-115c3d7f] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-115c3d7f] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-115c3d7f] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-115c3d7f] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-115c3d7f] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-115c3d7f] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-115c3d7f] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-115c3d7f] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-115c3d7f] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-115c3d7f] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-115c3d7f] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-115c3d7f] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-115c3d7f] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-115c3d7f] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-115c3d7f] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-115c3d7f] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-115c3d7f] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-115c3d7f] {
  background-position: -218px -553px;
}
@font-face {
  font-family: "iconfont";
  src: url("//at.alicdn.com/t/font_1669159_l4ddgalb69o.eot?t=1597803620311");
  /* IE9 */
  src: url("//at.alicdn.com/t/font_1669159_l4ddgalb69o.eot?t=1597803620311#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAABxIAAsAAAAAMWwAABv4AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCKMgrIbLk4ATYCJAOBVAtsAAQgBYRtB4RIG4QoZQRsHABisW8k2f9/ON6YFO6vsmHDyCkhKlosUpRqeOumebHk0YUUYtNtuLHwyIeKirofmjS2dz0eMdvMNrOqr3GwSH03hwRmEv3zBzs/X0zSiObbQynh+drv9ezuA/rvA1IYZAqsozueQCaqJGynrra2wteIWwTZ3IpgjRabUQymH+Q/5+Hf29+3H2kkCcZRAguzADteksIkgQZzWUqe5EAaKBhCiwE6ArDsJQgssgtSy3b7s+yBJEcDhkAhu5zMImbABf7TCynqFj6lyp4ZQnc5La/a9/8pbbgA+VaH3wVX6tHJK2l98q6K5XI8DAeGoACYABYo6nb/e/BNYAk2fVMllgWcSESxZHAgAzY/bcTsdw/RnDU7s4kTwywkSCj0GhKkQiHxFjxoDYIULVqzlKBVxAJcL5BaoL2jV2qkktI7h6rSM4Gc0/s/8pPO19X2j8OwfQq/8LCEpznDeHdy/HUnGe7zWQHLQX+HZJfkMo5pJxqW/rkkOSQFT0H9olwAntoVxw7b2GHdC08b/nyKQEBw/zq3WMfYjJNV6DvEKOSZj8PKj748FAg0zKh5G4my6CdTQG14NxroYXGmKV7WYZy1tDhVXjrSdeA9/f3Vx1p40OxM97yz+mCD/9vz7u8s2WeXJ4DN2cCAGbCgX+YudctOZcYITl/NEh3OGKGHLxLLKKlp6RoYm1o4dNtdj1y6klc0YY6mcs22uzhb58m9fk/+QJAwfUdKXmVW32iz3Lo/datyJpXR0ZaZdbxN/f8zHkyMzBSFynyGxVaTFsgb62nJ0CKxpa42pSmnKmGqr25FVsWGpIKOlCGHq2TNuoa5VQsDHlQD148AuuMDGxBMwASiACOIBswgBlCEWIAQYgPKEAfgQ1yAgXiMNLoPDNBDANQgESANiQEBJAXIQ9KAMSQD6EHygBakwODpRQBoSAkQQSqAGFIFLCE1QBfSArQhXYCC9AFNyACQg4wYsvQxABKQKYPqC2Ck1w8BUIfcAqxAbgOykLuACuSR0lb6JQCSkCtAAfIF0IF8BaQg3wBDyE+AAxGAi18GUMKvMmANv5qAdfzaBjTw6wIwx+8tzirVnwBggX/XgoF5MwU3wwOwCWd4DL4jnBA/9JnqgiDblDFDS7FJhJpYswg1qWZwSNBw8ZnU38Qd4SIGxUsLpExqE4JTsi1mlCVJ9bmj1UbkkrK6PuYMzkJfVI1lxmTZZ3HOJOV5fsq3UqIZkiRbjra+56Z16FSmFtVVCYKnCLQ2ylhmpFUZZ4FGYVjNZxXlewm3mKXX49hbjtV2HIhjgkTKMlBuaJdUlW98+/dr30+LuLEduqkilapF2gvDggx1lOc1KxkKGX9UdV5Wl1rbJEqvm5JLB+y87Miaw0JLIsOu5VNx9dqC1b2+9FXfuqLZscajB9esoye60rVOlhG1HLJjrqq+EyzA8LDLAlMcsKk0yK2Qybtd4VvKpVUeckzvozGGghPmsZ4Bb0TKHO/Gwhe113Esm8PYyjQJ+FLUHsOFk63umMEzYlWVCE/nTVmlJstVlQKg8wIIUV1T7Xwxq+h1zcmVClLt57pb2n0r0ut1rVpVa7X3ydkkDKNIr9UIwEq9PuRhFsJvd9y0KccJy2WOGrfRNCnhNn95cvpUW8PozOOpo+UFjWOzaxKAvpHaYtJxYCNzFQwMfmeiFLZCzDlYa2pZiTrTpYrIIntRo+p+VxXBuxXoIZEy7hAurZGngj4VUIkXUaI1117oHGn6HCGzxYFQrb40vjrZvujVKf21fMcjpf7KpwgmJvue9e/vSQD6bTXSJ1941kBmnvoYF/zmhrSHkuaJlsZc2I2tHMx1ofO3AU7vvJ6yKnnsn9tSLorKmFtbznj2Dt7IhrAbsqAL5T3qG1Cra1fr8jNP2dW3qqoq5NvnDqlZ0acVPYJDisTLFaymYIFWP7pdfcy82HXzk7k6jGFe6lqdOKaoau3aQ3grN3f70NeXv80LrcvdnPyOUxTTqmqnD77Lw5ZlLOh4y7SbM4RQ/9CDxLWam7xe4pJrSVYG2InSTXqtgtTLD7diy3USXlCsXOt3Z7GbcBWG2krwliHn4n28qtpXF/DPoPNZP3oQuxG2Lqjr1730If7L+2yvg4/0UK+LnM6efoaPd5hF2T71jDnZimLZ/LG+S10AgcCvGn2B2TNAhkOmav1kR2Pi07g9LjZkGSjFXTn2kYDXqbpmxM1TTXdlZvpBE8rwbja7JWFJDfFGdjBuQpgAnevojFVms+ap/fHp252p7c7jiaOVZs+tcBzmWpzaejyW2I14QQK2h7AZyNAtrRfSXkeyGLTEtn9NGL2DU+IHYqKGYIfuB6grcyMpMS4oXAzM7gwuAYyxEKcsXxqHVU4+nZHW9rThlPVuLls0+uad+uwD9V56hStMR2YPuqESluGX9TfOVxdS23QeWPf56eun2qi9cKSQflX+OIaFlFm3LoZ0goT9I51lh7cuXu80rZRXIqDzlPuoITKDsRBjyMKjPgA0y6eegaK6OD0iVquiMHoFJ0qREkXi2EURwiTKp8HSTEHBpZwcyxbDulEP29K0WWGRG1sTSQ9rukxdPJXg+SP4l3UDTc13JvtOvHa++tLZ+hsXn/LGxZH70eBGHJzotIEwxF1iTC5NQTg2u6I5AlscCNReNRVFnZxLdFwkgNooDmMDrhHipgNjzMXLXVcp1Wr3I2dS9XcnAFyOIR1QllLQ0+dCgwP2GpPfVCo9G8XJrUTOMbRcpTqfX+K85MJ9k1K6VbsxHkVcx2M5Ftu1ItOFhpeviPKtMSfXnSpkwBYGMz2sABncZ0kgtd7bRKHe/44GbGv1PPBQW9OlhbL1vUh4Jm2vGVlarhwNeg2trqq2B8BUM2Qpz+Knu5AthJAFKnqmbS/1KQSZq+gRIS4Hq5PFU00NmZluPNk4IDuAjSyUUi6VBurJCCRwodzamJ1dgkxZC6o9qs2lStFdSyIvj9MUNUR9PkoWmN6SNg0RrCPCiggBGsT34wdKTyCIS+kOQ8ue6IrnjzWpXq13kB/uxEf7h8NIHbCLnY5mpXGc2Aqe1uqJFaeiuf6lfj14kDcEmhbHq08kj8zNX/3ZrSdTh8/My1itHZwl125AGKn1+ldwqtA9mm6Xm784ljW3JfiVeJ6SWmM0zgUdKtaKnpoosa64rZTrghC+o9Y4X31utv5G/ar3G+0U31WK9KmKvphq1csHdW2yvjiK9Au158vRm0PKuWpoevhVnxagfI+aqhl1Hu0lqi2qMyHHei3fnPhWvx6yVW7BLOJH2haHFdSXS0R9GA6TAe0hohqqXbEWnXC6ztowNh+72ZQb8fypJiEzUymWMoyx2SUdXAhwmDEDCBSrrAAbmM+Swh2FWkyipWHIuCt59/ZXyeRdsbstG+JmwEJZeDTvJPGit30IZRo1R5r3Do59+S+qnfxkf+1jVV7/aI1cilpxpvZ6FC1gs10V3T+ulOqPTM51KWN9kMmD6FQ2AKfapPzp/VbnqLKp+uEL2FLGdkzLkKjB1MeTTW7nc+pKl7qJdital8SVwjGHnQbrP9U+AhiUMzR1FQDFS5hVIwMIGrRFzqWHVi/x1/dpn5Lhj5cn5/NRqd7Vg++TLAO2iJDTCfEjgxxMmnOwkVVwyroDcHp7n+lZ1PfTMM4nQEY8xoKiB4S44yEzIXB/P2ws4YYsO2mWP9LUT/QsTf1jdXeL9sny66wQRXtL1RuT+iQlQJUkffsrwHCWDwTqIV/VZgTH5p5YigoAmY9jX69+fVsblQGgb4wPi7Qgzg3ZaW7AMnL7oFaJThlNqe7o06yOdrOHJq3y5kHuwgai69Siaw7PoePK2jA1xPTkRFTrwK+iNw8/fb8F6MRabX8fZuQdoq4tH+R9xGl37/HMPi1kc2aPFrD+/U1g9+gdq5/4dHn/7x52ZxsuDiwFbFCdQ0w21tjvOzGnMVzOArU4y8rWDD21bGw7GbV3BfFF7WliUsB5ezzdVdzNU2JWLRDOoxcRMERwYYz+pmHhwsbfKkrU9LdbfMPw2b679513Tv7t0iePzsz8qfNE5x9GR3t7/955svOPoFEKyhPdN8Ly1tSO8C/f6Z8N/sJeeIbt/vXl6StwesuTqTdw4vXvld7hz/0r5xz2/9nPQ68u/PWV6Svg3JY3U2+Atd/NpG+0B+3Xjx+baZ9ZUtfa/fYb4Ph3J8b/1HGy8w83b95tUwFTrr3MMJLoGze3NbEnxBPsrU3XclfX+Uui3sEliVKjhLzGfa/7GrLEKL1/iQkLF0uc6lYng+hafhNp2+rCnGiOak2ps4/LVpFyrZiwZlEOBaFSltXK2kDJQ1lB0ozt+TFBpcsSymMKN2138c1r+vT7S3e/31YNGpYYFTVABcsOHSyDpTBRSwF5bGXeziDDl1gTM4oF2yasbUjR9IZtrCgmpm/9dAzHNBUVGgxeWXHrSa300OPm4FRFQ7e72elkDdpJzahdsY+6FPwrEtqhCdmFVAqZoP3bVZOheVlKt4/Oo/a4iTbCbxmkmWpN9QwpY/GoHYP/lmuzA9L5ej0/wz9rwj+bn/5S0yvvf8MQxbo6/4xrcMI/C686fTo/OyAPtB3F//wLv6Qo915ElxBG8VMB4HHOzA6X7SIGJGFmj8ztLpGBy6I46s+ikutVKxb8Nh/8QSGCa/BQ9WbBh8RqfuWXmOp3cHHHo4JNDh8voPGJW5YV3sEXeOeuXPEBKoZ/42QgSnOOoIe6+NEjqi2kQtIVt2j3gzScpVpO20cjSuTakEVrRQe1MVHNUWsXrVk6Q7PTjjh3nSfF+VP6w0tzDRWJ89Sjt0l2lwYLb47bSoNKwWWAv2RLeOf9VCAJj/N6qg4BR8fYqgVP47yTkRJ0AmVch1L+VMZX8asPxXV/LlgZkhTf8QmbLU9aJPGUuhYwrCh1sWT7ZU3VslZHxrU7rMvILU5FkiK60j3JV7XoyazZ0/zDD/n59SEqPA07dxq8DBhm8AS+ivemABhFh7FzpkPhIO6nV5j0PUNM4woDcFsmEYywxJvbRBDhs9iM5vG//3JVH8YWTpOC5dnskPuYWSAWIRZ3FrvvrElzYt2ZxL5ljmFbk2v9uMvWrmS75e1fD/ZNYVm3Oyoxquv7OtD+M7Dl8I12Dq3zkw7WnbOsyjfugLe+y5+nkbMkYVow1wvO9Bbl9nGUPoH48b/DNM6/Nwvk3K6gtX+2AX8Ab/6BaYXw1TZM8j1m+xnvD0DcL/C55WjGbn7+FmJ30E9e2BcV/SAKXl8vEovqd9VW63fzRZnNNVUZJ+L9X/n3XHn95jfvtV5/TBelONKvR61mHv5RPXZuZXkZEDrm/uzBo/hTeK0/G3ke/tuREPkzkcCb4xF9HYXtSvxy7ktCRKk7O5wtNoOB5n8TR5s9XT1aRolGA9WV1ntmbLT/EyOI6c67nwccQwl33qd30QcZBEYqjTBnbe4abAYsY81ga26HwUO0EwuFo5dpLZwVMEyEV5iOFqMS/OAgViqS4Jj+2OU6VAfHL6AmEQjnjei0fMJJIl8LHsSTBD4GmOEsHVPBOukXz9SxwhlpEawR5kiX4qaiy3usgIyRCnzGAhKAy8eSVN4K79JSL4WPasBHXegcqfBSeQ+ovSGMTm/1gLfKT+2TGHwezdrwMfz87Ox5iMo2i86jMZttLJpiIYdfuH3pp3ZXP6RQCoVKJaJYHC0UTLl2nSpUbCOOBX74US6FYunRWThGG7DrXsCp3S5ct5f9/xzukJVp8FHS+6urzN6GHfphb6WPGXCRbnZ+wlP8Uo8Lzp51NAgMjtZ0ksFpVPWHKDCAiDf3X4d/V1hz6cODZMrW1v6hce64U8om3xX40tvuRs5iBz8Arka/Ruh51akZbALV4EbTUxaQCM+75jDZn4Pvko6SfjoeKhkNMgbLvx8+TjpG+u3kIvkN6q0fsrBNm7BsLCvNLJgJ8dQsLNspM6M1IYFCSUhs1TmmEgkgYuiITxGP4a8buUYvisvX8P2h3+rX+TN4RT7cGVju9W9vAlMGZ4SJwhkoYyb0/utVDmey6yi1FNoUVUad+l3/Z7xYyU7oKccdm8w6TTntBTW2P5b6su2z5EuhMTLx8p4EJTte/Of53p61eupLNLIXNCD9bYIVI8R4BT8j2NGPwSgrhAithFD9Kch7dFeAnL+mEUuBm453bYGbYYZDm7CUtY0y/u6AkbPO+wjUVzRA/UJAcDvyZLgX03CPzG6tKPh/slvUU6thTuOWXEyLNWyBOTC3oVEbHyVsbAQRJo9Lxii6ncoPndy+xeBp3rrlixBxiH2h2qGAbn3KMJQWl5cY7jy10u3kHu4lVg9FNwdAGzCmOwCTNfDA3a+sb0JxoT6ge7DEmopxL0vG8bdzyILG374dtzzn3uLjuGVujnZTNIgePUKhDm4MXd7Z4tKeRe/9J7YkcXOq5t+DU1SlPh32fA+Etofx9ByGovS1ZbIaWBksLccyQuy3sLWeZANLxTAXjY/wLeP5ekzISqRnMbIZvCEQBlenPLhz0SHY4dLdSZKZOUyanM5nBjPzpx9QOyL3MQ1kdPcS/9VdLBwyMMcPtZxUgF6nN4Lea5X39P4q+O/Q/jQfg4hUfps/U+Eb7iv2lXfX1zmneXDLfC0Kryd+nCNsQblHID3CZwdliOpL5dK5ILrdafzHN53VO6rr/vjKHEJxA7qeX5Zz8faXG1uPwrikJfUrGm49ubujhbTj8o+n2TvYp8d/LCN/Qz579bzVPJjmuX/8Y01q2qh1v6dmECzWOPUzPNe6yBlSN6OICkI5oSy3FJtTQFBAdLLSiBtTlKFhYZ0YLl3o+b5fdGvXEtfCdWymOkCQJv+f5DdHfOTorCYos04hN5UXcYqam+9avMON29JMt7h9t0MTpDHzzluwCVJ3pAqu32KKY21lECrnG9dHxMbKGsvgoX64CcgXFnRpNtvuLfuZ93PIb/dONF2hBZgcbjrUT3yxUms1TUyfu3o8oaAmbJUnKC7ZnYNJC+LpdH4U0hysYjco9opcB5axLkxOjlvELnx9Hc/DKrdYJqdEkbyWFl4kf2qyvz+D7P+GQEiYwL8P0GUaDFOTvEhRczM/8utVW1jyOr0cZL4YGAhLUzCVLc3KacXUpGkIgrCwgYFGvF5s164uN2F1bUuLgpk+OTU0NDWpZP6+j1p0/XqR40sna6TAHclINgOTyOzjknyHuUSu2SeZRCSFBn6XQrSZgyRK+3hFg28yUQa/GyD9jGWQSjbStFl40CeFNHlogKCNO+xL4pptRElXTmL0+aYQSUQQIQ/WnNKcTD8ltCMNsgvpzXiBwZyt/ls5pLThwSmWL3Fq3uW7IRgxnuM/9gKOGwZsXHiQmLPsuw1JbFnr8zBndvZCGRhVA047DoRqBd3DY85+PxtZsqRdj5YRcw7GMNQ0nIqzKwg72wd1cC/sGGxewQ5/RDT1PBjr4GAelZ8fbMZ64eRppAdxcdsVi/gb9sQSx/04NpMAbj89GFPovC1464J/gue+X51CJBY0Bzf9zUNVZzt2Qz083QGrFCGvh8bSE/kRHqu2K0u7yxgZXul3JJu8Nn/o0DFFqHqvBuDGFjc2imNWrizm0OlEcUSEmODgQBSHf95r79pffnn2fGYm0u+YjyIn59dfc9YplysbG5TAZM1fvWYf/aKjZ5WRkyl+hCmCXwoyQbdWov+bvR4895a9ezPqCERj0569BneeBwgHXJ1gq8Dc4kl7guegkwCRb04myGgB00FMmeyrzb4aev1BYqJ8A+hq9XSA24+A6/hhw4H0bvbIseFjJeYhvcjiYdOIKevUEBCcevJkq+s20CQ3PXnitjeBrW5b+TYXhqYATmDAf0TuXgaboXXNizzolo//5vshoS2jWqrLUGKYBI+tiBUMqUPA1L332ppQnGb4eYIxd7AyY6+pJ0iQM0CsMPrCxdClfSAT/5RM+jRMnETCrTyJjFQm6Htm4uKFSb/JAebSs78h0+PHpqGi9QRk8jyBvVJDFukJieR05XyjS+N8wenkRIJepAmMcwISYIOZNTXpWKWhigzLxBLWbVjhQKER1epUm7eHcn1BMaZDu4yVFLKKmV0OVuweG1Op/JS3ftBqh32Gb90y+JodN+JmIlGxXKFW29caXKU+1xIIihiFShXKq1V8cmCj62zQzM2P2M4o0rjlutUWYouVNLs1FzkW+50TLOG0FpmGXvm/DA3d6tL0wQdbqY5LnC1tP+iACEuCneVA29l5sTZwPqqADvP26fKgFmZYmEePKpivCey6SNuJE6jztJ9o81Qc2O1DPHmChkDg2x28I5Y1wbExiNq0MHRhx+Jo7rTEOA322v+LNHNOQNEZQzoA0u/1qAiA9EFB6wGIHhe0G4AcYQbVAPQ2cg+GApB7tKF3AMgzKlEgADnGM5QLQF5wBC0CIIO0B88gsQ862ufTZQI0oUb18EcAYkWCtGhenYVz7VN0IfE8jsKRykPOoFARvFVYRh8sls0M4CMxCbsByG3eR0tR5ar9kCzNtHHkUfiEK4DBOI9AHlve0Omg5k6nWRG/7QofI6VxjYm0bXWY0Z7yOU6jCGh7ZYB4bZ8zgkJy1/NiGGGejGlGxK38wUFEr8MErJGgwTFRcQNJIbeXVdDCKZhnAF+0HeUrlG98yddlpT/VWQujX4f+VXI8cOwM6M5lRv9Fpv35ZO+/7kwBxfVq7MXXyzUagEmspCT/GOH4ICf2/65zWqf9ImQ3Mz64OcCTMft88NEKxB+rctl3q8XR2tgjxDSlhB1d0W/E0Pgt9gnwb5OdGf/qIZMXJoR6gdRmvuaqzzc8vbiVnM23hTbmOzzH8wNTu3OHsqIlVQbBxE80X0n5NV+L/aCGlfxDLUj+nW8r+K86TIrl/MCjyEqGBoGn5xFkB7XYTwIVk7b+7tS+4Rcw2cmopVcn+wExIZO4vri6HtoBQZThk3pz03Va6Mit2CIPcI6Fj9yA6i4sB/3L5aXe+V4obmenzkVA6sjiNWFvWhMpjOin7pxGfvsvgJE5UuTc5WnNH0CUoCb+avPQVwLxnUZCd5kXe9IzbnSa0IR564i1hK0mgDMqTPDsYzWA0rlgU5S9F5faQ2lR7eLxmXYYZuiId6MHJDsGJhY2Di4ePkLATyy/ECJiElIycgpKKmoaWjp6BkYmZpasWLNhy449B46cOHPhyo07D568ePPhy4//wvQznAsN5ACLiMZ212dWgHNJxsHHMUs6WiaTbMhdWSCz3uMkqZxiyjZfl4YO1ZI2SqDmaLGsEV9UUWfyEssGJXWczxSz7zrVyPRpAIqje9MyIlQ6pwm4SZZzg/d3i7tl1WIrNxPnkVtlNiFDAva+F2aqXGClGlTVMvvrdzajpPyU1RXOtTxfHSXdlCZRPdhxVgZ199pAhDKYI1IhUWWnxR1WnnDRxzI1nZ5bvVYSh3yiBFXyLdfFMbMXJS8z6HBFvcuLEIoBUEK9B1Lo3upcP111pIwpWkkvOHnmppKOfb20kgvlOMH12sJF5ZJKULp+p2Vd8QYzs58r9tMi+9PkYq4rjbsrOlQH6FadNGlbYu/g7pI6zAAAAA==") format("woff2"), url("//at.alicdn.com/t/font_1669159_l4ddgalb69o.woff?t=1597803620311") format("woff"), url("//at.alicdn.com/t/font_1669159_l4ddgalb69o.ttf?t=1597803620311") format("truetype"), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url("//at.alicdn.com/t/font_1669159_l4ddgalb69o.svg?t=1597803620311#iconfont") format("svg");
  /* iOS 4.1- */
}
.iconfont[data-v-115c3d7f] {
  font-family: "iconfont" !important;
}
.iconfont[data-v-115c3d7f] {
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.iconfont.icon-gou[data-v-115c3d7f]:before {
  content: "\e623";
}
.iconfont.icon-fenlei[data-v-115c3d7f]:before {
  content: "\e617";
}
.iconfont.icon-right1[data-v-115c3d7f]:before {
  content: "\e607";
}
.iconfont.icon-right-angle[data-v-115c3d7f]:before {
  content: "\e608";
}
.iconfont.icon-xuanzhongshangcheng[data-v-115c3d7f]:before {
  content: "\e609";
}
.iconfont.icon-biyan[data-v-115c3d7f]:before {
  content: "\e6d2";
}
.iconfont.icon-yonghu1[data-v-115c3d7f]:before {
  content: "\e6e6";
}
.iconfont.icon-gongdan[data-v-115c3d7f]:before {
  content: "\ec37";
}
.iconfont.icon-chongzhi[data-v-115c3d7f]:before {
  content: "\e606";
}
.iconfont.icon-dingdan[data-v-115c3d7f]:before {
  content: "\e60e";
}
.iconfont.icon-dunpai[data-v-115c3d7f]:before {
  content: "\e604";
}
.iconfont.icon-jiantou[data-v-115c3d7f]:before {
  content: "\e618";
}
.iconfont.icon-cooperation[data-v-115c3d7f]:before {
  content: "\e629";
}
.iconfont.icon-wenjianbianxie_fuzhi[data-v-115c3d7f]:before {
  content: "\e61a";
}
.iconfont.icon-shouji54[data-v-115c3d7f]:before {
  content: "\e660";
}
.iconfont.icon-44[data-v-115c3d7f]:before {
  content: "\e6a6";
}
.iconfont.icon-mima[data-v-115c3d7f]:before {
  content: "\e60c";
}
.iconfont.icon-youxiang[data-v-115c3d7f]:before {
  content: "\e616";
}
.iconfont.icon-question[data-v-115c3d7f]:before {
  content: "\e64f";
}
.iconfont.icon-icon_shangchuan__[data-v-115c3d7f]:before {
  content: "\e626";
}
.iconfont.icon-up1[data-v-115c3d7f]:before {
  content: "\e610";
}
.iconfont.icon-huijianyuyue-fa-[data-v-115c3d7f]:before {
  content: "\e688";
}
.iconfont.icon-zan2[data-v-115c3d7f]:before {
  content: "\e603";
}
.iconfont.icon-guankan[data-v-115c3d7f]:before {
  content: "\e703";
}
.iconfont.icon-gift[data-v-115c3d7f]:before {
  content: "\e605";
}
.iconfont.icon-gerenzhongxin[data-v-115c3d7f]:before {
  content: "\e651";
}
.iconfont.icon-xiaoxi[data-v-115c3d7f]:before {
  content: "\e628";
}
.iconfont.icon-jiaoyi[data-v-115c3d7f]:before {
  content: "\e60b";
}
.iconfont.icon-vr[data-v-115c3d7f]:before {
  content: "\e63d";
}
.iconfont.icon-huiyuan[data-v-115c3d7f]:before {
  content: "\e737";
}
.iconfont.icon-caiwu[data-v-115c3d7f]:before {
  content: "\e625";
}
.iconfont.icon-shoucang1[data-v-115c3d7f]:before {
  content: "\e615";
}
.iconfont.icon-zuopin[data-v-115c3d7f]:before {
  content: "\e620";
}
.iconfont.icon-guanli[data-v-115c3d7f]:before {
  content: "\e6a4";
}
.iconfont.icon-jilu[data-v-115c3d7f]:before {
  content: "\e61c";
}
.iconfont.icon-qq[data-v-115c3d7f]:before {
  content: "\e612";
}
.iconfont.icon-weixin[data-v-115c3d7f]:before {
  content: "\e62e";
}
.iconfont.icon-pencil[data-v-115c3d7f]:before {
  content: "\eb89";
}
.iconfont.icon-fuxuanxuanzhong[data-v-115c3d7f]:before {
  content: "\e6ad";
}
.iconfont.icon-icon_xiala[data-v-115c3d7f]:before {
  content: "\e601";
}
.iconfont.icon-iconfuxuan1[data-v-115c3d7f]:before {
  content: "\e611";
}
.iconfont.icon-hao[data-v-115c3d7f]:before {
  content: "\e600";
}
.iconfont.icon-close1[data-v-115c3d7f]:before {
  content: "\e62b";
}
.iconfont.icon-close[data-v-115c3d7f]:before {
  content: "\e602";
}
.iconfont.icon-close55[data-v-115c3d7f]:before {
  content: "\e602";
}
.iconfont.icon-shanchu1[data-v-115c3d7f]:before {
  content: "\e74b";
}
.iconfont.icon-fangdajing1-copy[data-v-115c3d7f]:before {
  content: "\e876";
}
.iconfont.icon-up[data-v-115c3d7f]:before {
  content: "\e61b";
}
.iconfont.icon-cloud_fill[data-v-115c3d7f]:before {
  content: "\e64e";
}
.iconfont.icon-ticket[data-v-115c3d7f]:before {
  content: "\e836";
}
.iconfont.icon-tags[data-v-115c3d7f]:before {
  content: "\e719";
}
.iconfont.icon-people[data-v-115c3d7f]:before {
  content: "\e71f";
}
.iconfont.icon-xiangzuo1[data-v-115c3d7f]:before {
  content: "\e779";
}
.iconfont.icon-xiangyou-copy[data-v-115c3d7f]:before {
  content: "\ec09";
}
.iconfont.icon-xiala1[data-v-115c3d7f]:before {
  content: "\e687";
}
.iconfont.icon-xiala[data-v-115c3d7f]:before {
  content: "\e604";
}
.bre-10[data-v-115c3d7f] {
  border-radius: 10px;
}
.icon-ob-mini[data-v-115c3d7f] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -19px -131px;
}
.icon-ob-mini-active[data-v-115c3d7f] {
  width: 22px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -42px -125px;
}
.icon-code-mini[data-v-115c3d7f] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -20px -158px;
}
.icon-code-mini-active[data-v-115c3d7f] {
  width: 22px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -42px -153px;
}
.icon-tab-ob-active[data-v-115c3d7f] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -258px -555px;
}
.icon-tab-code-active[data-v-115c3d7f] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -258px -343px;
}
.pay-popup[data-v-115c3d7f] {
  z-index: 10;
}
.pay-popup .dialog-close-btn[data-v-115c3d7f] {
  position: absolute;
  top: 0;
  right: -45px;
}
.pay-popup[data-v-115c3d7f] .dialog-header {
  width: 750px;
  height: 58px;
  background-color: transparent;
  padding-left: 0;
}
.pay-popup[data-v-115c3d7f] .dialog-header .tab {
  display: flex;
  align-items: flex-end;
}
.pay-popup[data-v-115c3d7f] .dialog-header .tab > div {
  width: 375px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}
.pay-popup[data-v-115c3d7f] .dialog-header .tab > div > i {
  margin-right: 6px;
}
.pay-popup[data-v-115c3d7f] .dialog-header .tab > div > span {
  font-size: 12px;
}
.pay-popup[data-v-115c3d7f] .dialog-header .tab > div.active {
  height: 58px;
  color: #ac7b2e;
  font-size: 20px;
  font-weight: bold;
}
.pay-popup[data-v-115c3d7f] .dialog-header .tab > div.active.tab-ob i {
  width: 22px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -42px -125px;
}
.pay-popup[data-v-115c3d7f] .dialog-header .tab > div.active.tab-ob > span {
  font-size: 16px;
  font-weight: bold;
}
.pay-popup[data-v-115c3d7f] .dialog-header .tab > div.active.tab-code i {
  width: 22px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -42px -153px;
}
.pay-popup[data-v-115c3d7f] .dialog-header .tab .tab-code .free-bg {
  width: 104px;
  height: 24px;
  margin-left: 10px;
  background-size: cover;
}
.pay-popup[data-v-115c3d7f] .dialog-header > span {
  display: none;
}
.pay-popup .content[data-v-115c3d7f] {
  position: relative;
  padding: 34px 50px 0;
  background-color: #fff;
}
.pay-popup .content[data-v-115c3d7f] * {
  line-height: 1;
}
.pay-popup .content .title-name[data-v-115c3d7f] {
  font-size: 14px;
  color: #bbb;
  width: 58px;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.pay-popup .content .colon[data-v-115c3d7f] {
  font-size: 14px;
  color: #bbb;
}
.pay-popup .content .material-info[data-v-115c3d7f] {
  display: flex;
}
.pay-popup .content .material-info .right-info[data-v-115c3d7f] {
  display: flex;
  width: calc(100% - 72px);
  justify-content: space-between;
}
.pay-popup .content .material-info .right-info .model-name .info[data-v-115c3d7f] {
  display: flex;
  align-items: center;
}
.pay-popup .content .material-info .right-info .model-name .info[data-v-115c3d7f] * {
  font-weight: normal;
  font-size: 14px;
  color: #333;
}
.pay-popup .content .material-info .right-info .model-name .info h3[data-v-115c3d7f] {
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pay-popup .content .material-info .right-info .model-name .info span[data-v-115c3d7f] {
  margin-left: 5px;
}
.pay-popup .content .material-info .right-info .model-name .material-type[data-v-115c3d7f] {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.pay-popup .content .material-info .right-info .model-name .material-type > li[data-v-115c3d7f] {
  color: #bbb;
  border-radius: 3px;
  border: 1px solid #eee;
  padding: 2px 6px;
  font-size: 12px;
  margin-right: 8px;
}
.pay-popup .content .material-info .right-info .model-cover[data-v-115c3d7f] {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  overflow: hidden;
}
.pay-popup .content .price-info[data-v-115c3d7f] {
  display: flex;
  margin-top: 16px;
}
.pay-popup .content .price-info .price[data-v-115c3d7f] {
  font-size: 20px;
  color: #333;
  display: flex;
  align-items: flex-end;
  margin-right: 8px;
}
.pay-popup .content .price-info .price i[data-v-115c3d7f] {
  font-size: 14px;
}
.pay-popup .content .price-info .exclusive[data-v-115c3d7f] {
  border-radius: 32px;
  height: 32px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  border: 1px solid #f3e5b3;
  background-image: linear-gradient(90deg, #fff5cf 0%, #fff5cf 100%);
  font-size: 14px;
  color: #333;
}
.pay-popup .content .price-info .exclusive .yuan[data-v-115c3d7f] {
  display: flex;
  align-items: flex-end;
}
.pay-popup .content .price-info .exclusive .yuan em[data-v-115c3d7f] {
  font-size: 20px;
  display: flex;
  align-items: flex-end;
}
.pay-popup .content .price-info .exclusive .yuan em span[data-v-115c3d7f] {
  font-size: 14px;
}
.pay-popup .content .price-info .exclusive .opened-vip[data-v-115c3d7f] {
  background-image: linear-gradient(90deg, #d7b468 0%, #ae8d46 100%);
  color: #fff;
  width: 70px;
  height: 22px;
  border-radius: 11px;
  margin-left: 8px;
  font-size: 14px;
}
.pay-popup .content .price-info .exclusive .opened-vip[data-v-115c3d7f]:hover {
  background-image: linear-gradient(90deg, #c4a052 0%, #967630 100%);
}
.pay-popup .content .price-info .original-price[data-v-115c3d7f] {
  margin-left: 8px;
  font-size: 14px;
  color: #999;
}
.pay-popup .content .price-info .expiring[data-v-115c3d7f] {
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: center;
  margin-left: 18px;
}
.pay-popup .content .price-info .expiring .renew[data-v-115c3d7f] {
  text-decoration: underline;
  cursor: pointer;
}
.pay-popup .content .free-schedule[data-v-115c3d7f] {
  width: 650px;
  height: 140px;
  padding: 28px 0 0 50px;
  background-image: url(https://down.om.cn/common/pay_scan_free_bg_v2.png);
  margin-top: 30px;
}
.pay-popup .content .free-schedule .cur-schedule[data-v-115c3d7f] {
  padding: 2px 10px;
  background-color: #cc2d07;
  color: #fff;
  border-radius: 8px;
  margin-left: 208px;
  height: 26px;
  line-height: 26px;
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}
.pay-popup .content .free-schedule .cur-schedule strong[data-v-115c3d7f] {
  font-size: 20px;
}
.pay-popup .content .free-schedule .text[data-v-115c3d7f] {
  margin-top: 12px;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.pay-popup .content .free-schedule .text .rule-list[data-v-115c3d7f] {
  margin-left: 14px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.pay-popup .content .free-schedule .text .rule-list .top-iconfont[data-v-115c3d7f] {
  width: 8px;
  height: 6px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -116px -145px;
}
.pay-popup .content .free-schedule .text .rule-list .top-iconfont div[data-v-115c3d7f] {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  position: absolute;
  left: 50%;
  top: 23px;
  transform: translateX(-50%);
  width: 450px;
  padding: 30px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  z-index: 5;
}
.pay-popup .content .free-schedule .text .rule-list .top-iconfont div[data-v-115c3d7f]:after {
  content: "";
  position: absolute;
  top: -4px;
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
  background-color: #fff;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.pay-popup .content .free-schedule .text .rule-list .top-iconfont div h5[data-v-115c3d7f] {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  margin-bottom: 12px;
}
.pay-popup .content .free-schedule .text .rule-list .top-iconfont div ul li[data-v-115c3d7f] {
  font-size: 12px;
  color: #999;
  line-height: 24px;
}
.pay-popup .content .free-schedule .text .rule-list:hover .top-iconfont div[data-v-115c3d7f] {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
.pay-popup .content .free-schedule .progress-bar[data-v-115c3d7f] {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.pay-popup .content .free-schedule .progress-bar .bar[data-v-115c3d7f] {
  width: 340px;
  background-color: #cc2d07;
  border-radius: 8px;
  height: 16px;
  overflow: hidden;
}
.pay-popup .content .free-schedule .progress-bar .bar .cur-progress[data-v-115c3d7f] {
  display: block;
  height: 16px;
  border-radius: 8px;
  background-image: linear-gradient(90deg, #ffd11b 0%, #ffe477 100%);
  transition: width 1s;
}
.pay-popup .content .free-schedule .progress-bar .percentage[data-v-115c3d7f] {
  font-size: 12px;
  color: #fff;
  margin-left: 5px;
}
.pay-popup .content .super-value-purchase[data-v-115c3d7f] {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.pay-popup .content .super-value-purchase .purchase-pack-list[data-v-115c3d7f] {
  display: flex;
  align-items: center;
}
.pay-popup .content .super-value-purchase .purchase-pack-list li[data-v-115c3d7f] {
  width: 250px;
  height: 54px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  transition: ease 0.3s;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  margin-right: 20px;
  position: relative;
}
.pay-popup .content .super-value-purchase .purchase-pack-list li[data-v-115c3d7f]:last-of-type {
  margin-right: 0;
}
.pay-popup .content .super-value-purchase .purchase-pack-list li[data-v-115c3d7f]:hover {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  transition: ease 0.3s;
}
.pay-popup .content .super-value-purchase .purchase-pack-list li .ob[data-v-115c3d7f] {
  font-size: 24px;
  color: #333;
  display: flex;
  align-items: flex-end;
}
.pay-popup .content .super-value-purchase .purchase-pack-list li .ob span[data-v-115c3d7f] {
  font-size: 14px;
}
.pay-popup .content .super-value-purchase .purchase-pack-list li .price[data-v-115c3d7f] {
  display: flex;
  align-items: center;
}
.pay-popup .content .super-value-purchase .purchase-pack-list li .price .original-price[data-v-115c3d7f] {
  font-size: 14px;
  color: #999;
}
.pay-popup .content .super-value-purchase .purchase-pack-list li .price em[data-v-115c3d7f] {
  color: #333;
  font-size: 14px;
  display: flex;
  align-items: flex-end;
  margin-left: 5px;
}
.pay-popup .content .super-value-purchase .purchase-pack-list li .price em span[data-v-115c3d7f] {
  font-size: 20px;
}
.pay-popup .content .super-value-purchase .purchase-pack-list li.active[data-v-115c3d7f] {
  border-color: #e80000;
  background-color: #fff1f1;
}
.pay-popup .content .super-value-purchase .purchase-pack-list li.active[data-v-115c3d7f]:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 24px;
  height: 24px;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -84px -64px;
}
.pay-popup .content .super-value-purchase .purchase-pack-list li.active .price em[data-v-115c3d7f] {
  color: #e80000;
}
.pay-popup .content .tab-ob-to-pay[data-v-115c3d7f] {
  display: flex;
  margin: 30px 0;
}
.pay-popup .content .tab-ob-to-pay .qrcode[data-v-115c3d7f] {
  width: 150px;
  height: 150px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -158px -11px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pay-popup .content .tab-ob-to-pay .pay-info[data-v-115c3d7f] {
  margin-left: 22px;
  width: calc(100% - 244px);
}
.pay-popup .content .tab-ob-to-pay .pay-info .actually-paid[data-v-115c3d7f] {
  font-size: 14px;
  color: #333;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.pay-popup .content .tab-ob-to-pay .pay-info .actually-paid .amount[data-v-115c3d7f] {
  font-size: 16px;
}
.pay-popup .content .tab-ob-to-pay .pay-info .actually-paid .amount span[data-v-115c3d7f] {
  font-size: 28px;
}
.pay-popup .content .tab-ob-to-pay .pay-info .actually-paid .discount[data-v-115c3d7f] {
  margin-left: 5px;
  font-size: 14px;
  color: #999;
  display: flex;
  align-items: center;
}
.pay-popup .content .tab-ob-to-pay .pay-info .actually-paid .material-free[data-v-115c3d7f] {
  font-size: 14px;
  color: #e80000;
  position: absolute;
  bottom: -19px;
  left: 42px;
}
.pay-popup .content .tab-ob-to-pay .pay-info .actually-paid .deduct-text[data-v-115c3d7f] {
  font-size: 14px;
  color: #999;
  position: absolute;
  bottom: -25px;
  left: 0;
}
.pay-popup .content .tab-ob-to-pay .pay-info .pay-methods[data-v-115c3d7f] {
  margin-top: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
}
.pay-popup .content .tab-ob-to-pay .pay-info .pay-methods .methods-l[data-v-115c3d7f] {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #999;
}
.pay-popup .content .tab-ob-to-pay .pay-info .pay-methods .methods-l i[data-v-115c3d7f]:first-of-type {
  margin-right: 10px;
}
.pay-popup .content .tab-ob-to-pay .pay-info .pay-methods .methods-l span[data-v-115c3d7f] {
  margin-left: 5px;
}
.pay-popup .content .tab-ob-to-pay .pay-info .pay-methods .methods-r[data-v-115c3d7f] {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.pay-popup .content .tab-ob-to-pay .pay-info .pay-methods .methods-r .download-paypal[data-v-115c3d7f] {
  width: 111px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -20px -94px;
  cursor: pointer;
}
.pay-popup .content .tab-ob-to-pay .pay-info .pay-methods .methods-r > p[data-v-115c3d7f] {
  font-size: 14px;
  color: #999;
  margin-top: 4px;
}
.pay-popup .content .tab-ob-to-pay .pay-info .terms[data-v-115c3d7f] {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #bbb;
  margin-top: 12px;
}
.pay-popup .content .to-pay[data-v-115c3d7f] {
  display: flex;
  margin: 30px 0;
}
.pay-popup .content .to-pay .pay-left[data-v-115c3d7f] {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.pay-popup .content .to-pay .pay-left .top-code[data-v-115c3d7f] {
  display: flex;
  align-items: center;
}
.pay-popup .content .to-pay .pay-left .top-code .qrcode[data-v-115c3d7f] {
  width: 150px;
  height: 150px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -158px -11px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pay-popup .content .to-pay .pay-left .top-code .pay-info[data-v-115c3d7f] {
  margin-left: 22px;
  flex: 1;
}
.pay-popup .content .to-pay .pay-left .top-code .pay-info .actually-paid[data-v-115c3d7f] {
  font-size: 14px;
  color: #333;
  display: flex;
  flex-direction: column;
  position: relative;
}
.pay-popup .content .to-pay .pay-left .top-code .pay-info .actually-paid .amount[data-v-115c3d7f] {
  font-size: 16px;
}
.pay-popup .content .to-pay .pay-left .top-code .pay-info .actually-paid .amount span[data-v-115c3d7f] {
  font-size: 28px;
}
.pay-popup .content .to-pay .pay-left .top-code .pay-info .actually-paid .discount[data-v-115c3d7f] {
  font-size: 14px;
  color: #999;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.pay-popup .content .to-pay .pay-left .top-code .pay-info .actually-paid .material-free[data-v-115c3d7f] {
  font-size: 14px;
  color: #e80000;
  position: absolute;
  bottom: -25px;
  left: 0;
}
.pay-popup .content .to-pay .pay-left .top-code .pay-info .actually-paid .deduct-text[data-v-115c3d7f] {
  font-size: 14px;
  color: #999;
  position: absolute;
  bottom: -25px;
  left: 0;
}
.pay-popup .content .to-pay .pay-left .top-code .pay-info .pay-methods[data-v-115c3d7f] {
  margin-top: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
}
.pay-popup .content .to-pay .pay-left .top-code .pay-info .pay-methods .methods-l[data-v-115c3d7f] {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #999;
}
.pay-popup .content .to-pay .pay-left .top-code .pay-info .pay-methods .methods-l .icon-pay-method-wechat[data-v-115c3d7f] {
  width: 46px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -540px -560px;
}
.pay-popup .content .to-pay .pay-left .top-code .pay-info .pay-methods .methods-l span[data-v-115c3d7f] {
  margin-left: 5px;
}
.pay-popup .content .to-pay .pay-left .top-code .pay-info .pay-methods .methods-r[data-v-115c3d7f] {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.pay-popup .content .to-pay .pay-left .top-code .pay-info .pay-methods .methods-r .download-paypal[data-v-115c3d7f] {
  width: 111px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -20px -94px;
  cursor: pointer;
}
.pay-popup .content .to-pay .pay-left .top-code .pay-info .pay-methods .methods-r > p[data-v-115c3d7f] {
  font-size: 14px;
  color: #999;
  margin-top: 4px;
}
.pay-popup .content .to-pay .pay-left .terms[data-v-115c3d7f] {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #bbb;
  margin-top: 18px;
}
.pay-popup .content .to-pay .pay-right ul li[data-v-115c3d7f] {
  width: 226px;
  height: 54px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
  display: flex;
  margin-top: 12px;
  cursor: pointer;
  transition: ease 0.3s;
  position: relative;
}
.pay-popup .content .to-pay .pay-right ul li .left-price[data-v-115c3d7f] {
  width: 90px;
  height: 100%;
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 5px 0 0 5px;
}
.pay-popup .content .to-pay .pay-right ul li .left-price p[data-v-115c3d7f] {
  font-size: 14px;
  color: #333;
}
.pay-popup .content .to-pay .pay-right ul li .left-price p span[data-v-115c3d7f] {
  font-size: 22px;
}
.pay-popup .content .to-pay .pay-right ul li .left-price del[data-v-115c3d7f] {
  margin-top: 5px;
  font-size: 12px;
  color: #999;
}
.pay-popup .content .to-pay .pay-right ul li .right-ob[data-v-115c3d7f] {
  width: 136px;
  margin-left: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.pay-popup .content .to-pay .pay-right ul li .right-ob p[data-v-115c3d7f] {
  font-size: 14px;
  color: #333;
}
.pay-popup .content .to-pay .pay-right ul li .right-ob p em[data-v-115c3d7f] {
  color: #333;
  font-size: 22px;
}
.pay-popup .content .to-pay .pay-right ul li .right-ob span[data-v-115c3d7f] {
  font-size: 12px;
  color: #999;
  margin-top: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.pay-popup .content .to-pay .pay-right ul li .subscript[data-v-115c3d7f] {
  position: absolute;
  top: -5px;
  right: -5px;
}
.pay-popup .content .to-pay .pay-right ul li[data-v-115c3d7f]:first-of-type {
  margin-top: 0;
}
.pay-popup .content .to-pay .pay-right ul li.active[data-v-115c3d7f] {
  border-color: #e80000;
  transition: ease 0.3s;
}
.pay-popup .content .to-pay .pay-right ul li.active .left-price[data-v-115c3d7f] {
  background-color: #ffecec;
}
.pay-popup .content .to-pay .pay-right ul li.active .left-price p[data-v-115c3d7f] {
  color: #e80000;
}
.pay-popup .content .to-pay .pay-right ul li[data-v-115c3d7f]:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.pay-popup .content .add-purchase[data-v-115c3d7f] {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.pay-popup .content .add-purchase .select-open-vip[data-v-115c3d7f] {
  position: relative;
}
.pay-popup .content .add-purchase .select-open-vip img[data-v-115c3d7f] {
  width: 100%;
  height: 100%;
}
.pay-popup .content .add-purchase .select-open-vip .view-privileges[data-v-115c3d7f] {
  color: #9b9b9b;
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-decoration: underline;
}
.pay-popup .content .kind-tips[data-v-115c3d7f] {
  height: 54px;
  border-top: 1px solid #f0f0f0;
  color: #bbb;
  font-size: 12px;
  line-height: 54px;
}
.pay-popup .content .pay-methods[data-v-115c3d7f] {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.pay-popup .content .pay-methods .method-right .methods-list[data-v-115c3d7f] {
  display: flex;
  align-items: center;
}
.pay-popup .content .pay-methods .method-right .methods-list li[data-v-115c3d7f] {
  width: 106px;
  height: 36px;
  border: 1px solid #999;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  transition: ease 0.3s;
  cursor: pointer;
  color: #333;
  position: relative;
}
.pay-popup .content .pay-methods .method-right .methods-list li[data-v-115c3d7f]:last-of-type {
  margin-right: 0;
}
.pay-popup .content .pay-methods .method-right .methods-list li.active[data-v-115c3d7f] {
  color: #e80000;
  border-color: #e80000;
  background-color: #ffeaea;
}
.pay-popup .content .pay-methods .method-right .methods-list li[data-v-115c3d7f]:hover {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  transition: ease 0.3s;
}
.pay-popup .content .pay-methods .method-right .methods-list li img[data-v-115c3d7f] {
  position: absolute;
  top: -8px;
  right: -8px;
}
.pay-popup .content .balance[data-v-115c3d7f] {
  font-size: 14px;
  color: #999;
  margin-top: 12px;
  display: flex;
  align-items: center;
  margin-left: 14px;
}
.pay-popup .content .balance a[data-v-115c3d7f] {
  color: #e80000;
}
.pay-popup .content .the-amount-actually-paid[data-v-115c3d7f] {
  display: flex;
  align-items: flex-end;
  margin: 30px 0;
}
.pay-popup .content .the-amount-actually-paid .amount-and-pay-btn[data-v-115c3d7f] {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: calc(100% - 72px);
}
.pay-popup .content .the-amount-actually-paid .amount-and-pay-btn .num-ob[data-v-115c3d7f] {
  display: flex;
  align-items: flex-end;
}
.pay-popup .content .the-amount-actually-paid .amount-and-pay-btn .num-ob em[data-v-115c3d7f] {
  display: flex;
  align-items: flex-end;
  font-size: 14px;
}
.pay-popup .content .the-amount-actually-paid .amount-and-pay-btn .num-ob em span[data-v-115c3d7f] {
  font-size: 28px;
}
.pay-popup .content .the-amount-actually-paid .amount-and-pay-btn .num-ob .already-discounted[data-v-115c3d7f] {
  margin-left: 5px;
  color: #999;
  display: flex;
  align-items: center;
}
.pay-popup .content .the-amount-actually-paid .amount-and-pay-btn .pay-btn[data-v-115c3d7f] {
  width: 160px;
  height: 50px;
  background-color: #e80000;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  transition: ease 0.3s;
}
.pay-popup .content .the-amount-actually-paid .amount-and-pay-btn .pay-btn[data-v-115c3d7f]:hover {
  transition: ease 0.3s;
  background-color: #ff2424;
}
.pay-popup[data-v-115c3d7f] .dialog {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  overflow: hidden;
  background-color: transparent;
}
[data-v-e828870b]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-e828870b]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-e828870b]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-e828870b],
body[data-v-e828870b] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-e828870b] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-e828870b] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-e828870b] {
    border: none;
    outline: none;
}
}
input[data-v-e828870b]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-e828870b],
textarea[data-v-e828870b] {
  border: none;
  outline: none;
}
textarea[data-v-e828870b] {
  font-family: "microsoft yahei";
}
em[data-v-e828870b] {
  color: #e80000;
  font-style: normal;
}
i[data-v-e828870b] {
  font-style: normal;
}
.v-enter-active[data-v-e828870b],
.v-leave-active[data-v-e828870b] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-e828870b],
.v-leave-to[data-v-e828870b] {
  opacity: 0;
}
[v-cloak][data-v-e828870b] {
  display: none;
}
.f-e80000[data-v-e828870b] {
  color: #e80000;
}
.flex[data-v-e828870b] {
  display: flex;
}
.flex-a[data-v-e828870b] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-e828870b] {
  font-family: fangsong;
}
.pingfang[data-v-e828870b] {
  font-family: pingfang sc !important;
}
.underline[data-v-e828870b] {
  text-decoration: underline;
}
.t-over[data-v-e828870b] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-e828870b] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-e828870b] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-e828870b] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-e828870b] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-e828870b] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-e828870b] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-e828870b] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-e828870b] {
  cursor: pointer;
}
.trans1[data-v-e828870b] {
  transition: ease 0.1s;
}
.trans2[data-v-e828870b] {
  transition: ease 0.2s;
}
.trans3[data-v-e828870b] {
  transition: ease 0.3s;
}
.trans4[data-v-e828870b] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-e828870b] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-e828870b]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-e828870b] {
  text-align: center;
}
.icon-pay-way-wx[data-v-e828870b] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-e828870b] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-e828870b]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-e828870b] {
  animation: slide-down-in-e828870b ease 0.3s;
}
.dialog-fade-leave-active[data-v-e828870b] {
  animation: slide-down-out-e828870b ease 0.3s;
}
.icon-loading-circle[data-v-e828870b] {
  animation: loading-circle-e828870b 1s linear infinite;
}
@keyframes slide-down-in-e828870b {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-e828870b {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-e828870b {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-e828870b] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-e828870b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-e828870b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-e828870b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-e828870b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-e828870b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-e828870b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-e828870b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-e828870b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-e828870b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-e828870b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-e828870b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-e828870b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-e828870b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-e828870b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-e828870b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-e828870b] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-e828870b] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-e828870b] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-e828870b] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-e828870b] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-e828870b] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-e828870b] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-e828870b] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-e828870b] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-e828870b] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-e828870b] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-e828870b] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-e828870b] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-e828870b] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-e828870b] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-e828870b] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-e828870b] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-e828870b] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-e828870b] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-e828870b] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-e828870b] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-e828870b] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-e828870b] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-e828870b] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-e828870b] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-e828870b] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-e828870b] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-e828870b] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-e828870b] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-e828870b] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-e828870b] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-e828870b] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-e828870b] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-e828870b] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-e828870b] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-e828870b] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-e828870b] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-e828870b] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-e828870b] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-e828870b] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-e828870b] {
  background-position: -218px -553px;
}
.dialog-fade-enter-active[data-v-e828870b] {
  animation: slide-down-in-e828870b ease 0.3s;
}
.dialog-fade-leave-active[data-v-e828870b] {
  animation: slide-down-out-e828870b ease 0.3s;
}
@keyframes slide-down-in-e828870b {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-e828870b {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
.trans-pop-enter-active[data-v-e828870b] {
  animation: slide-down-in-e828870b ease 0.3s;
}
.trans-pop-leave-active[data-v-e828870b] {
  animation: slide-down-out-e828870b ease 0.3s;
}
.dialog-mask[data-v-e828870b] {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.dialog-mask[data-v-e828870b] {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 100;
}
.dialog-outer[data-v-e828870b] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dialog[data-v-e828870b] {
  width: 460px;
  min-height: 100px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 12px 1px rgba(0, 0, 0, 0.5);
}
.dialog .public-close-btn[data-v-e828870b] {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
.dialog .public-close-btn[data-v-e828870b]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.dialog .dialog-header[data-v-e828870b] {
  height: 50px;
  line-height: 50px;
  color: #333;
  padding-left: 28px;
  background-color: #f8f8f8;
}
.dialog .dialog-footer[data-v-e828870b] {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.center-dialog[data-v-e828870b] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dialog-close-btn[data-v-e828870b] {
  width: 36px;
  height: 36px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -20px -18px;
  cursor: pointer;
}
.dialog-close-btn[data-v-e828870b]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -60px -18px;
}
.icon-vip-free-subscript[data-v-e828870b] {
  width: 65px;
  height: 65px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -428px -691px;
}
.icon-vip-year-free-subscript[data-v-e828870b] {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -691px;
}
.icon-sale-mini[data-v-e828870b] {
  width: 44px;
  height: 44px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -318px -421px;
}
.icon-sort[data-v-e828870b],
.icon-type[data-v-e828870b],
.icon-texture[data-v-e828870b],
.icon-original[data-v-e828870b],
.icon-status[data-v-e828870b],
.icon-order[data-v-e828870b],
.icon-all[data-v-e828870b],
.icon-ori_model[data-v-e828870b] {
  width: 16px;
  height: 16px;
}
.icon-sort[data-v-e828870b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -381px -47px;
}
.icon-status[data-v-e828870b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -456px -47px;
}
.icon-original[data-v-e828870b],
.icon-all[data-v-e828870b],
.icon-ori_model[data-v-e828870b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -358px -47px;
}
.icon-order[data-v-e828870b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -474px -47px;
}
.icon-type[data-v-e828870b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -436px -47px;
}
.icon-texture[data-v-e828870b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -402px -47px;
}
.icon-search-pic-big[data-v-e828870b] {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -318px -7px;
}
.icon-search-enlarge-big[data-v-e828870b] {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -346px -7px;
}
.icon-clear-btn-big[data-v-e828870b] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -496px -8px;
}
.icon-clear-btn-big[data-v-e828870b]:hover {
  background-position: -518px -8px;
}
.icon-search-pic-middle[data-v-e828870b] {
  width: 20px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -494px -46px;
}
.icon-search-enlarge-middle[data-v-e828870b] {
  width: 19px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -518px -45px;
}
.icon-clear-btn-middle[data-v-e828870b] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -414px -247px;
}
.icon-clear-btn-middle[data-v-e828870b]:hover {
  background-position: -434px -247px;
}
.icon-search-pic-smail[data-v-e828870b] {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -494px -44px;
}
.icon-search-enlarge-smail[data-v-e828870b] {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -517px -44px;
}
.icon-full-screen-zoom[data-v-e828870b] {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: -96px -64px;
}
.icon-full-screen-zoom[data-v-e828870b]:hover {
  background-position: -96px -96px;
}
.icon-close[data-v-e828870b] {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: -64px 0;
}
.icon-close[data-v-e828870b]:hover {
  background-position: -64px -32px;
}
.icon-prev-change[data-v-e828870b] {
  display: inline-block;
  width: 32px;
  height: 126px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: 0 0;
}
.icon-prev-change[data-v-e828870b]:hover {
  background-position: 0px -126px;
}
.icon-next-change[data-v-e828870b] {
  display: inline-block;
  width: 32px;
  height: 126px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: -32px 0;
}
.icon-next-change[data-v-e828870b]:hover {
  background-position: -32px -126px;
}
.icon-full-screen[data-v-e828870b] {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: -96px 0;
}
.icon-full-screen[data-v-e828870b]:hover {
  background-position: -96px -32px;
}
.icon-prev-small[data-v-e828870b] {
  width: 13px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -327px -199px;
}
.icon-next-small[data-v-e828870b] {
  width: 13px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -355px -199px;
}
.icon-prev-big[data-v-e828870b] {
  width: 36px;
  height: 54px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -184px -257px;
}
.icon-prev-big[data-v-e828870b]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -224px -257px;
}
.icon-next-big[data-v-e828870b] {
  width: 36px;
  height: 54px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -264px -257px;
}
.icon-next-big[data-v-e828870b]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -304px -257px;
}
.icon-signing[data-v-e828870b] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-detail-collect[data-v-e828870b] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -474px -323px;
}
.icon-detail-inventory[data-v-e828870b] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -496px -323px;
}
.icon-detail-share[data-v-e828870b] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -517px -323px;
}
.icon-detail-report[data-v-e828870b] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -540px -323px;
}
.icon-detail-report-an-error[data-v-e828870b] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -562px -323px;
}
.icon-unselected[data-v-e828870b] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -15px -232px;
}
.icon-selected[data-v-e828870b] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -34px -232px;
}
.icon-embellish[data-v-e828870b] {
  width: 52px;
  height: 52px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -169px -358px;
}
.icon-signing-1row[data-v-e828870b] {
  width: 19px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -253px 0;
}
.icon-signing-2row[data-v-e828870b] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-member-ordinary-2row[data-v-e828870b] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-member-moon-2row[data-v-e828870b] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -32px -24px;
}
.icon-member-year-2row[data-v-e828870b] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-member-a-2row[data-v-e828870b] {
  width: 17px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -24px;
}
.icon-member-b-2row[data-v-e828870b] {
  width: 17px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -123px -24px;
}
.icon-member-c-2row[data-v-e828870b] {
  width: 17px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -24px;
}
.icon-undelete[data-v-e828870b] {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -479px -393px;
}
.icon-subscript-psd[data-v-e828870b] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -202px -535px;
}
.icon-subscript-single[data-v-e828870b] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -264px -535px;
}
.icon-subscript-vr-cr[data-v-e828870b] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -140px -535px;
}
.icon-subscript-cr[data-v-e828870b] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -78px -535px;
}
.icon-subscript-vr[data-v-e828870b] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -16px -535px;
}
.icon-check[data-v-e828870b] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -15px -232px;
}
.icon-check-active[data-v-e828870b] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -34px -232px;
}
.icon-similar-big[data-v-e828870b] {
  width: 44px;
  height: 44px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
  background-position: -45px -31px;
}
.icon-similar-big[data-v-e828870b]:hover {
  background-position: -95px -31px;
}
.icon-year-member-free-big[data-v-e828870b] {
  width: 132px;
  height: 132px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -300px -267px;
}
.icon-member-privileges-big[data-v-e828870b] {
  width: 132px;
  height: 132px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -439px -267px;
}
.icon-sale-big[data-v-e828870b] {
  width: 71px;
  height: 71px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -242px -421px;
}
.icon-reward-big[data-v-e828870b] {
  width: 72px;
  height: 72px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -338px;
}
.icon-vip-diamond[data-v-e828870b] {
  width: 17px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -500px -201px;
}
.scan-code-to-limit-purchases .dialog-close-btn[data-v-e828870b] {
  position: absolute;
  top: 0;
  right: -45px;
}
.scan-code-to-limit-purchases[data-v-e828870b] .dialog {
  background-image: url("https://down.om.cn/common/scan_code_to_limit_purchases_bg.png");
  padding: 148px 90px 0;
}
.scan-code-to-limit-purchases[data-v-e828870b] .dialog * {
  line-height: 1;
}
.scan-code-to-limit-purchases .content[data-v-e828870b] {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.scan-code-to-limit-purchases .content .remaining-times[data-v-e828870b] {
  font-size: 18px;
  color: #333;
}
.scan-code-to-limit-purchases .content .text[data-v-e828870b] {
  font-size: 18px;
  margin-top: 10px;
  color: #333;
}
.scan-code-to-limit-purchases .content .pay-qrcode[data-v-e828870b] {
  width: 150px;
  height: 150px;
  margin-top: 26px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -158px -11px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.scan-code-to-limit-purchases .content .amount[data-v-e828870b] {
  font-size: 16px;
  margin-top: 18px;
}
.scan-code-to-limit-purchases .content .amount strong[data-v-e828870b] {
  font-weight: normal;
  font-size: 28px;
}
.scan-code-to-limit-purchases .content .third-party[data-v-e828870b] {
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.scan-code-to-limit-purchases .content .third-party .third-party-icon .recharge-vip-icon[data-v-e828870b] {
  margin-right: 6px;
  width: 30px;
  height: 30px;
}
.scan-code-to-limit-purchases .content .third-party .third-party-icon .recharge-vip-icon[data-v-e828870b]:last-child {
  margin-right: 0;
}
.scan-code-to-limit-purchases .content .third-party p[data-v-e828870b] {
  margin-top: 8px;
  color: #999;
}
[data-v-915746fa]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-915746fa]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-915746fa]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-915746fa],
body[data-v-915746fa] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-915746fa] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-915746fa] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-915746fa] {
    border: none;
    outline: none;
}
}
input[data-v-915746fa]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-915746fa],
textarea[data-v-915746fa] {
  border: none;
  outline: none;
}
textarea[data-v-915746fa] {
  font-family: "microsoft yahei";
}
em[data-v-915746fa] {
  color: #e80000;
  font-style: normal;
}
i[data-v-915746fa] {
  font-style: normal;
}
.v-enter-active[data-v-915746fa],
.v-leave-active[data-v-915746fa] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-915746fa],
.v-leave-to[data-v-915746fa] {
  opacity: 0;
}
[v-cloak][data-v-915746fa] {
  display: none;
}
.f-e80000[data-v-915746fa] {
  color: #e80000;
}
.flex[data-v-915746fa] {
  display: flex;
}
.flex-a[data-v-915746fa] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-915746fa] {
  font-family: fangsong;
}
.pingfang[data-v-915746fa] {
  font-family: pingfang sc !important;
}
.underline[data-v-915746fa] {
  text-decoration: underline;
}
.t-over[data-v-915746fa] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-915746fa] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-915746fa] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-915746fa] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-915746fa] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-915746fa] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-915746fa] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-915746fa] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-915746fa] {
  cursor: pointer;
}
.trans1[data-v-915746fa] {
  transition: ease 0.1s;
}
.trans2[data-v-915746fa] {
  transition: ease 0.2s;
}
.trans3[data-v-915746fa] {
  transition: ease 0.3s;
}
.trans4[data-v-915746fa] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-915746fa] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-915746fa]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-915746fa] {
  text-align: center;
}
.icon-pay-way-wx[data-v-915746fa] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-915746fa] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-915746fa]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-915746fa] {
  animation: slide-down-in-915746fa ease 0.3s;
}
.dialog-fade-leave-active[data-v-915746fa] {
  animation: slide-down-out-915746fa ease 0.3s;
}
.icon-loading-circle[data-v-915746fa] {
  animation: loading-circle-915746fa 1s linear infinite;
}
@keyframes slide-down-in-915746fa {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-915746fa {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-915746fa {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-915746fa] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-915746fa] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-915746fa] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-915746fa] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-915746fa] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-915746fa] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-915746fa] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-915746fa] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-915746fa] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-915746fa] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-915746fa] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-915746fa] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-915746fa] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-915746fa] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-915746fa] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-915746fa] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-915746fa] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-915746fa] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-915746fa] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-915746fa] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-915746fa] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-915746fa] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-915746fa] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-915746fa] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-915746fa] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-915746fa] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-915746fa] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-915746fa] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-915746fa] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-915746fa] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-915746fa] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-915746fa] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-915746fa] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-915746fa] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-915746fa] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-915746fa] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-915746fa] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-915746fa] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-915746fa] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-915746fa] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-915746fa] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-915746fa] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-915746fa] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-915746fa] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-915746fa] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-915746fa] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-915746fa] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-915746fa] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-915746fa] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-915746fa] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-915746fa] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-915746fa] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-915746fa] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-915746fa] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-915746fa] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-915746fa] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-915746fa] {
  background-position: -218px -553px;
}
.downloads-purchase-popup[data-v-915746fa] * {
  line-height: 1;
}
.downloads-purchase-popup .dialog-close-btn[data-v-915746fa] {
  position: absolute;
  top: 0;
  right: -45px;
}
.downloads-purchase-popup .content[data-v-915746fa] {
  width: 494px;
  height: 343px;
  background-image: url("https://down.om.cn/common/number_of_purchases_bg_v2.png");
  padding: 30px 40px;
}
.downloads-purchase-popup .content .pay-qrcode[data-v-915746fa] {
  position: relative;
  width: 150px;
  height: 150px;
  padding: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -158px -11px;
}
[data-v-7669bf2d]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-7669bf2d]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-7669bf2d]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-7669bf2d],
body[data-v-7669bf2d] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-7669bf2d] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-7669bf2d] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-7669bf2d] {
    border: none;
    outline: none;
}
}
input[data-v-7669bf2d]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-7669bf2d],
textarea[data-v-7669bf2d] {
  border: none;
  outline: none;
}
textarea[data-v-7669bf2d] {
  font-family: "microsoft yahei";
}
em[data-v-7669bf2d] {
  color: #e80000;
  font-style: normal;
}
i[data-v-7669bf2d] {
  font-style: normal;
}
.v-enter-active[data-v-7669bf2d],
.v-leave-active[data-v-7669bf2d] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-7669bf2d],
.v-leave-to[data-v-7669bf2d] {
  opacity: 0;
}
[v-cloak][data-v-7669bf2d] {
  display: none;
}
.f-e80000[data-v-7669bf2d] {
  color: #e80000;
}
.flex[data-v-7669bf2d] {
  display: flex;
}
.flex-a[data-v-7669bf2d] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-7669bf2d] {
  font-family: fangsong;
}
.pingfang[data-v-7669bf2d] {
  font-family: pingfang sc !important;
}
.underline[data-v-7669bf2d] {
  text-decoration: underline;
}
.t-over[data-v-7669bf2d] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-7669bf2d] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-7669bf2d] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-7669bf2d] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-7669bf2d] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-7669bf2d] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-7669bf2d] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-7669bf2d] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-7669bf2d] {
  cursor: pointer;
}
.trans1[data-v-7669bf2d] {
  transition: ease 0.1s;
}
.trans2[data-v-7669bf2d] {
  transition: ease 0.2s;
}
.trans3[data-v-7669bf2d] {
  transition: ease 0.3s;
}
.trans4[data-v-7669bf2d] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-7669bf2d] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-7669bf2d]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-7669bf2d] {
  text-align: center;
}
.icon-pay-way-wx[data-v-7669bf2d] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-7669bf2d] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-7669bf2d]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-7669bf2d] {
  animation: slide-down-in-7669bf2d ease 0.3s;
}
.dialog-fade-leave-active[data-v-7669bf2d] {
  animation: slide-down-out-7669bf2d ease 0.3s;
}
.icon-loading-circle[data-v-7669bf2d] {
  animation: loading-circle-7669bf2d 1s linear infinite;
}
@keyframes slide-down-in-7669bf2d {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-7669bf2d {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-7669bf2d {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-7669bf2d] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-7669bf2d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-7669bf2d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-7669bf2d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-7669bf2d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-7669bf2d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-7669bf2d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-7669bf2d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-7669bf2d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-7669bf2d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-7669bf2d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-7669bf2d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-7669bf2d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-7669bf2d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-7669bf2d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-7669bf2d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-7669bf2d] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-7669bf2d] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-7669bf2d] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-7669bf2d] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-7669bf2d] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-7669bf2d] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-7669bf2d] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-7669bf2d] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-7669bf2d] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-7669bf2d] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-7669bf2d] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-7669bf2d] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-7669bf2d] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-7669bf2d] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-7669bf2d] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-7669bf2d] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-7669bf2d] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-7669bf2d] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-7669bf2d] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-7669bf2d] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-7669bf2d] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-7669bf2d] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-7669bf2d] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-7669bf2d] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-7669bf2d] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-7669bf2d] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-7669bf2d] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-7669bf2d] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-7669bf2d] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-7669bf2d] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-7669bf2d] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-7669bf2d] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-7669bf2d] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-7669bf2d] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-7669bf2d] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-7669bf2d] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-7669bf2d] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-7669bf2d] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-7669bf2d] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-7669bf2d] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-7669bf2d] {
  background-position: -218px -553px;
}
.membership-expires .dialog-close-btn[data-v-7669bf2d] {
  position: absolute;
  top: 0;
  right: -45px;
}
.membership-expires .content[data-v-7669bf2d] {
  height: 464px;
  padding: 254px 60px 0;
  background-image: url(https://down.om.cn/common/membership_expires_bg.png);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.membership-expires .content .text[data-v-7669bf2d] {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.membership-expires .content .renew[data-v-7669bf2d] {
  font-size: 16px;
  font-weight: bold;
  margin-top: 46px;
}
[data-v-b25ba40f]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-b25ba40f]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-b25ba40f]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-b25ba40f],
body[data-v-b25ba40f] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-b25ba40f] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-b25ba40f] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-b25ba40f] {
    border: none;
    outline: none;
}
}
input[data-v-b25ba40f]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-b25ba40f],
textarea[data-v-b25ba40f] {
  border: none;
  outline: none;
}
textarea[data-v-b25ba40f] {
  font-family: "microsoft yahei";
}
em[data-v-b25ba40f] {
  color: #e80000;
  font-style: normal;
}
i[data-v-b25ba40f] {
  font-style: normal;
}
.v-enter-active[data-v-b25ba40f],
.v-leave-active[data-v-b25ba40f] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-b25ba40f],
.v-leave-to[data-v-b25ba40f] {
  opacity: 0;
}
[v-cloak][data-v-b25ba40f] {
  display: none;
}
.f-e80000[data-v-b25ba40f] {
  color: #e80000;
}
.flex[data-v-b25ba40f] {
  display: flex;
}
.flex-a[data-v-b25ba40f] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-b25ba40f] {
  font-family: fangsong;
}
.pingfang[data-v-b25ba40f] {
  font-family: pingfang sc !important;
}
.underline[data-v-b25ba40f] {
  text-decoration: underline;
}
.t-over[data-v-b25ba40f] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-b25ba40f] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-b25ba40f] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-b25ba40f] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-b25ba40f] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-b25ba40f] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-b25ba40f] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-b25ba40f] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-b25ba40f] {
  cursor: pointer;
}
.trans1[data-v-b25ba40f] {
  transition: ease 0.1s;
}
.trans2[data-v-b25ba40f] {
  transition: ease 0.2s;
}
.trans3[data-v-b25ba40f] {
  transition: ease 0.3s;
}
.trans4[data-v-b25ba40f] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-b25ba40f] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-b25ba40f]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-b25ba40f] {
  text-align: center;
}
.icon-pay-way-wx[data-v-b25ba40f] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-b25ba40f] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-b25ba40f]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-b25ba40f] {
  animation: slide-down-in-b25ba40f ease 0.3s;
}
.dialog-fade-leave-active[data-v-b25ba40f] {
  animation: slide-down-out-b25ba40f ease 0.3s;
}
.icon-loading-circle[data-v-b25ba40f] {
  animation: loading-circle-b25ba40f 1s linear infinite;
}
@keyframes slide-down-in-b25ba40f {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-b25ba40f {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-b25ba40f {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-b25ba40f] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-b25ba40f] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-b25ba40f] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-b25ba40f] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-b25ba40f] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-b25ba40f] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-b25ba40f] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-b25ba40f] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-b25ba40f] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-b25ba40f] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-b25ba40f] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-b25ba40f] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-b25ba40f] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-b25ba40f] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-b25ba40f] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-b25ba40f] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-b25ba40f] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-b25ba40f] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-b25ba40f] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-b25ba40f] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-b25ba40f] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-b25ba40f] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-b25ba40f] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-b25ba40f] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-b25ba40f] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-b25ba40f] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-b25ba40f] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-b25ba40f] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-b25ba40f] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-b25ba40f] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-b25ba40f] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-b25ba40f] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-b25ba40f] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-b25ba40f] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-b25ba40f] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-b25ba40f] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-b25ba40f] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-b25ba40f] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-b25ba40f] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-b25ba40f] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-b25ba40f] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-b25ba40f] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-b25ba40f] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-b25ba40f] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-b25ba40f] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-b25ba40f] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-b25ba40f] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-b25ba40f] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-b25ba40f] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-b25ba40f] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-b25ba40f] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-b25ba40f] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-b25ba40f] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-b25ba40f] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-b25ba40f] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-b25ba40f] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-b25ba40f] {
  background-position: -218px -553px;
}
.experience-member-purchase .dialog-close-btn[data-v-b25ba40f] {
  position: absolute;
  top: 0;
  right: -45px;
}
.experience-member-purchase .content[data-v-b25ba40f] {
  height: 440px;
  background-image: url(https://down.om.cn/common/experience_member_purchase_bg_v2.png);
  padding: 56px 49px 0 536px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.experience-member-purchase .content[data-v-b25ba40f] * {
  line-height: 1;
}
.experience-member-purchase .content .title[data-v-b25ba40f] {
  font-size: 16px;
  color: #333;
}
.experience-member-purchase .content .amount[data-v-b25ba40f] {
  font-size: 20px;
  margin-top: 16px;
}
.experience-member-purchase .content .amount > span[data-v-b25ba40f] {
  font-size: 30px;
  font-family: Arial-bold;
}
.experience-member-purchase .content .pay-qrcode[data-v-b25ba40f] {
  position: relative;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -158px -11px;
  margin-top: 20px;
}
.experience-member-purchase .content .support[data-v-b25ba40f] {
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.experience-member-purchase .content .support > div .icon-parties[data-v-b25ba40f]:last-of-type {
  margin-left: 10px;
}
.experience-member-purchase .content .support > span[data-v-b25ba40f] {
  font-size: 14px;
  color: #999;
  margin-top: 8px;
}
.experience-member-purchase .content .support > p[data-v-b25ba40f] {
  margin-top: 16px;
  font-size: 12px;
  color: #bbb;
}
.experience-member-purchase .content .support > p > a[data-v-b25ba40f]:hover {
  color: #e80000;
}
[data-v-b1025605]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-b1025605]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-b1025605]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-b1025605],
body[data-v-b1025605] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-b1025605] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-b1025605] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-b1025605] {
    border: none;
    outline: none;
}
}
input[data-v-b1025605]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-b1025605],
textarea[data-v-b1025605] {
  border: none;
  outline: none;
}
textarea[data-v-b1025605] {
  font-family: "microsoft yahei";
}
em[data-v-b1025605] {
  color: #e80000;
  font-style: normal;
}
i[data-v-b1025605] {
  font-style: normal;
}
.v-enter-active[data-v-b1025605],
.v-leave-active[data-v-b1025605] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-b1025605],
.v-leave-to[data-v-b1025605] {
  opacity: 0;
}
[v-cloak][data-v-b1025605] {
  display: none;
}
.f-e80000[data-v-b1025605] {
  color: #e80000;
}
.flex[data-v-b1025605] {
  display: flex;
}
.flex-a[data-v-b1025605] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-b1025605] {
  font-family: fangsong;
}
.pingfang[data-v-b1025605] {
  font-family: pingfang sc !important;
}
.underline[data-v-b1025605] {
  text-decoration: underline;
}
.t-over[data-v-b1025605] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-b1025605] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-b1025605] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-b1025605] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-b1025605] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-b1025605] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-b1025605] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-b1025605] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-b1025605] {
  cursor: pointer;
}
.trans1[data-v-b1025605] {
  transition: ease 0.1s;
}
.trans2[data-v-b1025605] {
  transition: ease 0.2s;
}
.trans3[data-v-b1025605] {
  transition: ease 0.3s;
}
.trans4[data-v-b1025605] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-b1025605] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-b1025605]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-b1025605] {
  text-align: center;
}
.icon-pay-way-wx[data-v-b1025605] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-b1025605] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-b1025605]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-b1025605] {
  animation: slide-down-in-b1025605 ease 0.3s;
}
.dialog-fade-leave-active[data-v-b1025605] {
  animation: slide-down-out-b1025605 ease 0.3s;
}
.icon-loading-circle[data-v-b1025605] {
  animation: loading-circle-b1025605 1s linear infinite;
}
@keyframes slide-down-in-b1025605 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-b1025605 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-b1025605 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-b1025605] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-b1025605] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-b1025605] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-b1025605] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-b1025605] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-b1025605] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-b1025605] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-b1025605] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-b1025605] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-b1025605] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-b1025605] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-b1025605] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-b1025605] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-b1025605] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-b1025605] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-b1025605] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-b1025605] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-b1025605] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-b1025605] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-b1025605] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-b1025605] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-b1025605] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-b1025605] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-b1025605] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-b1025605] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-b1025605] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-b1025605] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-b1025605] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-b1025605] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-b1025605] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-b1025605] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-b1025605] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-b1025605] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-b1025605] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-b1025605] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-b1025605] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-b1025605] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-b1025605] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-b1025605] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-b1025605] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-b1025605] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-b1025605] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-b1025605] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-b1025605] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-b1025605] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-b1025605] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-b1025605] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-b1025605] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-b1025605] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-b1025605] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-b1025605] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-b1025605] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-b1025605] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-b1025605] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-b1025605] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-b1025605] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-b1025605] {
  background-position: -218px -553px;
}
.dialog-fade-enter-active[data-v-b1025605] {
  animation: slide-down-in-b1025605 ease 0.3s;
}
.dialog-fade-leave-active[data-v-b1025605] {
  animation: slide-down-out-b1025605 ease 0.3s;
}
@keyframes slide-down-in-b1025605 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-b1025605 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
.trans-pop-enter-active[data-v-b1025605] {
  animation: slide-down-in-b1025605 ease 0.3s;
}
.trans-pop-leave-active[data-v-b1025605] {
  animation: slide-down-out-b1025605 ease 0.3s;
}
.dialog-mask[data-v-b1025605] {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.dialog-mask[data-v-b1025605] {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 100;
}
.dialog-outer[data-v-b1025605] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dialog[data-v-b1025605] {
  width: 460px;
  min-height: 100px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 12px 1px rgba(0, 0, 0, 0.5);
}
.dialog .public-close-btn[data-v-b1025605] {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
.dialog .public-close-btn[data-v-b1025605]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.dialog .dialog-header[data-v-b1025605] {
  height: 50px;
  line-height: 50px;
  color: #333;
  padding-left: 28px;
  background-color: #f8f8f8;
}
.dialog .dialog-footer[data-v-b1025605] {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.center-dialog[data-v-b1025605] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dialog-close-btn[data-v-b1025605] {
  width: 36px;
  height: 36px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -20px -18px;
  cursor: pointer;
}
.dialog-close-btn[data-v-b1025605]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -60px -18px;
}
.icon-vip-free-subscript[data-v-b1025605] {
  width: 65px;
  height: 65px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -428px -691px;
}
.icon-vip-year-free-subscript[data-v-b1025605] {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -691px;
}
.icon-sale-mini[data-v-b1025605] {
  width: 44px;
  height: 44px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -318px -421px;
}
.icon-sort[data-v-b1025605],
.icon-type[data-v-b1025605],
.icon-texture[data-v-b1025605],
.icon-original[data-v-b1025605],
.icon-status[data-v-b1025605],
.icon-order[data-v-b1025605],
.icon-all[data-v-b1025605],
.icon-ori_model[data-v-b1025605] {
  width: 16px;
  height: 16px;
}
.icon-sort[data-v-b1025605] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -381px -47px;
}
.icon-status[data-v-b1025605] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -456px -47px;
}
.icon-original[data-v-b1025605],
.icon-all[data-v-b1025605],
.icon-ori_model[data-v-b1025605] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -358px -47px;
}
.icon-order[data-v-b1025605] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -474px -47px;
}
.icon-type[data-v-b1025605] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -436px -47px;
}
.icon-texture[data-v-b1025605] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -402px -47px;
}
.icon-search-pic-big[data-v-b1025605] {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -318px -7px;
}
.icon-search-enlarge-big[data-v-b1025605] {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -346px -7px;
}
.icon-clear-btn-big[data-v-b1025605] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -496px -8px;
}
.icon-clear-btn-big[data-v-b1025605]:hover {
  background-position: -518px -8px;
}
.icon-search-pic-middle[data-v-b1025605] {
  width: 20px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -494px -46px;
}
.icon-search-enlarge-middle[data-v-b1025605] {
  width: 19px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -518px -45px;
}
.icon-clear-btn-middle[data-v-b1025605] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -414px -247px;
}
.icon-clear-btn-middle[data-v-b1025605]:hover {
  background-position: -434px -247px;
}
.icon-search-pic-smail[data-v-b1025605] {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -494px -44px;
}
.icon-search-enlarge-smail[data-v-b1025605] {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -517px -44px;
}
.icon-full-screen-zoom[data-v-b1025605] {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: -96px -64px;
}
.icon-full-screen-zoom[data-v-b1025605]:hover {
  background-position: -96px -96px;
}
.icon-close[data-v-b1025605] {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: -64px 0;
}
.icon-close[data-v-b1025605]:hover {
  background-position: -64px -32px;
}
.icon-prev-change[data-v-b1025605] {
  display: inline-block;
  width: 32px;
  height: 126px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: 0 0;
}
.icon-prev-change[data-v-b1025605]:hover {
  background-position: 0px -126px;
}
.icon-next-change[data-v-b1025605] {
  display: inline-block;
  width: 32px;
  height: 126px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: -32px 0;
}
.icon-next-change[data-v-b1025605]:hover {
  background-position: -32px -126px;
}
.icon-full-screen[data-v-b1025605] {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: -96px 0;
}
.icon-full-screen[data-v-b1025605]:hover {
  background-position: -96px -32px;
}
.icon-prev-small[data-v-b1025605] {
  width: 13px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -327px -199px;
}
.icon-next-small[data-v-b1025605] {
  width: 13px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -355px -199px;
}
.icon-prev-big[data-v-b1025605] {
  width: 36px;
  height: 54px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -184px -257px;
}
.icon-prev-big[data-v-b1025605]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -224px -257px;
}
.icon-next-big[data-v-b1025605] {
  width: 36px;
  height: 54px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -264px -257px;
}
.icon-next-big[data-v-b1025605]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -304px -257px;
}
.icon-signing[data-v-b1025605] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-detail-collect[data-v-b1025605] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -474px -323px;
}
.icon-detail-inventory[data-v-b1025605] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -496px -323px;
}
.icon-detail-share[data-v-b1025605] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -517px -323px;
}
.icon-detail-report[data-v-b1025605] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -540px -323px;
}
.icon-detail-report-an-error[data-v-b1025605] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -562px -323px;
}
.icon-unselected[data-v-b1025605] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -15px -232px;
}
.icon-selected[data-v-b1025605] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -34px -232px;
}
.icon-embellish[data-v-b1025605] {
  width: 52px;
  height: 52px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -169px -358px;
}
.icon-signing-1row[data-v-b1025605] {
  width: 19px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -253px 0;
}
.icon-signing-2row[data-v-b1025605] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-member-ordinary-2row[data-v-b1025605] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-member-moon-2row[data-v-b1025605] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -32px -24px;
}
.icon-member-year-2row[data-v-b1025605] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-member-a-2row[data-v-b1025605] {
  width: 17px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -24px;
}
.icon-member-b-2row[data-v-b1025605] {
  width: 17px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -123px -24px;
}
.icon-member-c-2row[data-v-b1025605] {
  width: 17px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -24px;
}
.icon-undelete[data-v-b1025605] {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -479px -393px;
}
.icon-subscript-psd[data-v-b1025605] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -202px -535px;
}
.icon-subscript-single[data-v-b1025605] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -264px -535px;
}
.icon-subscript-vr-cr[data-v-b1025605] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -140px -535px;
}
.icon-subscript-cr[data-v-b1025605] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -78px -535px;
}
.icon-subscript-vr[data-v-b1025605] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -16px -535px;
}
.icon-check[data-v-b1025605] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -15px -232px;
}
.icon-check-active[data-v-b1025605] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -34px -232px;
}
.icon-similar-big[data-v-b1025605] {
  width: 44px;
  height: 44px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
  background-position: -45px -31px;
}
.icon-similar-big[data-v-b1025605]:hover {
  background-position: -95px -31px;
}
.icon-year-member-free-big[data-v-b1025605] {
  width: 132px;
  height: 132px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -300px -267px;
}
.icon-member-privileges-big[data-v-b1025605] {
  width: 132px;
  height: 132px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -439px -267px;
}
.icon-sale-big[data-v-b1025605] {
  width: 71px;
  height: 71px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -242px -421px;
}
.icon-reward-big[data-v-b1025605] {
  width: 72px;
  height: 72px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -338px;
}
.icon-vip-diamond[data-v-b1025605] {
  width: 17px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -500px -201px;
}
.render-buy-popup[data-v-b1025605] {
  z-index: 10 !important;
}
.render-buy-popup[data-v-b1025605] .dialog-close-btn {
  position: absolute;
  top: 0;
  right: -45px;
}
.render-buy-popup[data-v-b1025605] .dialog {
  width: 1000px;
  padding: 0;
  border-radius: 10px;
}
.render-buy-popup .render-header[data-v-b1025605] {
  width: 100%;
  height: 100px;
  background-image: url(https://down.om.cn/common/render_popup/render_title.png);
}
.render-buy-popup .render-header .render-user-info[data-v-b1025605] {
  display: flex;
  border: none;
  padding-left: 64px;
  padding-top: 25px;
}
.render-buy-popup .render-header .render-user-info img[data-v-b1025605] {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-right: 12px;
  box-shadow: 0 10px 10px 0 rgba(18, 119, 118, 0.2);
}
.render-buy-popup .render-header .render-user-info .user-box[data-v-b1025605] {
  font-size: 16px;
}
.render-buy-popup .render-header .render-user-info .user-box .user-name[data-v-b1025605] {
  color: #254d4d;
  margin-bottom: 8px;
}
.render-buy-popup .render-header .render-user-info .user-box .user-render-coins[data-v-b1025605] {
  display: flex;
  align-items: center;
  color: #81b3b1;
}
.render-buy-popup .render-header .render-user-info .user-box .user-render-coins i[data-v-b1025605] {
  color: #7aaba9;
}
.render-buy-popup .render-header .render-user-info .user-box .user-render-coins span[data-v-b1025605] {
  font-weight: bold;
  color: #254d4d;
}
.render-buy-popup .render-header .render-user-info .user-box .user-render-coins .tips[data-v-b1025605] {
  color: #81b3b1;
  font-size: 12px;
}
.render-buy-popup .render-content[data-v-b1025605] {
  padding: 40px 60px 50px 60px;
}
.render-buy-popup .render-content ul[data-v-b1025605] {
  display: flex;
  justify-content: center;
}
.render-buy-popup .render-content ul li[data-v-b1025605] {
  position: relative;
  width: 204px;
  height: 234px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #ddd;
  margin-right: 20px;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s;
  padding-top: 36px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.render-buy-popup .render-content ul li[data-v-b1025605]:hover {
  box-shadow: 0 0 15px 0 rgba(18, 119, 118, 0.2);
  transition: all 0.2s;
}
.render-buy-popup .render-content ul li[data-v-b1025605]:last-child {
  margin-right: 0;
}
.render-buy-popup .render-content ul li .top-r-tips[data-v-b1025605] {
  position: absolute;
  right: 0;
  top: 0;
  image-rendering: pixelated;
}
.render-buy-popup .render-content ul li .list-item-ob[data-v-b1025605] {
  color: #333333;
  font-size: 14px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 21px;
}
.render-buy-popup .render-content ul li .list-item-ob strong[data-v-b1025605] {
  font-size: 28px;
}
.render-buy-popup .render-content ul li .give-away[data-v-b1025605] {
  background-color: #ffe1e1;
  border-radius: 100px;
  color: #e80000;
  padding: 5px 10px;
  width: -moz-max-content;
  width: max-content;
}
.render-buy-popup .render-content ul li del[data-v-b1025605] {
  font-size: 14px;
  color: #999;
  margin-top: 44px;
}
.render-buy-popup .render-content ul li .list-item-cur[data-v-b1025605] {
  color: #333;
  margin-bottom: 5px;
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.render-buy-popup .render-content ul li .list-item-cur span[data-v-b1025605] {
  font-size: 24px;
  font-weight: bold;
}
.render-buy-popup .render-content ul li .list-item-cur .province[data-v-b1025605] {
  padding: 3px 5px;
  border: 1px solid #e80000;
  color: #e80000;
  border-radius: 20px;
  margin-left: 5px;
}
.render-buy-popup .render-content ul .active[data-v-b1025605] {
  box-shadow: 0 0 15px 0 rgba(18, 119, 118, 0.2);
  border: solid 1px #e80000;
}
.render-buy-popup .render-content ul .active .list-item-ob[data-v-b1025605],
.render-buy-popup .render-content ul .active .list-item-cur[data-v-b1025605] {
  color: #e80000;
}
.render-buy-popup .render-content ul .active[data-v-b1025605]::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -381px -135px;
}
.render-buy-popup .render-content ul .custom-recharge[data-v-b1025605] {
  padding-top: 26px;
}
.render-buy-popup .render-content ul .custom-recharge .title[data-v-b1025605] {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.render-buy-popup .render-content ul .custom-recharge .please-enter[data-v-b1025605] {
  margin-top: 18px;
  font-size: 14px;
  color: #999;
}
.render-buy-popup .render-content ul .custom-recharge .input-frame[data-v-b1025605] {
  width: 160px;
  height: 46px;
  border-radius: 5px;
  border: 1px solid #ddd;
  background-color: #f2f2f2;
  margin-top: 12px;
  text-align: center;
  font-size: 20px;
  color: #333;
}
.render-buy-popup .render-content ul .custom-recharge .input-frame[data-v-b1025605]::-webkit-input-placeholder {
  color: #bbb;
  font-size: 16px;
}
.render-buy-popup .render-content ul .custom-recharge .input-frame[data-v-b1025605]:-moz-placeholder {
  color: #bbb;
  font-size: 16px;
}
.render-buy-popup .render-content ul .custom-recharge .input-frame[data-v-b1025605]::-moz-placeholder {
  color: #bbb;
  font-size: 16px;
}
.render-buy-popup .render-content ul .custom-recharge .input-frame[data-v-b1025605]:-ms-input-placeholder {
  color: #bbb;
  font-size: 16px;
}
.render-buy-popup .render-content ul .custom-recharge .total-ob[data-v-b1025605] {
  font-size: 14px;
  color: #333;
  margin-top: 22px;
}
.render-buy-popup .render-content ul .custom-recharge .total-ob > span[data-v-b1025605] {
  font-size: 34px;
  font-family: Arial-BoldMT;
  font-weight: bold;
  margin-right: 2px;
}
.render-buy-popup .render-content ul .custom-recharge .vip-bonus[data-v-b1025605] {
  margin-top: 14px;
  font-size: 14px;
  color: #333;
  display: flex;
  align-items: center;
}
.render-buy-popup .render-content ul .custom-recharge .vip-bonus > span[data-v-b1025605] {
  font-size: 22px;
  color: #e80000;
  font-family: Arial-BoldMT;
  font-weight: bold;
  padding-right: 2px;
}
.render-buy-popup .render-content ul .custom-recharge .vip-bonus .question[data-v-b1025605] {
  width: 15px;
  height: 15px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -419px -133px;
  margin-left: 4px;
  position: relative;
}
.render-buy-popup .render-content ul .custom-recharge .vip-bonus .question .bubble[data-v-b1025605] {
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  font-size: 12px;
  color: #999;
  width: -moz-max-content;
  width: max-content;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  box-shadow: 0 0 20px 0 rgba(18, 119, 118, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  border-radius: 5px;
  z-index: 2;
}
.render-buy-popup .render-content ul .custom-recharge .vip-bonus .question .bubble .to-open[data-v-b1025605] {
  color: #e80000;
  text-decoration: underline;
}
.render-buy-popup .render-content ul .custom-recharge .vip-bonus .question .bubble[data-v-b1025605]:before {
  content: "";
  position: absolute;
  top: -5px;
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
  background-color: #fff;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.render-buy-popup .render-content ul .custom-recharge .vip-bonus .question:hover .bubble[data-v-b1025605] {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
.render-buy-popup .render-content ul .custom-recharge.active[data-v-b1025605] {
  border-color: #e80000;
  box-shadow: 0 10px 15px 0 rgba(18, 119, 118, 0.1);
}
.render-buy-popup .render-content ul .custom-recharge.active .total-ob > span[data-v-b1025605] {
  color: #e80000;
}
.render-buy-popup .render-content .pack-pay-box[data-v-b1025605] {
  display: flex;
  padding-top: 30px;
  margin-bottom: 26px;
}
.render-buy-popup .render-content .pack-pay-box > p[data-v-b1025605] {
  color: #333;
  font-size: 16px;
}
.render-buy-popup .render-content .pack-pay-box .pay-qrcode[data-v-b1025605] {
  position: relative;
  width: 150px;
  height: 150px;
  padding: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -158px -11px;
}
.render-buy-popup .render-content .pack-pay-box .pay-content[data-v-b1025605] {
  position: relative;
  width: calc(100% - 253px);
}
.render-buy-popup .render-content .pack-pay-box .pay-content .discount-selected[data-v-b1025605] {
  display: flex;
  align-items: center;
}
.render-buy-popup .render-content .pack-pay-box .pay-content .discount-selected .countdown[data-v-b1025605] {
  margin-left: 10px;
  color: #e80000;
}
.render-buy-popup .render-content .pack-pay-box .pay-content .pay-price[data-v-b1025605] {
  color: #e80000;
}
.render-buy-popup .render-content .pack-pay-box .pay-content .pay-price strong[data-v-b1025605] {
  font-size: 28px;
  font-weight: 400;
}
.render-buy-popup .render-content .pack-pay-box .pay-content .pay-price del[data-v-b1025605] {
  color: #333333;
}
.render-buy-popup .render-content .pack-pay-box .pay-content .recharge-vip-icon[data-v-b1025605] {
  margin-right: 6px;
  width: 30px;
  height: 30px;
}
.render-buy-popup .render-content .pack-pay-box .pay-content .icon-pay-way-wx[data-v-b1025605] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.render-buy-popup .render-content .pack-pay-box .pay-content .icon-pay-way-zfb[data-v-b1025605] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
.render-buy-popup .render-content .pack-pay-box .pay-content .pay-way-text[data-v-b1025605] {
  font-size: 14px;
  color: #999;
  padding-left: 4px;
}
.render-buy-popup .render-content .pack-pay-box .pay-content .pay-way[data-v-b1025605] {
  position: absolute;
  bottom: 16px;
  display: flex;
  align-items: center;
}
.render-buy-popup .render-content .pack-pay-box .pay-content .paypal-link[data-v-b1025605] {
  position: absolute;
  right: 0;
  bottom: 16px;
  width: 112px;
  height: 24px;
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -20px -94px;
}
.render-buy-popup .render-content .pack-pay-box .pay-content .paypal-link .payment-channel[data-v-b1025605] {
  position: absolute;
  bottom: -20px;
  left: 0;
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.render-buy-popup .render-content .pay-bottom[data-v-b1025605] {
  display: flex;
  justify-content: space-between;
  color: #999;
}
[data-v-13926618]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-13926618]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-13926618]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-13926618],
body[data-v-13926618] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-13926618] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-13926618] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-13926618] {
    border: none;
    outline: none;
}
}
input[data-v-13926618]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-13926618],
textarea[data-v-13926618] {
  border: none;
  outline: none;
}
textarea[data-v-13926618] {
  font-family: "microsoft yahei";
}
em[data-v-13926618] {
  color: #e80000;
  font-style: normal;
}
i[data-v-13926618] {
  font-style: normal;
}
.v-enter-active[data-v-13926618],
.v-leave-active[data-v-13926618] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-13926618],
.v-leave-to[data-v-13926618] {
  opacity: 0;
}
[v-cloak][data-v-13926618] {
  display: none;
}
.f-e80000[data-v-13926618] {
  color: #e80000;
}
.flex[data-v-13926618] {
  display: flex;
}
.flex-a[data-v-13926618] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-13926618] {
  font-family: fangsong;
}
.pingfang[data-v-13926618] {
  font-family: pingfang sc !important;
}
.underline[data-v-13926618] {
  text-decoration: underline;
}
.t-over[data-v-13926618] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-13926618] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-13926618] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-13926618] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-13926618] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-13926618] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-13926618] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-13926618] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-13926618] {
  cursor: pointer;
}
.trans1[data-v-13926618] {
  transition: ease 0.1s;
}
.trans2[data-v-13926618] {
  transition: ease 0.2s;
}
.trans3[data-v-13926618] {
  transition: ease 0.3s;
}
.trans4[data-v-13926618] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-13926618] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-13926618]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-13926618] {
  text-align: center;
}
.icon-pay-way-wx[data-v-13926618] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-13926618] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-13926618]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-13926618] {
  animation: slide-down-in-13926618 ease 0.3s;
}
.dialog-fade-leave-active[data-v-13926618] {
  animation: slide-down-out-13926618 ease 0.3s;
}
.icon-loading-circle[data-v-13926618] {
  animation: loading-circle-13926618 1s linear infinite;
}
@keyframes slide-down-in-13926618 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-13926618 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-13926618 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-13926618] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-13926618] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-13926618] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-13926618] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-13926618] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-13926618] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-13926618] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-13926618] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-13926618] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-13926618] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-13926618] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-13926618] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-13926618] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-13926618] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-13926618] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-13926618] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-13926618] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-13926618] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-13926618] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-13926618] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-13926618] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-13926618] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-13926618] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-13926618] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-13926618] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-13926618] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-13926618] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-13926618] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-13926618] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-13926618] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-13926618] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-13926618] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-13926618] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-13926618] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-13926618] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-13926618] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-13926618] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-13926618] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-13926618] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-13926618] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-13926618] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-13926618] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-13926618] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-13926618] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-13926618] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-13926618] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-13926618] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-13926618] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-13926618] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-13926618] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-13926618] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-13926618] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-13926618] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-13926618] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-13926618] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-13926618] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-13926618] {
  background-position: -218px -553px;
}
.dialog-fade-enter-active[data-v-13926618] {
  animation: slide-down-in-13926618 ease 0.3s;
}
.dialog-fade-leave-active[data-v-13926618] {
  animation: slide-down-out-13926618 ease 0.3s;
}
@keyframes slide-down-in-13926618 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-13926618 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
.trans-pop-enter-active[data-v-13926618] {
  animation: slide-down-in-13926618 ease 0.3s;
}
.trans-pop-leave-active[data-v-13926618] {
  animation: slide-down-out-13926618 ease 0.3s;
}
.dialog-mask[data-v-13926618] {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.dialog-mask[data-v-13926618] {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 100;
}
.dialog-outer[data-v-13926618] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dialog[data-v-13926618] {
  width: 460px;
  min-height: 100px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 12px 1px rgba(0, 0, 0, 0.5);
}
.dialog .public-close-btn[data-v-13926618] {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
.dialog .public-close-btn[data-v-13926618]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.dialog .dialog-header[data-v-13926618] {
  height: 50px;
  line-height: 50px;
  color: #333;
  padding-left: 28px;
  background-color: #f8f8f8;
}
.dialog .dialog-footer[data-v-13926618] {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.center-dialog[data-v-13926618] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dialog-close-btn[data-v-13926618] {
  width: 36px;
  height: 36px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -20px -18px;
  cursor: pointer;
}
.dialog-close-btn[data-v-13926618]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -60px -18px;
}
.icon-vip-free-subscript[data-v-13926618] {
  width: 65px;
  height: 65px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -428px -691px;
}
.icon-vip-year-free-subscript[data-v-13926618] {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -691px;
}
.icon-sale-mini[data-v-13926618] {
  width: 44px;
  height: 44px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -318px -421px;
}
.icon-sort[data-v-13926618],
.icon-type[data-v-13926618],
.icon-texture[data-v-13926618],
.icon-original[data-v-13926618],
.icon-status[data-v-13926618],
.icon-order[data-v-13926618],
.icon-all[data-v-13926618],
.icon-ori_model[data-v-13926618] {
  width: 16px;
  height: 16px;
}
.icon-sort[data-v-13926618] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -381px -47px;
}
.icon-status[data-v-13926618] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -456px -47px;
}
.icon-original[data-v-13926618],
.icon-all[data-v-13926618],
.icon-ori_model[data-v-13926618] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -358px -47px;
}
.icon-order[data-v-13926618] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -474px -47px;
}
.icon-type[data-v-13926618] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -436px -47px;
}
.icon-texture[data-v-13926618] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -402px -47px;
}
.icon-search-pic-big[data-v-13926618] {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -318px -7px;
}
.icon-search-enlarge-big[data-v-13926618] {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -346px -7px;
}
.icon-clear-btn-big[data-v-13926618] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -496px -8px;
}
.icon-clear-btn-big[data-v-13926618]:hover {
  background-position: -518px -8px;
}
.icon-search-pic-middle[data-v-13926618] {
  width: 20px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -494px -46px;
}
.icon-search-enlarge-middle[data-v-13926618] {
  width: 19px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -518px -45px;
}
.icon-clear-btn-middle[data-v-13926618] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -414px -247px;
}
.icon-clear-btn-middle[data-v-13926618]:hover {
  background-position: -434px -247px;
}
.icon-search-pic-smail[data-v-13926618] {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -494px -44px;
}
.icon-search-enlarge-smail[data-v-13926618] {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -517px -44px;
}
.icon-full-screen-zoom[data-v-13926618] {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: -96px -64px;
}
.icon-full-screen-zoom[data-v-13926618]:hover {
  background-position: -96px -96px;
}
.icon-close[data-v-13926618] {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: -64px 0;
}
.icon-close[data-v-13926618]:hover {
  background-position: -64px -32px;
}
.icon-prev-change[data-v-13926618] {
  display: inline-block;
  width: 32px;
  height: 126px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: 0 0;
}
.icon-prev-change[data-v-13926618]:hover {
  background-position: 0px -126px;
}
.icon-next-change[data-v-13926618] {
  display: inline-block;
  width: 32px;
  height: 126px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: -32px 0;
}
.icon-next-change[data-v-13926618]:hover {
  background-position: -32px -126px;
}
.icon-full-screen[data-v-13926618] {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: -96px 0;
}
.icon-full-screen[data-v-13926618]:hover {
  background-position: -96px -32px;
}
.icon-prev-small[data-v-13926618] {
  width: 13px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -327px -199px;
}
.icon-next-small[data-v-13926618] {
  width: 13px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -355px -199px;
}
.icon-prev-big[data-v-13926618] {
  width: 36px;
  height: 54px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -184px -257px;
}
.icon-prev-big[data-v-13926618]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -224px -257px;
}
.icon-next-big[data-v-13926618] {
  width: 36px;
  height: 54px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -264px -257px;
}
.icon-next-big[data-v-13926618]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -304px -257px;
}
.icon-signing[data-v-13926618] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-detail-collect[data-v-13926618] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -474px -323px;
}
.icon-detail-inventory[data-v-13926618] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -496px -323px;
}
.icon-detail-share[data-v-13926618] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -517px -323px;
}
.icon-detail-report[data-v-13926618] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -540px -323px;
}
.icon-detail-report-an-error[data-v-13926618] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -562px -323px;
}
.icon-unselected[data-v-13926618] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -15px -232px;
}
.icon-selected[data-v-13926618] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -34px -232px;
}
.icon-embellish[data-v-13926618] {
  width: 52px;
  height: 52px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -169px -358px;
}
.icon-signing-1row[data-v-13926618] {
  width: 19px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -253px 0;
}
.icon-signing-2row[data-v-13926618] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-member-ordinary-2row[data-v-13926618] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-member-moon-2row[data-v-13926618] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -32px -24px;
}
.icon-member-year-2row[data-v-13926618] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-member-a-2row[data-v-13926618] {
  width: 17px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -24px;
}
.icon-member-b-2row[data-v-13926618] {
  width: 17px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -123px -24px;
}
.icon-member-c-2row[data-v-13926618] {
  width: 17px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -24px;
}
.icon-undelete[data-v-13926618] {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -479px -393px;
}
.icon-subscript-psd[data-v-13926618] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -202px -535px;
}
.icon-subscript-single[data-v-13926618] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -264px -535px;
}
.icon-subscript-vr-cr[data-v-13926618] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -140px -535px;
}
.icon-subscript-cr[data-v-13926618] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -78px -535px;
}
.icon-subscript-vr[data-v-13926618] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -16px -535px;
}
.icon-check[data-v-13926618] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -15px -232px;
}
.icon-check-active[data-v-13926618] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -34px -232px;
}
.icon-similar-big[data-v-13926618] {
  width: 44px;
  height: 44px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
  background-position: -45px -31px;
}
.icon-similar-big[data-v-13926618]:hover {
  background-position: -95px -31px;
}
.icon-year-member-free-big[data-v-13926618] {
  width: 132px;
  height: 132px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -300px -267px;
}
.icon-member-privileges-big[data-v-13926618] {
  width: 132px;
  height: 132px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -439px -267px;
}
.icon-sale-big[data-v-13926618] {
  width: 71px;
  height: 71px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -242px -421px;
}
.icon-reward-big[data-v-13926618] {
  width: 72px;
  height: 72px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -338px;
}
.icon-vip-diamond[data-v-13926618] {
  width: 17px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -500px -201px;
}
.effect-select-popup[data-v-13926618] .dialog-close-btn {
  position: absolute;
  top: 0;
  right: -45px;
}
.effect-select-popup .content[data-v-13926618] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 250px;
  background-image: url(https://down.om.cn/common/image/effect_pay_select_bg_240401.png);
  height: 442px;
}
.effect-select-popup .content > button[data-v-13926618] {
  width: 212px;
  height: 64px;
  border-radius: 10px;
  margin-left: 20px;
  transition: all 0.3s;
  font-weight: bold;
  font-size: 16px;
}
.effect-select-popup .content > button[data-v-13926618]:first-of-type {
  margin-left: 0;
}
.effect-select-popup .content > button.white[data-v-13926618] {
  color: #333;
  background-color: #fff;
}
.effect-select-popup .content > button.white[data-v-13926618]:hover {
  transition: all 0.3s;
  background-color: #fff4f4;
}
.effect-select-popup .content > button.red[data-v-13926618] {
  color: #fff;
  background-color: #e80000;
}
.effect-select-popup .content > button.red[data-v-13926618]:hover {
  transition: all 0.3s;
  background-color: #ff2424;
}
[data-v-d34dd717]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-d34dd717]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-d34dd717]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-d34dd717],
body[data-v-d34dd717] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-d34dd717] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-d34dd717] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-d34dd717] {
    border: none;
    outline: none;
}
}
input[data-v-d34dd717]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-d34dd717],
textarea[data-v-d34dd717] {
  border: none;
  outline: none;
}
textarea[data-v-d34dd717] {
  font-family: "microsoft yahei";
}
em[data-v-d34dd717] {
  color: #e80000;
  font-style: normal;
}
i[data-v-d34dd717] {
  font-style: normal;
}
.v-enter-active[data-v-d34dd717],
.v-leave-active[data-v-d34dd717] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-d34dd717],
.v-leave-to[data-v-d34dd717] {
  opacity: 0;
}
[v-cloak][data-v-d34dd717] {
  display: none;
}
.f-e80000[data-v-d34dd717] {
  color: #e80000;
}
.flex[data-v-d34dd717] {
  display: flex;
}
.flex-a[data-v-d34dd717] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-d34dd717] {
  font-family: fangsong;
}
.pingfang[data-v-d34dd717] {
  font-family: pingfang sc !important;
}
.underline[data-v-d34dd717] {
  text-decoration: underline;
}
.t-over[data-v-d34dd717] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-d34dd717] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-d34dd717] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-d34dd717] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-d34dd717] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-d34dd717] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-d34dd717] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-d34dd717] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-d34dd717] {
  cursor: pointer;
}
.trans1[data-v-d34dd717] {
  transition: ease 0.1s;
}
.trans2[data-v-d34dd717] {
  transition: ease 0.2s;
}
.trans3[data-v-d34dd717] {
  transition: ease 0.3s;
}
.trans4[data-v-d34dd717] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-d34dd717] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-d34dd717]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-d34dd717] {
  text-align: center;
}
.icon-pay-way-wx[data-v-d34dd717] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-d34dd717] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-d34dd717]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-d34dd717] {
  animation: slide-down-in-d34dd717 ease 0.3s;
}
.dialog-fade-leave-active[data-v-d34dd717] {
  animation: slide-down-out-d34dd717 ease 0.3s;
}
.icon-loading-circle[data-v-d34dd717] {
  animation: loading-circle-d34dd717 1s linear infinite;
}
@keyframes slide-down-in-d34dd717 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-d34dd717 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-d34dd717 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-d34dd717] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-d34dd717] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-d34dd717] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-d34dd717] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-d34dd717] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-d34dd717] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-d34dd717] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-d34dd717] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-d34dd717] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-d34dd717] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-d34dd717] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-d34dd717] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-d34dd717] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-d34dd717] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-d34dd717] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-d34dd717] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-d34dd717] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-d34dd717] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-d34dd717] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-d34dd717] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-d34dd717] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-d34dd717] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-d34dd717] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-d34dd717] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-d34dd717] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-d34dd717] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-d34dd717] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-d34dd717] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-d34dd717] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-d34dd717] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-d34dd717] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-d34dd717] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-d34dd717] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-d34dd717] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-d34dd717] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-d34dd717] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-d34dd717] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-d34dd717] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-d34dd717] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-d34dd717] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-d34dd717] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-d34dd717] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-d34dd717] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-d34dd717] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-d34dd717] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-d34dd717] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-d34dd717] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-d34dd717] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-d34dd717] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-d34dd717] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-d34dd717] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-d34dd717] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-d34dd717] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-d34dd717] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-d34dd717] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-d34dd717] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-d34dd717] {
  background-position: -218px -553px;
}
.dialog-fade-enter-active[data-v-d34dd717] {
  animation: slide-down-in-d34dd717 ease 0.3s;
}
.dialog-fade-leave-active[data-v-d34dd717] {
  animation: slide-down-out-d34dd717 ease 0.3s;
}
@keyframes slide-down-in-d34dd717 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-d34dd717 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
.trans-pop-enter-active[data-v-d34dd717] {
  animation: slide-down-in-d34dd717 ease 0.3s;
}
.trans-pop-leave-active[data-v-d34dd717] {
  animation: slide-down-out-d34dd717 ease 0.3s;
}
.dialog-mask[data-v-d34dd717] {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.dialog-mask[data-v-d34dd717] {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 100;
}
.dialog-outer[data-v-d34dd717] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dialog[data-v-d34dd717] {
  width: 460px;
  min-height: 100px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 12px 1px rgba(0, 0, 0, 0.5);
}
.dialog .public-close-btn[data-v-d34dd717] {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
.dialog .public-close-btn[data-v-d34dd717]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.dialog .dialog-header[data-v-d34dd717] {
  height: 50px;
  line-height: 50px;
  color: #333;
  padding-left: 28px;
  background-color: #f8f8f8;
}
.dialog .dialog-footer[data-v-d34dd717] {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.center-dialog[data-v-d34dd717] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dialog-close-btn[data-v-d34dd717] {
  width: 36px;
  height: 36px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -20px -18px;
  cursor: pointer;
}
.dialog-close-btn[data-v-d34dd717]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -60px -18px;
}
.icon-vip-free-subscript[data-v-d34dd717] {
  width: 65px;
  height: 65px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -428px -691px;
}
.icon-vip-year-free-subscript[data-v-d34dd717] {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -691px;
}
.icon-sale-mini[data-v-d34dd717] {
  width: 44px;
  height: 44px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -318px -421px;
}
.icon-sort[data-v-d34dd717],
.icon-type[data-v-d34dd717],
.icon-texture[data-v-d34dd717],
.icon-original[data-v-d34dd717],
.icon-status[data-v-d34dd717],
.icon-order[data-v-d34dd717],
.icon-all[data-v-d34dd717],
.icon-ori_model[data-v-d34dd717] {
  width: 16px;
  height: 16px;
}
.icon-sort[data-v-d34dd717] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -381px -47px;
}
.icon-status[data-v-d34dd717] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -456px -47px;
}
.icon-original[data-v-d34dd717],
.icon-all[data-v-d34dd717],
.icon-ori_model[data-v-d34dd717] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -358px -47px;
}
.icon-order[data-v-d34dd717] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -474px -47px;
}
.icon-type[data-v-d34dd717] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -436px -47px;
}
.icon-texture[data-v-d34dd717] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -402px -47px;
}
.icon-search-pic-big[data-v-d34dd717] {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -318px -7px;
}
.icon-search-enlarge-big[data-v-d34dd717] {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -346px -7px;
}
.icon-clear-btn-big[data-v-d34dd717] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -496px -8px;
}
.icon-clear-btn-big[data-v-d34dd717]:hover {
  background-position: -518px -8px;
}
.icon-search-pic-middle[data-v-d34dd717] {
  width: 20px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -494px -46px;
}
.icon-search-enlarge-middle[data-v-d34dd717] {
  width: 19px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -518px -45px;
}
.icon-clear-btn-middle[data-v-d34dd717] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -414px -247px;
}
.icon-clear-btn-middle[data-v-d34dd717]:hover {
  background-position: -434px -247px;
}
.icon-search-pic-smail[data-v-d34dd717] {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -494px -44px;
}
.icon-search-enlarge-smail[data-v-d34dd717] {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -517px -44px;
}
.icon-full-screen-zoom[data-v-d34dd717] {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: -96px -64px;
}
.icon-full-screen-zoom[data-v-d34dd717]:hover {
  background-position: -96px -96px;
}
.icon-close[data-v-d34dd717] {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: -64px 0;
}
.icon-close[data-v-d34dd717]:hover {
  background-position: -64px -32px;
}
.icon-prev-change[data-v-d34dd717] {
  display: inline-block;
  width: 32px;
  height: 126px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: 0 0;
}
.icon-prev-change[data-v-d34dd717]:hover {
  background-position: 0px -126px;
}
.icon-next-change[data-v-d34dd717] {
  display: inline-block;
  width: 32px;
  height: 126px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: -32px 0;
}
.icon-next-change[data-v-d34dd717]:hover {
  background-position: -32px -126px;
}
.icon-full-screen[data-v-d34dd717] {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: -96px 0;
}
.icon-full-screen[data-v-d34dd717]:hover {
  background-position: -96px -32px;
}
.icon-prev-small[data-v-d34dd717] {
  width: 13px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -327px -199px;
}
.icon-next-small[data-v-d34dd717] {
  width: 13px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -355px -199px;
}
.icon-prev-big[data-v-d34dd717] {
  width: 36px;
  height: 54px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -184px -257px;
}
.icon-prev-big[data-v-d34dd717]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -224px -257px;
}
.icon-next-big[data-v-d34dd717] {
  width: 36px;
  height: 54px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -264px -257px;
}
.icon-next-big[data-v-d34dd717]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -304px -257px;
}
.icon-signing[data-v-d34dd717] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-detail-collect[data-v-d34dd717] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -474px -323px;
}
.icon-detail-inventory[data-v-d34dd717] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -496px -323px;
}
.icon-detail-share[data-v-d34dd717] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -517px -323px;
}
.icon-detail-report[data-v-d34dd717] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -540px -323px;
}
.icon-detail-report-an-error[data-v-d34dd717] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -562px -323px;
}
.icon-unselected[data-v-d34dd717] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -15px -232px;
}
.icon-selected[data-v-d34dd717] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -34px -232px;
}
.icon-embellish[data-v-d34dd717] {
  width: 52px;
  height: 52px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -169px -358px;
}
.icon-signing-1row[data-v-d34dd717] {
  width: 19px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -253px 0;
}
.icon-signing-2row[data-v-d34dd717] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-member-ordinary-2row[data-v-d34dd717] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-member-moon-2row[data-v-d34dd717] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -32px -24px;
}
.icon-member-year-2row[data-v-d34dd717] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-member-a-2row[data-v-d34dd717] {
  width: 17px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -24px;
}
.icon-member-b-2row[data-v-d34dd717] {
  width: 17px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -123px -24px;
}
.icon-member-c-2row[data-v-d34dd717] {
  width: 17px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -24px;
}
.icon-undelete[data-v-d34dd717] {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -479px -393px;
}
.icon-subscript-psd[data-v-d34dd717] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -202px -535px;
}
.icon-subscript-single[data-v-d34dd717] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -264px -535px;
}
.icon-subscript-vr-cr[data-v-d34dd717] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -140px -535px;
}
.icon-subscript-cr[data-v-d34dd717] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -78px -535px;
}
.icon-subscript-vr[data-v-d34dd717] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -16px -535px;
}
.icon-check[data-v-d34dd717] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -15px -232px;
}
.icon-check-active[data-v-d34dd717] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -34px -232px;
}
.icon-similar-big[data-v-d34dd717] {
  width: 44px;
  height: 44px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
  background-position: -45px -31px;
}
.icon-similar-big[data-v-d34dd717]:hover {
  background-position: -95px -31px;
}
.icon-year-member-free-big[data-v-d34dd717] {
  width: 132px;
  height: 132px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -300px -267px;
}
.icon-member-privileges-big[data-v-d34dd717] {
  width: 132px;
  height: 132px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -439px -267px;
}
.icon-sale-big[data-v-d34dd717] {
  width: 71px;
  height: 71px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -242px -421px;
}
.icon-reward-big[data-v-d34dd717] {
  width: 72px;
  height: 72px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -338px;
}
.icon-vip-diamond[data-v-d34dd717] {
  width: 17px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -500px -201px;
}
.recharge-zfb[data-v-d34dd717],
.recharge-wx[data-v-d34dd717] {
  width: 21px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.recharge-zfb[data-v-d34dd717] {
  background-position: -565px -560px;
  margin-left: 5px;
}
.recharge-wx[data-v-d34dd717] {
  background-position: -541px -560px;
}
.effect-vip-popup[data-v-d34dd717] .dialog-close-btn {
  position: absolute;
  top: 0;
  right: -45px;
}
.effect-vip-popup .content[data-v-d34dd717] {
  display: flex;
  padding: 344px 144px 0;
  background-image: url('https://down.om.cn/common/image/effect_vip_popup_bg_v4.png');
  height: 584px;
  flex-wrap: wrap;
}
.effect-vip-popup .content[data-v-d34dd717] * {
  line-height: 1;
}
.effect-vip-popup .content .pay-qrcode[data-v-d34dd717] {
  position: relative;
  width: 150px;
  height: 150px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -158px -11px;
}
.effect-vip-popup .content .right-content[data-v-d34dd717] {
  width: calc(100% - 170px);
  position: relative;
}
.effect-vip-popup .content .right-content .price[data-v-d34dd717] {
  margin-top: 16px;
}
.effect-vip-popup .content .right-content .price > em[data-v-d34dd717] {
  font-size: 20px;
}
.effect-vip-popup .content .right-content .price > em strong[data-v-d34dd717] {
  font-size: 30px;
  font-family: Arial-bold;
}
.effect-vip-popup .content .right-content .price .original-price[data-v-d34dd717] {
  font-size: 14px;
  color: #666;
}
.effect-vip-popup .content .right-content .instruction[data-v-d34dd717] {
  position: absolute;
  top: 50px;
  left: 0;
  font-size: 14px;
  color: #999;
}
.effect-vip-popup .content .right-content .icon-pay-way-wx[data-v-d34dd717] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.effect-vip-popup .content .right-content .icon-pay-way-zfb[data-v-d34dd717] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
  margin-left: 5px;
}
.effect-vip-popup .content .right-content .pay-way-text[data-v-d34dd717] {
  font-size: 14px;
  color: #999;
  padding-left: 4px;
}
.effect-vip-popup .content .right-content .pay-way[data-v-d34dd717] {
  display: flex;
  align-items: center;
  margin-top: 60px;
}
.effect-vip-popup .content .right-content .pay-bottom[data-v-d34dd717] {
  display: flex;
  justify-content: space-between;
  color: #999;
  margin-top: 11px;
  font-size: 12px;
}
.effect-vip-popup .content .pay-prompt[data-v-d34dd717] {
  font-size: 12px;
  color: #999;
  margin-top: -25px;
}
[data-v-f4cba1d5]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-f4cba1d5]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-f4cba1d5]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-f4cba1d5],
body[data-v-f4cba1d5] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-f4cba1d5] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-f4cba1d5] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-f4cba1d5] {
    border: none;
    outline: none;
}
}
input[data-v-f4cba1d5]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-f4cba1d5],
textarea[data-v-f4cba1d5] {
  border: none;
  outline: none;
}
textarea[data-v-f4cba1d5] {
  font-family: "microsoft yahei";
}
em[data-v-f4cba1d5] {
  color: #e80000;
  font-style: normal;
}
i[data-v-f4cba1d5] {
  font-style: normal;
}
.v-enter-active[data-v-f4cba1d5],
.v-leave-active[data-v-f4cba1d5] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-f4cba1d5],
.v-leave-to[data-v-f4cba1d5] {
  opacity: 0;
}
[v-cloak][data-v-f4cba1d5] {
  display: none;
}
.f-e80000[data-v-f4cba1d5] {
  color: #e80000;
}
.flex[data-v-f4cba1d5] {
  display: flex;
}
.flex-a[data-v-f4cba1d5] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-f4cba1d5] {
  font-family: fangsong;
}
.pingfang[data-v-f4cba1d5] {
  font-family: pingfang sc !important;
}
.underline[data-v-f4cba1d5] {
  text-decoration: underline;
}
.t-over[data-v-f4cba1d5] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-f4cba1d5] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-f4cba1d5] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-f4cba1d5] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-f4cba1d5] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-f4cba1d5] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-f4cba1d5] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-f4cba1d5] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-f4cba1d5] {
  cursor: pointer;
}
.trans1[data-v-f4cba1d5] {
  transition: ease 0.1s;
}
.trans2[data-v-f4cba1d5] {
  transition: ease 0.2s;
}
.trans3[data-v-f4cba1d5] {
  transition: ease 0.3s;
}
.trans4[data-v-f4cba1d5] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-f4cba1d5] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-f4cba1d5]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-f4cba1d5] {
  text-align: center;
}
.icon-pay-way-wx[data-v-f4cba1d5] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-f4cba1d5] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-f4cba1d5]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-f4cba1d5] {
  animation: slide-down-in-f4cba1d5 ease 0.3s;
}
.dialog-fade-leave-active[data-v-f4cba1d5] {
  animation: slide-down-out-f4cba1d5 ease 0.3s;
}
.icon-loading-circle[data-v-f4cba1d5] {
  animation: loading-circle-f4cba1d5 1s linear infinite;
}
@keyframes slide-down-in-f4cba1d5 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-f4cba1d5 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-f4cba1d5 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-f4cba1d5] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-f4cba1d5] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-f4cba1d5] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-f4cba1d5] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-f4cba1d5] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-f4cba1d5] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-f4cba1d5] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-f4cba1d5] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-f4cba1d5] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-f4cba1d5] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-f4cba1d5] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-f4cba1d5] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-f4cba1d5] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-f4cba1d5] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-f4cba1d5] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-f4cba1d5] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-f4cba1d5] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-f4cba1d5] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-f4cba1d5] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-f4cba1d5] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-f4cba1d5] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-f4cba1d5] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-f4cba1d5] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-f4cba1d5] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-f4cba1d5] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-f4cba1d5] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-f4cba1d5] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-f4cba1d5] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-f4cba1d5] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-f4cba1d5] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-f4cba1d5] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-f4cba1d5] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-f4cba1d5] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-f4cba1d5] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-f4cba1d5] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-f4cba1d5] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-f4cba1d5] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-f4cba1d5] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-f4cba1d5] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-f4cba1d5] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-f4cba1d5] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-f4cba1d5] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-f4cba1d5] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-f4cba1d5] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-f4cba1d5] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-f4cba1d5] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-f4cba1d5] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-f4cba1d5] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-f4cba1d5] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-f4cba1d5] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-f4cba1d5] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-f4cba1d5] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-f4cba1d5] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-f4cba1d5] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-f4cba1d5] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-f4cba1d5] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-f4cba1d5] {
  background-position: -218px -553px;
}
.dialog-fade-enter-active[data-v-f4cba1d5] {
  animation: slide-down-in-f4cba1d5 ease 0.3s;
}
.dialog-fade-leave-active[data-v-f4cba1d5] {
  animation: slide-down-out-f4cba1d5 ease 0.3s;
}
@keyframes slide-down-in-f4cba1d5 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-f4cba1d5 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
.trans-pop-enter-active[data-v-f4cba1d5] {
  animation: slide-down-in-f4cba1d5 ease 0.3s;
}
.trans-pop-leave-active[data-v-f4cba1d5] {
  animation: slide-down-out-f4cba1d5 ease 0.3s;
}
.dialog-mask[data-v-f4cba1d5] {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.dialog-mask[data-v-f4cba1d5] {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 100;
}
.dialog-outer[data-v-f4cba1d5] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dialog[data-v-f4cba1d5] {
  width: 460px;
  min-height: 100px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 12px 1px rgba(0, 0, 0, 0.5);
}
.dialog .public-close-btn[data-v-f4cba1d5] {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
.dialog .public-close-btn[data-v-f4cba1d5]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.dialog .dialog-header[data-v-f4cba1d5] {
  height: 50px;
  line-height: 50px;
  color: #333;
  padding-left: 28px;
  background-color: #f8f8f8;
}
.dialog .dialog-footer[data-v-f4cba1d5] {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.center-dialog[data-v-f4cba1d5] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dialog-close-btn[data-v-f4cba1d5] {
  width: 36px;
  height: 36px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -20px -18px;
  cursor: pointer;
}
.dialog-close-btn[data-v-f4cba1d5]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -60px -18px;
}
.icon-vip-free-subscript[data-v-f4cba1d5] {
  width: 65px;
  height: 65px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -428px -691px;
}
.icon-vip-year-free-subscript[data-v-f4cba1d5] {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -691px;
}
.icon-sale-mini[data-v-f4cba1d5] {
  width: 44px;
  height: 44px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -318px -421px;
}
.icon-sort[data-v-f4cba1d5],
.icon-type[data-v-f4cba1d5],
.icon-texture[data-v-f4cba1d5],
.icon-original[data-v-f4cba1d5],
.icon-status[data-v-f4cba1d5],
.icon-order[data-v-f4cba1d5],
.icon-all[data-v-f4cba1d5],
.icon-ori_model[data-v-f4cba1d5] {
  width: 16px;
  height: 16px;
}
.icon-sort[data-v-f4cba1d5] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -381px -47px;
}
.icon-status[data-v-f4cba1d5] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -456px -47px;
}
.icon-original[data-v-f4cba1d5],
.icon-all[data-v-f4cba1d5],
.icon-ori_model[data-v-f4cba1d5] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -358px -47px;
}
.icon-order[data-v-f4cba1d5] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -474px -47px;
}
.icon-type[data-v-f4cba1d5] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -436px -47px;
}
.icon-texture[data-v-f4cba1d5] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -402px -47px;
}
.icon-search-pic-big[data-v-f4cba1d5] {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -318px -7px;
}
.icon-search-enlarge-big[data-v-f4cba1d5] {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -346px -7px;
}
.icon-clear-btn-big[data-v-f4cba1d5] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -496px -8px;
}
.icon-clear-btn-big[data-v-f4cba1d5]:hover {
  background-position: -518px -8px;
}
.icon-search-pic-middle[data-v-f4cba1d5] {
  width: 20px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -494px -46px;
}
.icon-search-enlarge-middle[data-v-f4cba1d5] {
  width: 19px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -518px -45px;
}
.icon-clear-btn-middle[data-v-f4cba1d5] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -414px -247px;
}
.icon-clear-btn-middle[data-v-f4cba1d5]:hover {
  background-position: -434px -247px;
}
.icon-search-pic-smail[data-v-f4cba1d5] {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -494px -44px;
}
.icon-search-enlarge-smail[data-v-f4cba1d5] {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -517px -44px;
}
.icon-full-screen-zoom[data-v-f4cba1d5] {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: -96px -64px;
}
.icon-full-screen-zoom[data-v-f4cba1d5]:hover {
  background-position: -96px -96px;
}
.icon-close[data-v-f4cba1d5] {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: -64px 0;
}
.icon-close[data-v-f4cba1d5]:hover {
  background-position: -64px -32px;
}
.icon-prev-change[data-v-f4cba1d5] {
  display: inline-block;
  width: 32px;
  height: 126px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: 0 0;
}
.icon-prev-change[data-v-f4cba1d5]:hover {
  background-position: 0px -126px;
}
.icon-next-change[data-v-f4cba1d5] {
  display: inline-block;
  width: 32px;
  height: 126px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: -32px 0;
}
.icon-next-change[data-v-f4cba1d5]:hover {
  background-position: -32px -126px;
}
.icon-full-screen[data-v-f4cba1d5] {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: -96px 0;
}
.icon-full-screen[data-v-f4cba1d5]:hover {
  background-position: -96px -32px;
}
.icon-prev-small[data-v-f4cba1d5] {
  width: 13px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -327px -199px;
}
.icon-next-small[data-v-f4cba1d5] {
  width: 13px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -355px -199px;
}
.icon-prev-big[data-v-f4cba1d5] {
  width: 36px;
  height: 54px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -184px -257px;
}
.icon-prev-big[data-v-f4cba1d5]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -224px -257px;
}
.icon-next-big[data-v-f4cba1d5] {
  width: 36px;
  height: 54px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -264px -257px;
}
.icon-next-big[data-v-f4cba1d5]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -304px -257px;
}
.icon-signing[data-v-f4cba1d5] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-detail-collect[data-v-f4cba1d5] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -474px -323px;
}
.icon-detail-inventory[data-v-f4cba1d5] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -496px -323px;
}
.icon-detail-share[data-v-f4cba1d5] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -517px -323px;
}
.icon-detail-report[data-v-f4cba1d5] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -540px -323px;
}
.icon-detail-report-an-error[data-v-f4cba1d5] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -562px -323px;
}
.icon-unselected[data-v-f4cba1d5] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -15px -232px;
}
.icon-selected[data-v-f4cba1d5] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -34px -232px;
}
.icon-embellish[data-v-f4cba1d5] {
  width: 52px;
  height: 52px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -169px -358px;
}
.icon-signing-1row[data-v-f4cba1d5] {
  width: 19px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -253px 0;
}
.icon-signing-2row[data-v-f4cba1d5] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-member-ordinary-2row[data-v-f4cba1d5] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-member-moon-2row[data-v-f4cba1d5] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -32px -24px;
}
.icon-member-year-2row[data-v-f4cba1d5] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-member-a-2row[data-v-f4cba1d5] {
  width: 17px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -24px;
}
.icon-member-b-2row[data-v-f4cba1d5] {
  width: 17px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -123px -24px;
}
.icon-member-c-2row[data-v-f4cba1d5] {
  width: 17px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -24px;
}
.icon-undelete[data-v-f4cba1d5] {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -479px -393px;
}
.icon-subscript-psd[data-v-f4cba1d5] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -202px -535px;
}
.icon-subscript-single[data-v-f4cba1d5] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -264px -535px;
}
.icon-subscript-vr-cr[data-v-f4cba1d5] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -140px -535px;
}
.icon-subscript-cr[data-v-f4cba1d5] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -78px -535px;
}
.icon-subscript-vr[data-v-f4cba1d5] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -16px -535px;
}
.icon-check[data-v-f4cba1d5] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -15px -232px;
}
.icon-check-active[data-v-f4cba1d5] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -34px -232px;
}
.icon-similar-big[data-v-f4cba1d5] {
  width: 44px;
  height: 44px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
  background-position: -45px -31px;
}
.icon-similar-big[data-v-f4cba1d5]:hover {
  background-position: -95px -31px;
}
.icon-year-member-free-big[data-v-f4cba1d5] {
  width: 132px;
  height: 132px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -300px -267px;
}
.icon-member-privileges-big[data-v-f4cba1d5] {
  width: 132px;
  height: 132px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -439px -267px;
}
.icon-sale-big[data-v-f4cba1d5] {
  width: 71px;
  height: 71px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -242px -421px;
}
.icon-reward-big[data-v-f4cba1d5] {
  width: 72px;
  height: 72px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -338px;
}
.icon-vip-diamond[data-v-f4cba1d5] {
  width: 17px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -500px -201px;
}
.download-ad-dialog[data-v-f4cba1d5] {
  position: relative;
}
.download-ad-dialog .mask-a[data-v-f4cba1d5] {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.download-ad-dialog .content[data-v-f4cba1d5] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.download-ad-dialog .content .dialog-close-btn-btn[data-v-f4cba1d5] {
  position: absolute;
  top: 0;
  right: -50px;
  width: 36px;
  height: 36px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -20px -18px;
  border-radius: 50%;
}
.download-ad-dialog .content .dialog-close-btn-btn[data-v-f4cba1d5]:hover {
  background-position: -60px -18px;
}
[data-v-19af9fd2]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-19af9fd2]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-19af9fd2]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-19af9fd2],
body[data-v-19af9fd2] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-19af9fd2] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-19af9fd2] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-19af9fd2] {
    border: none;
    outline: none;
}
}
input[data-v-19af9fd2]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-19af9fd2],
textarea[data-v-19af9fd2] {
  border: none;
  outline: none;
}
textarea[data-v-19af9fd2] {
  font-family: "microsoft yahei";
}
em[data-v-19af9fd2] {
  color: #e80000;
  font-style: normal;
}
i[data-v-19af9fd2] {
  font-style: normal;
}
.v-enter-active[data-v-19af9fd2],
.v-leave-active[data-v-19af9fd2] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-19af9fd2],
.v-leave-to[data-v-19af9fd2] {
  opacity: 0;
}
[v-cloak][data-v-19af9fd2] {
  display: none;
}
.f-e80000[data-v-19af9fd2] {
  color: #e80000;
}
.flex[data-v-19af9fd2] {
  display: flex;
}
.flex-a[data-v-19af9fd2] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-19af9fd2] {
  font-family: fangsong;
}
.pingfang[data-v-19af9fd2] {
  font-family: pingfang sc !important;
}
.underline[data-v-19af9fd2] {
  text-decoration: underline;
}
.t-over[data-v-19af9fd2] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-19af9fd2] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-19af9fd2] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-19af9fd2] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-19af9fd2] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-19af9fd2] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-19af9fd2] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-19af9fd2] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-19af9fd2] {
  cursor: pointer;
}
.trans1[data-v-19af9fd2] {
  transition: ease 0.1s;
}
.trans2[data-v-19af9fd2] {
  transition: ease 0.2s;
}
.trans3[data-v-19af9fd2] {
  transition: ease 0.3s;
}
.trans4[data-v-19af9fd2] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-19af9fd2] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-19af9fd2]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-19af9fd2] {
  text-align: center;
}
.icon-pay-way-wx[data-v-19af9fd2] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-19af9fd2] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-19af9fd2]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-19af9fd2] {
  animation: slide-down-in-19af9fd2 ease 0.3s;
}
.dialog-fade-leave-active[data-v-19af9fd2] {
  animation: slide-down-out-19af9fd2 ease 0.3s;
}
.icon-loading-circle[data-v-19af9fd2] {
  animation: loading-circle-19af9fd2 1s linear infinite;
}
@keyframes slide-down-in-19af9fd2 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-19af9fd2 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-19af9fd2 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-19af9fd2] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-19af9fd2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-19af9fd2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-19af9fd2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-19af9fd2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-19af9fd2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-19af9fd2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-19af9fd2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-19af9fd2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-19af9fd2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-19af9fd2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-19af9fd2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-19af9fd2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-19af9fd2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-19af9fd2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-19af9fd2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-19af9fd2] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-19af9fd2] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-19af9fd2] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-19af9fd2] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-19af9fd2] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-19af9fd2] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-19af9fd2] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-19af9fd2] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-19af9fd2] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-19af9fd2] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-19af9fd2] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-19af9fd2] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-19af9fd2] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-19af9fd2] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-19af9fd2] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-19af9fd2] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-19af9fd2] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-19af9fd2] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-19af9fd2] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-19af9fd2] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-19af9fd2] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-19af9fd2] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-19af9fd2] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-19af9fd2] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-19af9fd2] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-19af9fd2] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-19af9fd2] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-19af9fd2] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-19af9fd2] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-19af9fd2] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-19af9fd2] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-19af9fd2] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-19af9fd2] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-19af9fd2] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-19af9fd2] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-19af9fd2] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-19af9fd2] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-19af9fd2] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-19af9fd2] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-19af9fd2] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-19af9fd2] {
  background-position: -218px -553px;
}
.dialog-fade-enter-active[data-v-19af9fd2] {
  animation: slide-down-in-19af9fd2 ease 0.3s;
}
.dialog-fade-leave-active[data-v-19af9fd2] {
  animation: slide-down-out-19af9fd2 ease 0.3s;
}
@keyframes slide-down-in-19af9fd2 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-19af9fd2 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
.trans-pop-enter-active[data-v-19af9fd2] {
  animation: slide-down-in-19af9fd2 ease 0.3s;
}
.trans-pop-leave-active[data-v-19af9fd2] {
  animation: slide-down-out-19af9fd2 ease 0.3s;
}
.dialog-mask[data-v-19af9fd2] {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.dialog-mask[data-v-19af9fd2] {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 100;
}
.dialog-outer[data-v-19af9fd2] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dialog[data-v-19af9fd2] {
  width: 460px;
  min-height: 100px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 12px 1px rgba(0, 0, 0, 0.5);
}
.dialog .public-close-btn[data-v-19af9fd2] {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
.dialog .public-close-btn[data-v-19af9fd2]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.dialog .dialog-header[data-v-19af9fd2] {
  height: 50px;
  line-height: 50px;
  color: #333;
  padding-left: 28px;
  background-color: #f8f8f8;
}
.dialog .dialog-footer[data-v-19af9fd2] {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.center-dialog[data-v-19af9fd2] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dialog-close-btn[data-v-19af9fd2] {
  width: 36px;
  height: 36px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -20px -18px;
  cursor: pointer;
}
.dialog-close-btn[data-v-19af9fd2]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -60px -18px;
}
.icon-vip-free-subscript[data-v-19af9fd2] {
  width: 65px;
  height: 65px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -428px -691px;
}
.icon-vip-year-free-subscript[data-v-19af9fd2] {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -691px;
}
.icon-sale-mini[data-v-19af9fd2] {
  width: 44px;
  height: 44px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -318px -421px;
}
.icon-sort[data-v-19af9fd2],
.icon-type[data-v-19af9fd2],
.icon-texture[data-v-19af9fd2],
.icon-original[data-v-19af9fd2],
.icon-status[data-v-19af9fd2],
.icon-order[data-v-19af9fd2],
.icon-all[data-v-19af9fd2],
.icon-ori_model[data-v-19af9fd2] {
  width: 16px;
  height: 16px;
}
.icon-sort[data-v-19af9fd2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -381px -47px;
}
.icon-status[data-v-19af9fd2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -456px -47px;
}
.icon-original[data-v-19af9fd2],
.icon-all[data-v-19af9fd2],
.icon-ori_model[data-v-19af9fd2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -358px -47px;
}
.icon-order[data-v-19af9fd2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -474px -47px;
}
.icon-type[data-v-19af9fd2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -436px -47px;
}
.icon-texture[data-v-19af9fd2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -402px -47px;
}
.icon-search-pic-big[data-v-19af9fd2] {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -318px -7px;
}
.icon-search-enlarge-big[data-v-19af9fd2] {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -346px -7px;
}
.icon-clear-btn-big[data-v-19af9fd2] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -496px -8px;
}
.icon-clear-btn-big[data-v-19af9fd2]:hover {
  background-position: -518px -8px;
}
.icon-search-pic-middle[data-v-19af9fd2] {
  width: 20px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -494px -46px;
}
.icon-search-enlarge-middle[data-v-19af9fd2] {
  width: 19px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -518px -45px;
}
.icon-clear-btn-middle[data-v-19af9fd2] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -414px -247px;
}
.icon-clear-btn-middle[data-v-19af9fd2]:hover {
  background-position: -434px -247px;
}
.icon-search-pic-smail[data-v-19af9fd2] {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -494px -44px;
}
.icon-search-enlarge-smail[data-v-19af9fd2] {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -517px -44px;
}
.icon-full-screen-zoom[data-v-19af9fd2] {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: -96px -64px;
}
.icon-full-screen-zoom[data-v-19af9fd2]:hover {
  background-position: -96px -96px;
}
.icon-close[data-v-19af9fd2] {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: -64px 0;
}
.icon-close[data-v-19af9fd2]:hover {
  background-position: -64px -32px;
}
.icon-prev-change[data-v-19af9fd2] {
  display: inline-block;
  width: 32px;
  height: 126px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: 0 0;
}
.icon-prev-change[data-v-19af9fd2]:hover {
  background-position: 0px -126px;
}
.icon-next-change[data-v-19af9fd2] {
  display: inline-block;
  width: 32px;
  height: 126px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: -32px 0;
}
.icon-next-change[data-v-19af9fd2]:hover {
  background-position: -32px -126px;
}
.icon-full-screen[data-v-19af9fd2] {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: -96px 0;
}
.icon-full-screen[data-v-19af9fd2]:hover {
  background-position: -96px -32px;
}
.icon-prev-small[data-v-19af9fd2] {
  width: 13px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -327px -199px;
}
.icon-next-small[data-v-19af9fd2] {
  width: 13px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -355px -199px;
}
.icon-prev-big[data-v-19af9fd2] {
  width: 36px;
  height: 54px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -184px -257px;
}
.icon-prev-big[data-v-19af9fd2]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -224px -257px;
}
.icon-next-big[data-v-19af9fd2] {
  width: 36px;
  height: 54px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -264px -257px;
}
.icon-next-big[data-v-19af9fd2]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -304px -257px;
}
.icon-signing[data-v-19af9fd2] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-detail-collect[data-v-19af9fd2] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -474px -323px;
}
.icon-detail-inventory[data-v-19af9fd2] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -496px -323px;
}
.icon-detail-share[data-v-19af9fd2] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -517px -323px;
}
.icon-detail-report[data-v-19af9fd2] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -540px -323px;
}
.icon-detail-report-an-error[data-v-19af9fd2] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -562px -323px;
}
.icon-unselected[data-v-19af9fd2] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -15px -232px;
}
.icon-selected[data-v-19af9fd2] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -34px -232px;
}
.icon-embellish[data-v-19af9fd2] {
  width: 52px;
  height: 52px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -169px -358px;
}
.icon-signing-1row[data-v-19af9fd2] {
  width: 19px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -253px 0;
}
.icon-signing-2row[data-v-19af9fd2] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-member-ordinary-2row[data-v-19af9fd2] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-member-moon-2row[data-v-19af9fd2] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -32px -24px;
}
.icon-member-year-2row[data-v-19af9fd2] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-member-a-2row[data-v-19af9fd2] {
  width: 17px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -24px;
}
.icon-member-b-2row[data-v-19af9fd2] {
  width: 17px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -123px -24px;
}
.icon-member-c-2row[data-v-19af9fd2] {
  width: 17px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -24px;
}
.icon-undelete[data-v-19af9fd2] {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -479px -393px;
}
.icon-subscript-psd[data-v-19af9fd2] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -202px -535px;
}
.icon-subscript-single[data-v-19af9fd2] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -264px -535px;
}
.icon-subscript-vr-cr[data-v-19af9fd2] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -140px -535px;
}
.icon-subscript-cr[data-v-19af9fd2] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -78px -535px;
}
.icon-subscript-vr[data-v-19af9fd2] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -16px -535px;
}
.icon-check[data-v-19af9fd2] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -15px -232px;
}
.icon-check-active[data-v-19af9fd2] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -34px -232px;
}
.icon-similar-big[data-v-19af9fd2] {
  width: 44px;
  height: 44px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
  background-position: -45px -31px;
}
.icon-similar-big[data-v-19af9fd2]:hover {
  background-position: -95px -31px;
}
.icon-year-member-free-big[data-v-19af9fd2] {
  width: 132px;
  height: 132px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -300px -267px;
}
.icon-member-privileges-big[data-v-19af9fd2] {
  width: 132px;
  height: 132px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -439px -267px;
}
.icon-sale-big[data-v-19af9fd2] {
  width: 71px;
  height: 71px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -242px -421px;
}
.icon-reward-big[data-v-19af9fd2] {
  width: 72px;
  height: 72px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -338px;
}
.icon-vip-diamond[data-v-19af9fd2] {
  width: 17px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -500px -201px;
}
.search[data-v-19af9fd2] {
  position: relative;
}
.search .ipt-box[data-v-19af9fd2] {
  display: flex;
  align-items: center;
}
.search .ipt-box input[data-v-19af9fd2] {
  width: 100%;
  background-color: transparent;
  color: #bbb;
}
.search .ipt-box .search-type-box[data-v-19af9fd2] {
  position: relative;
  font-size: 16px;
  width: 96px;
  height: 20px;
  line-height: 20px;
  border-right: 1px solid #666;
  padding-right: 9px;
  cursor: pointer;
}
.search .ipt-box .search-type-box[data-v-19af9fd2]:before {
  content: "";
  position: absolute;
  width: 88px;
  height: 40px;
  top: 16px;
  left: 0;
  z-index: 3;
}
.search .ipt-box .search-type-box span[data-v-19af9fd2] {
  transition: color 0.2s, background-color 0.2s;
}
.search .ipt-box .search-type-box span[data-v-19af9fd2]:after {
  content: "";
  margin-left: 4px;
  vertical-align: text-bottom;
  border: 5px solid transparent;
  border-top-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-17%);
}
.search .ipt-box .search-type-box .search-type-list[data-v-19af9fd2] {
  position: absolute;
  min-width: 100px;
  top: 38px;
  left: 60%;
  padding: 10px 0;
  background-color: hsla(0, 0%, 100%, 0.95);
  transform: translateX(-50%);
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.search .ipt-box .search-type-box .search-type-list > li[data-v-19af9fd2] {
  height: 36px;
  line-height: 36px;
  background-color: transparent;
  text-align: center;
  color: #666;
  font-size: 14px;
  padding: 0 10px;
}
.search .ipt-box .search-type-box .search-type-list > li[data-v-19af9fd2]:hover {
  background-color: #e80000;
  color: #fff;
}
.search .ipt-box .search-type-box ~ input[data-v-19af9fd2] {
  padding-left: 16px;
}
.search .icon-func[data-v-19af9fd2] {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
.search .icon-func i[data-v-19af9fd2] {
  cursor: pointer;
  margin-right: 12px;
}
.search .icon-func i[data-v-19af9fd2]:last-child {
  margin-right: 0;
}
.search .keyword-list[data-v-19af9fd2] {
  position: absolute;
  width: 100%;
  left: 0;
  background-color: hsla(0, 0%, 100%, 0.97);
  border-radius: 0 0 5px 5px;
  padding: 16px 0;
  z-index: 2;
  box-shadow: 0 0 10px rgba(102, 102, 102, 0.2);
}
.search .keyword-list li[data-v-19af9fd2] {
  padding: 0 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search .keyword-list li[data-v-19af9fd2]:hover {
  background-color: #fff;
  color: #e80000;
}
.search .offset-width[data-v-19af9fd2] {
  top: 38px !important;
}
.search .offset-width[data-v-19af9fd2] {
  width: calc(100% - 77px);
  right: 0;
  left: inherit;
  font-size: 14px;
}
.search .offset-width li[data-v-19af9fd2] {
  color: #666 !important;
}
.search .offset-width li[data-v-19af9fd2]:hover {
  color: #e80000 !important;
}
.search-big[data-v-19af9fd2] {
  width: 774px;
  border-bottom: 2px solid #e80000;
}
.search-big .ipt-box[data-v-19af9fd2] {
  width: 705px;
}
.search-big .ipt-box input[data-v-19af9fd2] {
  height: 33px;
  font-size: 20px;
  margin-bottom: 7px;
}
.search-big .ipt-box input[data-v-19af9fd2]::-webkit-input-placeholder {
  color: #bbb;
  font-size: 20px;
}
.search-big .keyword-list[data-v-19af9fd2] {
  top: 42px;
}
.search-big .icon-func[data-v-19af9fd2] {
  top: 43%;
}
.search-middle[data-v-19af9fd2] {
  width: 400px;
  border-bottom: 1px solid #e80000;
}
.search-middle .ipt-box[data-v-19af9fd2] {
  width: 335px;
}
.search-middle .ipt-box input[data-v-19af9fd2] {
  height: 30px;
  font-size: 14px;
  color: #333;
}
.search-middle .ipt-box input[data-v-19af9fd2]::-webkit-input-placeholder {
  color: #bbb;
}
.search-middle .keyword-list[data-v-19af9fd2] {
  top: 31px;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html,
body {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
  input[type="text"] {
    border: none;
    outline: none;
  }
}
input:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button,
textarea {
  border: none;
  outline: none;
}
textarea {
  font-family: "microsoft yahei";
}
em {
  color: #e80000;
  font-style: normal;
}
i {
  font-style: normal;
}
.v-enter-active,
.v-leave-active {
  transition: opacity 0.3s ease;
}
.v-enter-from,
.v-leave-to {
  opacity: 0;
}
[v-cloak] {
  display: none;
}
.f-e80000 {
  color: #e80000;
}
.flex {
  display: flex;
}
.flex-a {
  display: flex;
  align-items: center;
}
.fangsong {
  font-family: fangsong;
}
.pingfang {
  font-family: pingfang sc !important;
}
.underline {
  text-decoration: underline;
}
.t-over {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c {
  display: flex;
  justify-content: center;
}
.flex-a {
  display: flex;
  align-items: center;
}
.flex-ac {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999 {
  font-size: 14px;
  color: #999;
}
.f-14-bbb {
  font-size: 14px;
  color: #bbb;
}
.f-14-666 {
  font-size: 14px;
  color: #666;
}
.f-14-333 {
  font-size: 14px;
  color: #333;
}
.cursor {
  cursor: pointer;
}
.trans1 {
  transition: ease 0.1s;
}
.trans2 {
  transition: ease 0.2s;
}
.trans3 {
  transition: ease 0.3s;
}
.trans4 {
  transition: ease 0.4s;
}
._public-close-btn {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc {
  text-align: center;
}
.icon-pay-way-wx {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active {
  animation: slide-down-in ease 0.3s;
}
.dialog-fade-leave-active {
  animation: slide-down-out ease 0.3s;
}
.icon-loading-circle {
  animation: loading-circle 1s linear infinite;
}
@keyframes slide-down-in {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-down-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}
@keyframes loading-circle {
  100% {
    transform: rotate(1turn);
  }
}
.setDefaultClass {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel {
  width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active {
  background-position: -29px -551px;
}
.icon-down-samil {
  width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active {
  background-position: -112px -588px;
}
.icon-grey-search {
  width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera {
  width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new {
  width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active {
  background-position: -152px -553px;
}
.icon-buy-new {
  width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active {
  background-position: -185px -553px;
}
.icon-sign-new {
  width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active {
  background-position: -218px -553px;
}
@font-face {
  font-family: "iconfont";
  src: url("//at.alicdn.com/t/font_1669159_l4ddgalb69o.eot?t=1597803620311");
  /* IE9 */
  src: url("//at.alicdn.com/t/font_1669159_l4ddgalb69o.eot?t=1597803620311#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAABxIAAsAAAAAMWwAABv4AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCKMgrIbLk4ATYCJAOBVAtsAAQgBYRtB4RIG4QoZQRsHABisW8k2f9/ON6YFO6vsmHDyCkhKlosUpRqeOumebHk0YUUYtNtuLHwyIeKirofmjS2dz0eMdvMNrOqr3GwSH03hwRmEv3zBzs/X0zSiObbQynh+drv9ezuA/rvA1IYZAqsozueQCaqJGynrra2wteIWwTZ3IpgjRabUQymH+Q/5+Hf29+3H2kkCcZRAguzADteksIkgQZzWUqe5EAaKBhCiwE6ArDsJQgssgtSy3b7s+yBJEcDhkAhu5zMImbABf7TCynqFj6lyp4ZQnc5La/a9/8pbbgA+VaH3wVX6tHJK2l98q6K5XI8DAeGoACYABYo6nb/e/BNYAk2fVMllgWcSESxZHAgAzY/bcTsdw/RnDU7s4kTwywkSCj0GhKkQiHxFjxoDYIULVqzlKBVxAJcL5BaoL2jV2qkktI7h6rSM4Gc0/s/8pPO19X2j8OwfQq/8LCEpznDeHdy/HUnGe7zWQHLQX+HZJfkMo5pJxqW/rkkOSQFT0H9olwAntoVxw7b2GHdC08b/nyKQEBw/zq3WMfYjJNV6DvEKOSZj8PKj748FAg0zKh5G4my6CdTQG14NxroYXGmKV7WYZy1tDhVXjrSdeA9/f3Vx1p40OxM97yz+mCD/9vz7u8s2WeXJ4DN2cCAGbCgX+YudctOZcYITl/NEh3OGKGHLxLLKKlp6RoYm1o4dNtdj1y6klc0YY6mcs22uzhb58m9fk/+QJAwfUdKXmVW32iz3Lo/datyJpXR0ZaZdbxN/f8zHkyMzBSFynyGxVaTFsgb62nJ0CKxpa42pSmnKmGqr25FVsWGpIKOlCGHq2TNuoa5VQsDHlQD148AuuMDGxBMwASiACOIBswgBlCEWIAQYgPKEAfgQ1yAgXiMNLoPDNBDANQgESANiQEBJAXIQ9KAMSQD6EHygBakwODpRQBoSAkQQSqAGFIFLCE1QBfSArQhXYCC9AFNyACQg4wYsvQxABKQKYPqC2Ck1w8BUIfcAqxAbgOykLuACuSR0lb6JQCSkCtAAfIF0IF8BaQg3wBDyE+AAxGAi18GUMKvMmANv5qAdfzaBjTw6wIwx+8tzirVnwBggX/XgoF5MwU3wwOwCWd4DL4jnBA/9JnqgiDblDFDS7FJhJpYswg1qWZwSNBw8ZnU38Qd4SIGxUsLpExqE4JTsi1mlCVJ9bmj1UbkkrK6PuYMzkJfVI1lxmTZZ3HOJOV5fsq3UqIZkiRbjra+56Z16FSmFtVVCYKnCLQ2ylhmpFUZZ4FGYVjNZxXlewm3mKXX49hbjtV2HIhjgkTKMlBuaJdUlW98+/dr30+LuLEduqkilapF2gvDggx1lOc1KxkKGX9UdV5Wl1rbJEqvm5JLB+y87Miaw0JLIsOu5VNx9dqC1b2+9FXfuqLZscajB9esoye60rVOlhG1HLJjrqq+EyzA8LDLAlMcsKk0yK2Qybtd4VvKpVUeckzvozGGghPmsZ4Bb0TKHO/Gwhe113Esm8PYyjQJ+FLUHsOFk63umMEzYlWVCE/nTVmlJstVlQKg8wIIUV1T7Xwxq+h1zcmVClLt57pb2n0r0ut1rVpVa7X3ydkkDKNIr9UIwEq9PuRhFsJvd9y0KccJy2WOGrfRNCnhNn95cvpUW8PozOOpo+UFjWOzaxKAvpHaYtJxYCNzFQwMfmeiFLZCzDlYa2pZiTrTpYrIIntRo+p+VxXBuxXoIZEy7hAurZGngj4VUIkXUaI1117oHGn6HCGzxYFQrb40vjrZvujVKf21fMcjpf7KpwgmJvue9e/vSQD6bTXSJ1941kBmnvoYF/zmhrSHkuaJlsZc2I2tHMx1ofO3AU7vvJ6yKnnsn9tSLorKmFtbznj2Dt7IhrAbsqAL5T3qG1Cra1fr8jNP2dW3qqoq5NvnDqlZ0acVPYJDisTLFaymYIFWP7pdfcy82HXzk7k6jGFe6lqdOKaoau3aQ3grN3f70NeXv80LrcvdnPyOUxTTqmqnD77Lw5ZlLOh4y7SbM4RQ/9CDxLWam7xe4pJrSVYG2InSTXqtgtTLD7diy3USXlCsXOt3Z7GbcBWG2krwliHn4n28qtpXF/DPoPNZP3oQuxG2Lqjr1730If7L+2yvg4/0UK+LnM6efoaPd5hF2T71jDnZimLZ/LG+S10AgcCvGn2B2TNAhkOmav1kR2Pi07g9LjZkGSjFXTn2kYDXqbpmxM1TTXdlZvpBE8rwbja7JWFJDfFGdjBuQpgAnevojFVms+ap/fHp252p7c7jiaOVZs+tcBzmWpzaejyW2I14QQK2h7AZyNAtrRfSXkeyGLTEtn9NGL2DU+IHYqKGYIfuB6grcyMpMS4oXAzM7gwuAYyxEKcsXxqHVU4+nZHW9rThlPVuLls0+uad+uwD9V56hStMR2YPuqESluGX9TfOVxdS23QeWPf56eun2qi9cKSQflX+OIaFlFm3LoZ0goT9I51lh7cuXu80rZRXIqDzlPuoITKDsRBjyMKjPgA0y6eegaK6OD0iVquiMHoFJ0qREkXi2EURwiTKp8HSTEHBpZwcyxbDulEP29K0WWGRG1sTSQ9rukxdPJXg+SP4l3UDTc13JvtOvHa++tLZ+hsXn/LGxZH70eBGHJzotIEwxF1iTC5NQTg2u6I5AlscCNReNRVFnZxLdFwkgNooDmMDrhHipgNjzMXLXVcp1Wr3I2dS9XcnAFyOIR1QllLQ0+dCgwP2GpPfVCo9G8XJrUTOMbRcpTqfX+K85MJ9k1K6VbsxHkVcx2M5Ftu1ItOFhpeviPKtMSfXnSpkwBYGMz2sABncZ0kgtd7bRKHe/44GbGv1PPBQW9OlhbL1vUh4Jm2vGVlarhwNeg2trqq2B8BUM2Qpz+Knu5AthJAFKnqmbS/1KQSZq+gRIS4Hq5PFU00NmZluPNk4IDuAjSyUUi6VBurJCCRwodzamJ1dgkxZC6o9qs2lStFdSyIvj9MUNUR9PkoWmN6SNg0RrCPCiggBGsT34wdKTyCIS+kOQ8ue6IrnjzWpXq13kB/uxEf7h8NIHbCLnY5mpXGc2Aqe1uqJFaeiuf6lfj14kDcEmhbHq08kj8zNX/3ZrSdTh8/My1itHZwl125AGKn1+ldwqtA9mm6Xm784ljW3JfiVeJ6SWmM0zgUdKtaKnpoosa64rZTrghC+o9Y4X31utv5G/ar3G+0U31WK9KmKvphq1csHdW2yvjiK9Au158vRm0PKuWpoevhVnxagfI+aqhl1Hu0lqi2qMyHHei3fnPhWvx6yVW7BLOJH2haHFdSXS0R9GA6TAe0hohqqXbEWnXC6ztowNh+72ZQb8fypJiEzUymWMoyx2SUdXAhwmDEDCBSrrAAbmM+Swh2FWkyipWHIuCt59/ZXyeRdsbstG+JmwEJZeDTvJPGit30IZRo1R5r3Do59+S+qnfxkf+1jVV7/aI1cilpxpvZ6FC1gs10V3T+ulOqPTM51KWN9kMmD6FQ2AKfapPzp/VbnqLKp+uEL2FLGdkzLkKjB1MeTTW7nc+pKl7qJdital8SVwjGHnQbrP9U+AhiUMzR1FQDFS5hVIwMIGrRFzqWHVi/x1/dpn5Lhj5cn5/NRqd7Vg++TLAO2iJDTCfEjgxxMmnOwkVVwyroDcHp7n+lZ1PfTMM4nQEY8xoKiB4S44yEzIXB/P2ws4YYsO2mWP9LUT/QsTf1jdXeL9sny66wQRXtL1RuT+iQlQJUkffsrwHCWDwTqIV/VZgTH5p5YigoAmY9jX69+fVsblQGgb4wPi7Qgzg3ZaW7AMnL7oFaJThlNqe7o06yOdrOHJq3y5kHuwgai69Siaw7PoePK2jA1xPTkRFTrwK+iNw8/fb8F6MRabX8fZuQdoq4tH+R9xGl37/HMPi1kc2aPFrD+/U1g9+gdq5/4dHn/7x52ZxsuDiwFbFCdQ0w21tjvOzGnMVzOArU4y8rWDD21bGw7GbV3BfFF7WliUsB5ezzdVdzNU2JWLRDOoxcRMERwYYz+pmHhwsbfKkrU9LdbfMPw2b679513Tv7t0iePzsz8qfNE5x9GR3t7/955svOPoFEKyhPdN8Ly1tSO8C/f6Z8N/sJeeIbt/vXl6StwesuTqTdw4vXvld7hz/0r5xz2/9nPQ68u/PWV6Svg3JY3U2+Atd/NpG+0B+3Xjx+baZ9ZUtfa/fYb4Ph3J8b/1HGy8w83b95tUwFTrr3MMJLoGze3NbEnxBPsrU3XclfX+Uui3sEliVKjhLzGfa/7GrLEKL1/iQkLF0uc6lYng+hafhNp2+rCnGiOak2ps4/LVpFyrZiwZlEOBaFSltXK2kDJQ1lB0ozt+TFBpcsSymMKN2138c1r+vT7S3e/31YNGpYYFTVABcsOHSyDpTBRSwF5bGXeziDDl1gTM4oF2yasbUjR9IZtrCgmpm/9dAzHNBUVGgxeWXHrSa300OPm4FRFQ7e72elkDdpJzahdsY+6FPwrEtqhCdmFVAqZoP3bVZOheVlKt4/Oo/a4iTbCbxmkmWpN9QwpY/GoHYP/lmuzA9L5ej0/wz9rwj+bn/5S0yvvf8MQxbo6/4xrcMI/C686fTo/OyAPtB3F//wLv6Qo915ElxBG8VMB4HHOzA6X7SIGJGFmj8ztLpGBy6I46s+ikutVKxb8Nh/8QSGCa/BQ9WbBh8RqfuWXmOp3cHHHo4JNDh8voPGJW5YV3sEXeOeuXPEBKoZ/42QgSnOOoIe6+NEjqi2kQtIVt2j3gzScpVpO20cjSuTakEVrRQe1MVHNUWsXrVk6Q7PTjjh3nSfF+VP6w0tzDRWJ89Sjt0l2lwYLb47bSoNKwWWAv2RLeOf9VCAJj/N6qg4BR8fYqgVP47yTkRJ0AmVch1L+VMZX8asPxXV/LlgZkhTf8QmbLU9aJPGUuhYwrCh1sWT7ZU3VslZHxrU7rMvILU5FkiK60j3JV7XoyazZ0/zDD/n59SEqPA07dxq8DBhm8AS+ivemABhFh7FzpkPhIO6nV5j0PUNM4woDcFsmEYywxJvbRBDhs9iM5vG//3JVH8YWTpOC5dnskPuYWSAWIRZ3FrvvrElzYt2ZxL5ljmFbk2v9uMvWrmS75e1fD/ZNYVm3Oyoxquv7OtD+M7Dl8I12Dq3zkw7WnbOsyjfugLe+y5+nkbMkYVow1wvO9Bbl9nGUPoH48b/DNM6/Nwvk3K6gtX+2AX8Ab/6BaYXw1TZM8j1m+xnvD0DcL/C55WjGbn7+FmJ30E9e2BcV/SAKXl8vEovqd9VW63fzRZnNNVUZJ+L9X/n3XHn95jfvtV5/TBelONKvR61mHv5RPXZuZXkZEDrm/uzBo/hTeK0/G3ke/tuREPkzkcCb4xF9HYXtSvxy7ktCRKk7O5wtNoOB5n8TR5s9XT1aRolGA9WV1ntmbLT/EyOI6c67nwccQwl33qd30QcZBEYqjTBnbe4abAYsY81ga26HwUO0EwuFo5dpLZwVMEyEV5iOFqMS/OAgViqS4Jj+2OU6VAfHL6AmEQjnjei0fMJJIl8LHsSTBD4GmOEsHVPBOukXz9SxwhlpEawR5kiX4qaiy3usgIyRCnzGAhKAy8eSVN4K79JSL4WPasBHXegcqfBSeQ+ovSGMTm/1gLfKT+2TGHwezdrwMfz87Ox5iMo2i86jMZttLJpiIYdfuH3pp3ZXP6RQCoVKJaJYHC0UTLl2nSpUbCOOBX74US6FYunRWThGG7DrXsCp3S5ct5f9/xzukJVp8FHS+6urzN6GHfphb6WPGXCRbnZ+wlP8Uo8Lzp51NAgMjtZ0ksFpVPWHKDCAiDf3X4d/V1hz6cODZMrW1v6hce64U8om3xX40tvuRs5iBz8Arka/Ruh51akZbALV4EbTUxaQCM+75jDZn4Pvko6SfjoeKhkNMgbLvx8+TjpG+u3kIvkN6q0fsrBNm7BsLCvNLJgJ8dQsLNspM6M1IYFCSUhs1TmmEgkgYuiITxGP4a8buUYvisvX8P2h3+rX+TN4RT7cGVju9W9vAlMGZ4SJwhkoYyb0/utVDmey6yi1FNoUVUad+l3/Z7xYyU7oKccdm8w6TTntBTW2P5b6su2z5EuhMTLx8p4EJTte/Of53p61eupLNLIXNCD9bYIVI8R4BT8j2NGPwSgrhAithFD9Kch7dFeAnL+mEUuBm453bYGbYYZDm7CUtY0y/u6AkbPO+wjUVzRA/UJAcDvyZLgX03CPzG6tKPh/slvUU6thTuOWXEyLNWyBOTC3oVEbHyVsbAQRJo9Lxii6ncoPndy+xeBp3rrlixBxiH2h2qGAbn3KMJQWl5cY7jy10u3kHu4lVg9FNwdAGzCmOwCTNfDA3a+sb0JxoT6ge7DEmopxL0vG8bdzyILG374dtzzn3uLjuGVujnZTNIgePUKhDm4MXd7Z4tKeRe/9J7YkcXOq5t+DU1SlPh32fA+Etofx9ByGovS1ZbIaWBksLccyQuy3sLWeZANLxTAXjY/wLeP5ekzISqRnMbIZvCEQBlenPLhz0SHY4dLdSZKZOUyanM5nBjPzpx9QOyL3MQ1kdPcS/9VdLBwyMMcPtZxUgF6nN4Lea5X39P4q+O/Q/jQfg4hUfps/U+Eb7iv2lXfX1zmneXDLfC0Kryd+nCNsQblHID3CZwdliOpL5dK5ILrdafzHN53VO6rr/vjKHEJxA7qeX5Zz8faXG1uPwrikJfUrGm49ubujhbTj8o+n2TvYp8d/LCN/Qz579bzVPJjmuX/8Y01q2qh1v6dmECzWOPUzPNe6yBlSN6OICkI5oSy3FJtTQFBAdLLSiBtTlKFhYZ0YLl3o+b5fdGvXEtfCdWymOkCQJv+f5DdHfOTorCYos04hN5UXcYqam+9avMON29JMt7h9t0MTpDHzzluwCVJ3pAqu32KKY21lECrnG9dHxMbKGsvgoX64CcgXFnRpNtvuLfuZ93PIb/dONF2hBZgcbjrUT3yxUms1TUyfu3o8oaAmbJUnKC7ZnYNJC+LpdH4U0hysYjco9opcB5axLkxOjlvELnx9Hc/DKrdYJqdEkbyWFl4kf2qyvz+D7P+GQEiYwL8P0GUaDFOTvEhRczM/8utVW1jyOr0cZL4YGAhLUzCVLc3KacXUpGkIgrCwgYFGvF5s164uN2F1bUuLgpk+OTU0NDWpZP6+j1p0/XqR40sna6TAHclINgOTyOzjknyHuUSu2SeZRCSFBn6XQrSZgyRK+3hFg28yUQa/GyD9jGWQSjbStFl40CeFNHlogKCNO+xL4pptRElXTmL0+aYQSUQQIQ/WnNKcTD8ltCMNsgvpzXiBwZyt/ls5pLThwSmWL3Fq3uW7IRgxnuM/9gKOGwZsXHiQmLPsuw1JbFnr8zBndvZCGRhVA047DoRqBd3DY85+PxtZsqRdj5YRcw7GMNQ0nIqzKwg72wd1cC/sGGxewQ5/RDT1PBjr4GAelZ8fbMZ64eRppAdxcdsVi/gb9sQSx/04NpMAbj89GFPovC1464J/gue+X51CJBY0Bzf9zUNVZzt2Qz083QGrFCGvh8bSE/kRHqu2K0u7yxgZXul3JJu8Nn/o0DFFqHqvBuDGFjc2imNWrizm0OlEcUSEmODgQBSHf95r79pffnn2fGYm0u+YjyIn59dfc9YplysbG5TAZM1fvWYf/aKjZ5WRkyl+hCmCXwoyQbdWov+bvR4895a9ezPqCERj0569BneeBwgHXJ1gq8Dc4kl7guegkwCRb04myGgB00FMmeyrzb4aev1BYqJ8A+hq9XSA24+A6/hhw4H0bvbIseFjJeYhvcjiYdOIKevUEBCcevJkq+s20CQ3PXnitjeBrW5b+TYXhqYATmDAf0TuXgaboXXNizzolo//5vshoS2jWqrLUGKYBI+tiBUMqUPA1L332ppQnGb4eYIxd7AyY6+pJ0iQM0CsMPrCxdClfSAT/5RM+jRMnETCrTyJjFQm6Htm4uKFSb/JAebSs78h0+PHpqGi9QRk8jyBvVJDFukJieR05XyjS+N8wenkRIJepAmMcwISYIOZNTXpWKWhigzLxBLWbVjhQKER1epUm7eHcn1BMaZDu4yVFLKKmV0OVuweG1Op/JS3ftBqh32Gb90y+JodN+JmIlGxXKFW29caXKU+1xIIihiFShXKq1V8cmCj62zQzM2P2M4o0rjlutUWYouVNLs1FzkW+50TLOG0FpmGXvm/DA3d6tL0wQdbqY5LnC1tP+iACEuCneVA29l5sTZwPqqADvP26fKgFmZYmEePKpivCey6SNuJE6jztJ9o81Qc2O1DPHmChkDg2x28I5Y1wbExiNq0MHRhx+Jo7rTEOA322v+LNHNOQNEZQzoA0u/1qAiA9EFB6wGIHhe0G4AcYQbVAPQ2cg+GApB7tKF3AMgzKlEgADnGM5QLQF5wBC0CIIO0B88gsQ862ufTZQI0oUb18EcAYkWCtGhenYVz7VN0IfE8jsKRykPOoFARvFVYRh8sls0M4CMxCbsByG3eR0tR5ar9kCzNtHHkUfiEK4DBOI9AHlve0Omg5k6nWRG/7QofI6VxjYm0bXWY0Z7yOU6jCGh7ZYB4bZ8zgkJy1/NiGGGejGlGxK38wUFEr8MErJGgwTFRcQNJIbeXVdDCKZhnAF+0HeUrlG98yddlpT/VWQujX4f+VXI8cOwM6M5lRv9Fpv35ZO+/7kwBxfVq7MXXyzUagEmspCT/GOH4ICf2/65zWqf9ImQ3Mz64OcCTMft88NEKxB+rctl3q8XR2tgjxDSlhB1d0W/E0Pgt9gnwb5OdGf/qIZMXJoR6gdRmvuaqzzc8vbiVnM23hTbmOzzH8wNTu3OHsqIlVQbBxE80X0n5NV+L/aCGlfxDLUj+nW8r+K86TIrl/MCjyEqGBoGn5xFkB7XYTwIVk7b+7tS+4Rcw2cmopVcn+wExIZO4vri6HtoBQZThk3pz03Va6Mit2CIPcI6Fj9yA6i4sB/3L5aXe+V4obmenzkVA6sjiNWFvWhMpjOin7pxGfvsvgJE5UuTc5WnNH0CUoCb+avPQVwLxnUZCd5kXe9IzbnSa0IR564i1hK0mgDMqTPDsYzWA0rlgU5S9F5faQ2lR7eLxmXYYZuiId6MHJDsGJhY2Di4ePkLATyy/ECJiElIycgpKKmoaWjp6BkYmZpasWLNhy449B46cOHPhyo07D568ePPhy4//wvQznAsN5ACLiMZ212dWgHNJxsHHMUs6WiaTbMhdWSCz3uMkqZxiyjZfl4YO1ZI2SqDmaLGsEV9UUWfyEssGJXWczxSz7zrVyPRpAIqje9MyIlQ6pwm4SZZzg/d3i7tl1WIrNxPnkVtlNiFDAva+F2aqXGClGlTVMvvrdzajpPyU1RXOtTxfHSXdlCZRPdhxVgZ199pAhDKYI1IhUWWnxR1WnnDRxzI1nZ5bvVYSh3yiBFXyLdfFMbMXJS8z6HBFvcuLEIoBUEK9B1Lo3upcP111pIwpWkkvOHnmppKOfb20kgvlOMH12sJF5ZJKULp+p2Vd8QYzs58r9tMi+9PkYq4rjbsrOlQH6FadNGlbYu/g7pI6zAAAAA==") format("woff2"), url("//at.alicdn.com/t/font_1669159_l4ddgalb69o.woff?t=1597803620311") format("woff"), url("//at.alicdn.com/t/font_1669159_l4ddgalb69o.ttf?t=1597803620311") format("truetype"), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url("//at.alicdn.com/t/font_1669159_l4ddgalb69o.svg?t=1597803620311#iconfont") format("svg");
  /* iOS 4.1- */
}
.iconfont {
  font-family: "iconfont" !important;
}
.iconfont {
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.iconfont.icon-gou:before {
  content: "\e623";
}
.iconfont.icon-fenlei:before {
  content: "\e617";
}
.iconfont.icon-right1:before {
  content: "\e607";
}
.iconfont.icon-right-angle:before {
  content: "\e608";
}
.iconfont.icon-xuanzhongshangcheng:before {
  content: "\e609";
}
.iconfont.icon-biyan:before {
  content: "\e6d2";
}
.iconfont.icon-yonghu1:before {
  content: "\e6e6";
}
.iconfont.icon-gongdan:before {
  content: "\ec37";
}
.iconfont.icon-chongzhi:before {
  content: "\e606";
}
.iconfont.icon-dingdan:before {
  content: "\e60e";
}
.iconfont.icon-dunpai:before {
  content: "\e604";
}
.iconfont.icon-jiantou:before {
  content: "\e618";
}
.iconfont.icon-cooperation:before {
  content: "\e629";
}
.iconfont.icon-wenjianbianxie_fuzhi:before {
  content: "\e61a";
}
.iconfont.icon-shouji54:before {
  content: "\e660";
}
.iconfont.icon-44:before {
  content: "\e6a6";
}
.iconfont.icon-mima:before {
  content: "\e60c";
}
.iconfont.icon-youxiang:before {
  content: "\e616";
}
.iconfont.icon-question:before {
  content: "\e64f";
}
.iconfont.icon-icon_shangchuan__:before {
  content: "\e626";
}
.iconfont.icon-up1:before {
  content: "\e610";
}
.iconfont.icon-huijianyuyue-fa-:before {
  content: "\e688";
}
.iconfont.icon-zan2:before {
  content: "\e603";
}
.iconfont.icon-guankan:before {
  content: "\e703";
}
.iconfont.icon-gift:before {
  content: "\e605";
}
.iconfont.icon-gerenzhongxin:before {
  content: "\e651";
}
.iconfont.icon-xiaoxi:before {
  content: "\e628";
}
.iconfont.icon-jiaoyi:before {
  content: "\e60b";
}
.iconfont.icon-vr:before {
  content: "\e63d";
}
.iconfont.icon-huiyuan:before {
  content: "\e737";
}
.iconfont.icon-caiwu:before {
  content: "\e625";
}
.iconfont.icon-shoucang1:before {
  content: "\e615";
}
.iconfont.icon-zuopin:before {
  content: "\e620";
}
.iconfont.icon-guanli:before {
  content: "\e6a4";
}
.iconfont.icon-jilu:before {
  content: "\e61c";
}
.iconfont.icon-qq:before {
  content: "\e612";
}
.iconfont.icon-weixin:before {
  content: "\e62e";
}
.iconfont.icon-pencil:before {
  content: "\eb89";
}
.iconfont.icon-fuxuanxuanzhong:before {
  content: "\e6ad";
}
.iconfont.icon-icon_xiala:before {
  content: "\e601";
}
.iconfont.icon-iconfuxuan1:before {
  content: "\e611";
}
.iconfont.icon-hao:before {
  content: "\e600";
}
.iconfont.icon-close1:before {
  content: "\e62b";
}
.iconfont.icon-close:before {
  content: "\e602";
}
.iconfont.icon-close55:before {
  content: "\e602";
}
.iconfont.icon-shanchu1:before {
  content: "\e74b";
}
.iconfont.icon-fangdajing1-copy:before {
  content: "\e876";
}
.iconfont.icon-up:before {
  content: "\e61b";
}
.iconfont.icon-cloud_fill:before {
  content: "\e64e";
}
.iconfont.icon-ticket:before {
  content: "\e836";
}
.iconfont.icon-tags:before {
  content: "\e719";
}
.iconfont.icon-people:before {
  content: "\e71f";
}
.iconfont.icon-xiangzuo1:before {
  content: "\e779";
}
.iconfont.icon-xiangyou-copy:before {
  content: "\ec09";
}
.iconfont.icon-xiala1:before {
  content: "\e687";
}
.iconfont.icon-xiala:before {
  content: "\e604";
}
[data-v-735ad54c]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-735ad54c]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-735ad54c]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-735ad54c],
body[data-v-735ad54c] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-735ad54c] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-735ad54c] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-735ad54c] {
    border: none;
    outline: none;
}
}
input[data-v-735ad54c]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-735ad54c],
textarea[data-v-735ad54c] {
  border: none;
  outline: none;
}
textarea[data-v-735ad54c] {
  font-family: "microsoft yahei";
}
em[data-v-735ad54c] {
  color: #e80000;
  font-style: normal;
}
i[data-v-735ad54c] {
  font-style: normal;
}
.v-enter-active[data-v-735ad54c],
.v-leave-active[data-v-735ad54c] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-735ad54c],
.v-leave-to[data-v-735ad54c] {
  opacity: 0;
}
[v-cloak][data-v-735ad54c] {
  display: none;
}
.f-e80000[data-v-735ad54c] {
  color: #e80000;
}
.flex[data-v-735ad54c] {
  display: flex;
}
.flex-a[data-v-735ad54c] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-735ad54c] {
  font-family: fangsong;
}
.pingfang[data-v-735ad54c] {
  font-family: pingfang sc !important;
}
.underline[data-v-735ad54c] {
  text-decoration: underline;
}
.t-over[data-v-735ad54c] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-735ad54c] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-735ad54c] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-735ad54c] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-735ad54c] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-735ad54c] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-735ad54c] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-735ad54c] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-735ad54c] {
  cursor: pointer;
}
.trans1[data-v-735ad54c] {
  transition: ease 0.1s;
}
.trans2[data-v-735ad54c] {
  transition: ease 0.2s;
}
.trans3[data-v-735ad54c] {
  transition: ease 0.3s;
}
.trans4[data-v-735ad54c] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-735ad54c] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-735ad54c]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-735ad54c] {
  text-align: center;
}
.icon-pay-way-wx[data-v-735ad54c] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-735ad54c] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-735ad54c]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-735ad54c] {
  animation: slide-down-in-735ad54c ease 0.3s;
}
.dialog-fade-leave-active[data-v-735ad54c] {
  animation: slide-down-out-735ad54c ease 0.3s;
}
.icon-loading-circle[data-v-735ad54c] {
  animation: loading-circle-735ad54c 1s linear infinite;
}
@keyframes slide-down-in-735ad54c {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-735ad54c {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-735ad54c {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-735ad54c] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-735ad54c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-735ad54c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-735ad54c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-735ad54c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-735ad54c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-735ad54c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-735ad54c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-735ad54c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-735ad54c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-735ad54c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-735ad54c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-735ad54c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-735ad54c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-735ad54c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-735ad54c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-735ad54c] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-735ad54c] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-735ad54c] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-735ad54c] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-735ad54c] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-735ad54c] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-735ad54c] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-735ad54c] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-735ad54c] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-735ad54c] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-735ad54c] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-735ad54c] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-735ad54c] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-735ad54c] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-735ad54c] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-735ad54c] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-735ad54c] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-735ad54c] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-735ad54c] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-735ad54c] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-735ad54c] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-735ad54c] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-735ad54c] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-735ad54c] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-735ad54c] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-735ad54c] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-735ad54c] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-735ad54c] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-735ad54c] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-735ad54c] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-735ad54c] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-735ad54c] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-735ad54c] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-735ad54c] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-735ad54c] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-735ad54c] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-735ad54c] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-735ad54c] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-735ad54c] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-735ad54c] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-735ad54c] {
  background-position: -218px -553px;
}
.icon-fire[data-v-735ad54c] {
  width: 14px;
  min-width: 14px;
  height: 17px;
  margin-left: 10px;
  margin-bottom: 4px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -377px -473px;
}
.icon-yellow-new[data-v-735ad54c] {
  width: 19px;
  min-width: 19px;
  height: 19px;
  margin-left: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -401px -473px;
}
.search-popup-container[data-v-735ad54c] {
  width: 100%;
  background-color: #fff;
  padding: 30px 20px 14px 40px;
  font-size: 14px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.search-popup-container[data-v-735ad54c] * {
  line-height: 1;
}
.search-popup-container .history-search[data-v-735ad54c] {
  margin-bottom: 20px;
}
.search-popup-container .history-search .history-search-header[data-v-735ad54c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  color: #999999;
  margin-bottom: 19px;
}
.search-popup-container .history-search .history-search-header .right-group[data-v-735ad54c] {
  display: flex;
  gap: 7px;
  align-items: center;
}
.search-popup-container .history-search .history-search-header .right-group[data-v-735ad54c]:hover {
  cursor: pointer;
}
.search-popup-container .history-search .history-search-content ul[data-v-735ad54c] {
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
  list-style-type: none;
  box-sizing: border-box;
  max-height: 90px;
  overflow: hidden;
}
.search-popup-container .history-search .history-search-content ul li[data-v-735ad54c] {
  position: relative;
  flex: 0 0 auto;
  /* 确保每个列表项独占一行 */
  height: 30px;
  margin: 0 20px 20px 0;
  border-radius: 999px;
  background: #F7F9FA;
  cursor: pointer;
  transition: ease 0.3s;
  width: -moz-max-content;
  width: max-content;
}
.search-popup-container .history-search .history-search-content ul li span[data-v-735ad54c] {
  width: 100px;
  line-height: 30px;
  text-align: center;
  margin: 0 14px;
  box-sizing: border-box;
  font-weight: 500;
  color: #333333;
}
.search-popup-container .history-search .history-search-content ul li .icon-clear-history[data-v-735ad54c] {
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.search-popup-container .history-search .history-search-content ul li[data-v-735ad54c]:hover {
  background-color: #EFEFEF;
  transition: ease 0.3s;
}
.search-popup-container .history-search .history-search-content ul li:hover .icon-clear-history[data-v-735ad54c] {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
.search-popup-container .hot-search .hot-search-header[data-v-735ad54c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  line-height: 24px;
  box-sizing: border-box;
  color: #999999;
}
.hot-search-common ul[data-v-735ad54c] {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
.hot-search-common ul li[data-v-735ad54c] {
  text-align: left;
  margin-bottom: 20px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  transition: ease 0.3s;
  display: flex;
  align-items: center;
}
.hot-search-common ul li span[data-v-735ad54c] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  margin-bottom: 1px;
}
.hot-search-common ul li[data-v-735ad54c]:nth-child(n+10) {
  display: none;
}
.hot-search-common ul li[data-v-735ad54c]:nth-child(3n+1) {
  margin-left: 0;
}
.hot-search-common ul li[data-v-735ad54c]:hover {
  transition: ease 0.3s;
  color: #e80000;
}
.hot-search-common ul li[data-v-735ad54c]:before {
  content: attr(data-index);
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  min-width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F7F9FA;
  margin-right: 10px;
  font-size: 14px;
  color: #999;
}
.hot-search-content ul li[data-v-735ad54c] {
  flex-basis: calc(33.33% - 9px);
  max-width: calc(33.33% - 9px);
  margin-left: 9px;
}
.hot-search-content ul li[data-v-735ad54c]:nth-child(n+10) {
  display: none;
}
.hot-search-content ul li[data-v-735ad54c]:nth-child(3n+1) {
  margin-left: 0;
}
.hot-search-content-2 ul li[data-v-735ad54c] {
  flex-basis: calc(50% - 9px);
  max-width: calc(50% - 9px);
}
.hot-search-content-2 ul li[data-v-735ad54c]:nth-child(n+7) {
  display: none;
}
.hot-search-content-2 ul li[data-v-735ad54c]:nth-child(2n) {
  margin-left: 9px;
}
@media screen and (min-width: 1800px) {
.hot-search-content-2 ul li[data-v-735ad54c] {
    flex-basis: calc(33.33% - 9px);
    max-width: calc(33.33% - 9px);
    margin-left: 9px;
}
.hot-search-content-2 ul li[data-v-735ad54c]:nth-child(n+10) {
    display: none;
}
.hot-search-content-2 ul li[data-v-735ad54c]:nth-child(3n+1) {
    margin-left: 0;
}
.hot-search-content-2 ul li[data-v-735ad54c]:nth-child(n+7) {
    display: flex;
}
}
[data-v-1d5d3c25]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-1d5d3c25]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-1d5d3c25]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-1d5d3c25],
body[data-v-1d5d3c25] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-1d5d3c25] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-1d5d3c25] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-1d5d3c25] {
    border: none;
    outline: none;
}
}
input[data-v-1d5d3c25]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-1d5d3c25],
textarea[data-v-1d5d3c25] {
  border: none;
  outline: none;
}
textarea[data-v-1d5d3c25] {
  font-family: "microsoft yahei";
}
em[data-v-1d5d3c25] {
  color: #e80000;
  font-style: normal;
}
i[data-v-1d5d3c25] {
  font-style: normal;
}
.v-enter-active[data-v-1d5d3c25],
.v-leave-active[data-v-1d5d3c25] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-1d5d3c25],
.v-leave-to[data-v-1d5d3c25] {
  opacity: 0;
}
[v-cloak][data-v-1d5d3c25] {
  display: none;
}
.f-e80000[data-v-1d5d3c25] {
  color: #e80000;
}
.flex[data-v-1d5d3c25] {
  display: flex;
}
.flex-a[data-v-1d5d3c25] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-1d5d3c25] {
  font-family: fangsong;
}
.pingfang[data-v-1d5d3c25] {
  font-family: pingfang sc !important;
}
.underline[data-v-1d5d3c25] {
  text-decoration: underline;
}
.t-over[data-v-1d5d3c25] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-1d5d3c25] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-1d5d3c25] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-1d5d3c25] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-1d5d3c25] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-1d5d3c25] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-1d5d3c25] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-1d5d3c25] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-1d5d3c25] {
  cursor: pointer;
}
.trans1[data-v-1d5d3c25] {
  transition: ease 0.1s;
}
.trans2[data-v-1d5d3c25] {
  transition: ease 0.2s;
}
.trans3[data-v-1d5d3c25] {
  transition: ease 0.3s;
}
.trans4[data-v-1d5d3c25] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-1d5d3c25] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-1d5d3c25]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-1d5d3c25] {
  text-align: center;
}
.icon-pay-way-wx[data-v-1d5d3c25] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-1d5d3c25] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-1d5d3c25]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-1d5d3c25] {
  animation: slide-down-in-1d5d3c25 ease 0.3s;
}
.dialog-fade-leave-active[data-v-1d5d3c25] {
  animation: slide-down-out-1d5d3c25 ease 0.3s;
}
.icon-loading-circle[data-v-1d5d3c25] {
  animation: loading-circle-1d5d3c25 1s linear infinite;
}
@keyframes slide-down-in-1d5d3c25 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-1d5d3c25 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-1d5d3c25 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-1d5d3c25] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-1d5d3c25] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-1d5d3c25] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-1d5d3c25] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-1d5d3c25] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-1d5d3c25] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-1d5d3c25] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-1d5d3c25] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-1d5d3c25] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-1d5d3c25] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-1d5d3c25] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-1d5d3c25] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-1d5d3c25] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-1d5d3c25] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-1d5d3c25] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-1d5d3c25] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-1d5d3c25] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-1d5d3c25] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-1d5d3c25] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-1d5d3c25] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-1d5d3c25] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-1d5d3c25] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-1d5d3c25] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-1d5d3c25] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-1d5d3c25] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-1d5d3c25] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-1d5d3c25] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-1d5d3c25] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-1d5d3c25] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-1d5d3c25] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-1d5d3c25] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-1d5d3c25] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-1d5d3c25] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-1d5d3c25] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-1d5d3c25] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-1d5d3c25] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-1d5d3c25] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-1d5d3c25] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-1d5d3c25] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-1d5d3c25] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-1d5d3c25] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-1d5d3c25] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-1d5d3c25] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-1d5d3c25] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-1d5d3c25] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-1d5d3c25] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-1d5d3c25] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-1d5d3c25] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-1d5d3c25] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-1d5d3c25] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-1d5d3c25] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-1d5d3c25] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-1d5d3c25] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-1d5d3c25] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-1d5d3c25] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-1d5d3c25] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-1d5d3c25] {
  background-position: -218px -553px;
}
.icon-setting[data-v-1d5d3c25],
.icon-message[data-v-1d5d3c25],
.icon-collect[data-v-1d5d3c25],
.icon-trade[data-v-1d5d3c25] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
  width: 16px;
  height: 16px;
}
.icon-setting[data-v-1d5d3c25] {
  background-position: -33px -229px;
}
.icon-message[data-v-1d5d3c25] {
  background-position: -73px -229px;
}
.icon-collect[data-v-1d5d3c25] {
  background-position: -113px -229px;
}
.icon-trade[data-v-1d5d3c25] {
  background-position: -153px -229px;
}
.icon-waring[data-v-1d5d3c25] {
  width: 15px;
  height: 15px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
  background-position: -567px -183px;
}
.user-wrap[data-v-1d5d3c25] {
  position: relative;
  min-width: 38px;
  height: 100%;
}
.user-wrap .notlogin[data-v-1d5d3c25] {
  display: flex;
  justify-items: center;
  align-items: center;
  font-size: 14px;
  position: relative;
}
.user-wrap .notlogin div[data-v-1d5d3c25] {
  white-space: nowrap;
  cursor: pointer;
  color: #fff;
}
.user-wrap .notlogin span[data-v-1d5d3c25] {
  width: 1px;
  height: 14px;
  background-color: #999;
  margin: 0 8px;
}
.user-wrap .notlogin .sign-up-gift[data-v-1d5d3c25] {
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  width: 85px;
  height: 40px;
}
.user-wrap .notlogin .sign-up-gift img[data-v-1d5d3c25] {
  width: 100%;
  height: 100%;
  image-rendering: pixelated;
}
.user-wrap > a[data-v-1d5d3c25] {
  min-height: 100%;
}
.user-wrap:hover .dropdown-wrap[data-v-1d5d3c25] {
  top: 80px;
  visibility: visible;
  opacity: 1;
}
.user-wrap .pendant[data-v-1d5d3c25] {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 50px;
  margin-top: -23px;
  margin-left: -34px;
}
.user-wrap .user-avatar[data-v-1d5d3c25] {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  vertical-align: middle;
}
.user-wrap .user-avatar ~ .icon-tips[data-v-1d5d3c25] {
  position: absolute;
  top: 47px;
  right: 18px;
  z-index: 2;
  width: 16px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
  background-position: -126px -62px;
}
.user-wrap .dropdown-wrap[data-v-1d5d3c25] {
  width: 500px !important;
}
.user-wrap .dropdown-wrap[data-v-1d5d3c25] {
  position: absolute;
  top: 50px;
  right: 15px;
  padding: 26px 30px 40px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #fff;
  color: #333;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  background-image: url(https://down.om.cn/common/avatar_drop_down_v3.png);
  height: -moz-max-content;
  height: max-content;
  background-repeat: no-repeat;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.user-wrap .dropdown-wrap .user-info[data-v-1d5d3c25] {
  display: flex;
  align-items: center;
}
.user-wrap .dropdown-wrap .user-info .avatar[data-v-1d5d3c25] {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  flex: none;
}
.user-wrap .dropdown-wrap .user-info .avatar img[data-v-1d5d3c25] {
  width: 100%;
  height: 100%;
}
.user-wrap .dropdown-wrap .user-info .user-r[data-v-1d5d3c25] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 50px);
  margin-left: 8px;
}
.user-wrap .dropdown-wrap .user-info .user-r .nickname[data-v-1d5d3c25] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-wrap .dropdown-wrap .user-info .user-r .nickname .name[data-v-1d5d3c25] {
  font-size: 14px;
  color: #333;
  margin-right: 5px;
  display: flex;
  align-items: center;
}
.user-wrap .dropdown-wrap .user-info .user-r .nickname .name > a span[data-v-1d5d3c25] {
  max-width: 165px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 5px;
}
.user-wrap .dropdown-wrap .user-info .user-r .nickname > a[data-v-1d5d3c25] {
  color: #333;
  font-size: 12px;
  display: flex;
  align-items: center;
  transition: ease 0.3s;
}
.user-wrap .dropdown-wrap .user-info .user-r .nickname > a i[data-v-1d5d3c25] {
  margin-right: 5px;
}
.user-wrap .dropdown-wrap .user-info .user-r .nickname > a[data-v-1d5d3c25]:hover {
  color: #e80000;
  transition: ease 0.3s;
}
.user-wrap .dropdown-wrap .user-info .user-r .nickname > a:hover i[data-v-1d5d3c25] {
  background-position: -53px -229px;
}
.user-wrap .dropdown-wrap .user-info .user-r .member-info[data-v-1d5d3c25] {
  margin-top: 5px;
  display: flex;
  align-items: center;
}
.user-wrap .dropdown-wrap .user-info .user-r .member-info .member-level[data-v-1d5d3c25] {
  padding: 0 6px;
  color: #fff;
  border-radius: 3px;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  margin-left: 5px;
}
.user-wrap .dropdown-wrap .unlock-member[data-v-1d5d3c25] {
  width: 100%;
  height: 44px;
  margin-top: 14px;
  background-image: linear-gradient(90deg, #ff5959 0%, #ff4687 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  cursor: pointer;
  padding: 0 20px;
}
.user-wrap .dropdown-wrap .unlock-member > div[data-v-1d5d3c25] {
  display: flex;
  align-items: center;
}
.user-wrap .dropdown-wrap .unlock-member span[data-v-1d5d3c25] {
  font-size: 14px;
  color: #fff;
  margin-left: 5px;
}
.user-wrap .dropdown-wrap .unlock-member button[data-v-1d5d3c25] {
  width: 36px;
  height: 20px;
  border-radius: 5px;
  color: #8a6e43;
  background-color: #fff2c3;
  transition: ease 0.2s;
  margin-left: 10px;
  font-size: 14px;
}
.user-wrap .dropdown-wrap .unlock-member button[data-v-1d5d3c25]:hover {
  background-color: #ffe68f;
  transition: ease 0.2s;
}
.user-wrap .dropdown-wrap .assets[data-v-1d5d3c25],
.user-wrap .dropdown-wrap .quick-entry[data-v-1d5d3c25] {
  margin-top: 22px;
}
.user-wrap .dropdown-wrap .assets .title[data-v-1d5d3c25],
.user-wrap .dropdown-wrap .quick-entry .title[data-v-1d5d3c25] {
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}
.user-wrap .dropdown-wrap .assets .all-assets[data-v-1d5d3c25] {
  display: flex;
  justify-content: space-between;
}
.user-wrap .dropdown-wrap .assets .all-assets li[data-v-1d5d3c25] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
  width: 111px;
  height: 62px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 8px;
  position: relative;
}
.user-wrap .dropdown-wrap .assets .all-assets li[data-v-1d5d3c25] * {
  line-height: 1;
}
.user-wrap .dropdown-wrap .assets .all-assets li > span[data-v-1d5d3c25]:first-of-type {
  font-size: 14px;
  color: #645b47;
  width: -moz-max-content;
  width: max-content;
}
.user-wrap .dropdown-wrap .assets .all-assets li > span:first-of-type .arrow[data-v-1d5d3c25] {
  font-family: fangsong;
}
.user-wrap .dropdown-wrap .assets .all-assets li .title[data-v-1d5d3c25] {
  cursor: pointer;
}
.user-wrap .dropdown-wrap .assets .all-assets li .balance[data-v-1d5d3c25] {
  font-size: 18px;
  font-family: Arial-bold;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.user-wrap .dropdown-wrap .assets .all-assets li.ob[data-v-1d5d3c25] {
  background-image: url(https://down.om.cn/common/avatar_down_ob_v2.png);
}
.user-wrap .dropdown-wrap .assets .all-assets li.render[data-v-1d5d3c25] {
  background-image: url(https://down.om.cn/common/avatar_down_render_v2.png);
}
.user-wrap .dropdown-wrap .assets .all-assets li.tickets[data-v-1d5d3c25] {
  background-image: url(https://down.om.cn/common/avatar_down_tickets_v2.png);
}
.user-wrap .dropdown-wrap .assets .all-assets li.intergral[data-v-1d5d3c25] {
  background-image: url(https://down.om.cn/common/avatar_down_intergral_v2.png);
}
.user-wrap .dropdown-wrap .assets .all-assets li .icon-question[data-v-1d5d3c25] {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -541px -539px;
  cursor: pointer;
}
.user-wrap .dropdown-wrap .assets .all-assets li .icon-question div[data-v-1d5d3c25] {
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 10px;
  font-size: 12px;
  color: #999;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  background-color: #fff;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  max-width: 136px;
  line-height: 20px;
  z-index: 2;
}
.user-wrap .dropdown-wrap .assets .all-assets li .icon-question div[data-v-1d5d3c25]:after {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: -5px;
  right: -26px;
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
}
.user-wrap .dropdown-wrap .assets .all-assets li .icon-question:hover > div[data-v-1d5d3c25] {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
.user-wrap .dropdown-wrap .quick-entry[data-v-1d5d3c25] {
  margin-bottom: 30px;
}
.user-wrap .dropdown-wrap .quick-entry .list[data-v-1d5d3c25] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-wrap .dropdown-wrap .quick-entry .list li[data-v-1d5d3c25] {
  position: relative;
}
.user-wrap .dropdown-wrap .quick-entry .list li > a[data-v-1d5d3c25] {
  width: 141px;
  height: 40px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #333;
  border-radius: 5px;
  transition: ease 0.3s;
  cursor: pointer;
}
.user-wrap .dropdown-wrap .quick-entry .list li > a i[data-v-1d5d3c25] {
  margin-right: 5px;
}
.user-wrap .dropdown-wrap .quick-entry .list li > a[data-v-1d5d3c25]:hover {
  color: #e80000;
  border-color: #e80000;
  background-color: #fff1f1;
  transition: ease 0.3s;
}
.user-wrap .dropdown-wrap .quick-entry .list li .unread[data-v-1d5d3c25] {
  background-color: #e80000;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 12px;
  color: #fff;
  height: 18px;
  line-height: 17px;
  border-radius: 50px;
  text-align: center;
  position: absolute;
  top: -5px;
  right: -5px;
}
.user-wrap .dropdown-wrap .quick-entry .list li.message:hover a i[data-v-1d5d3c25] {
  background-position: -93px -229px;
}
.user-wrap .dropdown-wrap .quick-entry .list li.collect:hover a i[data-v-1d5d3c25] {
  background-position: -133px -229px;
}
.user-wrap .dropdown-wrap .quick-entry .list li.trade:hover a i[data-v-1d5d3c25] {
  background-position: -173px -229px;
}
.user-wrap .dropdown-wrap .operate[data-v-1d5d3c25] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #f9f9f9;
  border-radius: 0 0 10px 10px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-wrap .dropdown-wrap .operate[data-v-1d5d3c25] > * {
  font-size: 14px;
  color: #333;
  transition: ease 0.3s;
  cursor: pointer;
}
.user-wrap .dropdown-wrap .operate[data-v-1d5d3c25] > *:hover {
  color: #e80000;
  transition: ease 0.3s;
}
.user-wrap .hint-list[data-v-1d5d3c25] {
  position: absolute;
  top: 80px;
  right: 11px;
  color: #333;
  font-size: 12px;
  padding: 6px 22px 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  background-color: #ffe4e4;
  border: 1px solid #ff7777;
  z-index: 10;
}
.user-wrap .hint-list .vip-panorama-icon[data-v-1d5d3c25] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -548px -24px;
}
.user-wrap .hint-list .icon-hint-close[data-v-1d5d3c25] {
  position: absolute;
  right: 6px;
  top: 15px;
  width: 8px;
  height: 8px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
  background-position: -198px -23px;
  cursor: pointer;
}
.user-wrap .hint-list section[data-v-1d5d3c25] {
  border-bottom: 1px solid #f2bdbd;
}
.user-wrap .hint-list section[data-v-1d5d3c25]:last-of-type {
  border-bottom: none;
}
.user-wrap .hint-list section .section-box[data-v-1d5d3c25] {
  display: flex;
  align-items: center;
  line-height: 26px;
}
.user-wrap .hint-list section .section-box .text[data-v-1d5d3c25] {
  margin-left: 5px;
}
.user-wrap .hint-list section .section-box .text[data-v-1d5d3c25] strong {
  font-size: 16px;
  color: #ff1515;
  font-weight: 600;
  margin: 0 2px;
}
.user-wrap .hint-list section .section-box > span[data-v-1d5d3c25] {
  color: #e80000;
  text-decoration: underline;
  cursor: pointer;
}
.user-wrap .hint-list section .section-box[data-v-1d5d3c25] strong {
  font-size: 16px;
  color: #ff1515;
  font-weight: 600;
  margin: 0 2px;
}
.user-wrap .hint-list[data-v-1d5d3c25]::before {
  content: "";
  position: absolute;
  top: -5px;
  right: 22px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #e80000;
  border-right: 1px solid #e80000;
  background-color: #ffe4e4;
  transform: rotate(-45deg);
}
.user-wrap .hint-list .public-close[data-v-1d5d3c25] {
  right: 6px;
  top: 12px;
  width: 12px;
  height: 12px;
  background-position: -348px -536px;
  vertical-align: -2px;
}
[data-v-ef52b975]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-ef52b975]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-ef52b975]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-ef52b975],
body[data-v-ef52b975] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-ef52b975] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-ef52b975] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-ef52b975] {
    border: none;
    outline: none;
}
}
input[data-v-ef52b975]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-ef52b975],
textarea[data-v-ef52b975] {
  border: none;
  outline: none;
}
textarea[data-v-ef52b975] {
  font-family: "microsoft yahei";
}
em[data-v-ef52b975] {
  color: #e80000;
  font-style: normal;
}
i[data-v-ef52b975] {
  font-style: normal;
}
.v-enter-active[data-v-ef52b975],
.v-leave-active[data-v-ef52b975] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-ef52b975],
.v-leave-to[data-v-ef52b975] {
  opacity: 0;
}
[v-cloak][data-v-ef52b975] {
  display: none;
}
.f-e80000[data-v-ef52b975] {
  color: #e80000;
}
.flex[data-v-ef52b975] {
  display: flex;
}
.flex-a[data-v-ef52b975] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-ef52b975] {
  font-family: fangsong;
}
.pingfang[data-v-ef52b975] {
  font-family: pingfang sc !important;
}
.underline[data-v-ef52b975] {
  text-decoration: underline;
}
.t-over[data-v-ef52b975] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-ef52b975] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-ef52b975] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-ef52b975] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-ef52b975] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-ef52b975] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-ef52b975] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-ef52b975] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-ef52b975] {
  cursor: pointer;
}
.trans1[data-v-ef52b975] {
  transition: ease 0.1s;
}
.trans2[data-v-ef52b975] {
  transition: ease 0.2s;
}
.trans3[data-v-ef52b975] {
  transition: ease 0.3s;
}
.trans4[data-v-ef52b975] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-ef52b975] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-ef52b975]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-ef52b975] {
  text-align: center;
}
.icon-pay-way-wx[data-v-ef52b975] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-ef52b975] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-ef52b975]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-ef52b975] {
  animation: slide-down-in-ef52b975 ease 0.3s;
}
.dialog-fade-leave-active[data-v-ef52b975] {
  animation: slide-down-out-ef52b975 ease 0.3s;
}
.icon-loading-circle[data-v-ef52b975] {
  animation: loading-circle-ef52b975 1s linear infinite;
}
@keyframes slide-down-in-ef52b975 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-ef52b975 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-ef52b975 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-ef52b975] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-ef52b975] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-ef52b975] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-ef52b975] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-ef52b975] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-ef52b975] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-ef52b975] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-ef52b975] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-ef52b975] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-ef52b975] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-ef52b975] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-ef52b975] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-ef52b975] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-ef52b975] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-ef52b975] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-ef52b975] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-ef52b975] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-ef52b975] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-ef52b975] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-ef52b975] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-ef52b975] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-ef52b975] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-ef52b975] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-ef52b975] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-ef52b975] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-ef52b975] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-ef52b975] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-ef52b975] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-ef52b975] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-ef52b975] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-ef52b975] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-ef52b975] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-ef52b975] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-ef52b975] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-ef52b975] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-ef52b975] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-ef52b975] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-ef52b975] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-ef52b975] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-ef52b975] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-ef52b975] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-ef52b975] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-ef52b975] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-ef52b975] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-ef52b975] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-ef52b975] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-ef52b975] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-ef52b975] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-ef52b975] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-ef52b975] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-ef52b975] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-ef52b975] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-ef52b975] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-ef52b975] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-ef52b975] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-ef52b975] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-ef52b975] {
  background-position: -218px -553px;
}
.d-cen[data-v-ef52b975] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.follow-dialog[data-v-ef52b975] {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: var(--4ea310e1);
}
.follow-dialog-content[data-v-ef52b975] {
  border-radius: 2px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  overflow: hidden;
  flex-direction: column;
  max-height: 90vh;
}
.follow-dialog-content.opened[data-v-ef52b975] {
  transform: translate3d(0, 0, 0) scale(1) !important;
}
.follow-dialog-content.moving[data-v-ef52b975] {
  transition: 0.3s all;
}
.follow-dialog-title[data-v-ef52b975] {
  height: 50px;
  line-height: 50px;
  color: #333;
  padding-left: 28px;
  background-color: #f8f8f8;
}
.follow-dialog-title h4[data-v-ef52b975] {
  font-size: 14px;
  color: #333;
  font-weight: normal;
}
.follow-dialog-title i[data-v-ef52b975] {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
.follow-dialog-title i[data-v-ef52b975]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.follow-dialog-body[data-v-ef52b975] {
  min-height: 0;
  overflow: auto;
}
.follow-dialog-footer[data-v-ef52b975] {
  text-align: right;
  border-top: solid 1px #eee;
  padding: 10px 14px;
}
[data-v-6442040b]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-6442040b]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-6442040b]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-6442040b],
body[data-v-6442040b] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-6442040b] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-6442040b] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-6442040b] {
    border: none;
    outline: none;
}
}
input[data-v-6442040b]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-6442040b],
textarea[data-v-6442040b] {
  border: none;
  outline: none;
}
textarea[data-v-6442040b] {
  font-family: "microsoft yahei";
}
em[data-v-6442040b] {
  color: #e80000;
  font-style: normal;
}
i[data-v-6442040b] {
  font-style: normal;
}
.v-enter-active[data-v-6442040b],
.v-leave-active[data-v-6442040b] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-6442040b],
.v-leave-to[data-v-6442040b] {
  opacity: 0;
}
[v-cloak][data-v-6442040b] {
  display: none;
}
.f-e80000[data-v-6442040b] {
  color: #e80000;
}
.flex[data-v-6442040b] {
  display: flex;
}
.flex-a[data-v-6442040b] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-6442040b] {
  font-family: fangsong;
}
.pingfang[data-v-6442040b] {
  font-family: pingfang sc !important;
}
.underline[data-v-6442040b] {
  text-decoration: underline;
}
.t-over[data-v-6442040b] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-6442040b] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-6442040b] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-6442040b] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-6442040b] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-6442040b] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-6442040b] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-6442040b] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-6442040b] {
  cursor: pointer;
}
.trans1[data-v-6442040b] {
  transition: ease 0.1s;
}
.trans2[data-v-6442040b] {
  transition: ease 0.2s;
}
.trans3[data-v-6442040b] {
  transition: ease 0.3s;
}
.trans4[data-v-6442040b] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-6442040b] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-6442040b]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-6442040b] {
  text-align: center;
}
.icon-pay-way-wx[data-v-6442040b] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-6442040b] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-6442040b]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-6442040b] {
  animation: slide-down-in-6442040b ease 0.3s;
}
.dialog-fade-leave-active[data-v-6442040b] {
  animation: slide-down-out-6442040b ease 0.3s;
}
.icon-loading-circle[data-v-6442040b] {
  animation: loading-circle-6442040b 1s linear infinite;
}
@keyframes slide-down-in-6442040b {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-6442040b {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-6442040b {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-6442040b] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-6442040b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-6442040b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-6442040b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-6442040b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-6442040b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-6442040b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-6442040b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-6442040b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-6442040b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-6442040b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-6442040b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-6442040b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-6442040b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-6442040b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-6442040b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-6442040b] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-6442040b] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-6442040b] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-6442040b] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-6442040b] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-6442040b] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-6442040b] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-6442040b] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-6442040b] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-6442040b] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-6442040b] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-6442040b] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-6442040b] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-6442040b] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-6442040b] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-6442040b] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-6442040b] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-6442040b] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-6442040b] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-6442040b] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-6442040b] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-6442040b] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-6442040b] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-6442040b] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-6442040b] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-6442040b] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-6442040b] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-6442040b] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-6442040b] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-6442040b] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-6442040b] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-6442040b] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-6442040b] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-6442040b] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-6442040b] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-6442040b] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-6442040b] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-6442040b] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-6442040b] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-6442040b] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-6442040b] {
  background-position: -218px -553px;
}
.collect-group[data-v-6442040b] {
  z-index: 60 !important;
}
.collect-group .content[data-v-6442040b] {
  padding: 30px;
}
.collect-group .content .collect-list[data-v-6442040b] {
  height: 160px;
  max-height: 160px;
  overflow: auto;
  margin-bottom: 30px;
  line-height: 1;
}
.collect-group .content .collect-list li[data-v-6442040b] {
  color: #666;
  margin-bottom: 20px;
}
.collect-group .content .collect-list li > span[data-v-6442040b] {
  cursor: pointer;
}
.collect-group .content .collect-list li > span > i[data-v-6442040b] {
  width: 14px;
  height: 14px;
  vertical-align: -2px;
  margin-right: 5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -15px -232px;
}
.collect-group .content .collect-list .active > span > i[data-v-6442040b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -34px -232px;
}
.collect-group .content .add[data-v-6442040b] {
  display: flex;
  margin-bottom: 30px;
}
.collect-group .content .add > input[data-v-6442040b] {
  width: 220px;
  height: 36px;
  border: 1px solid #e8e8e8;
  border-radius: 3px 0 0 3px;
  color: #999;
  text-indent: 10px;
}
.collect-group .content .add > button[data-v-6442040b] {
  width: 80px;
  height: 36px;
  border: 1px solid #e8e8e8;
  border-left: none;
  border-radius: 0 3px 3px 0;
  color: #999;
  background-color: #fff;
}
.collect-group .content .add .active[data-v-6442040b] {
  border: 1px solid transparent;
  color: #fff;
  background-color: #e80000;
}
.collect-group .content .btn-box[data-v-6442040b] {
  display: flex;
  justify-content: center;
}
.collect-group .content .btn-box button[data-v-6442040b] {
  width: 100px;
  height: 36px;
  border-radius: 3px;
}
.collect-group .content .btn-box button[data-v-6442040b]:first-child {
  background-color: #fff;
  border: 1px solid #666;
  color: #666;
  margin-right: 30px;
}
.collect-group .content .btn-box button[data-v-6442040b]:last-child {
  background-color: #e80000;
  border: 1px solid transparent;
  color: #fff;
}
[data-v-39b570ed]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-39b570ed]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-39b570ed]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-39b570ed],
body[data-v-39b570ed] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-39b570ed] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-39b570ed] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-39b570ed] {
    border: none;
    outline: none;
}
}
input[data-v-39b570ed]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-39b570ed],
textarea[data-v-39b570ed] {
  border: none;
  outline: none;
}
textarea[data-v-39b570ed] {
  font-family: "microsoft yahei";
}
em[data-v-39b570ed] {
  color: #e80000;
  font-style: normal;
}
i[data-v-39b570ed] {
  font-style: normal;
}
.v-enter-active[data-v-39b570ed],
.v-leave-active[data-v-39b570ed] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-39b570ed],
.v-leave-to[data-v-39b570ed] {
  opacity: 0;
}
[v-cloak][data-v-39b570ed] {
  display: none;
}
.f-e80000[data-v-39b570ed] {
  color: #e80000;
}
.flex[data-v-39b570ed] {
  display: flex;
}
.flex-a[data-v-39b570ed] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-39b570ed] {
  font-family: fangsong;
}
.pingfang[data-v-39b570ed] {
  font-family: pingfang sc !important;
}
.underline[data-v-39b570ed] {
  text-decoration: underline;
}
.t-over[data-v-39b570ed] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-39b570ed] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-39b570ed] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-39b570ed] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-39b570ed] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-39b570ed] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-39b570ed] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-39b570ed] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-39b570ed] {
  cursor: pointer;
}
.trans1[data-v-39b570ed] {
  transition: ease 0.1s;
}
.trans2[data-v-39b570ed] {
  transition: ease 0.2s;
}
.trans3[data-v-39b570ed] {
  transition: ease 0.3s;
}
.trans4[data-v-39b570ed] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-39b570ed] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-39b570ed]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-39b570ed] {
  text-align: center;
}
.icon-pay-way-wx[data-v-39b570ed] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-39b570ed] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-39b570ed]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-39b570ed] {
  animation: slide-down-in-39b570ed ease 0.3s;
}
.dialog-fade-leave-active[data-v-39b570ed] {
  animation: slide-down-out-39b570ed ease 0.3s;
}
.icon-loading-circle[data-v-39b570ed] {
  animation: loading-circle-39b570ed 1s linear infinite;
}
@keyframes slide-down-in-39b570ed {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-39b570ed {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-39b570ed {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-39b570ed] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-39b570ed] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-39b570ed] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-39b570ed] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-39b570ed] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-39b570ed] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-39b570ed] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-39b570ed] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-39b570ed] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-39b570ed] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-39b570ed] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-39b570ed] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-39b570ed] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-39b570ed] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-39b570ed] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-39b570ed] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-39b570ed] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-39b570ed] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-39b570ed] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-39b570ed] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-39b570ed] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-39b570ed] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-39b570ed] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-39b570ed] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-39b570ed] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-39b570ed] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-39b570ed] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-39b570ed] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-39b570ed] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-39b570ed] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-39b570ed] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-39b570ed] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-39b570ed] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-39b570ed] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-39b570ed] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-39b570ed] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-39b570ed] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-39b570ed] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-39b570ed] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-39b570ed] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-39b570ed] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-39b570ed] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-39b570ed] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-39b570ed] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-39b570ed] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-39b570ed] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-39b570ed] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-39b570ed] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-39b570ed] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-39b570ed] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-39b570ed] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-39b570ed] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-39b570ed] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-39b570ed] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-39b570ed] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-39b570ed] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-39b570ed] {
  background-position: -218px -553px;
}
.follow-dialog[data-v-39b570ed] {
  z-index: 20 !important;
}
.content[data-v-39b570ed] {
  padding: 40px;
  display: flex;
  flex-direction: row;
}
.content .share-area[data-v-39b570ed] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #eee;
  padding-right: 40px;
}
.content .share-area p[data-v-39b570ed] {
  color: #333;
  font-size: 14px;
}
.content .share-area input[data-v-39b570ed] {
  margin: 20px 0;
  width: 347px;
  height: 36px;
  background-color: #f5f5f5;
  border-radius: 5px;
  border: solid 1px #dddddd;
  padding: 0 16px;
}
.content .share-area button[data-v-39b570ed] {
  width: 120px;
  height: 36px;
  background-color: #e80000;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
}
.content .share-area button[data-v-39b570ed]:hover {
  background-color: #ff2424;
}
.content .qrcode-area[data-v-39b570ed] {
  margin-left: 40px;
}
.content .qrcode-area .share-qrcode-box[data-v-39b570ed] {
  position: relative;
  width: 110px;
  height: 110px;
}
.content .qrcode-area p[data-v-39b570ed] {
  margin-top: 15px;
  font-size: 14px;
  color: #999;
}
.content .qrcode-area .om-bg[data-v-39b570ed] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("https://down.om.cn/common/ewm_logo.png");
  width: 15px;
  height: 15px;
  background-size: cover;
}
[data-v-4007a9d7]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-4007a9d7]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-4007a9d7]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-4007a9d7],
body[data-v-4007a9d7] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-4007a9d7] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-4007a9d7] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-4007a9d7] {
    border: none;
    outline: none;
}
}
input[data-v-4007a9d7]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-4007a9d7],
textarea[data-v-4007a9d7] {
  border: none;
  outline: none;
}
textarea[data-v-4007a9d7] {
  font-family: "microsoft yahei";
}
em[data-v-4007a9d7] {
  color: #e80000;
  font-style: normal;
}
i[data-v-4007a9d7] {
  font-style: normal;
}
.v-enter-active[data-v-4007a9d7],
.v-leave-active[data-v-4007a9d7] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-4007a9d7],
.v-leave-to[data-v-4007a9d7] {
  opacity: 0;
}
[v-cloak][data-v-4007a9d7] {
  display: none;
}
.f-e80000[data-v-4007a9d7] {
  color: #e80000;
}
.flex[data-v-4007a9d7] {
  display: flex;
}
.flex-a[data-v-4007a9d7] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-4007a9d7] {
  font-family: fangsong;
}
.pingfang[data-v-4007a9d7] {
  font-family: pingfang sc !important;
}
.underline[data-v-4007a9d7] {
  text-decoration: underline;
}
.t-over[data-v-4007a9d7] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-4007a9d7] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-4007a9d7] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-4007a9d7] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-4007a9d7] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-4007a9d7] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-4007a9d7] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-4007a9d7] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-4007a9d7] {
  cursor: pointer;
}
.trans1[data-v-4007a9d7] {
  transition: ease 0.1s;
}
.trans2[data-v-4007a9d7] {
  transition: ease 0.2s;
}
.trans3[data-v-4007a9d7] {
  transition: ease 0.3s;
}
.trans4[data-v-4007a9d7] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-4007a9d7] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-4007a9d7]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-4007a9d7] {
  text-align: center;
}
.icon-pay-way-wx[data-v-4007a9d7] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-4007a9d7] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-4007a9d7]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-4007a9d7] {
  animation: slide-down-in-4007a9d7 ease 0.3s;
}
.dialog-fade-leave-active[data-v-4007a9d7] {
  animation: slide-down-out-4007a9d7 ease 0.3s;
}
.icon-loading-circle[data-v-4007a9d7] {
  animation: loading-circle-4007a9d7 1s linear infinite;
}
@keyframes slide-down-in-4007a9d7 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-4007a9d7 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-4007a9d7 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-4007a9d7] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-4007a9d7] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-4007a9d7] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-4007a9d7] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-4007a9d7] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-4007a9d7] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-4007a9d7] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-4007a9d7] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-4007a9d7] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-4007a9d7] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-4007a9d7] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-4007a9d7] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-4007a9d7] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-4007a9d7] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-4007a9d7] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-4007a9d7] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-4007a9d7] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-4007a9d7] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-4007a9d7] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-4007a9d7] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-4007a9d7] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-4007a9d7] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-4007a9d7] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-4007a9d7] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-4007a9d7] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-4007a9d7] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-4007a9d7] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-4007a9d7] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-4007a9d7] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-4007a9d7] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-4007a9d7] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-4007a9d7] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-4007a9d7] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-4007a9d7] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-4007a9d7] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-4007a9d7] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-4007a9d7] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-4007a9d7] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-4007a9d7] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-4007a9d7] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-4007a9d7] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-4007a9d7] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-4007a9d7] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-4007a9d7] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-4007a9d7] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-4007a9d7] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-4007a9d7] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-4007a9d7] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-4007a9d7] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-4007a9d7] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-4007a9d7] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-4007a9d7] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-4007a9d7] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-4007a9d7] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-4007a9d7] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-4007a9d7] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-4007a9d7] {
  background-position: -218px -553px;
}
.icon-drag[data-v-4007a9d7] {
  width: 260px;
  height: 260px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -20px -410px;
}
.icon-delete[data-v-4007a9d7] {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -540px -43px;
}
.icon-delete[data-v-4007a9d7]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -564px -43px;
}
.icon-compare-close[data-v-4007a9d7] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -564px -76px;
}
.icon-share[data-v-4007a9d7] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -520px -78px;
}
.icon-empty[data-v-4007a9d7] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -546px -78px;
}
.compare-group.dialog-mask[data-v-4007a9d7] {
  background-color: transparent !important;
}
.compare-group[data-v-4007a9d7] {
  z-index: 10 !important;
}
.compare-group[data-v-4007a9d7] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.compare-group[data-v-4007a9d7] .follow-dialog-content {
  height: 100% !important;
  max-height: 100vh !important;
  background-color: #1d1d1d !important;
}
.compare-group .content[data-v-4007a9d7] {
  color: #fff;
  padding: 40px 190px 40px 40px;
  width: 100%;
  height: 100vh;
}
.compare-group .content .main[data-v-4007a9d7] {
  display: flex;
  height: 100%;
  min-height: 400px;
  padding: 0;
  position: relative;
}
.compare-group .content .main .compare-block-left[data-v-4007a9d7] {
  margin-right: 20px;
}
.compare-group .content .main .compare-block-left[data-v-4007a9d7],
.compare-group .content .main .compare-block-right[data-v-4007a9d7] {
  min-width: 455px;
  color: #999;
  background-color: #2b2b2b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  font-size: 30px;
  border: 2px solid #1d1d1d;
  position: relative;
}
.compare-group .content .main .compare-block-left .no-info[data-v-4007a9d7],
.compare-group .content .main .compare-block-right .no-info[data-v-4007a9d7] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.compare-group .content .main .compare-mask[data-v-4007a9d7] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 3;
}
.compare-group .content .main .compare-block-left-active[data-v-4007a9d7],
.compare-group .content .main .compare-block-right-active[data-v-4007a9d7] {
  min-width: 455px;
  background-color: #2b2b2b;
  display: flex;
  flex: 1;
  position: relative;
  border: 2px solid #1d1d1d;
}
.compare-group .content .main .compare-block-left-active .have-info[data-v-4007a9d7],
.compare-group .content .main .compare-block-right-active .have-info[data-v-4007a9d7] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.compare-group .content .main .compare-block-left-active .have-info .img-box[data-v-4007a9d7],
.compare-group .content .main .compare-block-right-active .have-info .img-box[data-v-4007a9d7] {
  max-height: calc(100% - 110px);
  width: 100%;
  display: flex;
  justify-content: center;
  margin: auto 0;
  position: relative;
  cursor: none;
}
.compare-group .content .main .compare-block-left-active .have-info .img-box > a[data-v-4007a9d7],
.compare-group .content .main .compare-block-right-active .have-info .img-box > a[data-v-4007a9d7] {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 20px;
  right: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
  background-position: -45px -31px;
  background-color: hsla(0, 0%, 100%, 0.9);
  z-index: 3;
  display: block;
  border-radius: 5px;
}
.compare-group .content .main .compare-block-left-active .have-info .img-box > a[data-v-4007a9d7]:hover,
.compare-group .content .main .compare-block-right-active .have-info .img-box > a[data-v-4007a9d7]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
  background-position: -95px -31px;
}
.compare-group .content .main .compare-block-left-active .have-info .img-box .float-box[data-v-4007a9d7],
.compare-group .content .main .compare-block-right-active .have-info .img-box .float-box[data-v-4007a9d7] {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  height: 110px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -297px -411px;
  z-index: 1;
}
.compare-group .content .main .compare-block-left-active .have-info .img-box .transparent-mask[data-v-4007a9d7],
.compare-group .content .main .compare-block-right-active .have-info .img-box .transparent-mask[data-v-4007a9d7] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 2;
}
.compare-group .content .main .compare-block-left-active .have-info .model-info[data-v-4007a9d7],
.compare-group .content .main .compare-block-right-active .have-info .model-info[data-v-4007a9d7] {
  position: relative;
  align-self: flex-end;
  height: 110px;
  width: 100%;
  padding: 24px 24px 0 24px;
  background-color: #373737;
  color: #f0f0f0;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
}
.compare-group .content .main .compare-block-left-active .have-info .model-info .info-area > div[data-v-4007a9d7],
.compare-group .content .main .compare-block-right-active .have-info .model-info .info-area > div[data-v-4007a9d7] {
  display: flex;
  margin-top: 12px;
  font-size: 14px;
}
.compare-group .content .main .compare-block-left-active .have-info .model-info .info-area > div > span[data-v-4007a9d7],
.compare-group .content .main .compare-block-right-active .have-info .model-info .info-area > div > span[data-v-4007a9d7] {
  font-size: 14px;
  border: 1px solid #666;
  border-radius: 3px;
  margin-left: 8px;
  padding: 0 8px;
  color: #888;
}
.compare-group .content .main .compare-block-left-active .have-info .model-info .btn-area[data-v-4007a9d7],
.compare-group .content .main .compare-block-right-active .have-info .model-info .btn-area[data-v-4007a9d7] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.compare-group .content .main .compare-block-left-active .have-info .model-info .btn-area .download-btn[data-v-4007a9d7],
.compare-group .content .main .compare-block-right-active .have-info .model-info .btn-area .download-btn[data-v-4007a9d7] {
  height: 36px;
  width: 130px;
  border-radius: 5px;
  background-color: #e80000;
  text-align: center;
  line-height: 36px;
  color: #fff;
}
.compare-group .content .main .compare-block-left-active .have-info .model-info .btn-area .download-btn[data-v-4007a9d7]:hover,
.compare-group .content .main .compare-block-right-active .have-info .model-info .btn-area .download-btn[data-v-4007a9d7]:hover {
  background-color: #ff2424;
}
.compare-group .content .main .compare-block-left-active .have-info .model-info .btn-area .add-btn[data-v-4007a9d7],
.compare-group .content .main .compare-block-right-active .have-info .model-info .btn-area .add-btn[data-v-4007a9d7] {
  margin-top: 5px;
  display: flex;
}
.compare-group .content .main .compare-block-left-active .have-info .model-info .btn-area .add-btn span[data-v-4007a9d7],
.compare-group .content .main .compare-block-right-active .have-info .model-info .btn-area .add-btn span[data-v-4007a9d7] {
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.compare-group .content .main .compare-block-left-active .have-info .model-info .btn-area .add-btn span i[data-v-4007a9d7],
.compare-group .content .main .compare-block-right-active .have-info .model-info .btn-area .add-btn span i[data-v-4007a9d7] {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
.compare-group .content .main .compare-block-left-active .have-info .model-info .btn-area .add-btn span[data-v-4007a9d7]:first-of-type,
.compare-group .content .main .compare-block-right-active .have-info .model-info .btn-area .add-btn span[data-v-4007a9d7]:first-of-type {
  margin-right: 13px;
}
.compare-group .content .main .compare-block-left-active .have-info .model-info .btn-area .add-btn span:first-of-type i[data-v-4007a9d7],
.compare-group .content .main .compare-block-right-active .have-info .model-info .btn-area .add-btn span:first-of-type i[data-v-4007a9d7] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -394px -10px;
}
.compare-group .content .main .compare-block-left-active .have-info .model-info .btn-area .add-btn span:first-of-type:hover i[data-v-4007a9d7],
.compare-group .content .main .compare-block-right-active .have-info .model-info .btn-area .add-btn span:first-of-type:hover i[data-v-4007a9d7] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -412px -10px;
}
.compare-group .content .main .compare-block-left-active .have-info .model-info .btn-area .add-btn span:last-of-type i[data-v-4007a9d7],
.compare-group .content .main .compare-block-right-active .have-info .model-info .btn-area .add-btn span:last-of-type i[data-v-4007a9d7] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -430px -10px;
}
.compare-group .content .main .compare-block-left-active .have-info .model-info .btn-area .add-btn span:last-of-type:hover i[data-v-4007a9d7],
.compare-group .content .main .compare-block-right-active .have-info .model-info .btn-area .add-btn span:last-of-type:hover i[data-v-4007a9d7] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -448px -10px;
}
.compare-group .content .main .compare-block-left-active .have-info .model-info .btn-area .add-btn span[data-v-4007a9d7]:hover,
.compare-group .content .main .compare-block-right-active .have-info .model-info .btn-area .add-btn span[data-v-4007a9d7]:hover {
  color: #e80000;
}
.compare-group .content .main .compare-block-left-active .big-img[data-v-4007a9d7],
.compare-group .content .main .compare-block-right-active .big-img[data-v-4007a9d7] {
  position: absolute;
  top: 0;
  width: 500px;
  height: 500px;
  border: 4px solid #fff;
  box-shadow: 0 0 9px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  z-index: 100;
}
.compare-group .content .main .compare-block-left-active .big-img img[data-v-4007a9d7],
.compare-group .content .main .compare-block-right-active .big-img img[data-v-4007a9d7] {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  max-width: none;
  max-height: none;
}
.compare-group .content .main .compare-block-left-active[data-v-4007a9d7] {
  margin-right: 20px;
}
.compare-group .content .main .compare-block-left-active .big-img[data-v-4007a9d7] {
  right: -500px;
}
.compare-group .content .main .compare-block-right-active .big-img[data-v-4007a9d7] {
  left: -500px;
}
.compare-group .content .main .active[data-v-4007a9d7] {
  border: 2px solid #e80000;
  background-color: rgba(225, 225, 225, 0.2);
}
.compare-group .content .compare-share-list[data-v-4007a9d7] {
  position: fixed;
  width: 170px;
  height: 100vh;
  right: 0;
  top: 0;
  bottom: 0;
  margin-left: 20px;
  background-color: #2b2b2b;
  color: #fff;
  font-size: 14px;
}
.compare-group .content .compare-share-list .top-title[data-v-4007a9d7] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  background-color: #3a3a3a;
  padding: 0 11px 0 20px;
  font-size: 14px;
}
.compare-group .content .compare-share-list .top-title > i[data-v-4007a9d7] {
  cursor: pointer;
}
.compare-group .content .compare-share-list .share-model-list[data-v-4007a9d7] {
  height: calc(100% - 170px);
  overflow: hidden;
  min-height: 300px;
}
.compare-group .content .compare-share-list .share-model-list[data-v-4007a9d7] ::-webkit-scrollbar-thumb,
.compare-group .content .compare-share-list .share-model-list[data-v-4007a9d7] ::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.2);
}
.compare-group .content .compare-share-list .share-model-list[data-v-4007a9d7] ::-webkit-scrollbar-thumb {
  border-radius: 8px;
}
.compare-group .content .compare-share-list .share-model-list[data-v-4007a9d7] ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.compare-group .content .compare-share-list .share-model-list ul[data-v-4007a9d7] {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px;
  height: 100%;
}
.compare-group .content .compare-share-list .share-model-list ul li[data-v-4007a9d7] {
  position: relative;
  width: 130px;
  margin: 8px 0 20px;
  cursor: pointer;
  transition: all 0.3s;
  overflow: hidden;
}
.compare-group .content .compare-share-list .share-model-list ul li .share-order[data-v-4007a9d7] {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  color: #fff;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.compare-group .content .compare-share-list .share-model-list ul li > i[data-v-4007a9d7] {
  position: absolute;
  top: 4px;
  right: 4px;
  display: none;
}
.compare-group .content .compare-share-list .share-model-list ul li .model-info[data-v-4007a9d7] {
  text-align: center;
}
.compare-group .content .compare-share-list .share-model-list ul li .model-info img[data-v-4007a9d7] {
  width: 130px;
  height: 130px;
  border-radius: 5px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.compare-group .content .compare-share-list .share-model-list ul li .model-info .active[data-v-4007a9d7] {
  border: 2px solid #e80000;
}
.compare-group .content .compare-share-list .share-model-list ul li:hover .share-order[data-v-4007a9d7] {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
.compare-group .content .compare-share-list .share-model-list ul li[data-v-4007a9d7]:hover:after {
  position: absolute;
  content: "";
  width: 130px;
  height: 130px;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.2);
  pointer-events: none;
  transition: all 0.3s;
}
.compare-group .content .compare-share-list .share-model-list ul li:hover i[data-v-4007a9d7] {
  display: block;
}
.compare-group .content .compare-share-list .compare-share-handle[data-v-4007a9d7] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.compare-group .content .compare-share-list .compare-share-handle button[data-v-4007a9d7] {
  width: 130px;
  height: 36px;
  border: 1px solid #666;
  border-radius: 8px;
  color: #fff;
  margin: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
.compare-group .content .compare-share-list .compare-share-handle button i[data-v-4007a9d7] {
  margin-right: 5px;
}
.compare-group .content .compare-share-list .compare-share-handle button[data-v-4007a9d7]:first-child {
  margin-bottom: 0;
}
.compare-group .content .compare-share-list .compare-share-handle button[data-v-4007a9d7]:hover {
  background-color: #e80000;
  border-color: #e80000;
}
[data-v-08876c9b]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-08876c9b]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-08876c9b]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-08876c9b],
body[data-v-08876c9b] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-08876c9b] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-08876c9b] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-08876c9b] {
    border: none;
    outline: none;
}
}
input[data-v-08876c9b]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-08876c9b],
textarea[data-v-08876c9b] {
  border: none;
  outline: none;
}
textarea[data-v-08876c9b] {
  font-family: "microsoft yahei";
}
em[data-v-08876c9b] {
  color: #e80000;
  font-style: normal;
}
i[data-v-08876c9b] {
  font-style: normal;
}
.v-enter-active[data-v-08876c9b],
.v-leave-active[data-v-08876c9b] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-08876c9b],
.v-leave-to[data-v-08876c9b] {
  opacity: 0;
}
[v-cloak][data-v-08876c9b] {
  display: none;
}
.f-e80000[data-v-08876c9b] {
  color: #e80000;
}
.flex[data-v-08876c9b] {
  display: flex;
}
.flex-a[data-v-08876c9b] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-08876c9b] {
  font-family: fangsong;
}
.pingfang[data-v-08876c9b] {
  font-family: pingfang sc !important;
}
.underline[data-v-08876c9b] {
  text-decoration: underline;
}
.t-over[data-v-08876c9b] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-08876c9b] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-08876c9b] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-08876c9b] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-08876c9b] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-08876c9b] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-08876c9b] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-08876c9b] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-08876c9b] {
  cursor: pointer;
}
.trans1[data-v-08876c9b] {
  transition: ease 0.1s;
}
.trans2[data-v-08876c9b] {
  transition: ease 0.2s;
}
.trans3[data-v-08876c9b] {
  transition: ease 0.3s;
}
.trans4[data-v-08876c9b] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-08876c9b] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-08876c9b]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-08876c9b] {
  text-align: center;
}
.icon-pay-way-wx[data-v-08876c9b] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-08876c9b] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-08876c9b]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-08876c9b] {
  animation: slide-down-in-08876c9b ease 0.3s;
}
.dialog-fade-leave-active[data-v-08876c9b] {
  animation: slide-down-out-08876c9b ease 0.3s;
}
.icon-loading-circle[data-v-08876c9b] {
  animation: loading-circle-08876c9b 1s linear infinite;
}
@keyframes slide-down-in-08876c9b {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-08876c9b {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-08876c9b {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-08876c9b] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-08876c9b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-08876c9b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-08876c9b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-08876c9b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-08876c9b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-08876c9b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-08876c9b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-08876c9b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-08876c9b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-08876c9b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-08876c9b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-08876c9b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-08876c9b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-08876c9b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-08876c9b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-08876c9b] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-08876c9b] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-08876c9b] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-08876c9b] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-08876c9b] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-08876c9b] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-08876c9b] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-08876c9b] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-08876c9b] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-08876c9b] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-08876c9b] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-08876c9b] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-08876c9b] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-08876c9b] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-08876c9b] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-08876c9b] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-08876c9b] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-08876c9b] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-08876c9b] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-08876c9b] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-08876c9b] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-08876c9b] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-08876c9b] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-08876c9b] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-08876c9b] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-08876c9b] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-08876c9b] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-08876c9b] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-08876c9b] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-08876c9b] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-08876c9b] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-08876c9b] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-08876c9b] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-08876c9b] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-08876c9b] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-08876c9b] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-08876c9b] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-08876c9b] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-08876c9b] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-08876c9b] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-08876c9b] {
  background-position: -218px -553px;
}
.iconH[data-v-08876c9b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.icon-no-checkin[data-v-08876c9b] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
  background-position: -33px -20px;
}
.icon-forget-checkin[data-v-08876c9b] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
  background-position: -101px -20px;
}
.icon-already-checkin[data-v-08876c9b] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
  background-position: -67px -20px;
  animation-name: scaleAnimation-08876c9b;
  animation-duration: 0.56s;
  transition-timing-function: ease-in-out;
}
.icon-no-checkin-bg[data-v-08876c9b] {
  width: 116px;
  height: 148px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
  background-position: -33px -62px;
}
.icon-forget-checkin-bg[data-v-08876c9b] {
  width: 116px;
  height: 148px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
  background-position: -273px -62px;
}
.icon-already-checkin-bg[data-v-08876c9b] {
  width: 116px;
  height: 148px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
  background-position: -153px -62px;
  animation-name: opacityAnimation-08876c9b;
  animation-duration: 0.12s;
  transition-timing-function: ease-in-out;
}
.icon-can-be-doubled[data-v-08876c9b] {
  width: 80px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
  background-position: -267px -17px;
}
.icon-ob[data-v-08876c9b] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
  background-position: -154px -20px;
}
.icon-integral[data-v-08876c9b] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
  background-position: -135px -20px;
}
.icon-coupon[data-v-08876c9b] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
  background-position: -174px -20px;
}
.icon-sign-arrow[data-v-08876c9b] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
  background-position: -195px -20px;
}
.icon-turntable[data-v-08876c9b] {
  width: 124px;
  height: 130px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
  background-position: -395px -19px;
  flex: none;
}
.icon-gift[data-v-08876c9b] {
  width: 124px;
  height: 130px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
  background-position: -522px -19px;
  flex: none;
}
.icon-calendar[data-v-08876c9b] {
  width: 22px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
  background-position: -240px -16px;
}
.icon-resource[data-v-08876c9b] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
  background-position: -134px -39px;
}
.icon-question-mark[data-v-08876c9b] {
  width: 15px;
  height: 15px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
  background-position: -226px -230px;
}
.icon-receive[data-v-08876c9b] {
  width: 24px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
  background-position: -176px -40px;
  margin-left: 2px;
  cursor: pointer;
}
.icon-receive[data-v-08876c9b]:hover {
  background-position: -204px -40px;
}
.icon-close-dark[data-v-08876c9b] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
  background-position: -115px -332px;
  cursor: pointer;
}
.icon-close-dark[data-v-08876c9b]:hover {
  background-position: -131px -332px;
}
.icon-ticket[data-v-08876c9b] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
  background-position: -155px -39px;
}
.icon-mystery-gift[data-v-08876c9b] {
  width: 70px;
  height: 70px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
  background-position: -416px -154px;
}
.icon-question-i[data-v-08876c9b] {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
  background-position: -245px -221px;
}
.check-in[data-v-08876c9b] .dialog-body {
  border-radius: 20px;
  background-color: #fff;
}
.check-in .dialog-close-btn[data-v-08876c9b] {
  position: absolute;
  top: 0;
  right: -50px;
}
.check-in .popup-tab[data-v-08876c9b] {
  position: absolute;
  top: 26px;
  left: -72px;
  width: 72px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.check-in .popup-tab li[data-v-08876c9b] {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #eee;
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
  width: 62px;
  transition: ease 0.3s;
  height: 80px;
  border-radius: 10px 0 0 10px;
  cursor: pointer;
  padding: 0 14px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.check-in .popup-tab li > i[data-v-08876c9b] {
  margin-bottom: 8px;
}
.check-in .popup-tab li.active[data-v-08876c9b] {
  background-image: linear-gradient(90deg, #fff3df 0%, #fbe6c4 100%);
  width: 72px;
  transition: ease 0.3s;
  color: #e80000;
  padding: 0 17px;
}
.check-in .popup-tab li.active .icon-calendar[data-v-08876c9b] {
  background-position: -215px -16px;
}
.check-in .content[data-v-08876c9b] {
  height: 626px;
}
.check-in .checkin-content[data-v-08876c9b] {
  background-image: url(https://down.om.cn/common/check_in_bg.png);
  padding: 58px 51px 0;
  position: relative;
}
.check-in .checkin-content .sign-in-now[data-v-08876c9b] {
  position: absolute;
  top: 58px;
  right: 102px;
  font-size: 16px;
  font-weight: bold;
}
.check-in .checkin-content .checkin-area[data-v-08876c9b] {
  position: relative;
  margin-top: 123px;
  height: 169px;
}
.check-in .checkin-content .checkin-area .bar[data-v-08876c9b] {
  position: absolute;
  width: 884px;
  height: 4px;
  border-radius: 2px;
  background-color: #eccc9a;
}
.check-in .checkin-content .checkin-area .checkin-count[data-v-08876c9b] {
  display: flex;
  position: absolute;
  top: -15px;
}
.check-in .checkin-content .checkin-area .checkin-count li[data-v-08876c9b] {
  width: 116px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 12px;
}
.check-in .checkin-content .checkin-area .checkin-count li .card[data-v-08876c9b] {
  margin-top: 6px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 10px;
}
.check-in .checkin-content .checkin-area .checkin-count li .card .week[data-v-08876c9b] {
  font-size: 16px;
  color: #93703a;
  height: 36px;
  line-height: 36px;
}
.check-in .checkin-content .checkin-area .checkin-count li .card .prize-area[data-v-08876c9b] {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 111px;
  height: 99px;
}
.check-in .checkin-content .checkin-area .checkin-count li .card .prize-area .prize[data-v-08876c9b] {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.check-in .checkin-content .checkin-area .checkin-count li .card .prize-area .prize[data-v-08876c9b]:last-of-type {
  margin-bottom: 0;
}
.check-in .checkin-content .checkin-area .checkin-count li .card .prize-area .prize[data-v-08876c9b] * {
  line-height: 1;
}
.check-in .checkin-content .checkin-area .checkin-count li .card .prize-area .prize i[data-v-08876c9b] {
  margin-right: 5px;
}
.check-in .checkin-content .checkin-area .checkin-count li .card .prize-area .prize .icon-question-mark[data-v-08876c9b] {
  position: relative;
  margin-left: 2px;
  cursor: pointer;
}
.check-in .checkin-content .checkin-area .checkin-count li .card .prize-area .prize .icon-question-mark .hint[data-v-08876c9b] {
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  font-size: 12px;
  color: #666;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding: 3px 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  width: -moz-max-content;
  width: max-content;
  border-radius: 5px;
  z-index: 2;
}
.check-in .checkin-content .checkin-area .checkin-count li .card .prize-area .prize .icon-question-mark .hint[data-v-08876c9b]:before {
  content: "";
  position: absolute;
  top: -5px;
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
  background-color: #fff;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.check-in .checkin-content .checkin-area .checkin-count li .card .prize-area .prize .icon-question-mark:hover .hint[data-v-08876c9b] {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
.check-in .checkin-content .checkin-area .checkin-count li .card .prize-area .can-be-doubled[data-v-08876c9b] {
  margin-top: 12px;
}
.check-in .checkin-content .checkin-area .checkin-count li .card .prize-area .checkin-mask[data-v-08876c9b] {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.85);
  left: 0;
  top: 0;
  width: 110px;
  height: 99px;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.check-in .checkin-content .checkin-area .checkin-count li .card .prize-area .checkin-mask .supplementary-visa[data-v-08876c9b] {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.check-in .checkin-content .checkin-area .checkin-count li .card .prize-area .mystery-gift[data-v-08876c9b] {
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 0;
  width: 110px;
  height: 99px;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.check-in .checkin-content .checkin-area .checkin-count li .already-checkin .week[data-v-08876c9b] {
  color: #fff;
}
.check-in .checkin-content .checkin-area .checkin-count li[data-v-08876c9b]:last-of-type {
  margin-right: 0;
}
.check-in .checkin-content .task-card[data-v-08876c9b] {
  margin-top: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.check-in .checkin-content .task-card li[data-v-08876c9b] {
  width: 280px;
  height: 192px;
  padding: 14px;
  background-color: #eccc9a;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
}
.check-in .checkin-content .task-card li .go-btn[data-v-08876c9b] {
  font-size: 14px;
  color: #fff;
}
.check-in .checkin-content .task-card li .title[data-v-08876c9b] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.check-in .checkin-content .task-card li .title h3[data-v-08876c9b] {
  font-size: 18px;
  color: #47310e;
  font-weight: bold;
}
.check-in .checkin-content .task-card li .title > span[data-v-08876c9b] {
  font-size: 14px;
  color: #957748;
}
.check-in .checkin-content .task-card li.repair-task .sign-mission-board[data-v-08876c9b] {
  width: 100%;
  height: 130px;
  background-color: #fff;
  border-radius: 10px;
  padding: 18px 0 0 14px;
}
.check-in .checkin-content .task-card li.repair-task .sign-mission-board .task-top[data-v-08876c9b] {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.check-in .checkin-content .task-card li.repair-task .sign-mission-board .task-top > h4[data-v-08876c9b] {
  font-weight: bold;
  margin-left: 5px;
  color: #333;
  font-weight: normal;
}
.check-in .checkin-content .task-card li.repair-task .sign-mission-board .task-top > span[data-v-08876c9b] {
  color: #bbb;
}
.check-in .checkin-content .task-card li.repair-task .sign-mission-board .task-center[data-v-08876c9b] {
  margin-top: 12px;
  color: #e80000;
}
.check-in .checkin-content .task-card li.repair-task .sign-mission-board .task-bottom[data-v-08876c9b] {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.check-in .checkin-content .task-card li.repair-task .sign-mission-board .task-bottom > span[data-v-08876c9b] {
  font-size: 14px;
  color: #333;
  margin-left: 8px;
}
.check-in .checkin-content .task-card li.exchange .other-mission-board[data-v-08876c9b] {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
.check-in .checkin-content .task-card li.exchange .other-mission-board .lottery-l[data-v-08876c9b] {
  padding: 18px 0 0 22px;
}
.check-in .checkin-content .task-card li.exchange .other-mission-board .lottery-l > span[data-v-08876c9b] {
  font-size: 14px;
  color: #333;
}
.check-in .checkin-content .task-card li.exchange .other-mission-board .lottery-l .go-btn[data-v-08876c9b] {
  margin-top: 51px;
}
.check-in .celebration-content[data-v-08876c9b] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  overflow: hidden;
}
.check-in .celebration-content a.item[data-v-08876c9b] {
  width: 100%;
  height: 100%;
}
.check-in .member-day-content[data-v-08876c9b] {
  background-image: url(https://down.om.cn/common/member_day_bg.png);
  padding-top: 164px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.check-in .member-day-content .icon-question-i[data-v-08876c9b] {
  position: absolute;
  top: 80px;
  right: 351px;
  cursor: pointer;
}
.check-in .member-day-content .icon-question-i .illustrate[data-v-08876c9b] {
  padding: 34px 40px;
  position: absolute;
  left: 50%;
  top: 37px;
  transform: translateX(-50%);
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  border-radius: 10px;
  box-shadow: 0 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  width: 544px;
}
.check-in .member-day-content .icon-question-i .illustrate[data-v-08876c9b]:after {
  content: "";
  position: absolute;
  top: -6px;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  background-color: #fff;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.check-in .member-day-content .icon-question-i .illustrate[data-v-08876c9b]:before {
  width: 30px;
  height: 30px;
  content: "";
  position: absolute;
  top: -22px;
  margin: 0 auto;
  left: 0;
  right: 0;
  background-color: transparent;
}
.check-in .member-day-content .icon-question-i .illustrate h3[data-v-08876c9b] {
  font-size: 17px;
  font-weight: bold;
  color: #333;
  margin-bottom: 24px;
}
.check-in .member-day-content .icon-question-i .illustrate p[data-v-08876c9b] {
  line-height: 30px;
  font-size: 14px;
  color: #333;
}
.check-in .member-day-content .icon-question-i:hover .illustrate[data-v-08876c9b] {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
.check-in .member-day-content .item-list[data-v-08876c9b] {
  display: flex;
  justify-content: center;
}
.check-in .member-day-content .item-list li[data-v-08876c9b] {
  width: 195px;
  height: 280px;
  padding-top: 220px;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 10px 20px 0 rgba(159, 30, 0, 0.2);
  margin-right: 18px;
}
.check-in .member-day-content .item-list li[data-v-08876c9b]:last-of-type {
  margin-right: 0;
}
.check-in .member-day-content .item-list li.welfare-pack[data-v-08876c9b] {
  background-image: url(https://down.om.cn/common/member_day_item_03_v2.png);
}
.check-in .member-day-content .item-list li.member-sign[data-v-08876c9b] {
  background-image: url(https://down.om.cn/common/member_day_item_02.png);
}
.check-in .member-day-content .item-list li.recharge-special[data-v-08876c9b] {
  background-image: url(https://down.om.cn/common/member_day_item_01_v2.png);
}
.check-in .member-day-content .item-list li.exclusive[data-v-08876c9b] {
  background-image: url(https://down.om.cn/common/member_day_item_04.png);
}
.check-in .member-day-content .item-list li .go-view[data-v-08876c9b] {
  font-size: 14px;
  color: #fff;
  background-color: #ff5215;
}
.check-in .member-day-content .item-list li .go-view[data-v-08876c9b]:hover {
  background-color: #ee3e00;
}
.check-in .member-day-content .buy-big-member[data-v-08876c9b] {
  background-color: transparent;
  background-color: initial;
  background-image: linear-gradient(90deg, #ffe242 0%, #ffbd1d 100%);
  box-shadow: 0 10px 20px 0 rgba(159, 20, 0, 0.2);
  font-size: 18px;
  font-weight: bold;
  color: #7a3700;
  margin-top: 42px;
}
.check-in .member-day-content .buy-big-member[data-v-08876c9b]:hover {
  background-color: transparent;
  background-color: initial;
  background-image: linear-gradient(90deg, #ffd132 0%, #ffb21d 100%);
}
.receive-resource[data-v-08876c9b] {
  padding: 50px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  width: 464px;
  height: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.receive-resource[data-v-08876c9b] * {
  line-height: 1;
}
.receive-resource .icon-close-dark[data-v-08876c9b] {
  position: absolute;
  top: 18px;
  right: 18px;
}
.receive-resource .info[data-v-08876c9b] {
  width: 100%;
}
.receive-resource .info h3[data-v-08876c9b] {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 30px;
}
.receive-resource .info p[data-v-08876c9b] {
  margin-bottom: 30px;
}
.receive-resource .info p span[data-v-08876c9b] {
  font-size: 14px;
  color: #999;
}
.receive-resource .info p span[data-v-08876c9b]:last-of-type {
  color: #333;
}
.receive-resource .notice[data-v-08876c9b] {
  margin-top: 14px;
}
@keyframes scaleAnimation-08876c9b {
0% {
    transform: scale(0.8);
}
50% {
    transform: scale(1.3);
}
100% {
    transform: scale(1);
}
}
@keyframes opacityAnimation-08876c9b {
0% {
    opacity: 0.2;
}
25% {
    opacity: 0.4;
}
50% {
    opacity: 0.6;
}
75% {
    opacity: 0.8;
}
100% {
    opacity: 1;
}
}
[data-v-2e07d0eb]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-2e07d0eb]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-2e07d0eb]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-2e07d0eb],
body[data-v-2e07d0eb] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-2e07d0eb] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-2e07d0eb] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-2e07d0eb] {
    border: none;
    outline: none;
}
}
input[data-v-2e07d0eb]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-2e07d0eb],
textarea[data-v-2e07d0eb] {
  border: none;
  outline: none;
}
textarea[data-v-2e07d0eb] {
  font-family: "microsoft yahei";
}
em[data-v-2e07d0eb] {
  color: #e80000;
  font-style: normal;
}
i[data-v-2e07d0eb] {
  font-style: normal;
}
.v-enter-active[data-v-2e07d0eb],
.v-leave-active[data-v-2e07d0eb] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-2e07d0eb],
.v-leave-to[data-v-2e07d0eb] {
  opacity: 0;
}
[v-cloak][data-v-2e07d0eb] {
  display: none;
}
.f-e80000[data-v-2e07d0eb] {
  color: #e80000;
}
.flex[data-v-2e07d0eb] {
  display: flex;
}
.flex-a[data-v-2e07d0eb] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-2e07d0eb] {
  font-family: fangsong;
}
.pingfang[data-v-2e07d0eb] {
  font-family: pingfang sc !important;
}
.underline[data-v-2e07d0eb] {
  text-decoration: underline;
}
.t-over[data-v-2e07d0eb] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-2e07d0eb] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-2e07d0eb] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-2e07d0eb] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-2e07d0eb] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-2e07d0eb] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-2e07d0eb] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-2e07d0eb] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-2e07d0eb] {
  cursor: pointer;
}
.trans1[data-v-2e07d0eb] {
  transition: ease 0.1s;
}
.trans2[data-v-2e07d0eb] {
  transition: ease 0.2s;
}
.trans3[data-v-2e07d0eb] {
  transition: ease 0.3s;
}
.trans4[data-v-2e07d0eb] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-2e07d0eb] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-2e07d0eb]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-2e07d0eb] {
  text-align: center;
}
.icon-pay-way-wx[data-v-2e07d0eb] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-2e07d0eb] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-2e07d0eb]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-2e07d0eb] {
  animation: slide-down-in-2e07d0eb ease 0.3s;
}
.dialog-fade-leave-active[data-v-2e07d0eb] {
  animation: slide-down-out-2e07d0eb ease 0.3s;
}
.icon-loading-circle[data-v-2e07d0eb] {
  animation: loading-circle-2e07d0eb 1s linear infinite;
}
@keyframes slide-down-in-2e07d0eb {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-2e07d0eb {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-2e07d0eb {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-2e07d0eb] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-2e07d0eb] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-2e07d0eb] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-2e07d0eb] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-2e07d0eb] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-2e07d0eb] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-2e07d0eb] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-2e07d0eb] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-2e07d0eb] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-2e07d0eb] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-2e07d0eb] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-2e07d0eb] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-2e07d0eb] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-2e07d0eb] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-2e07d0eb] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-2e07d0eb] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-2e07d0eb] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-2e07d0eb] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-2e07d0eb] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-2e07d0eb] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-2e07d0eb] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-2e07d0eb] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-2e07d0eb] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-2e07d0eb] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-2e07d0eb] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-2e07d0eb] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-2e07d0eb] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-2e07d0eb] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-2e07d0eb] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-2e07d0eb] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-2e07d0eb] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-2e07d0eb] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-2e07d0eb] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-2e07d0eb] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-2e07d0eb] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-2e07d0eb] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-2e07d0eb] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-2e07d0eb] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-2e07d0eb] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-2e07d0eb] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-2e07d0eb] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-2e07d0eb] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-2e07d0eb] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-2e07d0eb] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-2e07d0eb] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-2e07d0eb] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-2e07d0eb] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-2e07d0eb] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-2e07d0eb] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-2e07d0eb] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-2e07d0eb] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-2e07d0eb] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-2e07d0eb] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-2e07d0eb] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-2e07d0eb] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-2e07d0eb] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-2e07d0eb] {
  background-position: -218px -553px;
}
.iconH[data-v-2e07d0eb] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.icon-ob[data-v-2e07d0eb] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
  background-position: -154px -20px;
}
.icon-integral[data-v-2e07d0eb] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
  background-position: -135px -20px;
}
.icon-resource[data-v-2e07d0eb] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
  background-position: -134px -39px;
}
.icon-coupon[data-v-2e07d0eb] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
  background-position: -174px -20px;
}
.icon-double-integral[data-v-2e07d0eb] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
  background-position: -458px -236px;
}
.icon-double-ob[data-v-2e07d0eb] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
  background-position: -587px -238px;
}
.success-bg-big[data-v-2e07d0eb] {
  background-image: url(https://down.om.cn/common/sign_success_bg_big.png);
  width: 728px;
  height: 638px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.success-bg-smail[data-v-2e07d0eb] {
  background-image: url(https://down.om.cn/common/sign_success_bg_smail.png);
  width: 624px;
  height: 638px;
  padding-top: 284px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.success-bg-smail .sure[data-v-2e07d0eb] {
  position: absolute;
  bottom: 30px;
}
.check-in-success .dialog-close-btn[data-v-2e07d0eb] {
  position: absolute;
  top: 0;
  right: -50px;
}
.check-in-success .content[data-v-2e07d0eb] * {
  line-height: 1;
}
.check-in-success .content .sure[data-v-2e07d0eb] {
  background-color: #fff9df;
  color: #a47731;
  font-size: 18px;
  box-shadow: 0 10px 15px 0 rgba(111, 76, 16, 0.15);
}
.check-in-success .content .sure[data-v-2e07d0eb]:hover {
  color: #a47731;
  background-color: #fffdf2;
}
.check-in-success .content .get-it-now[data-v-2e07d0eb] {
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 10px 15px 0 rgba(111, 76, 16, 0.15);
}
.check-in-success .content.member[data-v-2e07d0eb] {
  background-image: url(https://down.om.cn/common/sign_success_bg_big.png);
  width: 728px;
  height: 638px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 272px;
}
.check-in-success .content.member .gift-double-bg[data-v-2e07d0eb] {
  width: 482px;
  height: 212px;
  background-image: url(https://down.om.cn/common/gift_double_bg.png);
  display: flex;
  padding: 64px 0 0 43px;
}
.check-in-success .content.member .gift-double-bg .get[data-v-2e07d0eb] {
  font-size: 18px;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #9e6728;
  width: 80px;
  margin-top: 26px;
  margin-right: 159px;
}
.check-in-success .content.member .gift-double-bg .get > span[data-v-2e07d0eb] {
  font-size: 46px;
  font-family: Impact;
  margin-bottom: 8px;
}
.check-in-success .content.member .gift-double-bg .member-day-exclusive[data-v-2e07d0eb] {
  display: flex;
  justify-content: space-between;
}
.check-in-success .content.member .gift-double-bg .member-day-exclusive span[data-v-2e07d0eb] {
  width: 80px;
  color: #ff3030;
  font-size: 22px;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: Impact;
}
.check-in-success .content.member .gift-double-bg .member-day-exclusive span > i[data-v-2e07d0eb] {
  font-size: 60px;
  margin-bottom: 10px;
}
.check-in-success .content.member .btn-area[data-v-2e07d0eb] {
  display: flex;
  align-items: center;
  margin-top: 75px;
}
.check-in-success .content.member .btn-area .get-it-now[data-v-2e07d0eb] {
  margin-left: 14px;
}
.check-in-success .content.no-member[data-v-2e07d0eb] {
  background-image: url(https://down.om.cn/common/sign_success_bg_smail.png);
  width: 624px;
  height: 638px;
  padding-top: 284px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.check-in-success .content.no-member .sure[data-v-2e07d0eb] {
  position: absolute;
  bottom: 30px;
}
.check-in-success .content.no-member .gift[data-v-2e07d0eb] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.check-in-success .content.no-member .gift .item[data-v-2e07d0eb] {
  width: 140px;
  height: 170px;
  background-color: #fff;
  border-radius: 10px;
  background-image: linear-gradient(0deg, #fff4e0 0%, #fffcf4 100%);
  box-shadow: 0 10px 20px 0 rgba(167, 126, 67, 0.3);
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 26px;
  overflow: hidden;
  margin-left: 14px;
  position: relative;
}
.check-in-success .content.no-member .gift .item[data-v-2e07d0eb]:first-of-type {
  margin-left: 0;
}
.check-in-success .content.no-member .gift .item .icon-subscription-exclusive[data-v-2e07d0eb] {
  position: absolute;
  top: 0;
  right: 0;
  width: 78px;
  height: 20px;
  background-image: url(https://down.om.cn/common/icon_sign_subscription_exclusive.png);
}
.check-in-success .content.no-member .gift .item .icon-gift-pic[data-v-2e07d0eb] {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}
.check-in-success .content.no-member .gift .item > span[data-v-2e07d0eb] {
  font-size: 14px;
  color: #9b7421;
  line-height: 18px;
}
.check-in-success .content.no-member-day[data-v-2e07d0eb] {
  background-image: url(https://down.om.cn/common/sign_success_bg_smail.png);
  width: 624px;
  height: 638px;
  padding-top: 284px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.check-in-success .content.no-member-day .sure[data-v-2e07d0eb] {
  position: absolute;
  bottom: 30px;
}
.check-in-success .content.no-member-day-more[data-v-2e07d0eb] {
  background-image: url(https://down.om.cn/common/sign_success_bg_big.png);
  width: 728px;
  height: 638px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 284px;
}
.check-in-success .content.no-member-day-more .sure[data-v-2e07d0eb] {
  position: absolute;
  bottom: 29px;
}
[data-v-1f762fb9]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-1f762fb9]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-1f762fb9]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-1f762fb9],
body[data-v-1f762fb9] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-1f762fb9] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-1f762fb9] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-1f762fb9] {
    border: none;
    outline: none;
}
}
input[data-v-1f762fb9]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-1f762fb9],
textarea[data-v-1f762fb9] {
  border: none;
  outline: none;
}
textarea[data-v-1f762fb9] {
  font-family: "microsoft yahei";
}
em[data-v-1f762fb9] {
  color: #e80000;
  font-style: normal;
}
i[data-v-1f762fb9] {
  font-style: normal;
}
.v-enter-active[data-v-1f762fb9],
.v-leave-active[data-v-1f762fb9] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-1f762fb9],
.v-leave-to[data-v-1f762fb9] {
  opacity: 0;
}
[v-cloak][data-v-1f762fb9] {
  display: none;
}
.f-e80000[data-v-1f762fb9] {
  color: #e80000;
}
.flex[data-v-1f762fb9] {
  display: flex;
}
.flex-a[data-v-1f762fb9] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-1f762fb9] {
  font-family: fangsong;
}
.pingfang[data-v-1f762fb9] {
  font-family: pingfang sc !important;
}
.underline[data-v-1f762fb9] {
  text-decoration: underline;
}
.t-over[data-v-1f762fb9] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-1f762fb9] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-1f762fb9] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-1f762fb9] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-1f762fb9] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-1f762fb9] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-1f762fb9] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-1f762fb9] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-1f762fb9] {
  cursor: pointer;
}
.trans1[data-v-1f762fb9] {
  transition: ease 0.1s;
}
.trans2[data-v-1f762fb9] {
  transition: ease 0.2s;
}
.trans3[data-v-1f762fb9] {
  transition: ease 0.3s;
}
.trans4[data-v-1f762fb9] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-1f762fb9] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-1f762fb9]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-1f762fb9] {
  text-align: center;
}
.icon-pay-way-wx[data-v-1f762fb9] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-1f762fb9] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-1f762fb9]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-1f762fb9] {
  animation: slide-down-in-1f762fb9 ease 0.3s;
}
.dialog-fade-leave-active[data-v-1f762fb9] {
  animation: slide-down-out-1f762fb9 ease 0.3s;
}
.icon-loading-circle[data-v-1f762fb9] {
  animation: loading-circle-1f762fb9 1s linear infinite;
}
@keyframes slide-down-in-1f762fb9 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-1f762fb9 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-1f762fb9 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-1f762fb9] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-1f762fb9] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-1f762fb9] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-1f762fb9] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-1f762fb9] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-1f762fb9] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-1f762fb9] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-1f762fb9] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-1f762fb9] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-1f762fb9] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-1f762fb9] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-1f762fb9] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-1f762fb9] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-1f762fb9] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-1f762fb9] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-1f762fb9] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-1f762fb9] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-1f762fb9] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-1f762fb9] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-1f762fb9] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-1f762fb9] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-1f762fb9] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-1f762fb9] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-1f762fb9] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-1f762fb9] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-1f762fb9] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-1f762fb9] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-1f762fb9] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-1f762fb9] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-1f762fb9] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-1f762fb9] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-1f762fb9] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-1f762fb9] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-1f762fb9] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-1f762fb9] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-1f762fb9] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-1f762fb9] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-1f762fb9] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-1f762fb9] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-1f762fb9] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-1f762fb9] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-1f762fb9] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-1f762fb9] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-1f762fb9] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-1f762fb9] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-1f762fb9] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-1f762fb9] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-1f762fb9] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-1f762fb9] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-1f762fb9] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-1f762fb9] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-1f762fb9] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-1f762fb9] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-1f762fb9] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-1f762fb9] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-1f762fb9] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-1f762fb9] {
  background-position: -218px -553px;
}
.coupon-giveaway .dialog-close-btn[data-v-1f762fb9] {
  position: absolute;
  top: 0;
  right: -45px;
}
.coupon-giveaway .content[data-v-1f762fb9] {
  height: 550px;
  padding-top: 125px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-image: url(https://down.om.cn/common/coupon_giveaway_bg_v2.png);
}
.coupon-giveaway .content .countdown[data-v-1f762fb9] {
  height: 40px;
  display: flex;
  align-items: center;
  color: #ff2929;
  font-size: 20px;
  font-weight: bold;
}
.coupon-giveaway .content .countdown > span[data-v-1f762fb9] {
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #ff2929;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-right: 6px;
}
.coupon-giveaway .content .coupon-pic[data-v-1f762fb9] {
  margin-top: 35px;
}
.coupon-giveaway .content .buy-btn[data-v-1f762fb9] {
  margin-top: 35px;
  width: 180px;
  height: 44px;
  background-color: #e80000;
  color: #fff;
  border-radius: 22px;
  font-size: 16px;
  font-weight: bold;
  transition: ease 0.3s;
}
.coupon-giveaway .content .buy-btn[data-v-1f762fb9]:hover {
  background-color: #ff2424;
  transition: ease 0.3s;
}
[data-v-a7d215e9]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-a7d215e9]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-a7d215e9]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-a7d215e9],
body[data-v-a7d215e9] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-a7d215e9] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-a7d215e9] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-a7d215e9] {
    border: none;
    outline: none;
}
}
input[data-v-a7d215e9]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-a7d215e9],
textarea[data-v-a7d215e9] {
  border: none;
  outline: none;
}
textarea[data-v-a7d215e9] {
  font-family: "microsoft yahei";
}
em[data-v-a7d215e9] {
  color: #e80000;
  font-style: normal;
}
i[data-v-a7d215e9] {
  font-style: normal;
}
.v-enter-active[data-v-a7d215e9],
.v-leave-active[data-v-a7d215e9] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-a7d215e9],
.v-leave-to[data-v-a7d215e9] {
  opacity: 0;
}
[v-cloak][data-v-a7d215e9] {
  display: none;
}
.f-e80000[data-v-a7d215e9] {
  color: #e80000;
}
.flex[data-v-a7d215e9] {
  display: flex;
}
.flex-a[data-v-a7d215e9] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-a7d215e9] {
  font-family: fangsong;
}
.pingfang[data-v-a7d215e9] {
  font-family: pingfang sc !important;
}
.underline[data-v-a7d215e9] {
  text-decoration: underline;
}
.t-over[data-v-a7d215e9] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-a7d215e9] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-a7d215e9] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-a7d215e9] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-a7d215e9] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-a7d215e9] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-a7d215e9] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-a7d215e9] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-a7d215e9] {
  cursor: pointer;
}
.trans1[data-v-a7d215e9] {
  transition: ease 0.1s;
}
.trans2[data-v-a7d215e9] {
  transition: ease 0.2s;
}
.trans3[data-v-a7d215e9] {
  transition: ease 0.3s;
}
.trans4[data-v-a7d215e9] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-a7d215e9] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-a7d215e9]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-a7d215e9] {
  text-align: center;
}
.icon-pay-way-wx[data-v-a7d215e9] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-a7d215e9] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-a7d215e9]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-a7d215e9] {
  animation: slide-down-in-a7d215e9 ease 0.3s;
}
.dialog-fade-leave-active[data-v-a7d215e9] {
  animation: slide-down-out-a7d215e9 ease 0.3s;
}
.icon-loading-circle[data-v-a7d215e9] {
  animation: loading-circle-a7d215e9 1s linear infinite;
}
@keyframes slide-down-in-a7d215e9 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-a7d215e9 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-a7d215e9 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-a7d215e9] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-a7d215e9] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-a7d215e9] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-a7d215e9] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-a7d215e9] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-a7d215e9] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-a7d215e9] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-a7d215e9] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-a7d215e9] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-a7d215e9] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-a7d215e9] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-a7d215e9] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-a7d215e9] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-a7d215e9] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-a7d215e9] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-a7d215e9] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-a7d215e9] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-a7d215e9] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-a7d215e9] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-a7d215e9] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-a7d215e9] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-a7d215e9] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-a7d215e9] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-a7d215e9] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-a7d215e9] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-a7d215e9] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-a7d215e9] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-a7d215e9] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-a7d215e9] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-a7d215e9] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-a7d215e9] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-a7d215e9] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-a7d215e9] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-a7d215e9] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-a7d215e9] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-a7d215e9] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-a7d215e9] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-a7d215e9] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-a7d215e9] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-a7d215e9] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-a7d215e9] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-a7d215e9] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-a7d215e9] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-a7d215e9] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-a7d215e9] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-a7d215e9] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-a7d215e9] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-a7d215e9] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-a7d215e9] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-a7d215e9] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-a7d215e9] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-a7d215e9] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-a7d215e9] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-a7d215e9] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-a7d215e9] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-a7d215e9] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-a7d215e9] {
  background-position: -218px -553px;
}
.exclusive-benefits[data-v-a7d215e9] .dialog-body {
  border-radius: 20px;
  overflow: hidden;
}
.exclusive-benefits .dialog-close-btn[data-v-a7d215e9] {
  position: absolute;
  top: 0;
  right: -50px;
}
.exclusive-benefits[data-v-a7d215e9] .dialog {
  background-image: url('https://down.om.cn/common/member_exclusive_benefits_popup_background.png');
}
.exclusive-benefits .exclusive-benefits-content[data-v-a7d215e9] {
  padding: 76px 53px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.exclusive-benefits .exclusive-benefits-content .title[data-v-a7d215e9] {
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  text-align: center;
}
.exclusive-benefits .exclusive-benefits-content .voucher-box[data-v-a7d215e9] {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.exclusive-benefits .exclusive-benefits-content .voucher-box li[data-v-a7d215e9] {
  margin-left: 14px;
  margin-bottom: 14px;
  background: #F5F4F9;
  width: 150px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding: 0 15px 15px;
  height: -moz-fit-content;
  height: fit-content;
}
.exclusive-benefits .exclusive-benefits-content .voucher-box li[data-v-a7d215e9]:nth-child(3n+1) {
  margin-left: 0;
}
.exclusive-benefits .exclusive-benefits-content .voucher-box li[data-v-a7d215e9]:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.exclusive-benefits .exclusive-benefits-content .voucher-box li .recharge-type[data-v-a7d215e9] {
  background: linear-gradient(90deg, #E6C6AD 0%, #D29457 100%);
  border-radius: 0 0 4px 4px;
  color: #fff;
  font-size: 16px;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 2px 7px;
}
.exclusive-benefits .exclusive-benefits-content .voucher-box li .price[data-v-a7d215e9] {
  font-size: 20px;
  color: #D39559;
  display: flex;
  align-items: flex-end;
}
.exclusive-benefits .exclusive-benefits-content .voucher-box li .price em[data-v-a7d215e9] {
  margin-bottom: 5px;
  color: #D39559;
  font-size: 12px;
}
.exclusive-benefits .exclusive-benefits-content .voucher-box li .price span[data-v-a7d215e9] {
  font-size: 36px;
  font-weight: bold;
}
.exclusive-benefits .exclusive-benefits-content .voucher-box li .discount[data-v-a7d215e9] {
  color: #333333;
  font-size: 14px;
  margin-top: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.exclusive-benefits .exclusive-benefits-content .btn[data-v-a7d215e9] {
  width: 360px;
  height: 64px;
  background: linear-gradient(90deg, #EAD5C0 0%, #D79D74 100%);
  border-radius: 30px 30px 30px 30px;
  font-size: 24px;
  color: #333333;
  margin-top: 44px;
}
[data-v-3cbca5e6]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-3cbca5e6]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-3cbca5e6]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-3cbca5e6],
body[data-v-3cbca5e6] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-3cbca5e6] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-3cbca5e6] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-3cbca5e6] {
    border: none;
    outline: none;
}
}
input[data-v-3cbca5e6]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-3cbca5e6],
textarea[data-v-3cbca5e6] {
  border: none;
  outline: none;
}
textarea[data-v-3cbca5e6] {
  font-family: "microsoft yahei";
}
em[data-v-3cbca5e6] {
  color: #e80000;
  font-style: normal;
}
i[data-v-3cbca5e6] {
  font-style: normal;
}
.v-enter-active[data-v-3cbca5e6],
.v-leave-active[data-v-3cbca5e6] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-3cbca5e6],
.v-leave-to[data-v-3cbca5e6] {
  opacity: 0;
}
[v-cloak][data-v-3cbca5e6] {
  display: none;
}
.f-e80000[data-v-3cbca5e6] {
  color: #e80000;
}
.flex[data-v-3cbca5e6] {
  display: flex;
}
.flex-a[data-v-3cbca5e6] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-3cbca5e6] {
  font-family: fangsong;
}
.pingfang[data-v-3cbca5e6] {
  font-family: pingfang sc !important;
}
.underline[data-v-3cbca5e6] {
  text-decoration: underline;
}
.t-over[data-v-3cbca5e6] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-3cbca5e6] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-3cbca5e6] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-3cbca5e6] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-3cbca5e6] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-3cbca5e6] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-3cbca5e6] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-3cbca5e6] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-3cbca5e6] {
  cursor: pointer;
}
.trans1[data-v-3cbca5e6] {
  transition: ease 0.1s;
}
.trans2[data-v-3cbca5e6] {
  transition: ease 0.2s;
}
.trans3[data-v-3cbca5e6] {
  transition: ease 0.3s;
}
.trans4[data-v-3cbca5e6] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-3cbca5e6] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-3cbca5e6]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-3cbca5e6] {
  text-align: center;
}
.icon-pay-way-wx[data-v-3cbca5e6] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-3cbca5e6] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-3cbca5e6]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-3cbca5e6] {
  animation: slide-down-in-3cbca5e6 ease 0.3s;
}
.dialog-fade-leave-active[data-v-3cbca5e6] {
  animation: slide-down-out-3cbca5e6 ease 0.3s;
}
.icon-loading-circle[data-v-3cbca5e6] {
  animation: loading-circle-3cbca5e6 1s linear infinite;
}
@keyframes slide-down-in-3cbca5e6 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-3cbca5e6 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-3cbca5e6 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-3cbca5e6] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-3cbca5e6] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-3cbca5e6] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-3cbca5e6] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-3cbca5e6] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-3cbca5e6] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-3cbca5e6] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-3cbca5e6] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-3cbca5e6] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-3cbca5e6] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-3cbca5e6] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-3cbca5e6] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-3cbca5e6] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-3cbca5e6] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-3cbca5e6] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-3cbca5e6] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-3cbca5e6] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-3cbca5e6] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-3cbca5e6] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-3cbca5e6] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-3cbca5e6] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-3cbca5e6] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-3cbca5e6] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-3cbca5e6] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-3cbca5e6] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-3cbca5e6] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-3cbca5e6] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-3cbca5e6] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-3cbca5e6] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-3cbca5e6] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-3cbca5e6] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-3cbca5e6] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-3cbca5e6] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-3cbca5e6] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-3cbca5e6] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-3cbca5e6] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-3cbca5e6] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-3cbca5e6] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-3cbca5e6] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-3cbca5e6] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-3cbca5e6] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-3cbca5e6] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-3cbca5e6] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-3cbca5e6] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-3cbca5e6] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-3cbca5e6] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-3cbca5e6] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-3cbca5e6] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-3cbca5e6] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-3cbca5e6] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-3cbca5e6] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-3cbca5e6] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-3cbca5e6] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-3cbca5e6] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-3cbca5e6] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-3cbca5e6] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-3cbca5e6] {
  background-position: -218px -553px;
}
/* 骨架屏相关样式 */
@keyframes skeleton-pulse-3cbca5e6 {
0% {
    opacity: 0.6;
    transform: scale(0.97);
}
50% {
    opacity: 1;
    transform: scale(1);
}
100% {
    opacity: 0.6;
    transform: scale(0.97);
}
}
@keyframes skeleton-shine-3cbca5e6 {
0% {
    background-position: -200% 0;
}
100% {
    background-position: 200% 0;
}
}
@keyframes loading-bar-animation-3cbca5e6 {
0% {
    transform: translateX(-100%);
}
100% {
    transform: translateX(100%);
}
}
.loading-indicator[data-v-3cbca5e6] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: rgba(232, 0, 0, 0.1);
  z-index: 30;
  overflow: hidden;
}
.loading-bar[data-v-3cbca5e6] {
  height: 100%;
  width: 30%;
  background: linear-gradient(90deg, transparent, #e80000, transparent);
  animation: loading-bar-animation-3cbca5e6 1.5s infinite ease-in-out;
}
.skeleton-block[data-v-3cbca5e6] {
  width: 100%;
  height: 18px;
  border-radius: 4px;
  background: linear-gradient(90deg, #e9e9e9 0%, #f3f3f3 50%, #e9e9e9 100%);
  background-size: 200% 100%;
  animation: skeleton-pulse-3cbca5e6 2s ease-in-out infinite,skeleton-shine-3cbca5e6 1.5s infinite;
  margin: 4px 0;
  opacity: 0.8;
}
.skeleton-block.delay-1[data-v-3cbca5e6] {
  animation-delay: 0s;
}
.skeleton-block.delay-2[data-v-3cbca5e6] {
  animation-delay: 0.2s;
}
.skeleton-block.delay-3[data-v-3cbca5e6] {
  animation-delay: 0.4s;
}
.skeleton-block.delay-4[data-v-3cbca5e6] {
  animation-delay: 0.6s;
}
.skeleton-block.delay-5[data-v-3cbca5e6] {
  animation-delay: 0.8s;
}
.skeleton-block.delay-6[data-v-3cbca5e6] {
  animation-delay: 1s;
}
.skeleton-small[data-v-3cbca5e6] {
  height: 14px;
  width: 70%;
  margin-top: 6px;
}
.fade-table-enter-active[data-v-3cbca5e6],
.fade-table-leave-active[data-v-3cbca5e6] {
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.fade-table-enter[data-v-3cbca5e6],
.fade-table-leave-to[data-v-3cbca5e6] {
  opacity: 0;
  transform: translateY(10px);
}
.privilege-comparison[data-v-3cbca5e6] .dialog-body {
  padding: 0 !important;
}
.privilege-comparison[data-v-3cbca5e6] .dialog-body {
  max-height: 90vh;
  display: flex;
  flex-direction: column;
}
.privilege-comparison[data-v-3cbca5e6] .dialog-outer {
  max-height: 90vh;
}
.privilege-comparison[data-v-3cbca5e6] .dialog {
  background-color: #fff !important;
}
.privilege-comparison[data-v-3cbca5e6] .dialog {
  max-height: 90vh;
  border-radius: 20px;
}
.privilege-comparison .dialog-close-btn[data-v-3cbca5e6] {
  position: absolute;
  top: 0;
  right: -50px;
}
.privilege-comparison .privilege-comparison-content[data-v-3cbca5e6] {
  padding: 24px 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: calc(90vh - 48px);
  position: relative;
  padding-bottom: 84px;
}
.privilege-comparison .privilege-comparison-content[data-v-3cbca5e6] * {
  font-weight: normal;
}
.privilege-comparison .table-wrapper[data-v-3cbca5e6] {
  display: flex;
  flex-direction: column;
  height: calc(100% - 10px);
  width: 100%;
  position: relative;
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 10px;
}
.privilege-comparison .table-footer[data-v-3cbca5e6] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 84px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #eee;
  padding: 0 30px;
  box-sizing: border-box;
  z-index: 20;
  border-radius: 0 0 20px 20px;
}
.privilege-comparison .footer-button[data-v-3cbca5e6] {
  background-color: #e80000;
  color: #fff;
  border: none;
  border-radius: 999px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 200px;
  height: 44px;
  background: linear-gradient(90deg, #FF5B5B 0%, #E80000 100%);
}
.privilege-comparison .table-scroll-container[data-v-3cbca5e6] {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
.privilege-comparison .table-scroll-container[data-v-3cbca5e6]::-webkit-scrollbar {
  width: 6px;
}
.privilege-comparison .table-scroll-container[data-v-3cbca5e6]::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.privilege-comparison .table-scroll-container[data-v-3cbca5e6]::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}
.privilege-comparison .table-scroll-container[data-v-3cbca5e6]::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.privilege-comparison .privilege-table[data-v-3cbca5e6] {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  table-layout: fixed;
  min-width: 100%;
}
.privilege-comparison .privilege-table thead[data-v-3cbca5e6] {
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 0 0 #eee;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.privilege-comparison .privilege-table thead[data-v-3cbca5e6]:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 4px;
  background-color: #fff;
  z-index: 9;
}
.privilege-comparison .privilege-table thead tr[data-v-3cbca5e6] {
  background-color: #fff;
}
.privilege-comparison .privilege-table thead tr[data-v-3cbca5e6]:last-child {
  position: relative;
  z-index: 11;
}
.privilege-comparison .privilege-table thead th[data-v-3cbca5e6] {
  border: 0;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-bottom: 2px solid #eee;
  background-color: #fff;
  position: relative;
  z-index: 12;
}
.privilege-comparison .privilege-table thead th[data-v-3cbca5e6]:last-child {
  border-right: none;
}
.privilege-comparison .privilege-table tbody[data-v-3cbca5e6] {
  width: 100%;
}
.privilege-comparison .privilege-table tbody tr[data-v-3cbca5e6]:nth-child(odd) {
  background-color: #f5f5f5;
}
.privilege-comparison .privilege-table tbody tr[data-v-3cbca5e6]:nth-child(even) {
  background-color: #fff;
}
.privilege-comparison .privilege-table tbody tr[data-v-3cbca5e6]:first-child {
  background-color: #f5f5f5;
}
.privilege-comparison .privilege-table tbody tr:first-child td[data-v-3cbca5e6] {
  border-top: none;
}
.privilege-comparison .privilege-table th[data-v-3cbca5e6],
.privilege-comparison .privilege-table td[data-v-3cbca5e6] {
  padding: 12px 8px;
  border: 0;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
  word-wrap: break-word;
}
.privilege-comparison .privilege-table th[data-v-3cbca5e6]:last-child,
.privilege-comparison .privilege-table td[data-v-3cbca5e6]:last-child {
  border-right: none;
}
.privilege-comparison .privilege-table .category-header[data-v-3cbca5e6] {
  font-weight: bold;
  font-size: 14px;
  padding: 16px 8px;
}
.privilege-comparison .privilege-table .version-header[data-v-3cbca5e6] {
  font-weight: bold;
  font-size: 14px;
  padding: 16px 8px;
}
.privilege-comparison .privilege-table .sub-header[data-v-3cbca5e6] {
  font-size: 14px;
}
.privilege-comparison .privilege-table .sub-header.recommended[data-v-3cbca5e6] {
  position: relative;
}
.privilege-comparison .privilege-table .sub-header .recommend-tag[data-v-3cbca5e6] {
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(315deg, #F6CB86 0%, #FFE3AD 100%);
  border-radius: 10px 10px 10px 0px;
  padding: 2px 8px;
  z-index: 11;
  font-size: 12px;
  color: #A65C00;
  font-weight: normal;
  min-width: -moz-max-content;
  min-width: max-content;
}
.privilege-comparison .privilege-table .price-label[data-v-3cbca5e6] {
  font-weight: bold;
}
.privilege-comparison .privilege-table .price .price-amount[data-v-3cbca5e6] {
  font-size: 12px;
  margin-bottom: 4px;
}
.privilege-comparison .privilege-table .price .price-daily[data-v-3cbca5e6] {
  font-size: 12px;
  color: #e80000;
}
.privilege-comparison .privilege-table .category[data-v-3cbca5e6] {
  font-weight: bold;
}
.privilege-comparison .privilege-table .feature[data-v-3cbca5e6] {
  text-align: left;
  padding-left: 16px;
  font-weight: bold;
}
.privilege-comparison .privilege-table .value .check[data-v-3cbca5e6] {
  color: #e80000;
  font-weight: bold;
}
.privilege-comparison .clickable[data-v-3cbca5e6] {
  cursor: pointer;
}
.privilege-comparison .clickable[data-v-3cbca5e6]:hover {
  color: #e80000;
}
[data-v-aec12768]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-aec12768]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-aec12768]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-aec12768],
body[data-v-aec12768] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-aec12768] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-aec12768] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-aec12768] {
    border: none;
    outline: none;
}
}
input[data-v-aec12768]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-aec12768],
textarea[data-v-aec12768] {
  border: none;
  outline: none;
}
textarea[data-v-aec12768] {
  font-family: "microsoft yahei";
}
em[data-v-aec12768] {
  color: #e80000;
  font-style: normal;
}
i[data-v-aec12768] {
  font-style: normal;
}
.v-enter-active[data-v-aec12768],
.v-leave-active[data-v-aec12768] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-aec12768],
.v-leave-to[data-v-aec12768] {
  opacity: 0;
}
[v-cloak][data-v-aec12768] {
  display: none;
}
.f-e80000[data-v-aec12768] {
  color: #e80000;
}
.flex[data-v-aec12768] {
  display: flex;
}
.flex-a[data-v-aec12768] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-aec12768] {
  font-family: fangsong;
}
.pingfang[data-v-aec12768] {
  font-family: pingfang sc !important;
}
.underline[data-v-aec12768] {
  text-decoration: underline;
}
.t-over[data-v-aec12768] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-aec12768] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-aec12768] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-aec12768] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-aec12768] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-aec12768] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-aec12768] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-aec12768] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-aec12768] {
  cursor: pointer;
}
.trans1[data-v-aec12768] {
  transition: ease 0.1s;
}
.trans2[data-v-aec12768] {
  transition: ease 0.2s;
}
.trans3[data-v-aec12768] {
  transition: ease 0.3s;
}
.trans4[data-v-aec12768] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-aec12768] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-aec12768]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-aec12768] {
  text-align: center;
}
.icon-pay-way-wx[data-v-aec12768] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-aec12768] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-aec12768]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-aec12768] {
  animation: slide-down-in-aec12768 ease 0.3s;
}
.dialog-fade-leave-active[data-v-aec12768] {
  animation: slide-down-out-aec12768 ease 0.3s;
}
.icon-loading-circle[data-v-aec12768] {
  animation: loading-circle-aec12768 1s linear infinite;
}
@keyframes slide-down-in-aec12768 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-aec12768 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-aec12768 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-aec12768] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-aec12768] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-aec12768] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-aec12768] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-aec12768] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-aec12768] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-aec12768] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-aec12768] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-aec12768] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-aec12768] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-aec12768] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-aec12768] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-aec12768] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-aec12768] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-aec12768] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-aec12768] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-aec12768] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-aec12768] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-aec12768] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-aec12768] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-aec12768] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-aec12768] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-aec12768] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-aec12768] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-aec12768] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-aec12768] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-aec12768] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-aec12768] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-aec12768] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-aec12768] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-aec12768] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-aec12768] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-aec12768] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-aec12768] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-aec12768] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-aec12768] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-aec12768] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-aec12768] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-aec12768] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-aec12768] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-aec12768] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-aec12768] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-aec12768] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-aec12768] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-aec12768] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-aec12768] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-aec12768] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-aec12768] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-aec12768] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-aec12768] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-aec12768] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-aec12768] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-aec12768] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-aec12768] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-aec12768] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-aec12768] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-aec12768] {
  background-position: -218px -553px;
}
.dialog-fade-enter-active[data-v-aec12768] {
  animation: slide-down-in-aec12768 ease 0.3s;
}
.dialog-fade-leave-active[data-v-aec12768] {
  animation: slide-down-out-aec12768 ease 0.3s;
}
@keyframes slide-down-in-aec12768 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-aec12768 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
.trans-pop-enter-active[data-v-aec12768] {
  animation: slide-down-in-aec12768 ease 0.3s;
}
.trans-pop-leave-active[data-v-aec12768] {
  animation: slide-down-out-aec12768 ease 0.3s;
}
.dialog-mask[data-v-aec12768] {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.dialog-mask[data-v-aec12768] {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 100;
}
.dialog-outer[data-v-aec12768] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dialog[data-v-aec12768] {
  width: 460px;
  min-height: 100px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 12px 1px rgba(0, 0, 0, 0.5);
}
.dialog .public-close-btn[data-v-aec12768] {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
.dialog .public-close-btn[data-v-aec12768]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.dialog .dialog-header[data-v-aec12768] {
  height: 50px;
  line-height: 50px;
  color: #333;
  padding-left: 28px;
  background-color: #f8f8f8;
}
.dialog .dialog-footer[data-v-aec12768] {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.center-dialog[data-v-aec12768] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dialog-close-btn[data-v-aec12768] {
  width: 36px;
  height: 36px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -20px -18px;
  cursor: pointer;
}
.dialog-close-btn[data-v-aec12768]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -60px -18px;
}
.icon-vip-free-subscript[data-v-aec12768] {
  width: 65px;
  height: 65px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -428px -691px;
}
.icon-vip-year-free-subscript[data-v-aec12768] {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -691px;
}
.icon-sale-mini[data-v-aec12768] {
  width: 44px;
  height: 44px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -318px -421px;
}
.icon-sort[data-v-aec12768],
.icon-type[data-v-aec12768],
.icon-texture[data-v-aec12768],
.icon-original[data-v-aec12768],
.icon-status[data-v-aec12768],
.icon-order[data-v-aec12768],
.icon-all[data-v-aec12768],
.icon-ori_model[data-v-aec12768] {
  width: 16px;
  height: 16px;
}
.icon-sort[data-v-aec12768] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -381px -47px;
}
.icon-status[data-v-aec12768] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -456px -47px;
}
.icon-original[data-v-aec12768],
.icon-all[data-v-aec12768],
.icon-ori_model[data-v-aec12768] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -358px -47px;
}
.icon-order[data-v-aec12768] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -474px -47px;
}
.icon-type[data-v-aec12768] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -436px -47px;
}
.icon-texture[data-v-aec12768] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -402px -47px;
}
.icon-search-pic-big[data-v-aec12768] {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -318px -7px;
}
.icon-search-enlarge-big[data-v-aec12768] {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -346px -7px;
}
.icon-clear-btn-big[data-v-aec12768] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -496px -8px;
}
.icon-clear-btn-big[data-v-aec12768]:hover {
  background-position: -518px -8px;
}
.icon-search-pic-middle[data-v-aec12768] {
  width: 20px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -494px -46px;
}
.icon-search-enlarge-middle[data-v-aec12768] {
  width: 19px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -518px -45px;
}
.icon-clear-btn-middle[data-v-aec12768] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -414px -247px;
}
.icon-clear-btn-middle[data-v-aec12768]:hover {
  background-position: -434px -247px;
}
.icon-search-pic-smail[data-v-aec12768] {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -494px -44px;
}
.icon-search-enlarge-smail[data-v-aec12768] {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -517px -44px;
}
.icon-full-screen-zoom[data-v-aec12768] {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: -96px -64px;
}
.icon-full-screen-zoom[data-v-aec12768]:hover {
  background-position: -96px -96px;
}
.icon-close[data-v-aec12768] {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: -64px 0;
}
.icon-close[data-v-aec12768]:hover {
  background-position: -64px -32px;
}
.icon-prev-change[data-v-aec12768] {
  display: inline-block;
  width: 32px;
  height: 126px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: 0 0;
}
.icon-prev-change[data-v-aec12768]:hover {
  background-position: 0px -126px;
}
.icon-next-change[data-v-aec12768] {
  display: inline-block;
  width: 32px;
  height: 126px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: -32px 0;
}
.icon-next-change[data-v-aec12768]:hover {
  background-position: -32px -126px;
}
.icon-full-screen[data-v-aec12768] {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: -96px 0;
}
.icon-full-screen[data-v-aec12768]:hover {
  background-position: -96px -32px;
}
.icon-prev-small[data-v-aec12768] {
  width: 13px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -327px -199px;
}
.icon-next-small[data-v-aec12768] {
  width: 13px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -355px -199px;
}
.icon-prev-big[data-v-aec12768] {
  width: 36px;
  height: 54px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -184px -257px;
}
.icon-prev-big[data-v-aec12768]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -224px -257px;
}
.icon-next-big[data-v-aec12768] {
  width: 36px;
  height: 54px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -264px -257px;
}
.icon-next-big[data-v-aec12768]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -304px -257px;
}
.icon-signing[data-v-aec12768] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-detail-collect[data-v-aec12768] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -474px -323px;
}
.icon-detail-inventory[data-v-aec12768] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -496px -323px;
}
.icon-detail-share[data-v-aec12768] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -517px -323px;
}
.icon-detail-report[data-v-aec12768] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -540px -323px;
}
.icon-detail-report-an-error[data-v-aec12768] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -562px -323px;
}
.icon-unselected[data-v-aec12768] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -15px -232px;
}
.icon-selected[data-v-aec12768] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -34px -232px;
}
.icon-embellish[data-v-aec12768] {
  width: 52px;
  height: 52px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -169px -358px;
}
.icon-signing-1row[data-v-aec12768] {
  width: 19px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -253px 0;
}
.icon-signing-2row[data-v-aec12768] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-member-ordinary-2row[data-v-aec12768] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-member-moon-2row[data-v-aec12768] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -32px -24px;
}
.icon-member-year-2row[data-v-aec12768] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-member-a-2row[data-v-aec12768] {
  width: 17px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -24px;
}
.icon-member-b-2row[data-v-aec12768] {
  width: 17px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -123px -24px;
}
.icon-member-c-2row[data-v-aec12768] {
  width: 17px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -24px;
}
.icon-undelete[data-v-aec12768] {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -479px -393px;
}
.icon-subscript-psd[data-v-aec12768] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -202px -535px;
}
.icon-subscript-single[data-v-aec12768] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -264px -535px;
}
.icon-subscript-vr-cr[data-v-aec12768] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -140px -535px;
}
.icon-subscript-cr[data-v-aec12768] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -78px -535px;
}
.icon-subscript-vr[data-v-aec12768] {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -16px -535px;
}
.icon-check[data-v-aec12768] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -15px -232px;
}
.icon-check-active[data-v-aec12768] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -34px -232px;
}
.icon-similar-big[data-v-aec12768] {
  width: 44px;
  height: 44px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
  background-position: -45px -31px;
}
.icon-similar-big[data-v-aec12768]:hover {
  background-position: -95px -31px;
}
.icon-year-member-free-big[data-v-aec12768] {
  width: 132px;
  height: 132px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -300px -267px;
}
.icon-member-privileges-big[data-v-aec12768] {
  width: 132px;
  height: 132px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -439px -267px;
}
.icon-sale-big[data-v-aec12768] {
  width: 71px;
  height: 71px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -242px -421px;
}
.icon-reward-big[data-v-aec12768] {
  width: 72px;
  height: 72px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -338px;
}
.icon-vip-diamond[data-v-aec12768] {
  width: 17px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -500px -201px;
}
[data-v-fa16352e]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-fa16352e]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-fa16352e]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-fa16352e],
body[data-v-fa16352e] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-fa16352e] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-fa16352e] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-fa16352e] {
    border: none;
    outline: none;
}
}
input[data-v-fa16352e]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-fa16352e],
textarea[data-v-fa16352e] {
  border: none;
  outline: none;
}
textarea[data-v-fa16352e] {
  font-family: "microsoft yahei";
}
em[data-v-fa16352e] {
  color: #e80000;
  font-style: normal;
}
i[data-v-fa16352e] {
  font-style: normal;
}
.v-enter-active[data-v-fa16352e],
.v-leave-active[data-v-fa16352e] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-fa16352e],
.v-leave-to[data-v-fa16352e] {
  opacity: 0;
}
[v-cloak][data-v-fa16352e] {
  display: none;
}
.f-e80000[data-v-fa16352e] {
  color: #e80000;
}
.flex[data-v-fa16352e] {
  display: flex;
}
.flex-a[data-v-fa16352e] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-fa16352e] {
  font-family: fangsong;
}
.pingfang[data-v-fa16352e] {
  font-family: pingfang sc !important;
}
.underline[data-v-fa16352e] {
  text-decoration: underline;
}
.t-over[data-v-fa16352e] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-fa16352e] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-fa16352e] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-fa16352e] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-fa16352e] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-fa16352e] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-fa16352e] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-fa16352e] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-fa16352e] {
  cursor: pointer;
}
.trans1[data-v-fa16352e] {
  transition: ease 0.1s;
}
.trans2[data-v-fa16352e] {
  transition: ease 0.2s;
}
.trans3[data-v-fa16352e] {
  transition: ease 0.3s;
}
.trans4[data-v-fa16352e] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-fa16352e] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-fa16352e]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-fa16352e] {
  text-align: center;
}
.icon-pay-way-wx[data-v-fa16352e] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-fa16352e] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-fa16352e]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-fa16352e] {
  animation: slide-down-in-fa16352e ease 0.3s;
}
.dialog-fade-leave-active[data-v-fa16352e] {
  animation: slide-down-out-fa16352e ease 0.3s;
}
.icon-loading-circle[data-v-fa16352e] {
  animation: loading-circle-fa16352e 1s linear infinite;
}
@keyframes slide-down-in-fa16352e {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-fa16352e {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-fa16352e {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-fa16352e] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-fa16352e] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-fa16352e] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-fa16352e] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-fa16352e] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-fa16352e] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-fa16352e] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-fa16352e] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-fa16352e] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-fa16352e] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-fa16352e] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-fa16352e] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-fa16352e] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-fa16352e] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-fa16352e] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-fa16352e] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-fa16352e] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-fa16352e] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-fa16352e] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-fa16352e] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-fa16352e] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-fa16352e] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-fa16352e] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-fa16352e] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-fa16352e] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-fa16352e] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-fa16352e] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-fa16352e] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-fa16352e] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-fa16352e] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-fa16352e] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-fa16352e] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-fa16352e] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-fa16352e] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-fa16352e] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-fa16352e] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-fa16352e] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-fa16352e] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-fa16352e] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-fa16352e] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-fa16352e] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-fa16352e] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-fa16352e] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-fa16352e] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-fa16352e] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-fa16352e] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-fa16352e] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-fa16352e] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-fa16352e] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-fa16352e] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-fa16352e] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-fa16352e] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-fa16352e] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-fa16352e] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-fa16352e] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-fa16352e] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-fa16352e] {
  background-position: -218px -553px;
}
.inner[data-v-fa16352e] {
  width: 1200px;
  margin: 0 auto;
}
.fl[data-v-fa16352e] {
  float: left;
}
.fr[data-v-fa16352e] {
  float: right;
}
.clearfix[data-v-fa16352e]:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.clearfix[data-v-fa16352e] {
  zoom: 1;
}
[data-v-fa16352e] .protocol.icon-check {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -15px -232px;
  vertical-align: sub;
  cursor: pointer;
}
[data-v-fa16352e] .protocol.icon-check.checked {
  background-position: -34px -232px;
}
.s-btn[data-v-fa16352e] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f0f0f0;
  font-size: 16px;
  width: 360px;
  height: 45px;
  background-color: #e80000;
  border-radius: 3px;
}
.iconfont[data-v-fa16352e] {
  font-size: 22px;
}
.icon-guankan[data-v-fa16352e],
.icon-biyan[data-v-fa16352e] {
  cursor: pointer;
}
.auth-box-popup[data-v-fa16352e] {
  position: absolute;
  top: 50px;
  right: 16%;
  width: 370px;
  color: #666;
  line-height: 1;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 0 10px #ddd;
}
.auth-box-popup[data-v-fa16352e] .auth-box-main .way-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("https://down.om.cn/common/auth-icon.png");
  vertical-align: -5px;
}
.auth-box-popup[data-v-fa16352e] .auth-box-main .way-icon-wx {
  background-position: -139px -24px;
}
.auth-box-popup[data-v-fa16352e] .auth-box-main .way-icon-tel {
  background-position: -187px -24px;
}
.auth-box-popup[data-v-fa16352e] .auth-box-main .way-icon-qq {
  background-position: -163px -24px;
}
.auth-box-popup[data-v-fa16352e] .auth-box-main .other-deal {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  color: #999;
  background-color: #f6f6f6;
  border-radius: 0px 0px 4px 4px;
}
.auth-box-popup[data-v-fa16352e] .auth-box-main .other-deal a {
  text-decoration: underline;
  color: #e80000;
}
.auth-box-popup[data-v-fa16352e] .auth-box-main .auth-box-other {
  padding-top: 20px;
}
.auth-box-popup[data-v-fa16352e] .auth-box-main .auth-box-other .other-reg {
  color: #999;
}
.auth-box-popup[data-v-fa16352e] .auth-box-main .auth-box-other .other-reg a {
  text-decoration: underline;
  color: #e80000;
}
.auth-box-popup[data-v-fa16352e] .auth-box-main .auth-box-other .other-way {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 35px;
  margin-bottom: 29px;
}
.auth-box-popup[data-v-fa16352e] .auth-box-main .auth-box-other .other-way .other-list {
  display: flex;
  color: #666;
}
.auth-box-popup[data-v-fa16352e] .auth-box-main .auth-box-other .other-way .other-list .way-icon-box {
  cursor: pointer;
}
.auth-box-popup[data-v-fa16352e] .auth-box-main .auth-box-other .other-way .other-list .way-icon-box:hover {
  color: #e80000;
}
.auth-box-popup[data-v-fa16352e] .auth-box-main .auth-box-other .other-way .other-list .way-icon-box:nth-child(1) {
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
}
.auth-box-popup[data-v-fa16352e] .auth-box-main .auth-box-other .other-way .other-list .way-icon-box:nth-child(1)::before {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  height: 14px;
  width: 1px;
  background-color: #eee;
}
.auth-box-popup[data-v-fa16352e] .auth-box-main .auth-other-tel .other-way {
  margin-bottom: 47px;
}
.auth-box-popup[data-v-fa16352e] .auth-box-main .form-row {
  position: relative;
}
.auth-box-popup[data-v-fa16352e] .auth-box-main .form-row .form-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url("https://down.om.cn/common/auth-icon.png");
}
.auth-box-popup[data-v-fa16352e] .auth-box-main .form-row .form-icon-account {
  background-position: -138px -53px;
}
.auth-box-popup[data-v-fa16352e] .auth-box-main .form-row .form-icon-pwd {
  background-position: -160px -53px;
}
.auth-box-popup[data-v-fa16352e] .auth-box-main .form-row .form-icon-mobile {
  background-position: -181px -53px;
}
.auth-box-popup[data-v-fa16352e] .auth-box-main .form-row .form-icon-email {
  background-position: -227px -53px;
}
.auth-box-popup[data-v-fa16352e] .auth-box-main .form-row .form-icon-captcha {
  background-position: -204px -53px;
}
.auth-box-popup[data-v-fa16352e] .auth-box-main .form-row input {
  width: 300px;
  height: 44px;
  font-size: 14px;
  color: #333;
  text-indent: 36px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #dddddd;
}
.auth-box-popup[data-v-fa16352e] .auth-box-main .form-row input::-moz-placeholder {
  color: #bbbbbb;
  opacity: 1;
}
.auth-box-popup[data-v-fa16352e] .auth-box-main .form-row input::placeholder {
  color: #bbbbbb;
}
.auth-box-popup[data-v-fa16352e] .auth-box-main .form-row .his-cookies {
  position: absolute;
  top: 43px;
  left: 0;
  z-index: 2;
}
.auth-box-popup[data-v-fa16352e] .auth-box-main .form-row .his-cookies li {
  width: 300px;
  height: 44px;
  line-height: 44px;
  padding-left: 16px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  border: solid 1px #ddd;
  border-top: transparent;
  cursor: pointer;
}
.auth-box-popup[data-v-fa16352e] .auth-box-main .form-row .his-cookies li:first-of-type {
  border-top: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
}
.auth-box-popup[data-v-fa16352e] .auth-box-main .form-row .his-cookies li:last-of-type {
  border-radius: 0 0 4px 4px;
}
.auth-box-popup[data-v-fa16352e] .auth-box-main .form-row .his-cookies li:hover {
  color: #e80000;
  background-color: #f0f0f0;
}
.auth-box-popup[data-v-fa16352e] .auth-box-main .form-row .eye {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}
.auth-box-popup[data-v-fa16352e] .auth-box-main .form-row-captcha {
  display: flex;
  justify-content: space-between;
}
.auth-box-popup[data-v-fa16352e] .auth-box-main .form-row-captcha input {
  width: 180px;
}
.auth-box-popup[data-v-fa16352e] .auth-box-main .submit-btn {
  width: 100%;
  height: 44px;
  color: #f0f0f0;
  text-align: center;
  line-height: 44px;
  border-radius: 4px;
  background-color: #e80000;
}
.auth-box-popup[data-v-fa16352e] .auth-box-main .submit-btn:hover {
  background-color: #ff2424;
}
.login-box-popup .toggle-way-box[data-v-fa16352e] {
  position: absolute;
  right: 4px;
  top: 4px;
}
.login-box-popup .toggle-way-box:hover .way-tips[data-v-fa16352e] {
  display: block;
}
.login-box-popup .toggle-way-box .toggle-icon[data-v-fa16352e] {
  width: 38px;
  height: 38px;
  display: inline-block;
  background-image: url("https://down.om.cn/common/auth-icon.png");
  cursor: pointer;
}
.login-box-popup .toggle-way-box .toggle-icon-tel[data-v-fa16352e] {
  background-position: -33px -24px;
}
.login-box-popup .toggle-way-box .toggle-icon-code[data-v-fa16352e] {
  background-position: -87px -24px;
}
.login-box-popup .toggle-way-box .way-tips[data-v-fa16352e] {
  position: absolute;
  right: 42px;
  top: 5px;
  color: #e80000;
  font-size: 12px;
  padding: 8px;
  white-space: nowrap;
  background-color: #ffecec;
  border-radius: 4px;
  border: solid 1px #f69b9b;
  display: none;
}
.login-box-popup .toggle-way-box .way-tips[data-v-fa16352e]::before {
  content: "";
  position: absolute;
  top: 12px;
  right: -4px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #f69b9b;
  border-right: 1px solid #f69b9b;
  background-color: #ffecec;
  transform: rotate(45deg);
}
.login-box-popup .code-box[data-v-fa16352e] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 35px 0 35px;
}
.login-box-popup .code-box .code-box-title[data-v-fa16352e] {
  margin-bottom: 16px;
}
.login-box-popup .code-box .code-box-title > span[data-v-fa16352e] {
  color: #333;
  font-size: 16px;
}
.login-box-popup .code-box .code-box-main[data-v-fa16352e] {
  width: 300px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 24px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.login-box-popup .code-box .code-box-main .code-img[data-v-fa16352e] {
  position: relative;
  width: 185px;
  height: 185px;
  margin: 0 auto;
}
.login-box-popup .code-box .code-box-main img[data-v-fa16352e] {
  width: 185px;
  height: 185px;
}
.login-box-popup .code-box .code-box-main .code-expire-mask[data-v-fa16352e] {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.6);
}
.login-box-popup .code-box .code-box-main .code-expire-mask p[data-v-fa16352e] {
  font-size: 18px;
  color: #fff;
}
.login-box-popup .code-box .code-box-main .code-expire-mask button[data-v-fa16352e] {
  width: 88px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  margin-top: 20px;
  border-radius: 4px;
  background-color: #3bc66f;
}
.login-box-popup .code-box .code-box-main .code-ques[data-v-fa16352e] {
  width: 236px;
  height: 36px;
  font-size: 14px;
  color: #333;
  line-height: 36px;
  margin: 10px auto 0 auto;
  background-color: #f2f2f2;
  border-radius: 50px;
}
.login-box-popup .code-box .code-box-main .code-ques span[data-v-fa16352e] {
  color: #e80000;
  cursor: pointer;
  text-decoration: underline;
}
.login-box-popup .tel-box[data-v-fa16352e] {
  padding: 47px 35px 0 35px;
}
.login-box-popup .tel-box-form[data-v-fa16352e] {
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
  margin-top: 34px;
}
.login-box-popup .tel-box-form .form-row[data-v-fa16352e] {
  margin-bottom: 20px;
}
.login-box-popup .tel-box-form .submit-btn[data-v-fa16352e] {
  margin-top: 10px;
}
.login-box-popup .tel-box-form .form-other[data-v-fa16352e] {
  color: #999;
  text-align: right;
  margin-top: 12px;
}
.forgot-box-popup .tel-box[data-v-fa16352e],
.register-box-popup .tel-box[data-v-fa16352e],
.bind-box-popup .tel-box[data-v-fa16352e] {
  padding: 30px 35px 0 35px;
}
.forgot-box-popup .tel-box-form[data-v-fa16352e],
.register-box-popup .tel-box-form[data-v-fa16352e],
.bind-box-popup .tel-box-form[data-v-fa16352e] {
  margin-top: 30px;
}
.forgot-box-popup .tel-box-form .form-row[data-v-fa16352e],
.register-box-popup .tel-box-form .form-row[data-v-fa16352e],
.bind-box-popup .tel-box-form .form-row[data-v-fa16352e] {
  margin-bottom: 14px;
}
.forgot-box-popup .tel-box-form .submit-btn[data-v-fa16352e],
.register-box-popup .tel-box-form .submit-btn[data-v-fa16352e],
.bind-box-popup .tel-box-form .submit-btn[data-v-fa16352e] {
  margin-top: 6px;
}
.bind-box-popup .bind-title[data-v-fa16352e] {
  text-align: center;
  font-size: 16px;
}
.bind-box-popup .bind-wx-title[data-v-fa16352e] {
  text-align: center;
  margin-bottom: -9px;
}
.bind-box-popup .bind-wx-title .bind-wx-btn[data-v-fa16352e] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 44px;
  color: #e80000;
  border: 1px solid #e80000;
  border-radius: 4px;
  margin: 19px 0 15px 0;
}
.bind-box-popup .bind-wx-title p[data-v-fa16352e] {
  color: #333;
  font-size: 14px;
}
.bind-box-popup .bind-wx-title .or[data-v-fa16352e] {
  color: #ccc;
  margin-bottom: 15px;
}
.bind-box-popup .bind-wx-title .new-user-notice[data-v-fa16352e] {
  position: relative;
}
.bind-box-popup .bind-wx-title .new-user-notice[data-v-fa16352e]::before,
.bind-box-popup .bind-wx-title .new-user-notice[data-v-fa16352e]::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 36px;
  background-color: #ddd;
}
.bind-box-popup .bind-wx-title .new-user-notice[data-v-fa16352e]::before {
  left: 0;
}
.bind-box-popup .bind-wx-title .new-user-notice[data-v-fa16352e]::after {
  right: 0;
}
.bind-box-popup .bind-old-title[data-v-fa16352e] {
  margin-bottom: 20px;
}
.bind-box-popup .bind-tips .tips-icon[data-v-fa16352e] {
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("https://down.om.cn/common/auth-icon.png");
  background-position: -254px -54px;
  vertical-align: bottom;
  z-index: 2;
  cursor: pointer;
}
.bind-box-popup .bind-tips .tips-icon:hover i[data-v-fa16352e] {
  opacity: 1;
  visibility: visible;
}
.bind-box-popup .bind-tips .tips-icon i[data-v-fa16352e] {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 254px;
  padding: 20px;
  color: #666;
  font-size: 14px;
  text-align: left;
  line-height: 22px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.2s;
}
.bind-box-popup .bind-tips .tips-icon i[data-v-fa16352e]:hover {
  opacity: 1;
  visibility: visible;
}
.bind-box-popup .bind-tips .tips-icon i[data-v-fa16352e]::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 0;
  width: 100%;
  height: 20px;
}
.bind-box-popup .bind-tips .tips-icon i[data-v-fa16352e]::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  display: block;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.bind-box-popup .bind-other-box .bind-link[data-v-fa16352e] {
  width: 300px;
  margin: 15px auto;
  text-align: right;
}
.bind-box-popup .bind-other-box .bind-link a[data-v-fa16352e] {
  color: #e80000;
  text-decoration: underline;
}
.bind-box-popup .bind-old-other[data-v-fa16352e] {
  padding-bottom: 15px;
}
.err-msg-box .dialog-body[data-v-fa16352e] {
  padding: 40px 50px 0;
}
.err-msg-box .dialog-body p[data-v-fa16352e] {
  color: #666;
  text-align: center;
}
.err-msg-box .dialog-body p[data-v-fa16352e]:last-child {
  margin-top: 10px;
}
.err-msg-box .dialog-body p:last-child a[data-v-fa16352e] {
  color: #e80000;
  text-decoration: underline;
}
.dialog-error-info .dialog-outer .dialog .dialog-body[data-v-fa16352e] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  padding: 0 30px;
}
.clearfix[data-v-fa16352e]:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.clearfix[data-v-fa16352e] {
  zoom: 1;
}
.s-btn[data-v-fa16352e] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f0f0f0;
  font-size: 16px;
  width: 360px;
  height: 45px;
  background-color: #e80000;
  border-radius: 3px;
}
.iconfont[data-v-fa16352e] {
  font-size: 22px;
}
.dialog-fade-enter-active[data-v-fa16352e] {
  animation: slide-down-in-fa16352e ease 0.3s;
}
.dialog-fade-leave-active[data-v-fa16352e] {
  animation: slide-down-out-fa16352e ease 0.3s;
}
@keyframes slide-down-in-fa16352e {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-fa16352e {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
.dialog-mask[data-v-fa16352e] {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.dialog-mask[data-v-fa16352e] {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 100;
}
.dialog-outer[data-v-fa16352e] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -moz-max-content;
  width: max-content;
}
.dialog-main[data-v-fa16352e] {
  display: flex;
  min-height: 489px;
  background: #fff;
  border-radius: 5px;
  line-height: 1;
  position: relative;
}
.dialog-main .login-poster[data-v-fa16352e] {
  min-width: -moz-max-content;
  min-width: max-content;
  height: 522px;
}
.dialog-main .login-poster img[data-v-fa16352e] {
  width: 100%;
  height: 100%;
}
.dialog-main .auth-box-main[data-v-fa16352e] {
  min-width: 450px;
  height: 522px;
  border-radius: 4px;
  position: relative;
  padding: 28px 30px 0;
  width: 450px;
  background-color: #fff;
}
.dialog-main .auth-box-main .welcome[data-v-fa16352e] {
  font-size: 22px;
  font-weight: bold;
  color: #333;
}
.dialog-main .auth-box-main .not-acc[data-v-fa16352e] {
  font-size: 14px;
  color: #999;
  margin-top: 12px;
  margin-bottom: 32px;
}
.dialog-main .auth-box-main .not-acc > span[data-v-fa16352e] {
  color: #333;
  cursor: pointer;
}
.dialog-main .auth-box-main .not-acc > span[data-v-fa16352e]:hover {
  color: #e80000;
}
.dialog-main .auth-box-main .way-icon[data-v-fa16352e] {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("https://down.om.cn/common/auth-icon.png");
  vertical-align: -5px;
}
.dialog-main .auth-box-main .way-icon-wx[data-v-fa16352e] {
  background-position: -139px -24px;
}
.dialog-main .auth-box-main .way-icon-tel[data-v-fa16352e] {
  background-position: -187px -24px;
}
.dialog-main .auth-box-main .way-icon-qq[data-v-fa16352e] {
  background-position: -163px -24px;
}
.dialog-main .auth-box-main .footer-tog[data-v-fa16352e] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.dialog-main .auth-box-main .auth-box-other[data-v-fa16352e] {
  padding-top: 24px;
  position: relative;
  height: 58px;
  display: flex;
  padding: 0 30px;
}
.dialog-main .auth-box-main .auth-box-other .other-reg[data-v-fa16352e] {
  color: #999;
}
.dialog-main .auth-box-main .auth-box-other .other-reg a[data-v-fa16352e],
.dialog-main .auth-box-main .auth-box-other .other-deal a[data-v-fa16352e] {
  color: #333;
}
.dialog-main .auth-box-main .auth-box-other .other-reg a[data-v-fa16352e]:hover,
.dialog-main .auth-box-main .auth-box-other .other-deal a[data-v-fa16352e]:hover {
  color: #e80000;
}
.dialog-main .auth-box-main .auth-box-other .other-way[data-v-fa16352e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-top: 1px solid #eee;
}
.dialog-main .auth-box-main .auth-box-other .other-way .other-list[data-v-fa16352e] {
  display: flex;
  align-items: center;
  color: #666;
}
.dialog-main .auth-box-main .auth-box-other .other-way .other-list .way-icon-box[data-v-fa16352e] {
  cursor: pointer;
  margin-left: 10px;
}
.dialog-main .auth-box-main .auth-box-other .other-way .other-list .way-icon-box[data-v-fa16352e]:hover {
  color: #e80000;
}
.dialog-main .auth-box-main .auth-box-other .other-way-center[data-v-fa16352e] {
  justify-content: center;
}
.dialog-main .auth-box-main .auth-box-other .other-deal[data-v-fa16352e] {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  color: #999;
  background-color: #f6f6f6;
  border-radius: 0px 0px 4px 4px;
}
.dialog-main .auth-box-main .auth-box-other .immediately-register[data-v-fa16352e] {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: #666;
}
.dialog-main .auth-box-main .auth-box-other .immediately-register > span[data-v-fa16352e] {
  text-decoration: underline;
  cursor: pointer;
}
.dialog-main .auth-box-main .auth-box-other .immediately-register > span[data-v-fa16352e]:hover {
  color: #e80000;
}
.dialog-main .auth-box-main .form-row[data-v-fa16352e] {
  position: relative;
}
.dialog-main .auth-box-main .form-row .form-icon[data-v-fa16352e] {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url("https://down.om.cn/common/auth-icon.png");
}
.dialog-main .auth-box-main .form-row .form-icon-account[data-v-fa16352e] {
  background-position: -138px -53px;
}
.dialog-main .auth-box-main .form-row .form-icon-pwd[data-v-fa16352e] {
  background-position: -160px -53px;
}
.dialog-main .auth-box-main .form-row .form-icon-mobile[data-v-fa16352e] {
  background-position: -181px -53px;
}
.dialog-main .auth-box-main .form-row .form-icon-email[data-v-fa16352e] {
  background-position: -227px -53px;
}
.dialog-main .auth-box-main .form-row .form-icon-captcha[data-v-fa16352e] {
  background-position: -204px -53px;
}
.dialog-main .auth-box-main .form-row input[data-v-fa16352e] {
  width: 100%;
  height: 44px;
  font-size: 14px;
  color: #333;
  text-indent: 19px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #dddddd;
}
.dialog-main .auth-box-main .form-row input[data-v-fa16352e]::-moz-placeholder {
  color: #bbbbbb;
  opacity: 1;
}
.dialog-main .auth-box-main .form-row input[data-v-fa16352e]::placeholder {
  color: #bbbbbb;
}
.dialog-main .auth-box-main .form-row .his-cookies[data-v-fa16352e] {
  position: absolute;
  top: 43px;
  left: 0;
  z-index: 2;
  width: 100%;
}
.dialog-main .auth-box-main .form-row .his-cookies li[data-v-fa16352e] {
  height: 44px;
  line-height: 44px;
  padding-left: 16px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  border: solid 1px #ddd;
  border-top: transparent;
  cursor: pointer;
}
.dialog-main .auth-box-main .form-row .his-cookies li[data-v-fa16352e]:first-of-type {
  border-top: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
}
.dialog-main .auth-box-main .form-row .his-cookies li[data-v-fa16352e]:last-of-type {
  border-radius: 0 0 4px 4px;
}
.dialog-main .auth-box-main .form-row .his-cookies li[data-v-fa16352e]:hover {
  color: #e80000;
  background-color: #f0f0f0;
}
.dialog-main .auth-box-main .form-row .eye[data-v-fa16352e] {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}
.dialog-main .auth-box-main .form-row-captcha[data-v-fa16352e] {
  display: flex;
  justify-content: space-between;
}
.dialog-main .auth-box-main .form-row-captcha input[data-v-fa16352e] {
  width: 238px;
}
.dialog-main .auth-box-main .submit-btn[data-v-fa16352e] {
  width: 100%;
  height: 44px;
  color: #f0f0f0;
  text-align: center;
  line-height: 44px;
  border-radius: 4px;
  background-color: #e80000;
}
.dialog-main .auth-box-main .submit-btn[data-v-fa16352e]:hover {
  background-color: #ff2424;
}
.dialog-main .auth-box-main .code-box[data-v-fa16352e] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 64px 50px 0 50px;
}
.dialog-main .auth-box-main .code-box .code-box-title[data-v-fa16352e] {
  margin-bottom: 17px;
}
.dialog-main .auth-box-main .code-box .code-box-title > span[data-v-fa16352e] {
  color: #333;
  font-size: 16px;
}
.dialog-main .auth-box-main .code-box .code-box-main[data-v-fa16352e] {
  width: 300px;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 38px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.dialog-main .auth-box-main .code-box .code-box-main .code-img[data-v-fa16352e] {
  position: relative;
  width: 185px;
  height: 185px;
  margin: 0 auto;
}
.dialog-main .auth-box-main .code-box .code-box-main img[data-v-fa16352e] {
  width: 185px;
  height: 185px;
}
.dialog-main .auth-box-main .code-box .code-box-main .code-ques[data-v-fa16352e] {
  width: 236px;
  height: 36px;
  font-size: 14px;
  color: #333;
  line-height: 36px;
  margin: 6px auto 0 auto;
  background-color: #f2f2f2;
  border-radius: 50px;
}
.dialog-main .auth-box-main .code-box .code-box-main .code-ques span[data-v-fa16352e] {
  color: #e80000;
  cursor: pointer;
  text-decoration: underline;
}
.dialog-main .auth-box-main .tel-box-form[data-v-fa16352e] {
  margin-top: 40px;
  padding-bottom: 22px;
}
.dialog-main .auth-box-main .tel-box-form .form-row[data-v-fa16352e] {
  margin-bottom: 20px;
}
.dialog-main .auth-box-main .tel-box-form .submit-btn[data-v-fa16352e] {
  margin-top: 10px;
}
.dialog-main .auth-box-main .tel-box-form .form-other[data-v-fa16352e] {
  color: #999;
  text-align: right;
  margin-top: 12px;
}
.dialog-main .auth-box-main .tel-box-form.register-tel-box-form[data-v-fa16352e] {
  margin-top: 30px;
}
.dialog-main .auth-box-main .tel-box-form.register-tel-box-form .form-row[data-v-fa16352e] {
  margin-bottom: 14px;
}
.dialog-main .close[data-v-fa16352e] {
  position: absolute;
  top: 0;
  right: -40px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: inline-block;
  background-image: url("https://down.om.cn/common/auth-icon.png");
  background-position: -215px -14px;
}
.dialog-main .close[data-v-fa16352e]:hover {
  background-position: -249px -14px;
}
.dialog-error-info .dialog-outer .dialog .dialog-body[data-v-fa16352e] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  padding: 0 30px;
}
.protocol-link[data-v-fa16352e] {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  color: #666;
  font-size: 14px;
  border-radius: 0 0 5px 0;
}
.code-expire-mask[data-v-fa16352e] {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.6);
}
.code-expire-mask p[data-v-fa16352e] {
  font-size: 18px;
  color: #fff;
}
.code-expire-mask button[data-v-fa16352e] {
  width: 88px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  margin-top: 20px;
  border-radius: 4px;
  background-color: #3bc66f;
}
.space-code-box[data-v-fa16352e] {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.space-code-box .code-img[data-v-fa16352e] {
  width: 180px;
  height: 180px;
  position: relative;
}
.space-code-box .secure-login[data-v-fa16352e] {
  margin-top: 14px;
}
.space-code-box .process[data-v-fa16352e] {
  margin-bottom: 20px;
  font-size: 14px;
  color: #999;
}
.is-login[data-v-fa16352e] {
  font-size: 14px;
  color: #999;
}
.is-login span[data-v-fa16352e],
.is-login a[data-v-fa16352e] {
  color: #333;
  cursor: pointer;
}
.is-login span[data-v-fa16352e]:hover,
.is-login a[data-v-fa16352e]:hover {
  color: #e80000;
}
.title-bind[data-v-fa16352e] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #333;
  padding-bottom: 18px;
  border-bottom: 1px solid #eee;
}
.bind-old-title[data-v-fa16352e] {
  font-size: 14px;
  margin-bottom: 28px;
  text-align: center;
  color: #bbb;
}
.bind-box-popup .bind-title[data-v-fa16352e] {
  text-align: center;
  font-size: 16px;
}
.bind-box-popup .bind-old-title[data-v-fa16352e] {
  margin-bottom: 20px;
}
.bind-box-popup .bind-tips .tips-icon[data-v-fa16352e] {
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("https://down.om.cn/common/auth-icon.png");
  background-position: -254px -54px;
  vertical-align: bottom;
  z-index: 2;
  cursor: pointer;
}
.bind-box-popup .bind-tips .tips-icon:hover i[data-v-fa16352e] {
  opacity: 1;
  visibility: visible;
}
.bind-box-popup .bind-tips .tips-icon i[data-v-fa16352e] {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 254px;
  padding: 20px;
  color: #666;
  font-size: 14px;
  text-align: left;
  line-height: 22px;
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.2s;
}
.bind-box-popup .bind-tips .tips-icon i[data-v-fa16352e]:hover {
  opacity: 1;
  visibility: visible;
}
.bind-box-popup .bind-tips .tips-icon i[data-v-fa16352e]::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 0;
  width: 100%;
  height: 20px;
}
.bind-box-popup .bind-tips .tips-icon i[data-v-fa16352e]::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  display: block;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.bind-box-popup .bind-other-box .bind-link[data-v-fa16352e] {
  width: 300px;
  margin: 0 auto 77px auto;
  text-align: right;
}
.bind-box-popup .bind-other-box .bind-link a[data-v-fa16352e] {
  color: #e80000;
  text-decoration: underline;
}
.bind-box-popup .bind-old-other[data-v-fa16352e] {
  padding-bottom: 15px;
}
.exist-wx .tel-box[data-v-fa16352e] {
  padding: 23px 51px 0 !important;
}
.exist-wx .bind-link[data-v-fa16352e] {
  margin: 0 auto 19px auto !important;
}
[data-v-295816ca]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-295816ca]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-295816ca]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-295816ca],
body[data-v-295816ca] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-295816ca] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-295816ca] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-295816ca] {
    border: none;
    outline: none;
}
}
input[data-v-295816ca]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-295816ca],
textarea[data-v-295816ca] {
  border: none;
  outline: none;
}
textarea[data-v-295816ca] {
  font-family: "microsoft yahei";
}
em[data-v-295816ca] {
  color: #e80000;
  font-style: normal;
}
i[data-v-295816ca] {
  font-style: normal;
}
.v-enter-active[data-v-295816ca],
.v-leave-active[data-v-295816ca] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-295816ca],
.v-leave-to[data-v-295816ca] {
  opacity: 0;
}
[v-cloak][data-v-295816ca] {
  display: none;
}
.f-e80000[data-v-295816ca] {
  color: #e80000;
}
.flex[data-v-295816ca] {
  display: flex;
}
.flex-a[data-v-295816ca] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-295816ca] {
  font-family: fangsong;
}
.pingfang[data-v-295816ca] {
  font-family: pingfang sc !important;
}
.underline[data-v-295816ca] {
  text-decoration: underline;
}
.t-over[data-v-295816ca] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-295816ca] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-295816ca] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-295816ca] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-295816ca] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-295816ca] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-295816ca] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-295816ca] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-295816ca] {
  cursor: pointer;
}
.trans1[data-v-295816ca] {
  transition: ease 0.1s;
}
.trans2[data-v-295816ca] {
  transition: ease 0.2s;
}
.trans3[data-v-295816ca] {
  transition: ease 0.3s;
}
.trans4[data-v-295816ca] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-295816ca] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-295816ca]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-295816ca] {
  text-align: center;
}
.icon-pay-way-wx[data-v-295816ca] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-295816ca] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-295816ca]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-295816ca] {
  animation: slide-down-in-295816ca ease 0.3s;
}
.dialog-fade-leave-active[data-v-295816ca] {
  animation: slide-down-out-295816ca ease 0.3s;
}
.icon-loading-circle[data-v-295816ca] {
  animation: loading-circle-295816ca 1s linear infinite;
}
@keyframes slide-down-in-295816ca {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-295816ca {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-295816ca {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-295816ca] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-295816ca] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-295816ca] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-295816ca] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-295816ca] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-295816ca] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-295816ca] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-295816ca] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-295816ca] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-295816ca] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-295816ca] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-295816ca] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-295816ca] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-295816ca] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-295816ca] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-295816ca] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-295816ca] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-295816ca] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-295816ca] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-295816ca] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-295816ca] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-295816ca] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-295816ca] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-295816ca] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-295816ca] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-295816ca] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-295816ca] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-295816ca] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-295816ca] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-295816ca] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-295816ca] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-295816ca] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-295816ca] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-295816ca] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-295816ca] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-295816ca] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-295816ca] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-295816ca] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-295816ca] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-295816ca] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-295816ca] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-295816ca] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-295816ca] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-295816ca] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-295816ca] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-295816ca] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-295816ca] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-295816ca] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-295816ca] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-295816ca] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-295816ca] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-295816ca] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-295816ca] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-295816ca] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-295816ca] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-295816ca] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-295816ca] {
  background-position: -218px -553px;
}
.inner[data-v-295816ca] {
  width: 1200px;
  margin: 0 auto;
}
.fl[data-v-295816ca] {
  float: left;
}
.fr[data-v-295816ca] {
  float: right;
}
.clearfix[data-v-295816ca]:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.clearfix[data-v-295816ca] {
  zoom: 1;
}
[data-v-295816ca] .protocol.icon-check {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -15px -232px;
  vertical-align: sub;
  cursor: pointer;
}
[data-v-295816ca] .protocol.icon-check.checked {
  background-position: -34px -232px;
}
.s-btn[data-v-295816ca] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f0f0f0;
  font-size: 16px;
  width: 360px;
  height: 45px;
  background-color: #e80000;
  border-radius: 3px;
}
.iconfont[data-v-295816ca] {
  font-size: 22px;
}
.icon-guankan[data-v-295816ca],
.icon-biyan[data-v-295816ca] {
  cursor: pointer;
}
.auth-box-popup[data-v-295816ca] {
  position: absolute;
  top: 50px;
  right: 16%;
  width: 370px;
  color: #666;
  line-height: 1;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 0 10px #ddd;
}
.auth-box-popup[data-v-295816ca] .auth-box-main .way-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("https://down.om.cn/common/auth-icon.png");
  vertical-align: -5px;
}
.auth-box-popup[data-v-295816ca] .auth-box-main .way-icon-wx {
  background-position: -139px -24px;
}
.auth-box-popup[data-v-295816ca] .auth-box-main .way-icon-tel {
  background-position: -187px -24px;
}
.auth-box-popup[data-v-295816ca] .auth-box-main .way-icon-qq {
  background-position: -163px -24px;
}
.auth-box-popup[data-v-295816ca] .auth-box-main .other-deal {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  color: #999;
  background-color: #f6f6f6;
  border-radius: 0px 0px 4px 4px;
}
.auth-box-popup[data-v-295816ca] .auth-box-main .other-deal a {
  text-decoration: underline;
  color: #e80000;
}
.auth-box-popup[data-v-295816ca] .auth-box-main .auth-box-other {
  padding-top: 20px;
}
.auth-box-popup[data-v-295816ca] .auth-box-main .auth-box-other .other-reg {
  color: #999;
}
.auth-box-popup[data-v-295816ca] .auth-box-main .auth-box-other .other-reg a {
  text-decoration: underline;
  color: #e80000;
}
.auth-box-popup[data-v-295816ca] .auth-box-main .auth-box-other .other-way {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 35px;
  margin-bottom: 29px;
}
.auth-box-popup[data-v-295816ca] .auth-box-main .auth-box-other .other-way .other-list {
  display: flex;
  color: #666;
}
.auth-box-popup[data-v-295816ca] .auth-box-main .auth-box-other .other-way .other-list .way-icon-box {
  cursor: pointer;
}
.auth-box-popup[data-v-295816ca] .auth-box-main .auth-box-other .other-way .other-list .way-icon-box:hover {
  color: #e80000;
}
.auth-box-popup[data-v-295816ca] .auth-box-main .auth-box-other .other-way .other-list .way-icon-box:nth-child(1) {
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
}
.auth-box-popup[data-v-295816ca] .auth-box-main .auth-box-other .other-way .other-list .way-icon-box:nth-child(1)::before {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  height: 14px;
  width: 1px;
  background-color: #eee;
}
.auth-box-popup[data-v-295816ca] .auth-box-main .auth-other-tel .other-way {
  margin-bottom: 47px;
}
.auth-box-popup[data-v-295816ca] .auth-box-main .form-row {
  position: relative;
}
.auth-box-popup[data-v-295816ca] .auth-box-main .form-row .form-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url("https://down.om.cn/common/auth-icon.png");
}
.auth-box-popup[data-v-295816ca] .auth-box-main .form-row .form-icon-account {
  background-position: -138px -53px;
}
.auth-box-popup[data-v-295816ca] .auth-box-main .form-row .form-icon-pwd {
  background-position: -160px -53px;
}
.auth-box-popup[data-v-295816ca] .auth-box-main .form-row .form-icon-mobile {
  background-position: -181px -53px;
}
.auth-box-popup[data-v-295816ca] .auth-box-main .form-row .form-icon-email {
  background-position: -227px -53px;
}
.auth-box-popup[data-v-295816ca] .auth-box-main .form-row .form-icon-captcha {
  background-position: -204px -53px;
}
.auth-box-popup[data-v-295816ca] .auth-box-main .form-row input {
  width: 300px;
  height: 44px;
  font-size: 14px;
  color: #333;
  text-indent: 36px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #dddddd;
}
.auth-box-popup[data-v-295816ca] .auth-box-main .form-row input::-moz-placeholder {
  color: #bbbbbb;
  opacity: 1;
}
.auth-box-popup[data-v-295816ca] .auth-box-main .form-row input::placeholder {
  color: #bbbbbb;
}
.auth-box-popup[data-v-295816ca] .auth-box-main .form-row .his-cookies {
  position: absolute;
  top: 43px;
  left: 0;
  z-index: 2;
}
.auth-box-popup[data-v-295816ca] .auth-box-main .form-row .his-cookies li {
  width: 300px;
  height: 44px;
  line-height: 44px;
  padding-left: 16px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  border: solid 1px #ddd;
  border-top: transparent;
  cursor: pointer;
}
.auth-box-popup[data-v-295816ca] .auth-box-main .form-row .his-cookies li:first-of-type {
  border-top: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
}
.auth-box-popup[data-v-295816ca] .auth-box-main .form-row .his-cookies li:last-of-type {
  border-radius: 0 0 4px 4px;
}
.auth-box-popup[data-v-295816ca] .auth-box-main .form-row .his-cookies li:hover {
  color: #e80000;
  background-color: #f0f0f0;
}
.auth-box-popup[data-v-295816ca] .auth-box-main .form-row .eye {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}
.auth-box-popup[data-v-295816ca] .auth-box-main .form-row-captcha {
  display: flex;
  justify-content: space-between;
}
.auth-box-popup[data-v-295816ca] .auth-box-main .form-row-captcha input {
  width: 180px;
}
.auth-box-popup[data-v-295816ca] .auth-box-main .submit-btn {
  width: 100%;
  height: 44px;
  color: #f0f0f0;
  text-align: center;
  line-height: 44px;
  border-radius: 4px;
  background-color: #e80000;
}
.auth-box-popup[data-v-295816ca] .auth-box-main .submit-btn:hover {
  background-color: #ff2424;
}
.login-box-popup .toggle-way-box[data-v-295816ca] {
  position: absolute;
  right: 4px;
  top: 4px;
}
.login-box-popup .toggle-way-box:hover .way-tips[data-v-295816ca] {
  display: block;
}
.login-box-popup .toggle-way-box .toggle-icon[data-v-295816ca] {
  width: 38px;
  height: 38px;
  display: inline-block;
  background-image: url("https://down.om.cn/common/auth-icon.png");
  cursor: pointer;
}
.login-box-popup .toggle-way-box .toggle-icon-tel[data-v-295816ca] {
  background-position: -33px -24px;
}
.login-box-popup .toggle-way-box .toggle-icon-code[data-v-295816ca] {
  background-position: -87px -24px;
}
.login-box-popup .toggle-way-box .way-tips[data-v-295816ca] {
  position: absolute;
  right: 42px;
  top: 5px;
  color: #e80000;
  font-size: 12px;
  padding: 8px;
  white-space: nowrap;
  background-color: #ffecec;
  border-radius: 4px;
  border: solid 1px #f69b9b;
  display: none;
}
.login-box-popup .toggle-way-box .way-tips[data-v-295816ca]::before {
  content: "";
  position: absolute;
  top: 12px;
  right: -4px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #f69b9b;
  border-right: 1px solid #f69b9b;
  background-color: #ffecec;
  transform: rotate(45deg);
}
.login-box-popup .code-box[data-v-295816ca] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 35px 0 35px;
}
.login-box-popup .code-box .code-box-title[data-v-295816ca] {
  margin-bottom: 16px;
}
.login-box-popup .code-box .code-box-title > span[data-v-295816ca] {
  color: #333;
  font-size: 16px;
}
.login-box-popup .code-box .code-box-main[data-v-295816ca] {
  width: 300px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 24px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.login-box-popup .code-box .code-box-main .code-img[data-v-295816ca] {
  position: relative;
  width: 185px;
  height: 185px;
  margin: 0 auto;
}
.login-box-popup .code-box .code-box-main img[data-v-295816ca] {
  width: 185px;
  height: 185px;
}
.login-box-popup .code-box .code-box-main .code-expire-mask[data-v-295816ca] {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.6);
}
.login-box-popup .code-box .code-box-main .code-expire-mask p[data-v-295816ca] {
  font-size: 18px;
  color: #fff;
}
.login-box-popup .code-box .code-box-main .code-expire-mask button[data-v-295816ca] {
  width: 88px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  margin-top: 20px;
  border-radius: 4px;
  background-color: #3bc66f;
}
.login-box-popup .code-box .code-box-main .code-ques[data-v-295816ca] {
  width: 236px;
  height: 36px;
  font-size: 14px;
  color: #333;
  line-height: 36px;
  margin: 10px auto 0 auto;
  background-color: #f2f2f2;
  border-radius: 50px;
}
.login-box-popup .code-box .code-box-main .code-ques span[data-v-295816ca] {
  color: #e80000;
  cursor: pointer;
  text-decoration: underline;
}
.login-box-popup .tel-box[data-v-295816ca] {
  padding: 47px 35px 0 35px;
}
.login-box-popup .tel-box-form[data-v-295816ca] {
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
  margin-top: 34px;
}
.login-box-popup .tel-box-form .form-row[data-v-295816ca] {
  margin-bottom: 20px;
}
.login-box-popup .tel-box-form .submit-btn[data-v-295816ca] {
  margin-top: 10px;
}
.login-box-popup .tel-box-form .form-other[data-v-295816ca] {
  color: #999;
  text-align: right;
  margin-top: 12px;
}
.forgot-box-popup .tel-box[data-v-295816ca],
.register-box-popup .tel-box[data-v-295816ca],
.bind-box-popup .tel-box[data-v-295816ca] {
  padding: 30px 35px 0 35px;
}
.forgot-box-popup .tel-box-form[data-v-295816ca],
.register-box-popup .tel-box-form[data-v-295816ca],
.bind-box-popup .tel-box-form[data-v-295816ca] {
  margin-top: 30px;
}
.forgot-box-popup .tel-box-form .form-row[data-v-295816ca],
.register-box-popup .tel-box-form .form-row[data-v-295816ca],
.bind-box-popup .tel-box-form .form-row[data-v-295816ca] {
  margin-bottom: 14px;
}
.forgot-box-popup .tel-box-form .submit-btn[data-v-295816ca],
.register-box-popup .tel-box-form .submit-btn[data-v-295816ca],
.bind-box-popup .tel-box-form .submit-btn[data-v-295816ca] {
  margin-top: 6px;
}
.bind-box-popup .bind-title[data-v-295816ca] {
  text-align: center;
  font-size: 16px;
}
.bind-box-popup .bind-wx-title[data-v-295816ca] {
  text-align: center;
  margin-bottom: -9px;
}
.bind-box-popup .bind-wx-title .bind-wx-btn[data-v-295816ca] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 44px;
  color: #e80000;
  border: 1px solid #e80000;
  border-radius: 4px;
  margin: 19px 0 15px 0;
}
.bind-box-popup .bind-wx-title p[data-v-295816ca] {
  color: #333;
  font-size: 14px;
}
.bind-box-popup .bind-wx-title .or[data-v-295816ca] {
  color: #ccc;
  margin-bottom: 15px;
}
.bind-box-popup .bind-wx-title .new-user-notice[data-v-295816ca] {
  position: relative;
}
.bind-box-popup .bind-wx-title .new-user-notice[data-v-295816ca]::before,
.bind-box-popup .bind-wx-title .new-user-notice[data-v-295816ca]::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 36px;
  background-color: #ddd;
}
.bind-box-popup .bind-wx-title .new-user-notice[data-v-295816ca]::before {
  left: 0;
}
.bind-box-popup .bind-wx-title .new-user-notice[data-v-295816ca]::after {
  right: 0;
}
.bind-box-popup .bind-old-title[data-v-295816ca] {
  margin-bottom: 20px;
}
.bind-box-popup .bind-tips .tips-icon[data-v-295816ca] {
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("https://down.om.cn/common/auth-icon.png");
  background-position: -254px -54px;
  vertical-align: bottom;
  z-index: 2;
  cursor: pointer;
}
.bind-box-popup .bind-tips .tips-icon:hover i[data-v-295816ca] {
  opacity: 1;
  visibility: visible;
}
.bind-box-popup .bind-tips .tips-icon i[data-v-295816ca] {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 254px;
  padding: 20px;
  color: #666;
  font-size: 14px;
  text-align: left;
  line-height: 22px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.2s;
}
.bind-box-popup .bind-tips .tips-icon i[data-v-295816ca]:hover {
  opacity: 1;
  visibility: visible;
}
.bind-box-popup .bind-tips .tips-icon i[data-v-295816ca]::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 0;
  width: 100%;
  height: 20px;
}
.bind-box-popup .bind-tips .tips-icon i[data-v-295816ca]::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  display: block;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.bind-box-popup .bind-other-box .bind-link[data-v-295816ca] {
  width: 300px;
  margin: 15px auto;
  text-align: right;
}
.bind-box-popup .bind-other-box .bind-link a[data-v-295816ca] {
  color: #e80000;
  text-decoration: underline;
}
.bind-box-popup .bind-old-other[data-v-295816ca] {
  padding-bottom: 15px;
}
.err-msg-box .dialog-body[data-v-295816ca] {
  padding: 40px 50px 0;
}
.err-msg-box .dialog-body p[data-v-295816ca] {
  color: #666;
  text-align: center;
}
.err-msg-box .dialog-body p[data-v-295816ca]:last-child {
  margin-top: 10px;
}
.err-msg-box .dialog-body p:last-child a[data-v-295816ca] {
  color: #e80000;
  text-decoration: underline;
}
.dialog-error-info .dialog-outer .dialog .dialog-body[data-v-295816ca] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  padding: 0 30px;
}
.clearfix[data-v-295816ca]:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.clearfix[data-v-295816ca] {
  zoom: 1;
}
.s-btn[data-v-295816ca] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f0f0f0;
  font-size: 16px;
  width: 360px;
  height: 45px;
  background-color: #e80000;
  border-radius: 3px;
}
.iconfont[data-v-295816ca] {
  font-size: 22px;
}
.dialog-fade-enter-active[data-v-295816ca] {
  animation: slide-down-in-295816ca ease 0.3s;
}
.dialog-fade-leave-active[data-v-295816ca] {
  animation: slide-down-out-295816ca ease 0.3s;
}
@keyframes slide-down-in-295816ca {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-295816ca {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
.dialog-mask[data-v-295816ca] {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.dialog-mask[data-v-295816ca] {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 100;
}
.dialog-outer[data-v-295816ca] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -moz-max-content;
  width: max-content;
}
.dialog-main[data-v-295816ca] {
  display: flex;
  min-height: 489px;
  background: #fff;
  border-radius: 5px;
  line-height: 1;
  position: relative;
}
.dialog-main .login-poster[data-v-295816ca] {
  min-width: -moz-max-content;
  min-width: max-content;
  height: 522px;
}
.dialog-main .login-poster img[data-v-295816ca] {
  width: 100%;
  height: 100%;
}
.dialog-main .auth-box-main[data-v-295816ca] {
  min-width: 450px;
  height: 522px;
  border-radius: 4px;
  position: relative;
  padding: 28px 30px 0;
  width: 450px;
  background-color: #fff;
}
.dialog-main .auth-box-main .welcome[data-v-295816ca] {
  font-size: 22px;
  font-weight: bold;
  color: #333;
}
.dialog-main .auth-box-main .not-acc[data-v-295816ca] {
  font-size: 14px;
  color: #999;
  margin-top: 12px;
  margin-bottom: 32px;
}
.dialog-main .auth-box-main .not-acc > span[data-v-295816ca] {
  color: #333;
  cursor: pointer;
}
.dialog-main .auth-box-main .not-acc > span[data-v-295816ca]:hover {
  color: #e80000;
}
.dialog-main .auth-box-main .way-icon[data-v-295816ca] {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("https://down.om.cn/common/auth-icon.png");
  vertical-align: -5px;
}
.dialog-main .auth-box-main .way-icon-wx[data-v-295816ca] {
  background-position: -139px -24px;
}
.dialog-main .auth-box-main .way-icon-tel[data-v-295816ca] {
  background-position: -187px -24px;
}
.dialog-main .auth-box-main .way-icon-qq[data-v-295816ca] {
  background-position: -163px -24px;
}
.dialog-main .auth-box-main .footer-tog[data-v-295816ca] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.dialog-main .auth-box-main .auth-box-other[data-v-295816ca] {
  padding-top: 24px;
  position: relative;
  height: 58px;
  display: flex;
  padding: 0 30px;
}
.dialog-main .auth-box-main .auth-box-other .other-reg[data-v-295816ca] {
  color: #999;
}
.dialog-main .auth-box-main .auth-box-other .other-reg a[data-v-295816ca],
.dialog-main .auth-box-main .auth-box-other .other-deal a[data-v-295816ca] {
  color: #333;
}
.dialog-main .auth-box-main .auth-box-other .other-reg a[data-v-295816ca]:hover,
.dialog-main .auth-box-main .auth-box-other .other-deal a[data-v-295816ca]:hover {
  color: #e80000;
}
.dialog-main .auth-box-main .auth-box-other .other-way[data-v-295816ca] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-top: 1px solid #eee;
}
.dialog-main .auth-box-main .auth-box-other .other-way .other-list[data-v-295816ca] {
  display: flex;
  align-items: center;
  color: #666;
}
.dialog-main .auth-box-main .auth-box-other .other-way .other-list .way-icon-box[data-v-295816ca] {
  cursor: pointer;
  margin-left: 10px;
}
.dialog-main .auth-box-main .auth-box-other .other-way .other-list .way-icon-box[data-v-295816ca]:hover {
  color: #e80000;
}
.dialog-main .auth-box-main .auth-box-other .other-way-center[data-v-295816ca] {
  justify-content: center;
}
.dialog-main .auth-box-main .auth-box-other .other-deal[data-v-295816ca] {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  color: #999;
  background-color: #f6f6f6;
  border-radius: 0px 0px 4px 4px;
}
.dialog-main .auth-box-main .auth-box-other .immediately-register[data-v-295816ca] {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: #666;
}
.dialog-main .auth-box-main .auth-box-other .immediately-register > span[data-v-295816ca] {
  text-decoration: underline;
  cursor: pointer;
}
.dialog-main .auth-box-main .auth-box-other .immediately-register > span[data-v-295816ca]:hover {
  color: #e80000;
}
.dialog-main .auth-box-main .form-row[data-v-295816ca] {
  position: relative;
}
.dialog-main .auth-box-main .form-row .form-icon[data-v-295816ca] {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url("https://down.om.cn/common/auth-icon.png");
}
.dialog-main .auth-box-main .form-row .form-icon-account[data-v-295816ca] {
  background-position: -138px -53px;
}
.dialog-main .auth-box-main .form-row .form-icon-pwd[data-v-295816ca] {
  background-position: -160px -53px;
}
.dialog-main .auth-box-main .form-row .form-icon-mobile[data-v-295816ca] {
  background-position: -181px -53px;
}
.dialog-main .auth-box-main .form-row .form-icon-email[data-v-295816ca] {
  background-position: -227px -53px;
}
.dialog-main .auth-box-main .form-row .form-icon-captcha[data-v-295816ca] {
  background-position: -204px -53px;
}
.dialog-main .auth-box-main .form-row input[data-v-295816ca] {
  width: 100%;
  height: 44px;
  font-size: 14px;
  color: #333;
  text-indent: 19px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #dddddd;
}
.dialog-main .auth-box-main .form-row input[data-v-295816ca]::-moz-placeholder {
  color: #bbbbbb;
  opacity: 1;
}
.dialog-main .auth-box-main .form-row input[data-v-295816ca]::placeholder {
  color: #bbbbbb;
}
.dialog-main .auth-box-main .form-row .his-cookies[data-v-295816ca] {
  position: absolute;
  top: 43px;
  left: 0;
  z-index: 2;
  width: 100%;
}
.dialog-main .auth-box-main .form-row .his-cookies li[data-v-295816ca] {
  height: 44px;
  line-height: 44px;
  padding-left: 16px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  border: solid 1px #ddd;
  border-top: transparent;
  cursor: pointer;
}
.dialog-main .auth-box-main .form-row .his-cookies li[data-v-295816ca]:first-of-type {
  border-top: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
}
.dialog-main .auth-box-main .form-row .his-cookies li[data-v-295816ca]:last-of-type {
  border-radius: 0 0 4px 4px;
}
.dialog-main .auth-box-main .form-row .his-cookies li[data-v-295816ca]:hover {
  color: #e80000;
  background-color: #f0f0f0;
}
.dialog-main .auth-box-main .form-row .eye[data-v-295816ca] {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}
.dialog-main .auth-box-main .form-row-captcha[data-v-295816ca] {
  display: flex;
  justify-content: space-between;
}
.dialog-main .auth-box-main .form-row-captcha input[data-v-295816ca] {
  width: 238px;
}
.dialog-main .auth-box-main .submit-btn[data-v-295816ca] {
  width: 100%;
  height: 44px;
  color: #f0f0f0;
  text-align: center;
  line-height: 44px;
  border-radius: 4px;
  background-color: #e80000;
}
.dialog-main .auth-box-main .submit-btn[data-v-295816ca]:hover {
  background-color: #ff2424;
}
.dialog-main .auth-box-main .code-box[data-v-295816ca] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 64px 50px 0 50px;
}
.dialog-main .auth-box-main .code-box .code-box-title[data-v-295816ca] {
  margin-bottom: 17px;
}
.dialog-main .auth-box-main .code-box .code-box-title > span[data-v-295816ca] {
  color: #333;
  font-size: 16px;
}
.dialog-main .auth-box-main .code-box .code-box-main[data-v-295816ca] {
  width: 300px;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 38px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.dialog-main .auth-box-main .code-box .code-box-main .code-img[data-v-295816ca] {
  position: relative;
  width: 185px;
  height: 185px;
  margin: 0 auto;
}
.dialog-main .auth-box-main .code-box .code-box-main img[data-v-295816ca] {
  width: 185px;
  height: 185px;
}
.dialog-main .auth-box-main .code-box .code-box-main .code-ques[data-v-295816ca] {
  width: 236px;
  height: 36px;
  font-size: 14px;
  color: #333;
  line-height: 36px;
  margin: 6px auto 0 auto;
  background-color: #f2f2f2;
  border-radius: 50px;
}
.dialog-main .auth-box-main .code-box .code-box-main .code-ques span[data-v-295816ca] {
  color: #e80000;
  cursor: pointer;
  text-decoration: underline;
}
.dialog-main .auth-box-main .tel-box-form[data-v-295816ca] {
  margin-top: 40px;
  padding-bottom: 22px;
}
.dialog-main .auth-box-main .tel-box-form .form-row[data-v-295816ca] {
  margin-bottom: 20px;
}
.dialog-main .auth-box-main .tel-box-form .submit-btn[data-v-295816ca] {
  margin-top: 10px;
}
.dialog-main .auth-box-main .tel-box-form .form-other[data-v-295816ca] {
  color: #999;
  text-align: right;
  margin-top: 12px;
}
.dialog-main .auth-box-main .tel-box-form.register-tel-box-form[data-v-295816ca] {
  margin-top: 30px;
}
.dialog-main .auth-box-main .tel-box-form.register-tel-box-form .form-row[data-v-295816ca] {
  margin-bottom: 14px;
}
.dialog-main .close[data-v-295816ca] {
  position: absolute;
  top: 0;
  right: -40px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: inline-block;
  background-image: url("https://down.om.cn/common/auth-icon.png");
  background-position: -215px -14px;
}
.dialog-main .close[data-v-295816ca]:hover {
  background-position: -249px -14px;
}
.dialog-error-info .dialog-outer .dialog .dialog-body[data-v-295816ca] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  padding: 0 30px;
}
.protocol-link[data-v-295816ca] {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  color: #666;
  font-size: 14px;
  border-radius: 0 0 5px 0;
}
.code-expire-mask[data-v-295816ca] {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.6);
}
.code-expire-mask p[data-v-295816ca] {
  font-size: 18px;
  color: #fff;
}
.code-expire-mask button[data-v-295816ca] {
  width: 88px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  margin-top: 20px;
  border-radius: 4px;
  background-color: #3bc66f;
}
.space-code-box[data-v-295816ca] {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.space-code-box .code-img[data-v-295816ca] {
  width: 180px;
  height: 180px;
  position: relative;
}
.space-code-box .secure-login[data-v-295816ca] {
  margin-top: 14px;
}
.space-code-box .process[data-v-295816ca] {
  margin-bottom: 20px;
  font-size: 14px;
  color: #999;
}
.is-login[data-v-295816ca] {
  font-size: 14px;
  color: #999;
}
.is-login span[data-v-295816ca],
.is-login a[data-v-295816ca] {
  color: #333;
  cursor: pointer;
}
.is-login span[data-v-295816ca]:hover,
.is-login a[data-v-295816ca]:hover {
  color: #e80000;
}
.title-bind[data-v-295816ca] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #333;
  padding-bottom: 18px;
  border-bottom: 1px solid #eee;
}
.bind-old-title[data-v-295816ca] {
  font-size: 14px;
  margin-bottom: 28px;
  text-align: center;
  color: #bbb;
}
[data-v-e266f7ee]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-e266f7ee]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-e266f7ee]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-e266f7ee],
body[data-v-e266f7ee] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-e266f7ee] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-e266f7ee] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-e266f7ee] {
    border: none;
    outline: none;
}
}
input[data-v-e266f7ee]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-e266f7ee],
textarea[data-v-e266f7ee] {
  border: none;
  outline: none;
}
textarea[data-v-e266f7ee] {
  font-family: "microsoft yahei";
}
em[data-v-e266f7ee] {
  color: #e80000;
  font-style: normal;
}
i[data-v-e266f7ee] {
  font-style: normal;
}
.v-enter-active[data-v-e266f7ee],
.v-leave-active[data-v-e266f7ee] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-e266f7ee],
.v-leave-to[data-v-e266f7ee] {
  opacity: 0;
}
[v-cloak][data-v-e266f7ee] {
  display: none;
}
.f-e80000[data-v-e266f7ee] {
  color: #e80000;
}
.flex[data-v-e266f7ee] {
  display: flex;
}
.flex-a[data-v-e266f7ee] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-e266f7ee] {
  font-family: fangsong;
}
.pingfang[data-v-e266f7ee] {
  font-family: pingfang sc !important;
}
.underline[data-v-e266f7ee] {
  text-decoration: underline;
}
.t-over[data-v-e266f7ee] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-e266f7ee] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-e266f7ee] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-e266f7ee] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-e266f7ee] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-e266f7ee] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-e266f7ee] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-e266f7ee] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-e266f7ee] {
  cursor: pointer;
}
.trans1[data-v-e266f7ee] {
  transition: ease 0.1s;
}
.trans2[data-v-e266f7ee] {
  transition: ease 0.2s;
}
.trans3[data-v-e266f7ee] {
  transition: ease 0.3s;
}
.trans4[data-v-e266f7ee] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-e266f7ee] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-e266f7ee]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-e266f7ee] {
  text-align: center;
}
.icon-pay-way-wx[data-v-e266f7ee] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-e266f7ee] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-e266f7ee]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-e266f7ee] {
  animation: slide-down-in-e266f7ee ease 0.3s;
}
.dialog-fade-leave-active[data-v-e266f7ee] {
  animation: slide-down-out-e266f7ee ease 0.3s;
}
.icon-loading-circle[data-v-e266f7ee] {
  animation: loading-circle-e266f7ee 1s linear infinite;
}
@keyframes slide-down-in-e266f7ee {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-e266f7ee {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-e266f7ee {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-e266f7ee] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-e266f7ee] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-e266f7ee] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-e266f7ee] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-e266f7ee] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-e266f7ee] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-e266f7ee] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-e266f7ee] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-e266f7ee] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-e266f7ee] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-e266f7ee] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-e266f7ee] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-e266f7ee] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-e266f7ee] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-e266f7ee] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-e266f7ee] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-e266f7ee] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-e266f7ee] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-e266f7ee] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-e266f7ee] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-e266f7ee] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-e266f7ee] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-e266f7ee] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-e266f7ee] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-e266f7ee] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-e266f7ee] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-e266f7ee] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-e266f7ee] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-e266f7ee] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-e266f7ee] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-e266f7ee] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-e266f7ee] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-e266f7ee] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-e266f7ee] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-e266f7ee] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-e266f7ee] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-e266f7ee] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-e266f7ee] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-e266f7ee] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-e266f7ee] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-e266f7ee] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-e266f7ee] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-e266f7ee] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-e266f7ee] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-e266f7ee] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-e266f7ee] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-e266f7ee] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-e266f7ee] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-e266f7ee] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-e266f7ee] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-e266f7ee] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-e266f7ee] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-e266f7ee] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-e266f7ee] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-e266f7ee] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-e266f7ee] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-e266f7ee] {
  background-position: -218px -553px;
}
.common-btn[data-v-e266f7ee] {
position:absolute;z-index:10;display:flex;align-items:center;justify-content:center;border-radius:9999px;--un-bg-opacity:.6;background-color:rgba(102, 103, 107, var(--un-bg-opacity));
}.common-btn[data-v-e266f7ee]:hover{--un-bg-opacity:.8;background-color:rgba(102, 103, 107, var(--un-bg-opacity));}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html,
body {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
  input[type="text"] {
    border: none;
    outline: none;
  }
}
input:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button,
textarea {
  border: none;
  outline: none;
}
textarea {
  font-family: "microsoft yahei";
}
em {
  color: #e80000;
  font-style: normal;
}
i {
  font-style: normal;
}
.v-enter-active,
.v-leave-active {
  transition: opacity 0.3s ease;
}
.v-enter-from,
.v-leave-to {
  opacity: 0;
}
[v-cloak] {
  display: none;
}
.f-e80000 {
  color: #e80000;
}
.flex {
  display: flex;
}
.flex-a {
  display: flex;
  align-items: center;
}
.fangsong {
  font-family: fangsong;
}
.pingfang {
  font-family: pingfang sc !important;
}
.underline {
  text-decoration: underline;
}
.t-over {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c {
  display: flex;
  justify-content: center;
}
.flex-a {
  display: flex;
  align-items: center;
}
.flex-ac {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999 {
  font-size: 14px;
  color: #999;
}
.f-14-bbb {
  font-size: 14px;
  color: #bbb;
}
.f-14-666 {
  font-size: 14px;
  color: #666;
}
.f-14-333 {
  font-size: 14px;
  color: #333;
}
.cursor {
  cursor: pointer;
}
.trans1 {
  transition: ease 0.1s;
}
.trans2 {
  transition: ease 0.2s;
}
.trans3 {
  transition: ease 0.3s;
}
.trans4 {
  transition: ease 0.4s;
}
._public-close-btn {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc {
  text-align: center;
}
.icon-pay-way-wx {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active {
  animation: slide-down-in ease 0.3s;
}
.dialog-fade-leave-active {
  animation: slide-down-out ease 0.3s;
}
.icon-loading-circle {
  animation: loading-circle 1s linear infinite;
}
@keyframes slide-down-in {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-down-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}
@keyframes loading-circle {
  100% {
    transform: rotate(1turn);
  }
}
.setDefaultClass {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel {
  width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active {
  background-position: -29px -551px;
}
.icon-down-samil {
  width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active {
  background-position: -112px -588px;
}
.icon-grey-search {
  width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera {
  width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new {
  width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active {
  background-position: -152px -553px;
}
.icon-buy-new {
  width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active {
  background-position: -185px -553px;
}
.icon-sign-new {
  width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active {
  background-position: -218px -553px;
}
.dialog-fade-enter-active {
  animation: slide-down-in ease 0.3s;
}
.dialog-fade-leave-active {
  animation: slide-down-out ease 0.3s;
}
@keyframes slide-down-in {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-down-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.trans-pop-enter-active {
  animation: slide-down-in ease 0.3s;
}
.trans-pop-leave-active {
  animation: slide-down-out ease 0.3s;
}
.dialog-mask {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.dialog-mask {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 100;
}
.dialog-outer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dialog {
  width: 460px;
  min-height: 100px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 12px 1px rgba(0, 0, 0, 0.5);
}
.dialog .public-close-btn {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
.dialog .public-close-btn:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.dialog .dialog-header {
  height: 50px;
  line-height: 50px;
  color: #333;
  padding-left: 28px;
  background-color: #f8f8f8;
}
.dialog .dialog-footer {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.center-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dialog-close-btn {
  width: 36px;
  height: 36px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -20px -18px;
  cursor: pointer;
}
.dialog-close-btn:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -60px -18px;
}
.icon-vip-free-subscript {
  width: 65px;
  height: 65px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -428px -691px;
}
.icon-vip-year-free-subscript {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -691px;
}
.icon-sale-mini {
  width: 44px;
  height: 44px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -318px -421px;
}
.icon-sort,
.icon-type,
.icon-texture,
.icon-original,
.icon-status,
.icon-order,
.icon-all,
.icon-ori_model {
  width: 16px;
  height: 16px;
}
.icon-sort {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -381px -47px;
}
.icon-status {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -456px -47px;
}
.icon-original,
.icon-all,
.icon-ori_model {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -358px -47px;
}
.icon-order {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -474px -47px;
}
.icon-type {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -436px -47px;
}
.icon-texture {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -402px -47px;
}
.icon-search-pic-big {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -318px -7px;
}
.icon-search-enlarge-big {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -346px -7px;
}
.icon-clear-btn-big {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -496px -8px;
}
.icon-clear-btn-big:hover {
  background-position: -518px -8px;
}
.icon-search-pic-middle {
  width: 20px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -494px -46px;
}
.icon-search-enlarge-middle {
  width: 19px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -518px -45px;
}
.icon-clear-btn-middle {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -414px -247px;
}
.icon-clear-btn-middle:hover {
  background-position: -434px -247px;
}
.icon-search-pic-smail {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -494px -44px;
}
.icon-search-enlarge-smail {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -517px -44px;
}
.icon-full-screen-zoom {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: -96px -64px;
}
.icon-full-screen-zoom:hover {
  background-position: -96px -96px;
}
.icon-close {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: -64px 0;
}
.icon-close:hover {
  background-position: -64px -32px;
}
.icon-prev-change {
  display: inline-block;
  width: 32px;
  height: 126px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: 0 0;
}
.icon-prev-change:hover {
  background-position: 0px -126px;
}
.icon-next-change {
  display: inline-block;
  width: 32px;
  height: 126px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: -32px 0;
}
.icon-next-change:hover {
  background-position: -32px -126px;
}
.icon-full-screen {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(https://down.om.cn/model/common/icon-fullsizable.png);
  background-position: -96px 0;
}
.icon-full-screen:hover {
  background-position: -96px -32px;
}
.icon-prev-small {
  width: 13px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -327px -199px;
}
.icon-next-small {
  width: 13px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -355px -199px;
}
.icon-prev-big {
  width: 36px;
  height: 54px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -184px -257px;
}
.icon-prev-big:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -224px -257px;
}
.icon-next-big {
  width: 36px;
  height: 54px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -264px -257px;
}
.icon-next-big:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -304px -257px;
}
.icon-signing {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-detail-collect {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -474px -323px;
}
.icon-detail-inventory {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -496px -323px;
}
.icon-detail-share {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -517px -323px;
}
.icon-detail-report {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -540px -323px;
}
.icon-detail-report-an-error {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -562px -323px;
}
.icon-unselected {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -15px -232px;
}
.icon-selected {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -34px -232px;
}
.icon-embellish {
  width: 52px;
  height: 52px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -169px -358px;
}
.icon-signing-1row {
  width: 19px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -253px 0;
}
.icon-signing-2row {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-member-ordinary-2row {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-member-moon-2row {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -32px -24px;
}
.icon-member-year-2row {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-member-a-2row {
  width: 17px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -24px;
}
.icon-member-b-2row {
  width: 17px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -123px -24px;
}
.icon-member-c-2row {
  width: 17px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -24px;
}
.icon-undelete {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -479px -393px;
}
.icon-subscript-psd {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -202px -535px;
}
.icon-subscript-single {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -264px -535px;
}
.icon-subscript-vr-cr {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -140px -535px;
}
.icon-subscript-cr {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -78px -535px;
}
.icon-subscript-vr {
  width: 58px;
  height: 58px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -16px -535px;
}
.icon-check {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -15px -232px;
}
.icon-check-active {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -34px -232px;
}
.icon-similar-big {
  width: 44px;
  height: 44px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
  background-position: -45px -31px;
}
.icon-similar-big:hover {
  background-position: -95px -31px;
}
.icon-year-member-free-big {
  width: 132px;
  height: 132px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -300px -267px;
}
.icon-member-privileges-big {
  width: 132px;
  height: 132px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -439px -267px;
}
.icon-sale-big {
  width: 71px;
  height: 71px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -242px -421px;
}
.icon-reward-big {
  width: 72px;
  height: 72px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -338px;
}
.icon-vip-diamond {
  width: 17px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -500px -201px;
}
.icon-cart {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -496px -323px;
}
.icon-collect {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -418px -323px;
}
.icon-compare {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -396px -323px;
}
.icon-download {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -440px -323px;
}
.each-box {
  display: flex;
  flex-wrap: wrap;
  width: 1800px;
  margin: 0 auto;
}
.each-box .model-item {
  position: relative;
  width: 340px;
  animation: move-down 0.3s forwards;
  overflow: hidden;
  margin: 0 25px 30px 0;
  border-radius: 0 0 5px 5px;
  transition: ease 0.3s;
  display: flex;
  flex-direction: column;
}
.each-box .model-item > a {
  display: inline-block;
  width: 340px;
  height: 340px;
  position: relative;
}
.each-box .model-item > a i {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.each-box .model-item > a .cover {
  width: 100%;
  height: 100%;
  border-radius: 5px 5px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.3s linear;
  opacity: 0.3;
}
.each-box .model-item > a .remove-op {
  opacity: 1;
}
.each-box .model-item .detail-reward {
  padding: 0 13px 10px;
}
.each-box .model-item .detail-reward .detail-t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  margin-bottom: 10px;
}
.each-box .model-item .detail-reward .detail-t a {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.each-box .model-item .detail-reward .detail-t .status {
  display: block;
  width: 48px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 2px;
  font-size: 12px;
  flex: none;
}
.each-box .model-item .detail-reward .detail-t .status-wait {
  color: #fff;
  background-color: #55b25c;
}
.each-box .model-item .detail-reward .detail-t .status-finish {
  color: #666;
  background-color: #f6f6f6;
}
.each-box .model-item .detail-reward .detail-t .status-making {
  color: #fff;
  background-color: #e80000;
}
.each-box .model-item .detail-reward .detail-b span {
  height: 18px;
  line-height: 18px;
  padding: 0 4px;
  font-size: 12px;
  color: #999;
  background-color: #f6f6f6;
  border-radius: 2px;
}
.each-box .model-item .detail-dec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 46px;
  padding: 0 14px;
  border-radius: 0 0 5px 5px;
}
.each-box .model-item .detail-dec > a {
  transition: all 0.3s;
  color: #666;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.each-box .model-item .detail-dec > a span {
  transition: all 0.3s;
  display: inline-block;
  height: 16px;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  color: #bbb;
  border-radius: 3px;
  border: 1px solid #bbb;
  margin-right: 4px;
  padding: 0 4px;
}
.each-box .model-item .detail-dec > a > strong {
  font-weight: normal;
}
.each-box .model-item .detail-dec > span {
  color: #aaa;
}
.each-box .model-item .model-fn {
  position: absolute;
  top: 0;
  right: 12px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 7;
  padding: 12px 0 12px 0;
}
.each-box .model-item .model-fn ul {
  display: flex;
  align-items: center;
}
.each-box .model-item .model-fn ul .item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 30px;
  height: 30px;
  background-color: rgba(0,0,0,0.6);
  border-radius: 5px;
  margin-right: 6px;
}
.each-box .model-item .model-fn ul .item svg {
  width: 20px;
  height: 20px;
}
.each-box .model-item .model-fn ul .item svg * {
  stroke: #fff;
  fill: #fff;
}
.each-box .model-item .model-fn ul .item .bubble {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  pointer-events: none;
}
.each-box .model-item .model-fn ul .item .bubble:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  vertical-align: text-bottom;
  border: 5px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.5);
}
.each-box .model-item .model-fn ul .item .contrast-fly-in {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 28px;
  height: 28px;
}
.each-box .model-item .model-fn ul .item .position-aside,
.each-box .model-item .model-fn ul .item .ball {
  position: fixed;
  right: 30px;
  top: 429.565979px;
  z-index: 1000;
}
.each-box .model-item .model-fn ul .item .ball {
  width: 10px;
  height: 10px;
  transition: all 1s cubic-bezier(0.04, 0.72, 0.21, 1.05);
  z-index: 1000;
}
.each-box .model-item .model-fn ul .item .ball > div {
  width: 40px;
  height: 40px;
  transition: all 1s linear;
  z-index: 1000;
}
.each-box .model-item .model-fn ul .item .ball > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  z-index: 1000;
}
.each-box .model-item .model-fn ul .item i {
  width: 18px;
  height: 18px;
}
.each-box .model-item .model-fn ul .item span {
  color: #bbb;
}
.each-box .model-item .model-fn ul .item:hover .bubble {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
.each-box .model-item .model-fn ul .item:hover span {
  color: #e80000;
}
.each-box .model-item .model-fn ul .item.cart-box .bubble {
  width: 58px;
}
.each-box .model-item .model-fn ul .item.collect-box .bubble,
.each-box .model-item .model-fn ul .item.search-box .bubble,
.each-box .model-item .model-fn ul .item.compare-box .bubble,
.each-box .model-item .model-fn ul .item.download-box .bubble {
  width: 36px;
}
.each-box .model-item .model-fn ul .item:last-of-type {
  margin-right: 0;
}
.each-box .model-item .model-fn ul .compare-box.active span {
  color: #e80000;
}
.each-box .model-item .model-fn ul .compare-box.active i {
  background-position-y: -345px;
}
.each-box .model-item:hover {
  animation: move-in 0.3s forwards;
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.15);
  transition: ease 0.3s;
}
.each-box .model-item:hover .detail-reward .detail-t a {
  color: #e80000;
}
.each-box .model-item:hover .detail-dec > a {
  color: #e80000;
  transition: ease 0.3s;
}
.each-box .model-item:hover .detail-dec > a span {
  transition: ease 0.3s;
  color: #e80000;
  border-color: #e80000;
}
.each-box .model-item:hover .model-fn {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
.each-box .model-item:nth-of-type(5n) {
  margin-right: 0;
}
.list-is-empty {
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-is-empty .empty-bg {
  width: 201px;
  height: 201px;
  background-image: url("https://down.om.cn/common/list_empty.png");
}
.list-is-empty .hint-text strong {
  font-size: 22px;
  font-weight: 400;
}
.list-is-empty .hint-text p {
  margin-top: 10px;
}
.list-is-empty .hint-text p a {
  text-decoration: underline;
  color: #e80000;
}
@keyframes move-in {
  from {
    top: 0;
  }
  to {
    top: -5px;
  }
}
@keyframes move-down {
  from {
    top: -5px;
  }
  to {
    top: 0;
  }
}
@media screen and (max-width: 1800px) {
  .each-box {
    width: 1650px;
  }
  .each-box .model-item {
    margin-right: 23px;
    width: 311px;
  }
  .each-box .model-item > a {
    width: 311px;
    height: 311px;
  }
}
@media screen and (max-width: 1700px) {
  .each-box {
    width: 1500px;
  }
  .each-box .model-item {
    width: 282px;
    margin-right: 22px;
  }
  .each-box .model-item > a {
    width: 282px;
    height: 282px;
  }
}
@media screen and (max-width: 1600px) {
  .each-box {
    width: 1350px;
  }
  .each-box .model-item {
    width: 253px;
    margin-right: 21px;
  }
  .each-box .model-item > a {
    width: 253px;
    height: 253px;
  }
}
@media screen and (max-width: 1500px) {
  .model-footer-fn ul {
    font-size: 12px;
  }
  .each-box {
    width: 1200px;
  }
  .each-box .model-item {
    width: 224px;
    margin-right: 20px;
  }
  .each-box .model-item > a {
    width: 224px;
    height: 224px;
  }
}
@media screen and (max-width: 1400px) {
  .model-footer-fn ul {
    font-size: 12px;
  }
  .model-footer-fn ul li i {
    margin-right: 1px;
  }
  .each-box {
    width: 1200px;
  }
  .each-box .model-item {
    width: 224px;
    margin-right: 20px;
  }
  .each-box .model-item > a {
    width: 224px;
    height: 224px;
  }
}
@media screen and (max-width: 1300px) {
  .each-box {
    width: 1200px;
  }
  .each-box .model-item {
    width: 285px;
    margin-right: 20px;
  }
  .each-box .model-item > a {
    width: 285px;
    height: 285px;
  }
  .each-box .model-item:nth-of-type(4n) {
    margin-right: 0;
  }
  .each-box .model-item:nth-of-type(5n) {
    margin-right: 20px;
  }
}
[data-v-2531f9eb]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-2531f9eb]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-2531f9eb]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-2531f9eb],
body[data-v-2531f9eb] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-2531f9eb] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-2531f9eb] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-2531f9eb] {
    border: none;
    outline: none;
}
}
input[data-v-2531f9eb]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-2531f9eb],
textarea[data-v-2531f9eb] {
  border: none;
  outline: none;
}
textarea[data-v-2531f9eb] {
  font-family: "microsoft yahei";
}
em[data-v-2531f9eb] {
  color: #e80000;
  font-style: normal;
}
i[data-v-2531f9eb] {
  font-style: normal;
}
.v-enter-active[data-v-2531f9eb],
.v-leave-active[data-v-2531f9eb] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-2531f9eb],
.v-leave-to[data-v-2531f9eb] {
  opacity: 0;
}
[v-cloak][data-v-2531f9eb] {
  display: none;
}
.f-e80000[data-v-2531f9eb] {
  color: #e80000;
}
.flex[data-v-2531f9eb] {
  display: flex;
}
.flex-a[data-v-2531f9eb] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-2531f9eb] {
  font-family: fangsong;
}
.pingfang[data-v-2531f9eb] {
  font-family: pingfang sc !important;
}
.underline[data-v-2531f9eb] {
  text-decoration: underline;
}
.t-over[data-v-2531f9eb] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-2531f9eb] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-2531f9eb] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-2531f9eb] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-2531f9eb] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-2531f9eb] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-2531f9eb] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-2531f9eb] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-2531f9eb] {
  cursor: pointer;
}
.trans1[data-v-2531f9eb] {
  transition: ease 0.1s;
}
.trans2[data-v-2531f9eb] {
  transition: ease 0.2s;
}
.trans3[data-v-2531f9eb] {
  transition: ease 0.3s;
}
.trans4[data-v-2531f9eb] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-2531f9eb] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-2531f9eb]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-2531f9eb] {
  text-align: center;
}
.icon-pay-way-wx[data-v-2531f9eb] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-2531f9eb] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-2531f9eb]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-2531f9eb] {
  animation: slide-down-in-2531f9eb ease 0.3s;
}
.dialog-fade-leave-active[data-v-2531f9eb] {
  animation: slide-down-out-2531f9eb ease 0.3s;
}
.icon-loading-circle[data-v-2531f9eb] {
  animation: loading-circle-2531f9eb 1s linear infinite;
}
@keyframes slide-down-in-2531f9eb {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-2531f9eb {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-2531f9eb {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-2531f9eb] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-2531f9eb] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-2531f9eb] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-2531f9eb] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-2531f9eb] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-2531f9eb] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-2531f9eb] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-2531f9eb] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-2531f9eb] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-2531f9eb] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-2531f9eb] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-2531f9eb] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-2531f9eb] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-2531f9eb] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-2531f9eb] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-2531f9eb] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-2531f9eb] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-2531f9eb] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-2531f9eb] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-2531f9eb] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-2531f9eb] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-2531f9eb] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-2531f9eb] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-2531f9eb] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-2531f9eb] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-2531f9eb] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-2531f9eb] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-2531f9eb] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-2531f9eb] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-2531f9eb] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-2531f9eb] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-2531f9eb] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-2531f9eb] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-2531f9eb] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-2531f9eb] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-2531f9eb] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-2531f9eb] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-2531f9eb] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-2531f9eb] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-2531f9eb] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-2531f9eb] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-2531f9eb] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-2531f9eb] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-2531f9eb] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-2531f9eb] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-2531f9eb] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-2531f9eb] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-2531f9eb] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-2531f9eb] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-2531f9eb] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-2531f9eb] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-2531f9eb] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-2531f9eb] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-2531f9eb] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-2531f9eb] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-2531f9eb] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-2531f9eb] {
  background-position: -218px -553px;
}
.footprints-popup[data-v-2531f9eb] {
  z-index: 40 !important;
}
.footprints-popup[data-v-2531f9eb] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.footprints-popup[data-v-2531f9eb] .follow-dialog-content {
  width: 100% !important;
  max-height: 100vh !important;
  background-color: rgba(255, 255, 255, 0.95) !important;
}
.footprints-popup[data-v-2531f9eb] .follow-dialog-content {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.footprints-popup .content[data-v-2531f9eb] {
  padding: 28px 56px;
  width: 100%;
  height: 100vh;
}
.footprints-popup .content .icon-footprint-close[data-v-2531f9eb] {
  position: absolute;
  top: 40px;
  right: 56px;
  width: 25px;
  height: 25px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -443px -625px;
  cursor: pointer;
}
.footprints-popup .content .icon-footprint-close[data-v-2531f9eb]:hover {
  background-position: -471px -625px;
}
.footprints-popup .content .title[data-v-2531f9eb] {
  display: flex;
  align-items: center;
}
.footprints-popup .content .title > h3[data-v-2531f9eb] {
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.footprints-popup .content .title > span[data-v-2531f9eb] {
  font-size: 14px;
  color: #999;
}
.footprints-popup .content .category-tab[data-v-2531f9eb] {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  width: 100%;
  border-bottom: 1px solid #eee;
  margin-top: 22px;
}
.footprints-popup .content .category-tab li[data-v-2531f9eb] {
  cursor: pointer;
  font-size: 14px;
  color: #666;
  margin-right: 34px;
}
.footprints-popup .content .category-tab li.active[data-v-2531f9eb] {
  color: #e80000;
  position: relative;
}
.footprints-popup .content .category-tab li.active[data-v-2531f9eb]:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 100%;
  height: 2px;
  background-color: #e80000;
}
.footprints-popup .content .category-tab li[data-v-2531f9eb]:last-of-type {
  margin-right: 0;
}
.footprints-popup .content .items[data-v-2531f9eb] {
  overflow-y: auto;
  height: calc(100vh - 139px);
  padding-top: 22px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.footprints-popup .content .items .no-record[data-v-2531f9eb] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.footprints-popup .content .items .no-record .no-text[data-v-2531f9eb] {
  font-size: 16px;
  color: #666;
  margin-top: 22px;
}
.footprints-popup .content .items .see-more[data-v-2531f9eb] {
  width: 250px;
  min-height: 50px;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #999;
  margin: 20px auto 40px;
  font-size: 16px;
}
.footprints-popup .content .items .see-more[data-v-2531f9eb]:hover {
  background-color: #e80000;
  border-color: #e80000;
  color: #fff;
}
.footprints-popup .content .items.cen[data-v-2531f9eb] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footprints-popup .content .items[data-v-2531f9eb]::-webkit-scrollbar {
  width: 0;
}
[data-v-6913fe34]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-6913fe34]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-6913fe34]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-6913fe34],
body[data-v-6913fe34] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-6913fe34] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-6913fe34] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-6913fe34] {
    border: none;
    outline: none;
}
}
input[data-v-6913fe34]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-6913fe34],
textarea[data-v-6913fe34] {
  border: none;
  outline: none;
}
textarea[data-v-6913fe34] {
  font-family: "microsoft yahei";
}
em[data-v-6913fe34] {
  color: #e80000;
  font-style: normal;
}
i[data-v-6913fe34] {
  font-style: normal;
}
.v-enter-active[data-v-6913fe34],
.v-leave-active[data-v-6913fe34] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-6913fe34],
.v-leave-to[data-v-6913fe34] {
  opacity: 0;
}
[v-cloak][data-v-6913fe34] {
  display: none;
}
.f-e80000[data-v-6913fe34] {
  color: #e80000;
}
.flex[data-v-6913fe34] {
  display: flex;
}
.flex-a[data-v-6913fe34] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-6913fe34] {
  font-family: fangsong;
}
.pingfang[data-v-6913fe34] {
  font-family: pingfang sc !important;
}
.underline[data-v-6913fe34] {
  text-decoration: underline;
}
.t-over[data-v-6913fe34] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-6913fe34] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-6913fe34] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-6913fe34] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-6913fe34] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-6913fe34] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-6913fe34] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-6913fe34] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-6913fe34] {
  cursor: pointer;
}
.trans1[data-v-6913fe34] {
  transition: ease 0.1s;
}
.trans2[data-v-6913fe34] {
  transition: ease 0.2s;
}
.trans3[data-v-6913fe34] {
  transition: ease 0.3s;
}
.trans4[data-v-6913fe34] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-6913fe34] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-6913fe34]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-6913fe34] {
  text-align: center;
}
.icon-pay-way-wx[data-v-6913fe34] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-6913fe34] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-6913fe34]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-6913fe34] {
  animation: slide-down-in-6913fe34 ease 0.3s;
}
.dialog-fade-leave-active[data-v-6913fe34] {
  animation: slide-down-out-6913fe34 ease 0.3s;
}
.icon-loading-circle[data-v-6913fe34] {
  animation: loading-circle-6913fe34 1s linear infinite;
}
@keyframes slide-down-in-6913fe34 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-6913fe34 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-6913fe34 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-6913fe34] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-6913fe34] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-6913fe34] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-6913fe34] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-6913fe34] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-6913fe34] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-6913fe34] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-6913fe34] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-6913fe34] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-6913fe34] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-6913fe34] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-6913fe34] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-6913fe34] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-6913fe34] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-6913fe34] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-6913fe34] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-6913fe34] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-6913fe34] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-6913fe34] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-6913fe34] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-6913fe34] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-6913fe34] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-6913fe34] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-6913fe34] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-6913fe34] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-6913fe34] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-6913fe34] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-6913fe34] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-6913fe34] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-6913fe34] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-6913fe34] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-6913fe34] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-6913fe34] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-6913fe34] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-6913fe34] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-6913fe34] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-6913fe34] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-6913fe34] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-6913fe34] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-6913fe34] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-6913fe34] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-6913fe34] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-6913fe34] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-6913fe34] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-6913fe34] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-6913fe34] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-6913fe34] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-6913fe34] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-6913fe34] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-6913fe34] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-6913fe34] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-6913fe34] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-6913fe34] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-6913fe34] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-6913fe34] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-6913fe34] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-6913fe34] {
  background-position: -218px -553px;
}
aside[data-v-6913fe34] {
  position: fixed;
  right: -150px;
}
.icon-s:hover .common-group[data-v-6913fe34] {
  visibility: visible;
  opacity: 1;
  right: 60px;
}
.common-group[data-v-6913fe34] {
  position: absolute;
  right: 90px;
  transition: all 0.3s;
  background: white;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  cursor: default;
}
.common-group[data-v-6913fe34]:before {
  content: '';
  position: absolute;
  right: -5px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background-color: white;
}
.common-group[data-v-6913fe34]:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 100%;
  top: 0;
  right: -20px;
}
.not-visible[data-v-6913fe34] {
  visibility: hidden;
  opacity: 0;
}
[data-v-57850029]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-57850029]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-57850029]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-57850029],
body[data-v-57850029] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-57850029] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-57850029] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-57850029] {
    border: none;
    outline: none;
}
}
input[data-v-57850029]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-57850029],
textarea[data-v-57850029] {
  border: none;
  outline: none;
}
textarea[data-v-57850029] {
  font-family: "microsoft yahei";
}
em[data-v-57850029] {
  color: #e80000;
  font-style: normal;
}
i[data-v-57850029] {
  font-style: normal;
}
.v-enter-active[data-v-57850029],
.v-leave-active[data-v-57850029] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-57850029],
.v-leave-to[data-v-57850029] {
  opacity: 0;
}
[v-cloak][data-v-57850029] {
  display: none;
}
.f-e80000[data-v-57850029] {
  color: #e80000;
}
.flex[data-v-57850029] {
  display: flex;
}
.flex-a[data-v-57850029] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-57850029] {
  font-family: fangsong;
}
.pingfang[data-v-57850029] {
  font-family: pingfang sc !important;
}
.underline[data-v-57850029] {
  text-decoration: underline;
}
.t-over[data-v-57850029] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-57850029] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-57850029] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-57850029] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-57850029] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-57850029] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-57850029] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-57850029] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-57850029] {
  cursor: pointer;
}
.trans1[data-v-57850029] {
  transition: ease 0.1s;
}
.trans2[data-v-57850029] {
  transition: ease 0.2s;
}
.trans3[data-v-57850029] {
  transition: ease 0.3s;
}
.trans4[data-v-57850029] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-57850029] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-57850029]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-57850029] {
  text-align: center;
}
.icon-pay-way-wx[data-v-57850029] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-57850029] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-57850029]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-57850029] {
  animation: slide-down-in-57850029 ease 0.3s;
}
.dialog-fade-leave-active[data-v-57850029] {
  animation: slide-down-out-57850029 ease 0.3s;
}
.icon-loading-circle[data-v-57850029] {
  animation: loading-circle-57850029 1s linear infinite;
}
@keyframes slide-down-in-57850029 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-57850029 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-57850029 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-57850029] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-57850029] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-57850029] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-57850029] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-57850029] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-57850029] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-57850029] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-57850029] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-57850029] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-57850029] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-57850029] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-57850029] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-57850029] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-57850029] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-57850029] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-57850029] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-57850029] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-57850029] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-57850029] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-57850029] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-57850029] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-57850029] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-57850029] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-57850029] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-57850029] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-57850029] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-57850029] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-57850029] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-57850029] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-57850029] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-57850029] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-57850029] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-57850029] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-57850029] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-57850029] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-57850029] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-57850029] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-57850029] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-57850029] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-57850029] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-57850029] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-57850029] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-57850029] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-57850029] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-57850029] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-57850029] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-57850029] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-57850029] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-57850029] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-57850029] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-57850029] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-57850029] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-57850029] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-57850029] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-57850029] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-57850029] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-57850029] {
  background-position: -218px -553px;
}
.chat[data-v-57850029] * {
  line-height: 1;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html,
body {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"] {
    border: none;
    outline: none;
}
}
input:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button,
textarea {
  border: none;
  outline: none;
}
textarea {
  font-family: "microsoft yahei";
}
em {
  color: #e80000;
  font-style: normal;
}
i {
  font-style: normal;
}
.v-enter-active,
.v-leave-active {
  transition: opacity 0.3s ease;
}
.v-enter-from,
.v-leave-to {
  opacity: 0;
}
[v-cloak] {
  display: none;
}
.f-e80000 {
  color: #e80000;
}
.flex {
  display: flex;
}
.flex-a {
  display: flex;
  align-items: center;
}
.fangsong {
  font-family: fangsong;
}
.pingfang {
  font-family: pingfang sc !important;
}
.underline {
  text-decoration: underline;
}
.t-over {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c {
  display: flex;
  justify-content: center;
}
.flex-a {
  display: flex;
  align-items: center;
}
.flex-ac {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999 {
  font-size: 14px;
  color: #999;
}
.f-14-bbb {
  font-size: 14px;
  color: #bbb;
}
.f-14-666 {
  font-size: 14px;
  color: #666;
}
.f-14-333 {
  font-size: 14px;
  color: #333;
}
.cursor {
  cursor: pointer;
}
.trans1 {
  transition: ease 0.1s;
}
.trans2 {
  transition: ease 0.2s;
}
.trans3 {
  transition: ease 0.3s;
}
.trans4 {
  transition: ease 0.4s;
}
._public-close-btn {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc {
  text-align: center;
}
.icon-pay-way-wx {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active {
  animation: slide-down-in ease 0.3s;
}
.dialog-fade-leave-active {
  animation: slide-down-out ease 0.3s;
}
.icon-loading-circle {
  animation: loading-circle 1s linear infinite;
}
@keyframes slide-down-in {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active {
  background-position: -29px -551px;
}
.icon-down-samil {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active {
  background-position: -112px -588px;
}
.icon-grey-search {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active {
  background-position: -152px -553px;
}
.icon-buy-new {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active {
  background-position: -185px -553px;
}
.icon-sign-new {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active {
  background-position: -218px -553px;
}
.chat-triangle:before {
position:absolute;bottom:-5px;left:50%;width:0;height:0;--un-translate-x:-50%;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));content:"";
  border-top: 5px solid white;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.chat-box::-webkit-scrollbar {
width:4px;
}
.loading-dots li {
  animation: dots 1.4s infinite ease-in-out both;
}
.loading-dots li:nth-child(1) {
  animation-delay: -0.48s;
}
.loading-dots li:nth-child(2) {
  animation-delay: -0.32s;
}
.loading-dots li:nth-child(3) {
  animation-delay: -0.16s;
}
@keyframes dots {
0%,
  80%,
  100% {
    transform: scale(0);
}
40% {
    transform: scale(1);
}
}
[data-v-eae51e97]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-eae51e97]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-eae51e97]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-eae51e97],
body[data-v-eae51e97] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-eae51e97] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-eae51e97] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-eae51e97] {
    border: none;
    outline: none;
}
}
input[data-v-eae51e97]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-eae51e97],
textarea[data-v-eae51e97] {
  border: none;
  outline: none;
}
textarea[data-v-eae51e97] {
  font-family: "microsoft yahei";
}
em[data-v-eae51e97] {
  color: #e80000;
  font-style: normal;
}
i[data-v-eae51e97] {
  font-style: normal;
}
.v-enter-active[data-v-eae51e97],
.v-leave-active[data-v-eae51e97] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-eae51e97],
.v-leave-to[data-v-eae51e97] {
  opacity: 0;
}
[v-cloak][data-v-eae51e97] {
  display: none;
}
.f-e80000[data-v-eae51e97] {
  color: #e80000;
}
.flex[data-v-eae51e97] {
  display: flex;
}
.flex-a[data-v-eae51e97] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-eae51e97] {
  font-family: fangsong;
}
.pingfang[data-v-eae51e97] {
  font-family: pingfang sc !important;
}
.underline[data-v-eae51e97] {
  text-decoration: underline;
}
.t-over[data-v-eae51e97] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-eae51e97] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-eae51e97] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-eae51e97] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-eae51e97] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-eae51e97] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-eae51e97] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-eae51e97] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-eae51e97] {
  cursor: pointer;
}
.trans1[data-v-eae51e97] {
  transition: ease 0.1s;
}
.trans2[data-v-eae51e97] {
  transition: ease 0.2s;
}
.trans3[data-v-eae51e97] {
  transition: ease 0.3s;
}
.trans4[data-v-eae51e97] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-eae51e97] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-eae51e97]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-eae51e97] {
  text-align: center;
}
.icon-pay-way-wx[data-v-eae51e97] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-eae51e97] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-eae51e97]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-eae51e97] {
  animation: slide-down-in-eae51e97 ease 0.3s;
}
.dialog-fade-leave-active[data-v-eae51e97] {
  animation: slide-down-out-eae51e97 ease 0.3s;
}
.icon-loading-circle[data-v-eae51e97] {
  animation: loading-circle-eae51e97 1s linear infinite;
}
@keyframes slide-down-in-eae51e97 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-eae51e97 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-eae51e97 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-eae51e97] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-eae51e97] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-eae51e97] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-eae51e97] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-eae51e97] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-eae51e97] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-eae51e97] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-eae51e97] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-eae51e97] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-eae51e97] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-eae51e97] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-eae51e97] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-eae51e97] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-eae51e97] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-eae51e97] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-eae51e97] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-eae51e97] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-eae51e97] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-eae51e97] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-eae51e97] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-eae51e97] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-eae51e97] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-eae51e97] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-eae51e97] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-eae51e97] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-eae51e97] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-eae51e97] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-eae51e97] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-eae51e97] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-eae51e97] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-eae51e97] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-eae51e97] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-eae51e97] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-eae51e97] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-eae51e97] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-eae51e97] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-eae51e97] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-eae51e97] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-eae51e97] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-eae51e97] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-eae51e97] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-eae51e97] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-eae51e97] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-eae51e97] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-eae51e97] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-eae51e97] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-eae51e97] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-eae51e97] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-eae51e97] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-eae51e97] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-eae51e97] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-eae51e97] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-eae51e97] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-eae51e97] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-eae51e97] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-eae51e97] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-eae51e97] {
  background-position: -218px -553px;
}
.scrollbar-hide[data-v-eae51e97]::-webkit-scrollbar {
  display: none;
}
.scrollbar-hide[data-v-eae51e97] {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollbar-core[data-v-eae51e97] {
  transition: background-color 0.3s, height 0.3s, width 0.3s;
}
[data-v-057b555a]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-057b555a]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-057b555a]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-057b555a],
body[data-v-057b555a] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-057b555a] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-057b555a] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-057b555a] {
    border: none;
    outline: none;
}
}
input[data-v-057b555a]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-057b555a],
textarea[data-v-057b555a] {
  border: none;
  outline: none;
}
textarea[data-v-057b555a] {
  font-family: "microsoft yahei";
}
em[data-v-057b555a] {
  color: #e80000;
  font-style: normal;
}
i[data-v-057b555a] {
  font-style: normal;
}
.v-enter-active[data-v-057b555a],
.v-leave-active[data-v-057b555a] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-057b555a],
.v-leave-to[data-v-057b555a] {
  opacity: 0;
}
[v-cloak][data-v-057b555a] {
  display: none;
}
.f-e80000[data-v-057b555a] {
  color: #e80000;
}
.flex[data-v-057b555a] {
  display: flex;
}
.flex-a[data-v-057b555a] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-057b555a] {
  font-family: fangsong;
}
.pingfang[data-v-057b555a] {
  font-family: pingfang sc !important;
}
.underline[data-v-057b555a] {
  text-decoration: underline;
}
.t-over[data-v-057b555a] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-057b555a] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-057b555a] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-057b555a] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-057b555a] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-057b555a] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-057b555a] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-057b555a] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-057b555a] {
  cursor: pointer;
}
.trans1[data-v-057b555a] {
  transition: ease 0.1s;
}
.trans2[data-v-057b555a] {
  transition: ease 0.2s;
}
.trans3[data-v-057b555a] {
  transition: ease 0.3s;
}
.trans4[data-v-057b555a] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-057b555a] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-057b555a]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-057b555a] {
  text-align: center;
}
.icon-pay-way-wx[data-v-057b555a] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-057b555a] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-057b555a]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-057b555a] {
  animation: slide-down-in-057b555a ease 0.3s;
}
.dialog-fade-leave-active[data-v-057b555a] {
  animation: slide-down-out-057b555a ease 0.3s;
}
.icon-loading-circle[data-v-057b555a] {
  animation: loading-circle-057b555a 1s linear infinite;
}
@keyframes slide-down-in-057b555a {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-057b555a {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-057b555a {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-057b555a] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-057b555a] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-057b555a] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-057b555a] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-057b555a] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-057b555a] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-057b555a] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-057b555a] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-057b555a] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-057b555a] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-057b555a] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-057b555a] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-057b555a] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-057b555a] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-057b555a] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-057b555a] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-057b555a] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-057b555a] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-057b555a] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-057b555a] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-057b555a] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-057b555a] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-057b555a] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-057b555a] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-057b555a] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-057b555a] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-057b555a] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-057b555a] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-057b555a] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-057b555a] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-057b555a] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-057b555a] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-057b555a] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-057b555a] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-057b555a] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-057b555a] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-057b555a] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-057b555a] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-057b555a] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-057b555a] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-057b555a] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-057b555a] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-057b555a] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-057b555a] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-057b555a] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-057b555a] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-057b555a] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-057b555a] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-057b555a] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-057b555a] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-057b555a] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-057b555a] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-057b555a] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-057b555a] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-057b555a] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-057b555a] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-057b555a] {
  background-position: -218px -553px;
}
.inner[data-v-057b555a] {
  width: 1200px;
  margin: 0 auto;
}
.fl[data-v-057b555a] {
  float: left;
}
.fr[data-v-057b555a] {
  float: right;
}
.clearfix[data-v-057b555a]:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.clearfix[data-v-057b555a] {
  zoom: 1;
}
[data-v-057b555a] .protocol.icon-check {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -15px -232px;
  vertical-align: sub;
  cursor: pointer;
}
[data-v-057b555a] .protocol.icon-check.checked {
  background-position: -34px -232px;
}
.s-btn[data-v-057b555a] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f0f0f0;
  font-size: 16px;
  width: 360px;
  height: 45px;
  background-color: #e80000;
  border-radius: 3px;
}
.iconfont[data-v-057b555a] {
  font-size: 22px;
}
.icon-guankan[data-v-057b555a],
.icon-biyan[data-v-057b555a] {
  cursor: pointer;
}
.auth-box-popup[data-v-057b555a] {
  position: absolute;
  top: 50px;
  right: 16%;
  width: 370px;
  color: #666;
  line-height: 1;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 0 10px #ddd;
}
.auth-box-popup[data-v-057b555a] .auth-box-main .way-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("https://down.om.cn/common/auth-icon.png");
  vertical-align: -5px;
}
.auth-box-popup[data-v-057b555a] .auth-box-main .way-icon-wx {
  background-position: -139px -24px;
}
.auth-box-popup[data-v-057b555a] .auth-box-main .way-icon-tel {
  background-position: -187px -24px;
}
.auth-box-popup[data-v-057b555a] .auth-box-main .way-icon-qq {
  background-position: -163px -24px;
}
.auth-box-popup[data-v-057b555a] .auth-box-main .other-deal {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  color: #999;
  background-color: #f6f6f6;
  border-radius: 0px 0px 4px 4px;
}
.auth-box-popup[data-v-057b555a] .auth-box-main .other-deal a {
  text-decoration: underline;
  color: #e80000;
}
.auth-box-popup[data-v-057b555a] .auth-box-main .auth-box-other {
  padding-top: 20px;
}
.auth-box-popup[data-v-057b555a] .auth-box-main .auth-box-other .other-reg {
  color: #999;
}
.auth-box-popup[data-v-057b555a] .auth-box-main .auth-box-other .other-reg a {
  text-decoration: underline;
  color: #e80000;
}
.auth-box-popup[data-v-057b555a] .auth-box-main .auth-box-other .other-way {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 35px;
  margin-bottom: 29px;
}
.auth-box-popup[data-v-057b555a] .auth-box-main .auth-box-other .other-way .other-list {
  display: flex;
  color: #666;
}
.auth-box-popup[data-v-057b555a] .auth-box-main .auth-box-other .other-way .other-list .way-icon-box {
  cursor: pointer;
}
.auth-box-popup[data-v-057b555a] .auth-box-main .auth-box-other .other-way .other-list .way-icon-box:hover {
  color: #e80000;
}
.auth-box-popup[data-v-057b555a] .auth-box-main .auth-box-other .other-way .other-list .way-icon-box:nth-child(1) {
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
}
.auth-box-popup[data-v-057b555a] .auth-box-main .auth-box-other .other-way .other-list .way-icon-box:nth-child(1)::before {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  height: 14px;
  width: 1px;
  background-color: #eee;
}
.auth-box-popup[data-v-057b555a] .auth-box-main .auth-other-tel .other-way {
  margin-bottom: 47px;
}
.auth-box-popup[data-v-057b555a] .auth-box-main .form-row {
  position: relative;
}
.auth-box-popup[data-v-057b555a] .auth-box-main .form-row .form-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url("https://down.om.cn/common/auth-icon.png");
}
.auth-box-popup[data-v-057b555a] .auth-box-main .form-row .form-icon-account {
  background-position: -138px -53px;
}
.auth-box-popup[data-v-057b555a] .auth-box-main .form-row .form-icon-pwd {
  background-position: -160px -53px;
}
.auth-box-popup[data-v-057b555a] .auth-box-main .form-row .form-icon-mobile {
  background-position: -181px -53px;
}
.auth-box-popup[data-v-057b555a] .auth-box-main .form-row .form-icon-email {
  background-position: -227px -53px;
}
.auth-box-popup[data-v-057b555a] .auth-box-main .form-row .form-icon-captcha {
  background-position: -204px -53px;
}
.auth-box-popup[data-v-057b555a] .auth-box-main .form-row input {
  width: 300px;
  height: 44px;
  font-size: 14px;
  color: #333;
  text-indent: 36px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #dddddd;
}
.auth-box-popup[data-v-057b555a] .auth-box-main .form-row input::-moz-placeholder {
  color: #bbbbbb;
  opacity: 1;
}
.auth-box-popup[data-v-057b555a] .auth-box-main .form-row input::placeholder {
  color: #bbbbbb;
}
.auth-box-popup[data-v-057b555a] .auth-box-main .form-row .his-cookies {
  position: absolute;
  top: 43px;
  left: 0;
  z-index: 2;
}
.auth-box-popup[data-v-057b555a] .auth-box-main .form-row .his-cookies li {
  width: 300px;
  height: 44px;
  line-height: 44px;
  padding-left: 16px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  border: solid 1px #ddd;
  border-top: transparent;
  cursor: pointer;
}
.auth-box-popup[data-v-057b555a] .auth-box-main .form-row .his-cookies li:first-of-type {
  border-top: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
}
.auth-box-popup[data-v-057b555a] .auth-box-main .form-row .his-cookies li:last-of-type {
  border-radius: 0 0 4px 4px;
}
.auth-box-popup[data-v-057b555a] .auth-box-main .form-row .his-cookies li:hover {
  color: #e80000;
  background-color: #f0f0f0;
}
.auth-box-popup[data-v-057b555a] .auth-box-main .form-row .eye {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}
.auth-box-popup[data-v-057b555a] .auth-box-main .form-row-captcha {
  display: flex;
  justify-content: space-between;
}
.auth-box-popup[data-v-057b555a] .auth-box-main .form-row-captcha input {
  width: 180px;
}
.auth-box-popup[data-v-057b555a] .auth-box-main .submit-btn {
  width: 100%;
  height: 44px;
  color: #f0f0f0;
  text-align: center;
  line-height: 44px;
  border-radius: 4px;
  background-color: #e80000;
}
.auth-box-popup[data-v-057b555a] .auth-box-main .submit-btn:hover {
  background-color: #ff2424;
}
.login-box-popup .toggle-way-box[data-v-057b555a] {
  position: absolute;
  right: 4px;
  top: 4px;
}
.login-box-popup .toggle-way-box:hover .way-tips[data-v-057b555a] {
  display: block;
}
.login-box-popup .toggle-way-box .toggle-icon[data-v-057b555a] {
  width: 38px;
  height: 38px;
  display: inline-block;
  background-image: url("https://down.om.cn/common/auth-icon.png");
  cursor: pointer;
}
.login-box-popup .toggle-way-box .toggle-icon-tel[data-v-057b555a] {
  background-position: -33px -24px;
}
.login-box-popup .toggle-way-box .toggle-icon-code[data-v-057b555a] {
  background-position: -87px -24px;
}
.login-box-popup .toggle-way-box .way-tips[data-v-057b555a] {
  position: absolute;
  right: 42px;
  top: 5px;
  color: #e80000;
  font-size: 12px;
  padding: 8px;
  white-space: nowrap;
  background-color: #ffecec;
  border-radius: 4px;
  border: solid 1px #f69b9b;
  display: none;
}
.login-box-popup .toggle-way-box .way-tips[data-v-057b555a]::before {
  content: "";
  position: absolute;
  top: 12px;
  right: -4px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #f69b9b;
  border-right: 1px solid #f69b9b;
  background-color: #ffecec;
  transform: rotate(45deg);
}
.login-box-popup .code-box[data-v-057b555a] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 35px 0 35px;
}
.login-box-popup .code-box .code-box-title[data-v-057b555a] {
  margin-bottom: 16px;
}
.login-box-popup .code-box .code-box-title > span[data-v-057b555a] {
  color: #333;
  font-size: 16px;
}
.login-box-popup .code-box .code-box-main[data-v-057b555a] {
  width: 300px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 24px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.login-box-popup .code-box .code-box-main .code-img[data-v-057b555a] {
  position: relative;
  width: 185px;
  height: 185px;
  margin: 0 auto;
}
.login-box-popup .code-box .code-box-main img[data-v-057b555a] {
  width: 185px;
  height: 185px;
}
.login-box-popup .code-box .code-box-main .code-expire-mask[data-v-057b555a] {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.6);
}
.login-box-popup .code-box .code-box-main .code-expire-mask p[data-v-057b555a] {
  font-size: 18px;
  color: #fff;
}
.login-box-popup .code-box .code-box-main .code-expire-mask button[data-v-057b555a] {
  width: 88px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  margin-top: 20px;
  border-radius: 4px;
  background-color: #3bc66f;
}
.login-box-popup .code-box .code-box-main .code-ques[data-v-057b555a] {
  width: 236px;
  height: 36px;
  font-size: 14px;
  color: #333;
  line-height: 36px;
  margin: 10px auto 0 auto;
  background-color: #f2f2f2;
  border-radius: 50px;
}
.login-box-popup .code-box .code-box-main .code-ques span[data-v-057b555a] {
  color: #e80000;
  cursor: pointer;
  text-decoration: underline;
}
.login-box-popup .tel-box[data-v-057b555a] {
  padding: 47px 35px 0 35px;
}
.login-box-popup .tel-box-form[data-v-057b555a] {
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
  margin-top: 34px;
}
.login-box-popup .tel-box-form .form-row[data-v-057b555a] {
  margin-bottom: 20px;
}
.login-box-popup .tel-box-form .submit-btn[data-v-057b555a] {
  margin-top: 10px;
}
.login-box-popup .tel-box-form .form-other[data-v-057b555a] {
  color: #999;
  text-align: right;
  margin-top: 12px;
}
.forgot-box-popup .tel-box[data-v-057b555a],
.register-box-popup .tel-box[data-v-057b555a],
.bind-box-popup .tel-box[data-v-057b555a] {
  padding: 30px 35px 0 35px;
}
.forgot-box-popup .tel-box-form[data-v-057b555a],
.register-box-popup .tel-box-form[data-v-057b555a],
.bind-box-popup .tel-box-form[data-v-057b555a] {
  margin-top: 30px;
}
.forgot-box-popup .tel-box-form .form-row[data-v-057b555a],
.register-box-popup .tel-box-form .form-row[data-v-057b555a],
.bind-box-popup .tel-box-form .form-row[data-v-057b555a] {
  margin-bottom: 14px;
}
.forgot-box-popup .tel-box-form .submit-btn[data-v-057b555a],
.register-box-popup .tel-box-form .submit-btn[data-v-057b555a],
.bind-box-popup .tel-box-form .submit-btn[data-v-057b555a] {
  margin-top: 6px;
}
.bind-box-popup .bind-title[data-v-057b555a] {
  text-align: center;
  font-size: 16px;
}
.bind-box-popup .bind-wx-title[data-v-057b555a] {
  text-align: center;
  margin-bottom: -9px;
}
.bind-box-popup .bind-wx-title .bind-wx-btn[data-v-057b555a] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 44px;
  color: #e80000;
  border: 1px solid #e80000;
  border-radius: 4px;
  margin: 19px 0 15px 0;
}
.bind-box-popup .bind-wx-title p[data-v-057b555a] {
  color: #333;
  font-size: 14px;
}
.bind-box-popup .bind-wx-title .or[data-v-057b555a] {
  color: #ccc;
  margin-bottom: 15px;
}
.bind-box-popup .bind-wx-title .new-user-notice[data-v-057b555a] {
  position: relative;
}
.bind-box-popup .bind-wx-title .new-user-notice[data-v-057b555a]::before,
.bind-box-popup .bind-wx-title .new-user-notice[data-v-057b555a]::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 36px;
  background-color: #ddd;
}
.bind-box-popup .bind-wx-title .new-user-notice[data-v-057b555a]::before {
  left: 0;
}
.bind-box-popup .bind-wx-title .new-user-notice[data-v-057b555a]::after {
  right: 0;
}
.bind-box-popup .bind-old-title[data-v-057b555a] {
  margin-bottom: 20px;
}
.bind-box-popup .bind-tips .tips-icon[data-v-057b555a] {
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("https://down.om.cn/common/auth-icon.png");
  background-position: -254px -54px;
  vertical-align: bottom;
  z-index: 2;
  cursor: pointer;
}
.bind-box-popup .bind-tips .tips-icon:hover i[data-v-057b555a] {
  opacity: 1;
  visibility: visible;
}
.bind-box-popup .bind-tips .tips-icon i[data-v-057b555a] {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 254px;
  padding: 20px;
  color: #666;
  font-size: 14px;
  text-align: left;
  line-height: 22px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.2s;
}
.bind-box-popup .bind-tips .tips-icon i[data-v-057b555a]:hover {
  opacity: 1;
  visibility: visible;
}
.bind-box-popup .bind-tips .tips-icon i[data-v-057b555a]::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 0;
  width: 100%;
  height: 20px;
}
.bind-box-popup .bind-tips .tips-icon i[data-v-057b555a]::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  display: block;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.bind-box-popup .bind-other-box .bind-link[data-v-057b555a] {
  width: 300px;
  margin: 15px auto;
  text-align: right;
}
.bind-box-popup .bind-other-box .bind-link a[data-v-057b555a] {
  color: #e80000;
  text-decoration: underline;
}
.bind-box-popup .bind-old-other[data-v-057b555a] {
  padding-bottom: 15px;
}
.err-msg-box .dialog-body[data-v-057b555a] {
  padding: 40px 50px 0;
}
.err-msg-box .dialog-body p[data-v-057b555a] {
  color: #666;
  text-align: center;
}
.err-msg-box .dialog-body p[data-v-057b555a]:last-child {
  margin-top: 10px;
}
.err-msg-box .dialog-body p:last-child a[data-v-057b555a] {
  color: #e80000;
  text-decoration: underline;
}
.dialog-error-info .dialog-outer .dialog .dialog-body[data-v-057b555a] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  padding: 0 30px;
}
.clearfix[data-v-057b555a]:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.clearfix[data-v-057b555a] {
  zoom: 1;
}
.s-btn[data-v-057b555a] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f0f0f0;
  font-size: 16px;
  width: 360px;
  height: 45px;
  background-color: #e80000;
  border-radius: 3px;
}
.iconfont[data-v-057b555a] {
  font-size: 22px;
}
.dialog-fade-enter-active[data-v-057b555a] {
  animation: slide-down-in-057b555a ease 0.3s;
}
.dialog-fade-leave-active[data-v-057b555a] {
  animation: slide-down-out-057b555a ease 0.3s;
}
@keyframes slide-down-in-057b555a {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-057b555a {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
.dialog-mask[data-v-057b555a] {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.dialog-mask[data-v-057b555a] {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 100;
}
.dialog-outer[data-v-057b555a] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -moz-max-content;
  width: max-content;
}
.dialog-main[data-v-057b555a] {
  display: flex;
  min-height: 489px;
  background: #fff;
  border-radius: 5px;
  line-height: 1;
  position: relative;
}
.dialog-main .login-poster[data-v-057b555a] {
  min-width: -moz-max-content;
  min-width: max-content;
  height: 522px;
}
.dialog-main .login-poster img[data-v-057b555a] {
  width: 100%;
  height: 100%;
}
.dialog-main .auth-box-main[data-v-057b555a] {
  min-width: 450px;
  height: 522px;
  border-radius: 4px;
  position: relative;
  padding: 28px 30px 0;
  width: 450px;
  background-color: #fff;
}
.dialog-main .auth-box-main .welcome[data-v-057b555a] {
  font-size: 22px;
  font-weight: bold;
  color: #333;
}
.dialog-main .auth-box-main .not-acc[data-v-057b555a] {
  font-size: 14px;
  color: #999;
  margin-top: 12px;
  margin-bottom: 32px;
}
.dialog-main .auth-box-main .not-acc > span[data-v-057b555a] {
  color: #333;
  cursor: pointer;
}
.dialog-main .auth-box-main .not-acc > span[data-v-057b555a]:hover {
  color: #e80000;
}
.dialog-main .auth-box-main .way-icon[data-v-057b555a] {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("https://down.om.cn/common/auth-icon.png");
  vertical-align: -5px;
}
.dialog-main .auth-box-main .way-icon-wx[data-v-057b555a] {
  background-position: -139px -24px;
}
.dialog-main .auth-box-main .way-icon-tel[data-v-057b555a] {
  background-position: -187px -24px;
}
.dialog-main .auth-box-main .way-icon-qq[data-v-057b555a] {
  background-position: -163px -24px;
}
.dialog-main .auth-box-main .footer-tog[data-v-057b555a] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.dialog-main .auth-box-main .auth-box-other[data-v-057b555a] {
  padding-top: 24px;
  position: relative;
  height: 58px;
  display: flex;
  padding: 0 30px;
}
.dialog-main .auth-box-main .auth-box-other .other-reg[data-v-057b555a] {
  color: #999;
}
.dialog-main .auth-box-main .auth-box-other .other-reg a[data-v-057b555a],
.dialog-main .auth-box-main .auth-box-other .other-deal a[data-v-057b555a] {
  color: #333;
}
.dialog-main .auth-box-main .auth-box-other .other-reg a[data-v-057b555a]:hover,
.dialog-main .auth-box-main .auth-box-other .other-deal a[data-v-057b555a]:hover {
  color: #e80000;
}
.dialog-main .auth-box-main .auth-box-other .other-way[data-v-057b555a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-top: 1px solid #eee;
}
.dialog-main .auth-box-main .auth-box-other .other-way .other-list[data-v-057b555a] {
  display: flex;
  align-items: center;
  color: #666;
}
.dialog-main .auth-box-main .auth-box-other .other-way .other-list .way-icon-box[data-v-057b555a] {
  cursor: pointer;
  margin-left: 10px;
}
.dialog-main .auth-box-main .auth-box-other .other-way .other-list .way-icon-box[data-v-057b555a]:hover {
  color: #e80000;
}
.dialog-main .auth-box-main .auth-box-other .other-way-center[data-v-057b555a] {
  justify-content: center;
}
.dialog-main .auth-box-main .auth-box-other .other-deal[data-v-057b555a] {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  color: #999;
  background-color: #f6f6f6;
  border-radius: 0px 0px 4px 4px;
}
.dialog-main .auth-box-main .auth-box-other .immediately-register[data-v-057b555a] {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: #666;
}
.dialog-main .auth-box-main .auth-box-other .immediately-register > span[data-v-057b555a] {
  text-decoration: underline;
  cursor: pointer;
}
.dialog-main .auth-box-main .auth-box-other .immediately-register > span[data-v-057b555a]:hover {
  color: #e80000;
}
.dialog-main .auth-box-main .form-row[data-v-057b555a] {
  position: relative;
}
.dialog-main .auth-box-main .form-row .form-icon[data-v-057b555a] {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url("https://down.om.cn/common/auth-icon.png");
}
.dialog-main .auth-box-main .form-row .form-icon-account[data-v-057b555a] {
  background-position: -138px -53px;
}
.dialog-main .auth-box-main .form-row .form-icon-pwd[data-v-057b555a] {
  background-position: -160px -53px;
}
.dialog-main .auth-box-main .form-row .form-icon-mobile[data-v-057b555a] {
  background-position: -181px -53px;
}
.dialog-main .auth-box-main .form-row .form-icon-email[data-v-057b555a] {
  background-position: -227px -53px;
}
.dialog-main .auth-box-main .form-row .form-icon-captcha[data-v-057b555a] {
  background-position: -204px -53px;
}
.dialog-main .auth-box-main .form-row input[data-v-057b555a] {
  width: 100%;
  height: 44px;
  font-size: 14px;
  color: #333;
  text-indent: 19px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #dddddd;
}
.dialog-main .auth-box-main .form-row input[data-v-057b555a]::-moz-placeholder {
  color: #bbbbbb;
  opacity: 1;
}
.dialog-main .auth-box-main .form-row input[data-v-057b555a]::placeholder {
  color: #bbbbbb;
}
.dialog-main .auth-box-main .form-row .his-cookies[data-v-057b555a] {
  position: absolute;
  top: 43px;
  left: 0;
  z-index: 2;
  width: 100%;
}
.dialog-main .auth-box-main .form-row .his-cookies li[data-v-057b555a] {
  height: 44px;
  line-height: 44px;
  padding-left: 16px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  border: solid 1px #ddd;
  border-top: transparent;
  cursor: pointer;
}
.dialog-main .auth-box-main .form-row .his-cookies li[data-v-057b555a]:first-of-type {
  border-top: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
}
.dialog-main .auth-box-main .form-row .his-cookies li[data-v-057b555a]:last-of-type {
  border-radius: 0 0 4px 4px;
}
.dialog-main .auth-box-main .form-row .his-cookies li[data-v-057b555a]:hover {
  color: #e80000;
  background-color: #f0f0f0;
}
.dialog-main .auth-box-main .form-row .eye[data-v-057b555a] {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}
.dialog-main .auth-box-main .form-row-captcha[data-v-057b555a] {
  display: flex;
  justify-content: space-between;
}
.dialog-main .auth-box-main .form-row-captcha input[data-v-057b555a] {
  width: 238px;
}
.dialog-main .auth-box-main .submit-btn[data-v-057b555a] {
  width: 100%;
  height: 44px;
  color: #f0f0f0;
  text-align: center;
  line-height: 44px;
  border-radius: 4px;
  background-color: #e80000;
}
.dialog-main .auth-box-main .submit-btn[data-v-057b555a]:hover {
  background-color: #ff2424;
}
.dialog-main .auth-box-main .code-box[data-v-057b555a] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 64px 50px 0 50px;
}
.dialog-main .auth-box-main .code-box .code-box-title[data-v-057b555a] {
  margin-bottom: 17px;
}
.dialog-main .auth-box-main .code-box .code-box-title > span[data-v-057b555a] {
  color: #333;
  font-size: 16px;
}
.dialog-main .auth-box-main .code-box .code-box-main[data-v-057b555a] {
  width: 300px;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 38px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.dialog-main .auth-box-main .code-box .code-box-main .code-img[data-v-057b555a] {
  position: relative;
  width: 185px;
  height: 185px;
  margin: 0 auto;
}
.dialog-main .auth-box-main .code-box .code-box-main img[data-v-057b555a] {
  width: 185px;
  height: 185px;
}
.dialog-main .auth-box-main .code-box .code-box-main .code-ques[data-v-057b555a] {
  width: 236px;
  height: 36px;
  font-size: 14px;
  color: #333;
  line-height: 36px;
  margin: 6px auto 0 auto;
  background-color: #f2f2f2;
  border-radius: 50px;
}
.dialog-main .auth-box-main .code-box .code-box-main .code-ques span[data-v-057b555a] {
  color: #e80000;
  cursor: pointer;
  text-decoration: underline;
}
.dialog-main .auth-box-main .tel-box-form[data-v-057b555a] {
  margin-top: 40px;
  padding-bottom: 22px;
}
.dialog-main .auth-box-main .tel-box-form .form-row[data-v-057b555a] {
  margin-bottom: 20px;
}
.dialog-main .auth-box-main .tel-box-form .submit-btn[data-v-057b555a] {
  margin-top: 10px;
}
.dialog-main .auth-box-main .tel-box-form .form-other[data-v-057b555a] {
  color: #999;
  text-align: right;
  margin-top: 12px;
}
.dialog-main .auth-box-main .tel-box-form.register-tel-box-form[data-v-057b555a] {
  margin-top: 30px;
}
.dialog-main .auth-box-main .tel-box-form.register-tel-box-form .form-row[data-v-057b555a] {
  margin-bottom: 14px;
}
.dialog-main .close[data-v-057b555a] {
  position: absolute;
  top: 0;
  right: -40px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: inline-block;
  background-image: url("https://down.om.cn/common/auth-icon.png");
  background-position: -215px -14px;
}
.dialog-main .close[data-v-057b555a]:hover {
  background-position: -249px -14px;
}
.dialog-error-info .dialog-outer .dialog .dialog-body[data-v-057b555a] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  padding: 0 30px;
}
.protocol-link[data-v-057b555a] {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  color: #666;
  font-size: 14px;
  border-radius: 0 0 5px 0;
}
.code-expire-mask[data-v-057b555a] {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.6);
}
.code-expire-mask p[data-v-057b555a] {
  font-size: 18px;
  color: #fff;
}
.code-expire-mask button[data-v-057b555a] {
  width: 88px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  margin-top: 20px;
  border-radius: 4px;
  background-color: #3bc66f;
}
.space-code-box[data-v-057b555a] {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.space-code-box .code-img[data-v-057b555a] {
  width: 180px;
  height: 180px;
  position: relative;
}
.space-code-box .secure-login[data-v-057b555a] {
  margin-top: 14px;
}
.space-code-box .process[data-v-057b555a] {
  margin-bottom: 20px;
  font-size: 14px;
  color: #999;
}
.is-login[data-v-057b555a] {
  font-size: 14px;
  color: #999;
}
.is-login span[data-v-057b555a],
.is-login a[data-v-057b555a] {
  color: #333;
  cursor: pointer;
}
.is-login span[data-v-057b555a]:hover,
.is-login a[data-v-057b555a]:hover {
  color: #e80000;
}
.title-bind[data-v-057b555a] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #333;
  padding-bottom: 18px;
  border-bottom: 1px solid #eee;
}
.bind-old-title[data-v-057b555a] {
  font-size: 14px;
  margin-bottom: 28px;
  text-align: center;
  color: #bbb;
}
.bind-box-popup .bind-title[data-v-057b555a] {
  text-align: center;
  font-size: 16px;
}
.bind-box-popup .bind-old-title[data-v-057b555a] {
  margin-bottom: 20px;
}
.bind-box-popup .bind-tips .tips-icon[data-v-057b555a] {
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("https://down.om.cn/common/auth-icon.png");
  background-position: -254px -54px;
  vertical-align: bottom;
  z-index: 2;
  cursor: pointer;
}
.bind-box-popup .bind-tips .tips-icon:hover i[data-v-057b555a] {
  opacity: 1;
  visibility: visible;
}
.bind-box-popup .bind-tips .tips-icon i[data-v-057b555a] {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 254px;
  padding: 20px;
  color: #666;
  font-size: 14px;
  text-align: left;
  line-height: 22px;
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.2s;
}
.bind-box-popup .bind-tips .tips-icon i[data-v-057b555a]:hover {
  opacity: 1;
  visibility: visible;
}
.bind-box-popup .bind-tips .tips-icon i[data-v-057b555a]::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 0;
  width: 100%;
  height: 20px;
}
.bind-box-popup .bind-tips .tips-icon i[data-v-057b555a]::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  display: block;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.bind-box-popup .bind-other-box .bind-link[data-v-057b555a] {
  width: 300px;
  margin: 0 auto 77px auto;
  text-align: right;
}
.bind-box-popup .bind-other-box .bind-link a[data-v-057b555a] {
  color: #e80000;
  text-decoration: underline;
}
.bind-box-popup .bind-old-other[data-v-057b555a] {
  padding-bottom: 15px;
}
.exist-wx .tel-box[data-v-057b555a] {
  padding: 23px 51px 0 !important;
}
.exist-wx .bind-link[data-v-057b555a] {
  margin: 0 auto 19px auto !important;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html,
body {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
  input[type="text"] {
    border: none;
    outline: none;
  }
}
input:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button,
textarea {
  border: none;
  outline: none;
}
textarea {
  font-family: "microsoft yahei";
}
em {
  color: #e80000;
  font-style: normal;
}
i {
  font-style: normal;
}
.v-enter-active,
.v-leave-active {
  transition: opacity 0.3s ease;
}
.v-enter-from,
.v-leave-to {
  opacity: 0;
}
[v-cloak] {
  display: none;
}
.f-e80000 {
  color: #e80000;
}
.flex {
  display: flex;
}
.flex-a {
  display: flex;
  align-items: center;
}
.fangsong {
  font-family: fangsong;
}
.pingfang {
  font-family: pingfang sc !important;
}
.underline {
  text-decoration: underline;
}
.t-over {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c {
  display: flex;
  justify-content: center;
}
.flex-a {
  display: flex;
  align-items: center;
}
.flex-ac {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999 {
  font-size: 14px;
  color: #999;
}
.f-14-bbb {
  font-size: 14px;
  color: #bbb;
}
.f-14-666 {
  font-size: 14px;
  color: #666;
}
.f-14-333 {
  font-size: 14px;
  color: #333;
}
.cursor {
  cursor: pointer;
}
.trans1 {
  transition: ease 0.1s;
}
.trans2 {
  transition: ease 0.2s;
}
.trans3 {
  transition: ease 0.3s;
}
.trans4 {
  transition: ease 0.4s;
}
._public-close-btn {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc {
  text-align: center;
}
.icon-pay-way-wx {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active {
  animation: slide-down-in ease 0.3s;
}
.dialog-fade-leave-active {
  animation: slide-down-out ease 0.3s;
}
.icon-loading-circle {
  animation: loading-circle 1s linear infinite;
}
@keyframes slide-down-in {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-down-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}
@keyframes loading-circle {
  100% {
    transform: rotate(1turn);
  }
}
.setDefaultClass {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel {
  width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active {
  background-position: -29px -551px;
}
.icon-down-samil {
  width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active {
  background-position: -112px -588px;
}
.icon-grey-search {
  width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera {
  width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new {
  width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active {
  background-position: -152px -553px;
}
.icon-buy-new {
  width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active {
  background-position: -185px -553px;
}
.icon-sign-new {
  width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active {
  background-position: -218px -553px;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.pagination li {
  margin-right: 6px;
  text-align: center;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  font-size: 13px;
  color: #666666;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  background-color: #fff;
}
.pagination li.active {
  color: #fff;
  background-color: #e80000;
  border: 1px solid #e80000;
}
.pagination li a {
  display:block;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding-top:9px;padding-bottom:9px;padding-left:13px;padding-right:13px;
}
.pagination > span {
  color: #999;
  font-size: 13px;
}
.flex-box,
.publicity-wrap,
.common-header .model-library-box,
.common-header .user-wrap .dropdown-wrap .func-wrap,
.search-wrap .search-history,
.search-img-wrap .search-intro {
  display: flex;
}
.footer-wrap {
  background-color: #333;
}
.footer-wrap a,
.footer-wrap span {
  transition: color 0.2s, background-color 0.2s;
}
.footer-content {
  display: flex;
  width: 1800px;
  height: 270px;
  margin: 0 auto;
  padding-top: 30px;
  align-items: flex-start;
  border-bottom: 1px solid #4b4b4b;
  font-size: 12px;
  color: #999999;
}
.footer-content .quick-link {
  margin-right: 40px;
}
.footer-content .quick-link > * {
  display: block;
  min-height: 26px;
  line-height: 26px;
  margin-bottom: 10px;
  cursor: pointer;
}
.footer-content .quick-link > *:hover {
  color: #f0f0f0;
}
.footer-content .disclaimer {
  position: relative;
  white-space: nowrap;
  cursor: auto;
}
.footer-content .disclaimer:hover {
  color: #999;
}
.footer-content .disclaimer span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer-content .disclaimer a {
  text-decoration: underline;
}
.footer-content > ul:first-child > li {
  width: 66px;
  height: 26px;
  line-height: 26px;
  margin-right: 24px;
  margin-bottom: 10px;
  border-radius: 4px;
  background-color: #222;
  text-align: center;
  color: #fff;
}
.footer-content img {
  max-width: 100%;
}
.footer-img {
  padding-top: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-img > a {
  margin: 0 10px;
}
.footer-img img {
  max-width: 84px;
}
.publicity-wrap {
  flex: 1;
  line-height: 1;
  justify-content: center;
  text-align: center;
}
.publicity-wrap > li {
  margin-right: 40px;
  font-size: 14px;
}
.publicity-wrap > li.multi-code {
  display: flex;
}
.publicity-wrap > li.multi-code .tab {
  margin-right: 8px;
  height: 146px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.publicity-wrap > li.multi-code .tab li {
  cursor: pointer;
  width: 26px;
  height: 26px;
  opacity: 0.5;
  margin-bottom: 4px;
  transition: ease 0.3s;
}
.publicity-wrap > li.multi-code .tab li:last-of-type {
  margin-bottom: 0;
}
.publicity-wrap > li.multi-code .tab li.active {
  opacity: 1;
  transition: ease 0.3s;
}
.publicity-wrap > li.multi-code .tab li img {
  margin-bottom: 0;
}
.publicity-wrap img {
  display: block;
  width: 146px;
  max-height: 146px;
  margin-bottom: 14px;
  border-radius: 4px;
  overflow: hidden;
}
.contact-wrap {
  line-height: 1;
  margin-left: 12px;
  font-size: 14px;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.contact-wrap b {
  font-family: "Microsoft YaHei";
  font-size: 30px;
  color: #f0f0f0;
}
.contact-wrap .contact-method a {
  display: inline-block;
  min-width: 34px;
  min-height: 34px;
  line-height: 34px;
  margin-right: 6px;
  padding: 0 8px;
  border-radius: 4px;
  text-align: center;
  background-color: #222;
  color: #999;
}
.contact-wrap .contact-method a:first-child {
  width: 148px;
}
.contact-wrap .contact-method a:hover {
  background-color: #e80000;
  color: #fff;
}
.contact-wrap .contact-method a:hover .icon-qq-fill {
  background-position: -194px -277px;
}
.contact-wrap .contact-method a:hover .icon-weibo-fill {
  background-position: -214px -276px;
}
.contact-wrap .contact-method a:hover .icon-qzone-fill {
  background-position: -238px -274px;
}
.contact-wrap .customer-service-hotline {
  margin-top: 10px;
}
.copyright-wrap {
  line-height: 40px;
  font-size: 12px;
  color: #999;
  text-align: center;
}
.copyright-wrap a {
  color: #666;
}
.copyright-wrap a:hover {
  color: #e80000;
  text-decoration: underline;
}
.copyright-wrap b {
  font-weight: normal;
}
.copyright-wrap > span {
  color: #666;
}
@media only screen and (max-width: 1800px) {
  .main-container,
  .footer-content,
  .friend-link {
    width: 1500px;
  }
  .publicity-wrap > li {
    margin-right: 30px;
  }
  .publicity-wrap > li:first-of-type {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 1500px) {
  .main-container,
  .footer-content,
  .friend-link {
    width: 1200px !important;
  }
  .footer-content > ul:first-child > li {
    margin-right: 14px;
  }
  .footer-content .quick-link {
    margin-right: 20px;
  }
  .publicity-wrap > li {
    margin-right: 30px;
  }
  .publicity-wrap > li img {
    width: 120px;
  }
  .publicity-wrap > li:last-child {
    margin-right: 15px;
  }
  .publicity-wrap > li:first-of-type {
    margin-right: 24px;
  }
  .publicity-wrap > li.multi-code .tab {
    height: 120px;
  }
  .publicity-wrap > li.multi-code .tab li {
    width: 21px;
    height: 21px;
  }
}
.common-header .main-container {
  width: 1800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.flex-box,
.publicity-wrap,
.common-header .model-library-box,
.common-header .user-wrap .dropdown-wrap .func-wrap,
.search-wrap .search-history,
.search-img-wrap .search-intro {
  display: flex;
  align-items: center;
}
.block-wrap {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.show,
.common-header .nav-wrap > li:hover .dropdown-rich,
.common-header .nav-wrap > li:hover .drop-wrap,
.common-header .nav-wrap > li:hover .select-list,
.common-header .nav-wrap > li:hover .custom-select-list {
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 6 !important;
}
.ddf-show {
  visibility: visible;
  opacity: 1;
  z-index: 6;
}
.ddf-hide {
  visibility: hidden !important;
  opacity: 0 !important;
  z-index: -1 !important;
  top: -1000px !important;
}
.block {
  display: block !important;
}
.fixed {
  position: fixed !important;
}
.fixed .notlogin > div {
  color: #333 !important;
}
.common-drop-wrap {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 0 30px !important;
}
.common-drop-wrap {
  width: 520px;
  height: 538px;
  transition: all 0.2s;
}
.common-drop-wrap::after {
  position: absolute;
  content: "";
  opacity: 0.95;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.common-drop-wrap .common-drop-title {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-drop-wrap .common-drop-title .common-drop-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  margin-right: 6px;
}
.common-drop-wrap .common-drop-title span {
  font-size: 24px;
  color: #333;
  max-width: calc(100% - 40px);
}
.common-drop-wrap .common-drop-tips {
  text-align: center;
  color: #999;
  margin-bottom: 14px;
}
.common-drop-wrap .common-icon-list {
  display: flex;
  flex-wrap: wrap;
}
.common-drop-wrap .common-icon-list .common-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 92px;
  max-width: 92px;
  padding: 16px 0;
  text-align: center;
  color: #666;
}
.common-drop-wrap .common-icon-list .common-icon-item .common-icon {
  margin-bottom: 12px;
}
.common-drop-wrap .common-icon-list .common-icon-item span {
  max-width: 100%;
}
.common-drop-wrap .common-drop-bottom {
  text-align: center;
}
.common-drop-wrap .common-drop-bottom .common-vip-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 50px;
  background-image: linear-gradient(0deg, #f7e7b6 0%, #f3d887 100%), linear-gradient(#f9e481, #f9e481);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  margin: 30px auto 20px auto;
}
.common-drop-wrap .common-drop-bottom .common-vip-btn:hover {
  background-image: linear-gradient(0deg, #fff2ca 0%, #ffe79e 100%), linear-gradient(#f9e481, #f9e481);
}
.common-drop-wrap .common-drop-bottom .common-vip-btn span {
  font-size: 16px;
  color: #463c10;
}
.common-drop-wrap .common-drop-bottom .common-vip-btn span:last-of-type {
  margin-left: 8px;
}
.common-drop-wrap .common-drop-bottom .common-vip-btn span em {
  line-height: 11px;
  font-style: normal;
  font-family: Arial-BoldMT;
  font-size: 26px;
  margin: 0 4px;
  color: #463c10;
}
.common-drop-wrap .common-drop-bottom .common-vip-btn span:first-child font {
  display: inline !important;
  white-space: normal !important;
  text-overflow: normal !important;
  overflow: auto !important;
}
.common-drop-wrap .common-drop-bottom .common-vip-btn span:last-child font {
  display: none !important;
}
.common-drop-wrap .common-drop-bottom .common-vip-privilege {
  text-decoration: underline;
  color: #9f9471;
}
.common-drop-wrap .common-drop-bottom .common-vip-privilege:hover {
  color: #dbc687;
}
.common-header .btn-close,
.aside-wrap .btn-close,
.feedback-wrap .btn-close,
.contact-wrap .btn-close,
.footer-wrap .btn-close {
  background-position: -172px -20px !important;
}
.common-header .btn-close,
.aside-wrap .btn-close,
.feedback-wrap .btn-close,
.contact-wrap .btn-close,
.footer-wrap .btn-close {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.common-header .icon,
.aside-wrap .icon,
.feedback-wrap .icon,
.contact-wrap .icon,
.footer-wrap .icon {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
  vertical-align: middle;
}
.common-header .btn-primary-fill,
.aside-wrap .btn-primary-fill,
.feedback-wrap .btn-primary-fill,
.contact-wrap .btn-primary-fill,
.footer-wrap .btn-primary-fill {
  display: inline-block;
  min-width: 100px;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
  background-color: #e80000;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.common-header .btn-primary-fill:hover,
.aside-wrap .btn-primary-fill:hover,
.feedback-wrap .btn-primary-fill:hover,
.contact-wrap .btn-primary-fill:hover,
.footer-wrap .btn-primary-fill:hover {
  background-color: #ff2424;
}
.common-header .btn-default,
.aside-wrap .btn-default,
.feedback-wrap .btn-default,
.contact-wrap .btn-default,
.footer-wrap .btn-default {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 38px;
  line-height: 38px;
  border-radius: 4px;
  border: solid 1px #dcdcdc;
  text-align: center;
  color: #666;
  background-color: #ffffff;
  cursor: pointer;
}
.common-header .btn-default:hover,
.aside-wrap .btn-default:hover,
.feedback-wrap .btn-default:hover,
.contact-wrap .btn-default:hover,
.footer-wrap .btn-default:hover {
  border: solid 1px #dcdcdc;
  background-color: #e80000;
  background-image: none;
  background-image: initial;
  color: #fff;
}
.icon.icon-cube {
  width: 20px;
  height: 18px;
  background-position: -178px -151px;
}
.icon.icon-cubes {
  width: 20px;
  height: 20px;
  background-position: -226px -148px;
}
.icon.icon-pic {
  width: 20px;
  height: 20px;
  background-position: -562px -130px;
}
.icon.icon-cad {
  width: 20px;
  height: 20px;
  background-position: -560px -110px;
}
.icon.icon-su {
  width: 20px;
  height: 20px;
  background-position: -568px -250px;
}
.icon.icon-photo {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -318px -8px;
  cursor: pointer;
  margin-right: 12px;
}
.icon.icon-search {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -346px -8px;
  cursor: pointer;
}
.icon.icon-vip,
.icon.icon-upload,
.icon.icon-coin,
.icon.icon-sign,
.icon.icon-coin-gray,
.icon.icon-message-gray,
.icon.icon-caller-gray,
.icon.icon-group-gray,
.icon.icon-cart-gray,
.icon.icon-top-gray,
.icon.icon-write-gray,
.icon.icon-qzone-fill,
.icon.icon-convert,
.icon.icon-collect,
.icon.icon-phone,
.icon.icon-add-desktop {
  width: 20px;
  height: 20px;
}
.icon.icon-vip {
  background-position: -21px -47px;
}
.icon.icon-upload {
  background-position: -47px -47px;
}
.icon.icon-coin {
  background-position: -75px -47px;
}
.icon.icon-sign {
  background-position: -100px -47px;
}
.icon.icon-sign-white {
  width: 20px;
  height: 20px;
  background-position: -539px -183px;
}
.icon.icon-fill-right {
  width: 8px;
  height: 10px;
  background-position: -147px -21px;
}
.icon.icon-setting {
  width: 20px;
  height: 16px;
  background-position: -158px -47px;
}
.icon.icon-money {
  width: 16px;
  height: 16px;
  background-position: -140px -151px;
}
.icon.icon-contact {
  width: 44px;
  height: 44px;
  background-position: -269px -248px;
}
.icon.icon-weixin-green {
  width: 24px;
  height: 20px;
  background-position: -224px -47px;
}
.icon.icon-convert {
  background-position: -565px -204px;
}
.icon.icon-collect {
  background-position: -343px -80px;
}
.icon.icon-qq-fill,
.icon.icon-weibo-fill,
.icon.icon-clock {
  width: 20px;
  height: 16px;
}
.icon.icon-qq-fill {
  background-position: -194px -252px;
}
.icon.icon-weibo-fill {
  background-position: -214px -253px;
}
.icon.icon-qzone-fill {
  background-position: -238px -251px;
}
.icon.icon-clock {
  background-position: -135px -49px;
}
.icon.icon-clock::before {
  content: "";
}
.icon.icon-upload-2 {
  width: 18px;
  height: 18px;
  background-position: -195px -21px;
}
.icon.icon-coin-gray {
  background-position: -20px -81px;
}
.icon.icon-message-gray {
  background-position: -47px -81px;
}
.icon.icon-group-gray {
  background-position: -98px -81px;
}
.icon.icon-caller-gray {
  background-position: -73px -81px;
}
.icon.icon-write-gray {
  background-position: -124px -81px;
}
.icon.icon-cart-gray {
  background-position: -148px -81px;
}
.icon.icon-add-desktop {
  background-position: -436px -81px;
}
.icon.icon-top-gray {
  background-position: -448px -50px;
}
.icon.icon-convert {
  background-position: -565px -204px;
}
.icon.icon-qq-black,
.icon.icon-cooper-black,
.icon.icon-phone-black,
.icon.icon-qq-color,
.icon.icon-group-color {
  width: 20px;
  height: 18px;
}
.icon.icon-qq-black {
  background-position: -18px -149px;
}
.icon.icon-cooper-black {
  background-position: -46px -150px;
}
.icon.icon-phone-black {
  background-position: -71px -150px;
}
.icon.icon-qq-color {
  background-position: -99px -150px;
}
.icon.icon-group-color {
  background-position: -119px -150px;
}
.icon.icon-add {
  width: 60px;
  height: 60px;
  background-position: -343px -16px;
}
.icon.icon-fine,
.icon.icon-vip-color,
.icon.icon-reward,
.icon.icon-top {
  width: 24px;
  height: 30px;
}
.icon.icon-fine {
  background-position: -20px -252px;
}
.icon.icon-vip-color {
  background-position: -54px -252px;
}
.icon.icon-reward {
  background-position: -87px -252px;
}
.icon.icon-top {
  background-position: -120px -252px;
}
.icon.icon-phone {
  background-position: -483px -81px;
}
.icon-vip {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("https://down.om.cn/home/image/icon_nav_v2.png");
  vertical-align: middle;
}
.icon-vip.icon-company {
  width: 48px;
  height: 40px;
  background-position: -28px -247px;
}
.icon-vip.icon-base {
  background-position: -83px -256px;
}
.icon-vip.icon-year {
  background-position: -110px -253px;
}
.icon-vip.icon-pamam {
  background-position: -139px -256px;
}
.icon-vip.icon-tag {
  width: 70px;
  height: 70px;
  background-position: -175px -244px;
}
.icon-new {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("https://down.om.cn/home/image/new.png");
  vertical-align: middle;
}
.icon-vip-star {
  display: inline-block;
  width: 20px;
  height: 16px;
  background-image: url("https://down.om.cn/home/image/vip-star-xs.png");
  vertical-align: -2px;
}
.icon-vip-star-b {
  display: inline-block;
  width: 28px;
  height: 22px;
  background-image: url("https://down.om.cn/home/image/vip-star-s.png");
  vertical-align: -4px;
}
.whether-to-suspend.common-header {
  background: transparent !important;
}
.whether-to-suspend.is-home-header-wrap {
  background: transparent !important;
}
.whether-to-suspend .main-container {
  color: #FFF !important;
  background-color: transparent !important;
}
.whether-to-suspend .main-container {
  max-width: 1920px;
}
.whether-to-suspend .main-container .left-nav .nav-wrap {
  width: 1208px;
  min-width: 1208px;
  margin: 0 40px 0 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.whether-to-suspend .main-container .left-nav .nav-wrap > li {
  display: block !important;
}
.whether-to-suspend .main-container .left-nav .nav-wrap > li {
  margin-left: 50px;
}
.whether-to-suspend .main-container .left-nav .nav-wrap > li:not(:nth-child(-n + 8)) {
  display: none !important;
}
.whether-to-suspend .main-container .left-nav .nav-wrap > li.dropdown-dots-6 {
  display: block !important;
}
.whether-to-suspend .main-container .left-nav .nav-wrap > li:first-of-type {
  margin-left: 0 !important;
}
.whether-to-suspend .main-container .left-nav .nav-wrap .advisory-btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 140px;
  color: #4C1F00;
  font-size: 14px;
  background: linear-gradient(270deg, #EBB55B 0%, #FFE6AE 100%);
  opacity: 0.9;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
}
.whether-to-suspend .main-container .left-nav .nav-wrap .advisory-btn > span {
  margin-left: 8px;
}
.whether-to-suspend .main-container .left-nav .nav-wrap .icon-remaining:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -281px -10px;
}
.whether-to-suspend .main-container .left-menu .switch-lang .gt_float_switcher {
  border-color: #fff;
}
.whether-to-suspend .main-container .left-menu .switch-lang .gt_float_switcher .gt-selected .gt-current-lang .gt_float_switcher-arrow {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
  background-position: -210px -22px;
}
.whether-to-suspend .main-container .left-menu .quick-menu .icon-home-upload {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
  background-position: -32px -24px;
}
.whether-to-suspend .main-container .left-menu .quick-menu .icon-home-buy {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
  background-position: -63px -24px;
}
.whether-to-suspend .main-container .left-menu .quick-menu .icon-home-check {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
  background-position: -91px -24px;
}
.whether-to-suspend .main-container .left-menu .quick-menu > li {
  margin-right: 36px;
}
.whether-to-suspend .main-container .left-menu .quick-menu > li:last-child {
  margin-right: 20px;
}
.whether-to-suspend .main-container .left-menu .user-wrap .notlogin span {
  background-color: #555;
}
.whether-to-suspend.is-effect-header .main-container {
  background: #fff !important;
  color: #333 !important;
}
.whether-to-suspend.is-effect-header .main-container .nav-wrap .icon-remaining:hover {
  display: inline-block !important;
  background-repeat: no-repeat !important;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png") !important;
  background-position: -120px -664px !important;
}
.whether-to-suspend.is-effect-header .main-container .logo-img {
  border: 0 ;
}
.whether-to-suspend.is-effect-header .main-container .logo-img .sub-title {
  color: #333;
}
.whether-to-suspend.is-effect-header .main-container .left-menu .icon-home-upload {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
  background-position: -32px -84px;
}
.whether-to-suspend.is-effect-header .main-container .left-menu .icon-home-buy {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
  background-position: -63px -84px;
}
.whether-to-suspend.is-effect-header .main-container .left-menu .icon-home-check {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
  background-position: -91px -84px;
}
.whether-to-suspend.is-effect-header .main-container .notlogin > div {
  color: #333;
}
/**
  * 多语言样式
  */
font {
  display: block;
  line-height: inherit;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common-header {
  position: relative;
  top: 0;
  width: 100%;
  height: 70px;
  color: #f0f0f0;
  background-color: #202020;
  font-size: 16px;
  z-index: 6;
  transition: top 0.4s;
}
.common-header:not(.home-top-header) .nav-wrap {
  border: none !important;
}
.common-header:not(.home-top-header) .nav-wrap > li:not(:nth-child(-n + 6)) {
  display: none;
}
.common-header a,
.common-header span {
  transition: background-color 0.2s;
}
.common-header .more-dd .icon {
  background: none;
  display: block;
}
.common-header .more-dd span {
  transition: all 0.3s !important;
}
.common-header li {
  transition: background-color 0.2s;
}
.common-header .logo-img {
  display: flex;
  align-items: center;
  height: 70px;
  border: 0;
  padding-right: 40px;
}
.common-header .logo-img > img {
  width: 132px;
}
.common-header .logo-img .sub-title {
  display: none;
  margin-left: 10px;
  color: #E6E6E6;
  font-weight: 400;
  font-size: 14px;
  min-width: 118px;
  max-width: 118px;
}
.common-header .logo-img .sub-title h1 {
  font-size: 14px;
  font-weight: 400;
}
.common-header h1 {
  display: inline-block;
  font-weight: normal;
}
.common-header .main-container {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-header .main-container .left-nav,
.common-header .main-container .left-menu {
  display: flex;
  align-items: center;
}
.common-header .main-container .left-nav {
  border: 0;
}
.common-header .main-container .left-nav .nav-wrap {
  height: 70px;
}
.common-header .main-container .left-nav .nav-wrap > li > a {
  display: inline-block;
  max-width: 72px;
}
.common-header .quick-menu {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  font-size: 14px;
  height: 70px;
}
.common-header .quick-menu .icon {
  margin-bottom: 4px;
}
.common-header .quick-menu > li {
  position: relative;
  height: 100%;
  line-height: 1;
  margin-right: 28px;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
}
.common-header .quick-menu > li > div .text {
  white-space: nowrap;
}
.common-header .quick-menu > li > div:first-child {
  transition: ease 0.3s;
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 28px;
}
.common-header .quick-menu > li.home-li:hover > div {
  transition: ease 0.3s;
}
.common-header .quick-menu > li:hover > div {
  transition: ease 0.3s;
}
.common-header .quick-menu > li .select-list {
  top: 103px;
  left: 50%;
  padding: 12px 0;
  transform: translateX(-50%);
}
.common-header .quick-menu > li:hover > div {
  transform: translateY(-5px);
}
.common-header .quick-menu > li:hover .client-introduce {
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 6 !important;
}
.common-header .quick-menu > li:hover .select-list {
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 6 !important;
}
.common-header .quick-menu > li:hover .select-list {
  top: 69px;
}
.common-header .quick-menu > li:hover .pack-wrap {
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 6 !important;
}
.common-header .quick-menu > li:hover .pack-wrap {
  top: 70px;
}
.common-header .quick-menu > li:hover .vip-drop-down-ad {
  top: 75px;
}
.common-header .quick-menu > li.link-sign > div img {
  width: 20px;
  height: 20px;
  margin-bottom: 4px;
}
.common-header .quick-menu .btn-upload .select-list {
  width: 400px;
  max-width: 400px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  padding: 28px 10px;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
}
.common-header .quick-menu .btn-upload .select-list li {
  position: relative;
  width: 80px;
  max-width: 80px;
  height: 80px;
  max-height: 80px;
  margin-bottom: 14px;
  margin-right: 20px;
}
.common-header .quick-menu .btn-upload .select-list li:nth-child(4n) {
  margin-right: 0;
}
.common-header .quick-menu .btn-upload .select-list li:nth-last-child(-n + 4) {
  margin-bottom: 0;
}
.common-header .quick-menu .btn-upload .select-list li a {
  height: 100%;
  width: 100%;
  padding-top: 12px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.common-header .quick-menu .btn-upload .select-list li a:hover {
  background-color: #F5F5F5 !important;
  color: #000 !important;
}
.common-header .quick-menu .btn-upload .select-list li a:hover {
  border-radius: 5px;
}
.common-header .quick-menu .btn-upload .select-list li a img {
  height: 26px;
  max-height: 26px;
  max-width: 60px;
  margin-bottom: 12px;
}
.common-header .quick-menu .btn-upload .select-list li a span {
  max-width: 80px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common-header .quick-menu .btn-upload .select-list li a .subscript {
  height: 18px;
  line-height: 18px;
  padding: 0 4px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 12px;
  color: #fff;
  background-color: #e80000;
  position: absolute;
  top: -5px;
  right: -5px;
}
.common-header .quick-menu .btn-upload .select-list li a .subscript::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  border: 3px solid transparent;
  border-left-color: #e80000;
  z-index: 2;
}
.common-header .quick-menu .common-drop-wrap {
  left: -280px;
  width: 550px;
  height: 570px;
  cursor: auto;
  transition: all 0.3s;
}
.common-header .quick-menu .common-drop-wrap::after {
  background-image: url("https://down.om.cn/home/image/year-vip-bg_v1.png");
}
.common-header .quick-menu .common-drop-wrap::before {
  position: absolute;
  top: 0;
  right: 30px;
  content: "";
  width: 50px;
  height: 43px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -130px -257px;
}
.common-header .quick-menu .common-drop-wrap .common-drop-title {
  height: 65px;
}
.common-header .quick-menu .common-drop-wrap .common-drop-title .common-drop-icon {
  background-position: -101px -94px;
}
.common-header .quick-menu .common-drop-wrap .common-drop-tips {
  margin-bottom: 11px;
}
.common-header .quick-menu .common-drop-wrap .common-icon-item {
  width: 120px;
  padding: 11px 0;
}
.common-header .quick-menu .common-drop-wrap .common-drop-bottom .common-vip-btn {
  margin: 11px auto 24px auto;
}
.common-header .quick-menu .common-drop-wrap .common-drop-bottom .vip-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  text-align: center;
}
.common-header .quick-menu .common-drop-wrap .common-drop-bottom .vip-group .vip-group-item {
  width: 152px;
  height: 176px;
  border-radius: 5px;
  border: solid 1px #847e6a;
}
.common-header .quick-menu .common-drop-wrap .common-drop-bottom .vip-group .vip-group-item:hover {
  border-color: #decd93;
  background-color: rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.common-header .quick-menu .common-drop-wrap .common-drop-bottom .vip-group .vip-group-item .vip-group-item-title {
  margin: 16px 0 9px 0;
  color: #f6f0de;
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold;
}
.common-header .quick-menu .common-drop-wrap .common-drop-bottom .vip-group .vip-group-item .vip-group-item-desc {
  font-size: 12px;
  color: #8e8978;
}
.common-header .quick-menu .common-drop-wrap .common-drop-bottom .vip-group .vip-group-item .vip-group-item-price {
  padding: 26px 0 28px 0;
  line-height: 14px;
  color: #f6f0de;
}
.common-header .quick-menu .common-drop-wrap .common-drop-bottom .vip-group .vip-group-item .vip-group-item-price em {
  font-size: 28px;
  font-style: normal;
  font-family: Arial-BoldMT;
  margin: 0 5px;
  color: #f6f0de;
}
.common-header .quick-menu .common-drop-wrap .common-drop-bottom .vip-group .vip-group-item .common-vip-btn {
  width: 108px;
  height: 30px;
  font-size: 12px;
  margin: 0 auto 0 auto;
  color: #463c10;
}
.common-header .slogan {
  margin: 0;
  line-height: 80px;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
}
.common-header .nav-wrap {
  position: relative;
  width: 575px;
  height: 100%;
  line-height: 70px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}
.common-header .nav-wrap > li.active {
  position: relative;
}
.common-header .nav-wrap > li.active:before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  border: 2px solid #e80000;
}
.common-header .nav-wrap > li:last-of-type {
  margin-right: 0;
}
.common-header .nav-wrap > .dropdown-dots-6 {
  display: inline-block !important;
}
.common-header .nav-wrap > .dropdown-dots-6 {
  vertical-align: text-bottom;
  margin-right: 0;
}
.common-header .nav-wrap .bar {
  position: absolute;
  bottom: 0px;
  left: -400px;
  content: "";
  width: 30px;
  border: 2px solid #e80000;
  opacity: 0;
  transform: translateX(-50%);
  transition: all 0.2s, opacity 0.2s;
}
.common-header .nav-wrap:hover .bar {
  opacity: 1;
}
.common-header .nav-wrap > li {
  position: relative;
  height: 100%;
  white-space: nowrap;
}
.common-header .nav-wrap > li.active:before {
  opacity: 1;
}
.common-header .nav-wrap > li:hover .dropdown-rich,
.common-header .nav-wrap > li:hover .drop-wrap {
  top: 70px;
}
.common-header .nav-wrap > li:hover .drop-wrap-fixed {
  transform: translate(0);
  visibility: visible;
  opacity: 1;
  z-index: 6;
}
.common-header .nav-wrap > li:hover .select-list,
.common-header .nav-wrap > li:hover .custom-select-list {
  top: 70px;
}
.common-header .nav-wrap > li .select-list {
  left: 50%;
  padding: 12px 0;
  transform: translateX(-50%);
}
.common-header .nav-wrap > li > img {
  position: absolute;
  left: 100%;
  bottom: 42px;
  max-width: 300px;
}
.common-header .nav-wrap > li .drop-wrap {
  line-height: 1;
}
.common-header .nav-wrap .vr-drop .common-drop-wrap {
  width: 520px;
  height: 538px;
  left: -225px;
}
.common-header .nav-wrap .vr-drop .common-drop-wrap::after {
  background-image: url("https://down.om.cn/home/image/panorama-bg_v1.png");
}
.common-header .nav-wrap .vr-drop .common-drop-wrap .common-drop-title .common-drop-icon {
  background-position: -351px -94px;
}
.common-header .nav-wrap .vr-drop .common-drop-wrap .vr-btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 37px;
}
.common-header .nav-wrap .vr-drop .common-drop-wrap .vr-btn-group a {
  display: inline-block;
  width: 190px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 22px;
  color: #decd93;
  border: solid 1px #decd93;
}
.common-header .nav-wrap .vr-drop .common-drop-wrap .vr-btn-group a:first-of-type {
  margin-right: 20px;
}
.common-header .nav-wrap .vr-drop .common-drop-wrap .vr-btn-group a:hover {
  /* #fff499 */
  background-color: rgba(255, 244, 153, 0.1);
}
.common-header .nav-wrap .dropdown-rich {
  position: absolute;
  top: 84px;
  padding: 0 40px;
  border-radius: 10px;
  box-shadow: 0 0 10px #666;
  background-color: rgba(255, 255, 255, 0.97);
  font-size: 14px;
  color: #666;
  z-index: 6;
  visibility: hidden;
  opacity: 0;
  transition: top 0.3s, opacity 0.3s, visibility 0.3s;
  overflow: hidden;
  left: 50%;
  height: auto;
  min-width: 358px;
  max-width: 468px;
  padding: 24px;
  line-height: 1;
  transform: translateX(-50%);
}
.common-header .nav-wrap .dropdown-rich .drop-tabs {
  width: 1006px;
  display: flex;
  margin-bottom: 20px;
}
.common-header .nav-wrap .dropdown-rich .drop-tabs li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 64px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}
.common-header .nav-wrap .dropdown-rich .drop-tabs li h4 {
  color: #333;
  font-size: 18px;
  font-weight: normal;
}
.common-header .nav-wrap .dropdown-rich .drop-tabs .drop-tabs-active {
  border-bottom: 1px solid #e80000;
}
.common-header .nav-wrap .dropdown-rich .drop-tabs .drop-tabs-active .icon-cube-2 {
  background-position: -328px -46px;
}
.common-header .nav-wrap .dropdown-rich .drop-tabs .drop-tabs-active .icon-cubes-2 {
  background-position: -277px -44px;
}
.common-header .nav-wrap .dropdown-rich .flex-box {
  justify-content: space-between;
  overflow: hidden;
}
.common-header .nav-wrap .dropdown-rich .flex-box:not(:first-child) {
  margin-top: 14px;
}
.common-header .nav-wrap .dropdown-rich .btn-default {
  max-width: 96px;
}
.common-header .nav-wrap .dropdown-rich a {
  flex: 1;
  max-width: 100%;
  max-height: 200px;
}
.common-header .nav-wrap .dropdown-rich a:not(:last-child) {
  margin-right: 12px;
}
.common-header .dropdown-dots {
  display: none;
}
.common-header .dropdown-dots > span {
  width: 30px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -280px -8px;
  vertical-align: text-bottom;
}
.common-header .dropdown-dots .select-list {
  left: 50%;
  transform: translateX(-50%);
  min-width: 150px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  line-height: 40px;
  max-height: 504px;
  overflow: auto;
}
.common-header .new-drop-wrap {
  padding: 30px 70px 0 70px !important;
}
.common-header .new-drop-wrap {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  height: 640px;
}
.common-header .new-drop-wrap .drop-wrap-item {
  margin-right: 90px;
  margin-bottom: 30px;
  width: 410px;
  display: flex;
  flex-direction: column;
}
.common-header .new-drop-wrap .drop-wrap-item:nth-child(2n) {
  margin-right: 0;
}
.common-header .new-drop-wrap .drop-wrap-item .title {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.common-header .new-drop-wrap .drop-wrap-item .title .icon {
  width: 20px;
  height: 20px;
}
.common-header .new-drop-wrap .drop-wrap-item .title .text {
  font-size: 18px;
  color: #333333;
}
.common-header .new-drop-wrap .drop-wrap-item .list {
  display: flex;
  flex-wrap: wrap;
  height: 42px;
  overflow: hidden;
}
.common-header .new-drop-wrap .drop-wrap-item .list .list-item {
  width: 70px;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  margin-right: 15px;
  margin-bottom: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common-header .new-drop-wrap .drop-wrap-item .list .list-item:nth-child(5n) {
  margin-right: 0;
}
.common-header .drop-wrap-fixed {
  position: fixed;
  transform: translate(0, 14px);
  left: 0;
  right: 0;
  height: auto;
  box-shadow: 0 0 10px #666;
  background-color: #ffffff;
  font-size: 14px;
  color: #666;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.common-header .drop-wrap-fixed.brand-rendering-box {
  display:flex;flex-direction:column;padding-left:100px;padding-right:100px;padding-top:40px;
}
.common-header .drop-wrap-fixed.brand-rendering-box .simple-rendering {
  display:flex;flex-wrap:wrap;line-height:1.5;
}
.common-header .drop-wrap-fixed.brand-rendering-box .simple-rendering a {
  margin-bottom:40px;margin-right:40px;
}.common-header .drop-wrap-fixed.brand-rendering-box .simple-rendering a:hover{--un-text-opacity:1;color:rgb(232 0 0 / var(--un-text-opacity));}
.common-header .drop-wrap-fixed.brand-rendering-box .simple-rendering a.active {
  --un-text-opacity:1;color:rgb(232 0 0 / var(--un-text-opacity));
}
.common-header .drop-wrap-fixed.brand-rendering-box .simple-rendering a.fixed-width {
  width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 20px;
  margin-bottom: 20px;
}
.common-header .drop-wrap-fixed.brand-rendering-box .simple-rendering.simple-rendering-list {
  display:none;
}
.common-header .drop-wrap-fixed .left-drop {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 340px;
  padding: 37px 53px;
  background-color: #F6F6F6;
}
.common-header .drop-wrap-fixed .left-drop .dwf-title {
  font-size: 24px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}
.common-header .drop-wrap-fixed .left-drop .dwf-slogan {
  font-size: 14px;
  color: #999999;
  margin-bottom: 30px;
  line-height: 20px;
  padding: 0;
}
.common-header .drop-wrap-fixed .left-drop .dwf-link {
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 100%;
  font-size: 14px;
  color: #333;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 10px;
  transition: background-color 0.3s ease-in, color 0.1s ease-in;
}
.common-header .drop-wrap-fixed .left-drop .dwf-link:hover {
  background-color: #E80000;
  color: #fff;
}
.common-header .drop-wrap-fixed .right-drop {
  flex: 1;
  overflow: hidden;
  padding: 26px 68px;
  max-width: calc(2560px - 340px);
  height: 369px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
.common-header .drop-wrap-fixed .right-drop .right-drop-item {
  width: 114px;
  height: 369px;
  padding-left: 4px;
  display: flex;
  flex-direction: column;
}
.common-header .drop-wrap-fixed .right-drop .right-drop-item h3 {
  width: -moz-min-content;
  width: min-content;
  height: 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 22px;
}
.common-header .drop-wrap-fixed .right-drop .right-drop-item h3 > img {
  width: 26px;
  height: 26px;
  margin-bottom: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
.common-header .drop-wrap-fixed .right-drop .right-drop-item h3 > a {
  height: 18px;
  line-height: 18px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.common-header .drop-wrap-fixed .right-drop .right-drop-item h3:hover a {
  color: #FF0000;
}
.common-header .drop-wrap-fixed .right-drop .right-drop-item dd {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}
.common-header .drop-wrap-fixed .right-drop .right-drop-item dd > a {
  display: inline-block;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common-header .drop-wrap-fixed .right-drop .right-drop-item dd:hover a {
  color: #FF0000;
}
.common-header .drop-wrap {
  position: absolute;
  top: 84px;
  height: auto;
  padding: 0 40px;
  border-radius: 10px;
  box-shadow: 0 0 10px #666;
  background-color: rgba(255, 255, 255, 0.97);
  font-size: 14px;
  color: #666;
  z-index: 6;
  visibility: hidden;
  opacity: 0;
  transition: top 0.3s, opacity 0.3s, visibility 0.3s;
  overflow: hidden;
}
.common-header .drop-wrap .drop-tabs {
  width: 1006px;
  display: flex;
  margin-bottom: 20px;
}
.common-header .drop-wrap .drop-tabs li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 64px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}
.common-header .drop-wrap .drop-tabs li h4 {
  color: #333;
  font-size: 18px;
  font-weight: normal;
}
.common-header .drop-wrap .drop-tabs .drop-tabs-active {
  border-bottom: 1px solid #e80000;
}
.common-header .drop-wrap .drop-tabs .drop-tabs-active .icon-cube-2 {
  background-position: -328px -46px;
}
.common-header .drop-wrap .drop-tabs .drop-tabs-active .icon-cubes-2 {
  background-position: -277px -44px;
}
.common-header .model-library-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.common-header .model-library-wrap li {
  height: 68px;
  min-width: 110px;
  line-height: 68px;
  text-align: center;
  border-radius: 5px;
}
.common-header .model-library-box {
  align-items: flex-start !important;
}
.common-header .model-library-box {
  width: 100%;
  padding: 24px 0 40px 0;
  overflow: hidden;
}
.common-header .model-library-box .icon {
  margin-right: 4px;
}
.common-header .model-library-box .model-list {
  flex: 1;
  min-height: 176px;
  line-height: 26px;
}
.common-header .model-library-box .model-list li {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
}
.common-header .model-library-box .model-list li:not(:last-child) {
  margin-bottom: 2px;
}
.common-header .model-library-box .model-list h5 {
  position: relative;
  min-width: 68px;
  max-width: 68px;
  height: 28px;
  margin: 0;
  padding-right: 20px;
  font-weight: 900;
  font-size: 12px;
  color: #333;
  line-height: normal;
  line-height: initial;
  text-align: right;
}
.common-header .model-library-box .model-list h5 .icon-right-arr {
  position: absolute;
  top: 2px;
  right: 0;
}
.common-header .model-library-box .model-list a {
  display: inline-block;
  width: 66px;
  height: 14px;
  line-height: 14px;
  padding-left: 8px;
  font-size: 12px;
  white-space: nowrap;
  border-right: 1px solid #f2f2f2;
}
.common-header .model-library-box .model-list a:hover {
  color: #e80000;
  text-decoration: underline;
}
.common-header .model-library-box .nav-list {
  flex: 1;
  padding-left: 12px;
  white-space: normal;
  white-space: initial;
  font-size: 0;
}
.common-header .model-library-box .nav-list-block {
  flex: 1;
  padding-left: 12px;
  white-space: normal;
  white-space: initial;
  font-size: 0;
}
.common-header .model-library-box .nav-list-block a {
  border-right: 0 !important;
}
.common-header .model-library-box .nav-list-block a {
  display: inline-block;
  height: 26px;
  margin: 0 10px 10px;
  padding: 0 20px;
  background-color: #ececec;
}
.common-header .user-wrap {
  position: relative;
  min-width: 78px;
  height: 100%;
  display: flex;
  justify-items: center;
  align-items: center;
  justify-content: center;
}
.common-header .user-wrap .notlogin {
  display: flex;
  justify-items: center;
  align-items: center;
  font-size: 14px;
}
.common-header .user-wrap .notlogin div {
  white-space: nowrap;
  cursor: pointer;
}
.common-header .user-wrap .notlogin span {
  width: 1px;
  height: 14px;
  background-color: #999;
  margin: 0 8px;
}
.common-header .user-wrap > a {
  line-height: 70px;
}
.common-header .user-wrap:hover .dropdown-wrap {
  top: 53px;
  visibility: visible;
  opacity: 1;
}
.common-header .user-wrap .pendant {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 50px;
  margin-top: -24px;
  margin-left: -34px;
}
.common-header .user-wrap .user-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  vertical-align: middle;
}
.common-header .user-wrap .dropdown-wrap:before {
  content: "";
  position: absolute;
  top: -24px;
  right: 6px;
  width: 0;
  border: 16px solid transparent;
}
.common-header .user-wrap .dropdown-wrap .tips-danger-wrap {
  position: relative;
  width: 208px;
  height: 66px;
  margin-bottom: 6px;
  padding: 10px 6px 10px 9px;
  line-height: 20px;
  border-radius: 4px;
  font-size: 12px;
}
.common-header .user-wrap .dropdown-wrap .tips-danger-wrap .iconclose {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
}
.common-header .user-wrap .dropdown-wrap .tips-danger-wrap .icon-tips {
  margin-right: 2px;
  vertical-align: text-bottom;
}
.common-header .user-wrap .dropdown-wrap .tips-danger-wrap a {
  font-weight: bold;
  border-bottom: 1px solid #e80000;
}
.common-header .user-wrap .dropdown-wrap .flex-box {
  line-height: 28px;
}
.common-header .user-wrap .dropdown-wrap .flex-box span {
  width: 150px;
}
.common-header .user-wrap .dropdown-wrap .name {
  display: block;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.common-header .user-wrap .dropdown-wrap .level {
  font-size: 12px;
}
.common-header .user-wrap .dropdown-wrap .level a {
  float: right;
  color: #e80000;
  text-decoration: underline;
}
.common-header .user-wrap .dropdown-wrap img {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 6px;
  text-align: center;
}
.common-header .user-wrap .dropdown-wrap .info {
  display: flex;
  padding: 10px 14px;
  border-radius: 3px;
  background-color: #f3f3f3;
  line-height: 26px;
  overflow: hidden;
  text-align: center;
}
.common-header .user-wrap .dropdown-wrap .info li {
  flex: 1;
  font-size: 12px;
}
.common-header .user-wrap .dropdown-wrap .info li:hover {
  color: #e80000;
}
.common-header .user-wrap .dropdown-wrap .info li:hover span {
  color: inherit;
}
.common-header .user-wrap .dropdown-wrap .info li span {
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
.common-header .user-wrap .dropdown-wrap .func-wrap {
  flex-wrap: wrap;
  padding: 6px 0;
}
.common-header .user-wrap .dropdown-wrap .func-wrap a {
  box-sizing: border-box;
  width: 50%;
  line-height: 34px;
  font-size: 14px;
  text-align: center;
}
.common-header .user-wrap .dropdown-wrap .func-wrap a:hover {
  color: #e80000;
}
.common-header .user-wrap .dropdown-wrap .func-wrap a:before {
  content: "";
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 4px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.common-header .user-wrap .dropdown-wrap .func-wrap a:first-child:before {
  background-position: -197px -83px;
}
.common-header .user-wrap .dropdown-wrap .func-wrap a:nth-child(2):before {
  background-position: -224px -82px;
}
.common-header .user-wrap .dropdown-wrap .func-wrap a:nth-child(3):before {
  background-position: -197px -110px;
}
.common-header .user-wrap .dropdown-wrap .func-wrap a:nth-child(4):before {
  background-position: -224px -110px;
}
.common-header .user-wrap .dropdown-wrap .btn-copyright {
  position: relative;
  display: block;
  width: 90%;
  margin: 0 auto 12px;
  padding: 11px 0;
  border: 1px solid #e80000;
  border-radius: 4px;
  text-align: center;
  color: #e80000;
}
.common-header .user-wrap .dropdown-wrap .btn-copyright:hover {
  background-color: #e80000;
  color: #fff;
}
.common-header .user-wrap .dropdown-wrap .btn-copyright .icon-copyright {
  position: absolute;
  top: -9px;
  left: 126px;
  width: 70px;
  height: 18px;
  background: url("https://down.om.cn/home/image/copyright_right.png") no-repeat;
  vertical-align: middle;
}
.common-header .user-wrap .dropdown-wrap .btn-default {
  display: block;
  width: 90%;
  margin: 0 auto;
}
.common-header .user-wrap .dropdown-wrap .btn-default:hover {
  background-color: #e80000;
  color: #fff;
}
.common-header .select-list {
  position: absolute;
  top: 83px;
  left: 0;
  min-width: 120px;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  line-height: 36px;
  background-color: rgba(255, 255, 255, 0.95);
  color: #666;
  text-align: center;
  z-index: 6;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s, top 0.2s;
}
.common-header .select-list li a {
  display: inline-block;
  width: 100%;
  padding: 0 10px;
}
.common-header .select-list li a:hover {
  color: #fff !important;
}
.common-header .select-list li a:hover {
  background-color: #e80000;
}
.common-header .client-introduce {
  flex-direction: row !important;
  align-items: stretch !important;
}
.common-header .client-introduce {
  position: fixed;
  left: 0;
  width: 100vw;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s, top 0.2s;
  z-index: 6;
  height: auto;
  transform: translate(0, 14px);
}
.common-header .client-introduce .client-gift-pack {
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 40px 40px;
}
.common-header .client-introduce .client-gift-pack h2 {
  color: #333;
  font-size: 32px;
}
.common-header .client-introduce .client-gift-pack p {
  color: #808080;
  font-size: 18px;
  margin-top: 10px;
}
.common-header .client-introduce .client-gift-pack img {
  margin-top: 20px;
  width: 140px;
  height: 140px;
}
.common-header .client-introduce .client-gift-pack .newcomer-gift-pack {
  background-image: url(https://down.om.cn/common/newcomer_gift_pack_background.png);
  width: 486px;
  height: 141px;
  margin-top: 40px;
  padding: 80px 40px 0 40px;
  display: flex;
  flex-wrap: wrap;
}
.common-header .client-introduce .client-gift-pack .newcomer-gift-pack li {
  width: 50%;
  color: #4d4d4d;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.common-header .client-introduce .client-gift-pack .newcomer-gift-pack li:before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 999px;
  background: #7f7f7f;
  margin-right: 6px;
}
.common-header .client-introduce .introduction {
  flex: 1;
  background: #f8f8f8;
  padding: 60px 40px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.common-header .client-introduce .introduction h2 {
  color: #333;
  font-size: 36px;
  font-weight: bold;
}
.common-header .client-introduce .introduction p {
  color: #999;
  font-size: 16px;
  margin-top: 15px;
}
.common-header .client-introduce .introduction .introduction-list {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.common-header .client-introduce .introduction .introduction-list li {
  margin-bottom: 24px;
  color: #4d4d4d;
  font-size: 18px;
}
.common-header .client-introduce .introduction .download-button {
  width: 200px;
  height: 60px;
  background: linear-gradient(262deg, #FF3932 0%, #FFC64D 100%);
  border-radius: 10px;
  color: white;
  font-size: 20px;
  margin-top: 32px;
}
.nav {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  background-color: #fff;
}
.nav .inner {
  position: relative;
  display: flex;
  align-items: center;
  height: 60px;
  width: 1800px;
  margin: 0 auto;
  font-size: 16px;
}
.nav .inner a {
  display: block;
}
.nav .inner li {
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100px;
  margin-right: 14px;
  line-height: 60px;
}
.nav .inner li:hover {
  color: #e80000;
  background-color: #f6f6f6;
}
.nav .inner li a {
  position: relative;
  line-height: 60px;
}
.nav .inner li a img {
  position: absolute;
  left: 100%;
  top: 12px;
  width: auto;
  height: auto;
}
.nav .inner .bar {
  position: absolute;
}
.nav .inner .soft,
.nav .inner .so {
  position: relative;
}
.nav .inner .soft:hover .soft_tab,
.nav .inner .so:hover .soft_tab {
  display: block;
  box-shadow: 0 0 20px #ddd;
}
.nav .inner .soft .soft_tab,
.nav .inner .so .soft_tab {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 90px;
  color: #999;
  text-align: center;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 12px 0;
}
.nav .inner .soft .soft_tab a,
.nav .inner .so .soft_tab a {
  height: 40px;
  line-height: 40px;
  width: 100%;
  background-color: #fff;
  color: #333;
}
.nav .inner .soft .soft_tab a:hover,
.nav .inner .so .soft_tab a:hover {
  background-color: #e80000;
  color: #f0f0f0;
}
.nav .inner .soft .soft_tab a:first-of-type,
.nav .inner .so .soft_tab a:first-of-type {
  border-radius: 4px 4px 0 0;
}
.nav .inner .soft .soft_tab a:last-of-type,
.nav .inner .so .soft_tab a:last-of-type {
  border-radius: 0 0 4px 4px;
}
.search-wrap {
  width: 556px;
  height: 100%;
  margin: 0 70px;
  padding-top: 18px;
  line-height: 1;
  color: #333;
}
.search-wrap .search-box {
  position: relative;
  float: left;
  width: 486px;
  height: 36px;
  padding-top: 8px;
  background-color: #ffffff;
  border-radius: 18px;
  white-space: nowrap;
}
.search-wrap .search-box .select-text {
  background-color: #fff;
  position: absolute;
  height: 100%;
  width: calc(100% - 160px);
  top: 0;
  left: 84px;
  line-height: 36px;
  z-index: 1;
}
.search-wrap .search-box input {
  width: calc(100% - 170px);
  min-height: 18px;
  font-size: 14px;
  border: 0;
  text-indent: 9px;
}
.search-wrap .search-box input:focus ~ .drop-wrap {
  top: 53px;
  visibility: visible;
  opacity: 1;
  z-index: 5;
}
.search-wrap .search-box .icon {
  cursor: pointer;
}
.search-wrap .search-box button {
  padding: 0 11px;
  border-left: 1px solid #ddd;
  margin-left: 11px;
}
.search-wrap .search-type {
  float: left;
  width: 88px;
  height: 20px;
  line-height: 20px;
  border-right: 1px solid #ccc;
  padding-right: 9px;
  text-align: right;
  cursor: pointer;
}
.search-wrap .search-type:before {
  content: "";
  position: absolute;
  width: 88px;
  height: 40px;
  top: 16px;
  left: 0;
  z-index: 3;
}
.search-wrap .search-type .select-list.show {
  top: 53px;
}
.search-wrap .key-list {
  position: absolute;
  top: 60px;
  width: 100%;
  visibility: hidden;
}
.search-wrap .new-words {
  display: inline-block;
  width: 60px;
  height: 36px;
  margin-left: 10px;
  border: 1px solid #ffffff;
  border-radius: 18px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  transition: all 0.2s;
}
.search-wrap .new-words:hover {
  background-color: #e80000;
  border-color: #e80000;
}
.search-wrap .search-history {
  height: 40px;
  line-height: 40px;
  padding: 0 18px;
  border-bottom: 1px solid #bbb;
  color: #bbb;
}
.search-wrap .search-history div {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.search-wrap .search-history span {
  margin-left: 18px;
  cursor: pointer;
}
.search-wrap .search-history span.icon {
  margin-left: 0;
}
.search-wrap .search-history span:hover {
  color: #e80000;
}
.search-wrap .search-hot {
  top: 58px;
  left: 0;
  width: 536px;
  padding: 0;
  z-index: 5;
}
.search-wrap .search-hot .img-wrap {
  display: block;
  margin: 0 20px 14px;
}
.sort-list li {
  position: relative;
  height: 40px;
  line-height: 40px;
  padding-left: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
.sort-list li:hover,
.sort-list li.active {
  background-color: #eee;
  color: #e80000;
}
.sort-list a {
  display: block;
}
.sort-list :first-child .sort-index {
  background-color: #e80000;
}
.sort-list :nth-child(2) .sort-index {
  background-color: #f44f15;
}
.sort-list :nth-child(3) .sort-index {
  background-color: #ff7d1d;
}
.sort-list .sort-index {
  display: inline-block;
  min-width: 14px;
  height: 14px;
  line-height: 14px;
  border-radius: 20px;
  background-color: #505050;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
.sort-list .num {
  position: absolute;
  top: 0;
  right: 10px;
  color: #aaa;
}
.with-drop,
.with-drop-white {
  display: inline-block;
}
.with-drop:after {
  content: "";
  display: inline-block;
  margin-left: 4px;
  vertical-align: text-bottom;
  border: 5px solid transparent;
  border-top: 5px solid #666;
}
.search-img-wrap {
  position: absolute;
  top: 90px;
  right: 50%;
  width: 720px;
  height: 492px;
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 255, 255, 0.95);
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  transform: translateX(82%);
  transition: opacity 0.2s, top 0.2s, visibility 0.2s;
}
.search-img-wrap.show {
  top: 70px;
}
.search-img-wrap h3 {
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 20px;
  color: #333;
  text-align: center;
}
.search-img-wrap .btn-primary-fill {
  height: 38px;
  border-radius: 0 4px 4px 0;
}
.search-img-wrap > input {
  width: 428px;
  height: 38px;
  background-color: #ffffff;
  border-radius: 4px 0px 0px 4px;
  text-indent: 20px;
}
.search-img-wrap .icon-image {
  display: block;
  width: 80px;
  height: 70px;
  margin: 46px auto 12px;
  background-position: -254px -19px;
}
.search-img-wrap .btn-upload {
  position: relative;
  display: inline-block;
  float: right;
  width: 110px;
  height: 38px;
  line-height: 38px;
  border-radius: 4px;
  border: solid 1px #dcdcdc;
  text-align: center;
  color: #666;
  background-color: #ffffff;
}
.search-img-wrap .btn-upload input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.search-img-wrap .btn-upload:hover {
  border-color: #666;
  color: #333;
}
.search-img-wrap .btn-upload:hover .icon-upload-2 {
  background-position: -219px -21px;
}
.search-img-wrap .btn-client {
  position: relative;
  display: inline-block;
  float: right;
  width: 110px;
  height: 38px;
  line-height: 38px;
  border-radius: 4px;
  border: solid 1px #dcdcdc;
  text-align: center;
  color: #666;
  background-color: #ffffff;
}
.search-img-wrap .btn-client input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.search-img-wrap .btn-client:hover {
  border-color: #666;
  color: #333;
}
.search-img-wrap .btn-client:hover .icon-upload-2 {
  background-position: -219px -21px;
}
.search-img-wrap .drag-wrap {
  width: 100%;
  max-width: 660px;
  height: 200px;
  margin-top: 20px;
  border: 1px dashed #dcdcdc;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #999999;
  cursor: pointer;
}
.search-img-wrap .search-intro {
  justify-content: space-between;
  align-content: flex-start;
  padding-top: 20px;
  text-align: center;
  color: #666666;
}
.search-img-wrap .search-intro li {
  height: 82px;
}
.search-img-wrap .search-intro li span {
  display: block;
  width: 48px;
  height: 46px;
  margin: 0 auto;
  margin-bottom: 6px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.search-img-wrap .search-intro li:first-child span {
  background-position: -20px -185px;
}
.search-img-wrap .search-intro li:nth-child(2) span {
  background-position: -75px -185px;
}
.search-img-wrap .search-intro li:nth-child(3) span {
  background-position: -135px -185px;
}
.search-img-wrap .search-intro li:nth-child(4) span {
  background-position: -186px -182px;
}
.search-img-wrap .search-intro li p {
  line-height: 30px;
  font-size: 12px;
  color: #999;
}
.friend-link {
  line-height: 28px;
  padding-bottom: 30px;
}
.friend-link > a {
  padding-right: 26px;
  white-space: nowrap;
  font-size: 12px;
  color: #666;
}
.friend-link > a:hover {
  color: #e80000;
}
.friend-link .btn-default-fill {
  display: inline-block;
  min-width: 88px;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
  background-color: #eeeeee;
  text-align: center;
  color: #666666;
}
.friend-link .btn-default-fill:hover {
  background-color: #e80000;
  color: #fff;
}
.friend-link .model-title {
  position: relative;
  height: 80px;
  line-height: 80px;
  letter-spacing: 1px;
  font-size: 12px;
  color: #ccc;
  overflow: hidden;
}
.friend-link .model-title h2,
.friend-link .model-title h3 {
  display: inline;
  margin-right: 4px;
  padding-left: 10px;
  color: #333;
  font-size: 20px;
  font-weight: normal;
  vertical-align: baseline;
}
.friend-link .model-title h2:before,
.friend-link .model-title h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 26px;
  height: 18px;
  border: 3px solid #ed0017;
  border-radius: 4px;
}
.friend-link .model-title .fr {
  font-size: 14px;
}
.friend-link .model-title button {
  width: 100px;
  height: 36px;
  line-height: 34px;
  border: solid 1px #e80000;
  border-radius: 18px;
  color: #e80000;
}
.friend-link .model-title button:hover {
  background-color: #e80000;
  color: #fff;
}
.friend-link .model-title button:hover .icon-setting {
  background-position: -179px -47px;
}
.friend-link .model-title button .icon {
  vertical-align: text-bottom;
}
.modal-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 20;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s, visibility 0.2s;
}
.modal-wrap .modal-main {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 200px;
  min-height: 200px;
  background: #fff;
  box-shadow: 0 0 6px #000;
  border-radius: 5px;
  transform: translate(-50%, -50%);
}
#feedback-box {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
#feedback-box.show {
  opacity: 1;
  animation: myscale 0.2s linear;
}
@keyframes myscale {
  0% {
    transform: scale(0.6, 0.6);
  }
  100% {
    transform: scale(1, 1);
  }
}
.feedback-wrap {
  width: 704px;
  padding: 40px 54px;
  color: #666;
}
.feedback-wrap h5 {
  margin: 0;
  font-size: 20px;
  color: #333;
  text-align: center;
}
.feedback-wrap .tips {
  margin: 26px 0 12px;
  line-height: 1;
}
.feedback-wrap textarea {
  display: block;
  height: 150px;
  width: 100%;
  padding: 0 10px;
  resize: none;
  border: 1px solid #ddd;
  outline: 0;
  font-family: inherit;
  line-height: 28px;
  border-radius: 3px;
  color: #333;
}
.feedback-wrap .btn-submit {
  display: block;
  width: 180px;
  margin: 0 auto;
  border-radius: 4px;
}
.feedback-wrap .img-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #dddddd;
  color: #bbb;
}
.feedback-wrap .img-wrap input {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.feedback-wrap .img-wrap .icon-add {
  display: block;
  margin-bottom: 10px;
}
.feedback-wrap .img-wrap img {
  vertical-align: middle;
}
.feedback-wrap input.block-wrap {
  height: 42px;
  margin-bottom: 28px;
  border-radius: 4px;
  border: solid 1px #ddd;
  text-indent: 10px;
}
.w1500 .main-container {
  width: 1500px;
}
.w1500 .nav-wrap {
  margin-left: 24px;
  padding-left: 20px;
}
.w1500 .quick-menu {
  margin-right: 22px;
}
.w1500 .search-wrap {
  margin: 0 24px 0 30px;
}
.w1500 .search-wrap .search-box {
  width: 456px;
}
.new-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.big-search {
  width: 24px;
  height: 24px;
  background-position: -14px -11px;
}
.big-search:hover {
  background-position: -42px -11px;
}
.icon-cube-2,
.icon-cubes-2 {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  width: 22px;
  height: 22px;
  margin-right: 8px;
}
.icon-cube-2 {
  background-position: -303px -46px;
}
.icon-cubes-2 {
  background-position: -251px -44px;
}
.icon-right-arr {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  width: 7px;
  height: 14px;
  background-position: -424px -47px;
}
.vr-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  width: 36px;
  height: 36px;
}
/*  图标集合 */
.icon-vr-water {
  background-position: -14px -323px;
}
.icon-vr-bounce {
  background-position: -56px -323px;
}
.icon-vr-lock {
  background-position: -94px -323px;
}
.icon-vr-ad {
  background-position: -134px -323px;
}
.icon-vr-uccn {
  background-position: -174px -323px;
}
.icon-vr-video {
  background-position: -14px -363px;
}
.icon-vr-cover {
  background-position: -56px -363px;
}
.icon-vr-mask {
  background-position: -94px -363px;
}
.icon-vr-cap {
  background-position: -134px -363px;
}
.icon-vr-service {
  background-position: -174px -363px;
}
.new-icon-vip {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  width: 36px;
  height: 36px;
}
.new-icon-vip-download {
  background-position: -230px -323px;
}
.new-icon-vip-sx {
  background-position: -270px -323px;
}
.new-icon-vip-recharge {
  background-position: -310px -323px;
}
.new-icon-vip-water {
  background-position: -350px -323px;
}
.new-icon-vip-model {
  background-position: -230px -363px;
}
.new-icon-vip-su {
  background-position: -270px -363px;
}
.new-icon-vip-pic {
  background-position: -310px -363px;
}
.new-icon-vip-soft {
  background-position: -350px -363px;
}
.icon-gift {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  width: 42px;
  height: 42px;
}
.icon-gift-vip {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  width: 42px;
  height: 42px;
  background-position: -130px -211px;
}
.icon-gift-lottery {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  width: 42px;
  height: 42px;
  background-position: -176px -211px;
}
.icon-gift-answer {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  width: 42px;
  height: 42px;
  background-position: -222px -211px;
}
.search-box {
  display: flex;
  align-items: center;
  justify-items: center;
}
.search-box .common-search .search {
  position: relative;
}
.search-box .common-search .search .search-popup {
  width: 100%;
  position: absolute;
  left: 0;
  top: 43px;
  z-index: 10;
}
.switch-lang {
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.switch-lang .gt_float_switcher {
  background-color: transparent;
  border-radius: 3px;
  border: 1px solid #999;
}
.switch-lang .gt_float_switcher .gt-selected {
  background-color: transparent;
}
.switch-lang .gt_float_switcher .gt-selected .gt-current-lang {
  height: 30px;
  width: 64px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.switch-lang .gt_float_switcher .gt-selected .gt-current-lang img {
  height: 18px;
}
.switch-lang .gt_float_switcher .gt-selected .gt-current-lang .gt-lang-code {
  display: none;
}
.switch-lang .gt_float_switcher .gt-selected .gt-current-lang .gt_float_switcher-arrow {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
  background-position: -230px -22px;
  background-size: auto;
  transform: none;
  transition: none;
}
.switch-lang .gt_float_switcher .gt_options {
  position: absolute;
  top: 55px;
  left: 0;
  min-width: 200px;
  max-height: 285px;
  background-color: #fff;
  border-radius: 5px;
}
.switch-lang .gt_float_switcher .gt_options .nturl {
  font-size: 14px;
}
.switch-lang .gt_float_switcher .gt_options .nturl img {
  height: 18px;
}
.switch-lang .gt_float_switcher .gt_options .nturl:hover {
  background: #f5f5f5;
  color: #000;
}
.new-search-wrap {
  display: flex;
  align-items: center;
  justify-items: center;
  padding: 0 50px;
}
.new-search-wrap .search {
  width: 600px !important;
  border-bottom: 2px solid #e80000 !important;
  margin-top: 16px !important;
}
.new-search-wrap .search .icon-func {
  top: 35%;
}
.new-search-wrap .search .ipt-box {
  width: 495px !important;
  padding-bottom: 16px !important;
}
.new-search-wrap .search .ipt-box input {
  font-size: 16px !important;
  color: #fff !important;
  height: 100% !important;
  margin-bottom: 0 !important;
}
.new-search-wrap .search .ipt-box input::-webkit-input-placeholder {
  color: #999 !important;
  font-size: 16px !important;
}
.new-search-wrap .search .icon-func {
  top: 27% !important;
}
.new-search-wrap .search .keyword-list li {
  color: #000 !important;
}
.is-home-header-wrap {
  min-width: 1200px;
  position: absolute;
  z-index: 20;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent);
}
.is-home-header-wrap .home-top-header {
  position: relative;
}
.is-home-header-wrap .fixed {
  justify-content: center;
  width: 100%;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #202020;
  min-width: 1200px;
  top: 0;
  animation: 0.1s header-top;
}
.is-home-header-wrap .main-container {
  width: 100vw !important;
}
.is-home-header-wrap .main-container {
  background-color: #fff;
  color: #333;
  display: flex;
  justify-content: center;
  min-width: 1200px;
}
.is-home-header-wrap .main-container .nav-wrap {
  width: 590px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.is-home-header-wrap .main-container .nav-wrap li {
  margin-right: 0;
}
.is-home-header-wrap .main-container .icon-remaining {
  width: 30px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -120px -642px;
}
.is-home-header-wrap .main-container .icon-remaining:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -120px -664px;
}
.is-home-header-wrap .main-container .icon-home-vip {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -21px -643px;
}
.is-home-header-wrap .main-container .icon-home-upload {
  width: 22px;
  height: 22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
  background-position: -32px -84px;
}
.is-home-header-wrap .main-container .icon-home-buy {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
  background-position: -63px -84px;
}
.is-home-header-wrap .main-container .icon-home-check {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
  background-position: -91px -84px;
}
.is-home-header-wrap .main-container .search-box .common-search {
  padding: 0 30px 0 50px;
  height: 70px;
}
.is-home-header-wrap .main-container .search-box .common-search .search-type-box {
  border-right-color: #e8e8e8;
}
.is-home-header-wrap .main-container .search-box .common-search .search-type-box span {
  color: #666;
}
.is-home-header-wrap .main-container .search-box .common-search .search-type-box span:after {
  border-top-color: #666;
}
.is-home-header-wrap .main-container .search-box .common-search input {
  color: #333 !important;
}
.is-home-header-wrap .main-container .search-box .common-search .search-big .icon-func .icon-clear-btn-big {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -231px -642px;
}
.is-home-header-wrap .main-container .search-box .common-search .search-big .icon-func .icon-clear-btn-big:hover {
  background-position: -253px -642px;
}
.is-home-header-wrap .main-container .search-box .common-search .search-big .icon-func .icon-search-pic-big {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -158px -641px;
}
.is-home-header-wrap .main-container .search-box .common-search .search-big .icon-func .icon-search-pic-big:hover {
  background-position: -158px -668px;
}
.is-home-header-wrap .main-container .search-box .common-search .search-big .icon-func .icon-search-enlarge-big {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -186px -642px;
}
.is-home-header-wrap .main-container .search-box .common-search .search-big .icon-func .icon-search-enlarge-big:hover {
  background-position: -186px -668px;
}
.is-home-header-wrap .main-container .switch-lang {
  width: 130px;
}
.is-home-header-wrap .main-container .quick-menu {
  width: -moz-max-content;
  width: max-content;
}
.is-home-header-wrap .main-container .quick-menu .home-li {
  margin-right: 28px;
  width: -moz-max-content;
  width: max-content;
}
.is-home-header-wrap .main-container .quick-menu .home-li > div {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.is-home-header-wrap .main-container .user-wrap {
  min-width: 101px;
  max-width: 150px;
}
.is-home-header-wrap .main-container .user-wrap .home-style > div {
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (min-width: 2559px) {
  .drop-wrap-fixed .right-drop {
    padding: 26px 60px !important;
  }
}
@media only screen and (max-width: 1799px) {
  .common-header .main-container,
  .footer-content {
    width: 1500px;
  }
  .common-header .logo-img {
    padding-right: 30px;
  }
  .common-header .nav-wrap {
    width: 433px;
  }
  .common-header .nav-wrap > .dropdown-dots-6 {
    display: none !important;
  }
  .common-header .nav-wrap > .dropdown-dots-5 {
    display: inline-block !important;
  }
  .common-header .nav-wrap > .dropdown-dots-5 {
    vertical-align: text-bottom;
    margin-right: 0;
  }
  .common-header .nav-wrap .drop-wrap-fixed .right-drop {
    max-width: calc(1800px - 340px);
  }
  .common-header .new-search-wrap {
    padding: 0 40px 0 12px;
    margin-left: 0;
  }
  .common-header .new-search-wrap .search {
    width: 478px !important;
  }
  .common-header .new-search-wrap .search .search-type-box {
    width: 78px !important;
  }
  .common-header .new-search-wrap .search input {
    width: 300px !important;
  }
  .common-header .new-search-wrap .search .icon-clear-input {
    right: 72px;
  }
  .common-header .new-search-wrap .search .search-hot {
    width: 321px;
  }
  .common-header .new-search-wrap .search .ipt-box {
    width: 377px !important;
  }
  .common-header .quick-menu > li {
    margin-right: 20px;
  }
  .is-home-header-wrap .main-container .nav-wrap {
    width: 445px;
    margin-right: 0;
  }
  .is-home-header-wrap .main-container .search-box .common-search {
    padding: 0 30px 0 50px;
  }
  .is-home-header-wrap .main-container .switch-lang {
    width: 100px;
  }
  .is-home-header-wrap .main-container .quick-menu {
    width: -moz-max-content;
    width: max-content;
  }
  .is-home-header-wrap .main-container .quick-menu .home-li {
    margin-right: 20px;
    width: -moz-max-content;
    width: max-content;
  }
  .is-home-header-wrap .main-container .quick-menu .home-li > div {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .is-home-header-wrap .main-container .user-wrap .home-style > div {
    width: -moz-max-content;
    width: max-content;
  }
  .whether-to-suspend .main-container .left-nav .nav-wrap {
    width: 928px;
    min-width: 928px;
    margin: 0 30px;
    font-size: 16px;
  }
  .whether-to-suspend .main-container .left-nav .nav-wrap > li {
    margin-left: 40px;
  }
  .whether-to-suspend .main-container .left-nav .nav-wrap > li:not(:nth-child(-n + 12)) {
    display: none !important;
  }
  .whether-to-suspend .main-container .left-nav .nav-wrap > li.dropdown-dots-5 {
    display: block !important;
  }
  .whether-to-suspend .main-container .left-menu .quick-menu > li {
    margin-right: 30px;
  }
  .whether-to-suspend .main-container .left-menu .quick-menu > li:last-child {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1499px) {
  .main-container,
  .footer-content,
  .friend-link {
    width: 1200px !important;
  }
  .common-header .logo-img {
    padding-right: 20px;
  }
  .common-header .nav-wrap {
    width: 309px;
    font-size: 14px;
  }
  .common-header .nav-wrap > li > a {
    max-width: 55px !important;
  }
  .common-header .nav-wrap > li:not(:nth-child(-n + 5)) {
    display: none;
  }
  .common-header .nav-wrap > .dropdown-dots-6 {
    display: none !important;
  }
  .common-header .nav-wrap > .dropdown-dots-5 {
    display: none !important;
  }
  .common-header .nav-wrap > .dropdown-dots-4 {
    display: inline-block !important;
  }
  .common-header .nav-wrap > .dropdown-dots-4 {
    vertical-align: text-bottom;
  }
  .common-header .nav-wrap .drop-wrap-fixed .right-drop {
    max-width: calc(1500px - 340px);
  }
  .common-header .new-search-wrap {
    padding: 0 20px;
  }
  .common-header .new-search-wrap .search {
    width: 346px !important;
  }
  .common-header .new-search-wrap .search input {
    width: 167px !important;
    font-size: 12px !important;
  }
  .common-header .new-search-wrap .search input {
    padding: 0 0 0 12px;
  }
  .common-header .new-search-wrap .search input::-webkit-input-placeholder {
    font-size: 12px !important;
  }
  .common-header .new-search-wrap .search .icon-photo {
    margin-right: 8px;
  }
  .common-header .new-search-wrap .search .icon-clear-input {
    right: 68px;
  }
  .common-header .new-search-wrap .search input::-webkit-input-placeholder {
    /* WebKit browsers */
    font-size: 12px;
    color: #999;
  }
  .common-header .new-search-wrap .search input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 12px;
    color: #999;
  }
  .common-header .new-search-wrap .search input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 12px;
    color: #999;
  }
  .common-header .new-search-wrap .search input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-size: 12px;
    color: #999;
  }
  .common-header .new-search-wrap .search .search-hot {
    width: 253px;
  }
  .common-header .new-search-wrap .search .ipt-box {
    width: 246px !important;
  }
  .common-header .quick-menu > li {
    margin-right: 17.5px;
  }
  .footer-content .publicity-wrap img {
    width: 116px;
  }
  .icon.icon-contact {
    display: none;
  }
  .is-home-header-wrap .main-container .nav-wrap {
    width: 334px;
    margin-right: 0;
  }
  .is-home-header-wrap .main-container .search-box .common-search {
    margin: 0 !important;
  }
  .is-home-header-wrap .main-container .search-box .common-search {
    padding: 0 10px 0 30px;
    border: none;
  }
  .is-home-header-wrap .main-container .switch-lang {
    width: 70px;
  }
  .is-home-header-wrap .main-container .quick-menu {
    width: -moz-max-content;
    width: max-content;
  }
  .is-home-header-wrap .main-container .quick-menu .home-li {
    margin-right: 20px;
    width: -moz-max-content;
    width: max-content;
  }
  .is-home-header-wrap .main-container .quick-menu .home-li > div {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .is-home-header-wrap .main-container .user-wrap .home-style > div {
    width: -moz-max-content;
    width: max-content;
  }
  .whether-to-suspend .main-container .left-nav .nav-wrap {
    width: 708px;
    min-width: 708px;
    margin: 0 20px;
  }
  .whether-to-suspend .main-container .left-nav .nav-wrap > li {
    margin-left: 30px;
  }
  .whether-to-suspend .main-container .left-nav .nav-wrap > li:not(:nth-child(-n + 10)) {
    display: none !important;
  }
  .whether-to-suspend .main-container .left-nav .nav-wrap > li.dropdown-dots-4 {
    display: block !important;
  }
  .whether-to-suspend .main-container .left-menu .quick-menu > li {
    margin-right: 20px;
  }
  .whether-to-suspend .main-container .left-menu .quick-menu > li:last-child {
    margin-right: 10px;
  }
}
.common-header .recharge-drop-down-ad,
.common-header .vip-drop-down-ad {
  transition: all 0.3s !important;
  flex-direction: row !important;
}
.common-header .recharge-drop-down-ad,
.common-header .vip-drop-down-ad {
  overflow: revert;
  border-radius: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  left: 50%;
  margin-left: -95px;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}
.common-header .recharge-drop-down-ad .column,
.common-header .vip-drop-down-ad .column {
  width: 100%;
  height: 100%;
  margin-right: 16px;
  display: flex;
  justify-content: center;
  position: relative;
  padding-top: 124px;
}
.common-header .recharge-drop-down-ad .column:last-of-type,
.common-header .vip-drop-down-ad .column:last-of-type {
  margin-right: 0;
}
.common-header .recharge-drop-down-ad .column .btn,
.common-header .vip-drop-down-ad .column .btn {
  transition: ease 0.3s;
  border-radius: 5px;
  height: 28px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-header .recharge-drop-down-ad .column .btn:hover,
.common-header .vip-drop-down-ad .column .btn:hover {
  transition: ease 0.3s;
}
.common-header .recharge-drop-down-ad .column .red-btn,
.common-header .vip-drop-down-ad .column .red-btn {
  background-color: #e80000;
  color: #fff;
}
.common-header .recharge-drop-down-ad .column .red-btn:hover,
.common-header .vip-drop-down-ad .column .red-btn:hover {
  background-color: #ff2424;
}
.common-header .recharge-drop-down-ad .column .white-btn,
.common-header .vip-drop-down-ad .column .white-btn {
  background-color: #fff;
  color: #e80000;
  border: 1px solid #e80000;
}
.common-header .recharge-drop-down-ad .column .white-btn:hover,
.common-header .vip-drop-down-ad .column .white-btn:hover {
  background-color: #ffe7e7;
}
.common-header .recharge-drop-down-ad .column .big-btn,
.common-header .vip-drop-down-ad .column .big-btn {
  width: 78px;
}
.common-header .recharge-drop-down-ad .column .sm-btn,
.common-header .vip-drop-down-ad .column .sm-btn {
  width: 50px;
}
.common-header .recharge-drop-down-ad .column .sm-btn:last-of-type,
.common-header .vip-drop-down-ad .column .sm-btn:last-of-type {
  margin-left: 8px;
}
.common-header .recharge-drop-down-ad .column .icon-question,
.common-header .vip-drop-down-ad .column .icon-question {
  position: absolute;
  top: 25px;
  left: 30px;
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -541px -539px;
  cursor: pointer;
}
.common-header .recharge-drop-down-ad .column .icon-question div,
.common-header .vip-drop-down-ad .column .icon-question div {
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 10px;
  font-size: 12px;
  color: #999;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  background-color: #fff;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  max-width: 136px;
  line-height: 20px;
  text-align: left;
  z-index: 1;
}
.common-header .recharge-drop-down-ad .column .icon-question div:after,
.common-header .vip-drop-down-ad .column .icon-question div:after {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: -5px;
  right: -26px;
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
}
.common-header .recharge-drop-down-ad .column .icon-question:hover > div,
.common-header .vip-drop-down-ad .column .icon-question:hover > div {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
.common-header .recharge-drop-down-ad.all,
.common-header .vip-drop-down-ad.all {
  left: -360px;
}
.common-header .recharge-drop-down-ad.two,
.common-header .vip-drop-down-ad.two {
  left: -162px;
}
.common-header .recharge-drop-down-ad.one,
.common-header .vip-drop-down-ad.one {
  left: -81px;
}
.common-header .vip-drop-down-ad {
  transform: translateX(-50%) !important;
}
.common-header .vip-drop-down-ad {
  margin-left: 0;
}
.common-header .vip-drop-down-ad-content {
  width: 420px;
  height: 502px;
  background-image: url('https://down.om.cn/common/vip_design_without_worry_v3.png');
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 414px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.common-header .vip-drop-down-ad-content .join-btn {
  width: 240px;
  height: 40px;
  background: linear-gradient(90deg, #FBD28C 0%, #E9AE5C 100%);
  border-radius: 999px;
  font-size: 16px;
  color: #333333;
  position: relative;
}
.common-header .vip-drop-down-ad-content .join-btn img {
  position: absolute;
  top: -30px;
  right: -71px;
  width: 194px;
}
.common-header .vip-drop-down-ad-content .understanding-members-link {
  margin-top: 10px;
  font-size: 14px;
  color: #999999;
}
.common-header .vip-drop-down-ad-content .understanding-members-link:hover {
  color: #e80000;
}
.search-popup .icon-popup-search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 40px;
  height: 40px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -101px -43px;
  cursor: pointer;
}
.search-popup .search-box-center {
  width: 1200px;
  height: 360px;
  margin: 240px auto;
  padding: 0 100px;
}
.search-popup .search-box-center .new-search-content {
  position: absolute;
  width: 1000px;
  padding-top: 111px;
}
.search-popup .search-box-center .new-search-content .new-search-top {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 2px solid #e80000;
}
.search-popup .search-box-center .new-search-content .new-search-top .search-attr {
  position: relative;
  display: flex;
  align-items: center;
  width: 144px;
  font-size: 26px;
  padding: 32px 0;
  line-height: 26px;
  color: #fff;
  cursor: pointer;
}
.search-popup .search-box-center .new-search-content .new-search-top .search-attr .trigon {
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid #fff;
  margin-left: 12px;
}
.search-popup .search-box-center .new-search-content .new-search-top .search-attr .search-attr-box {
  padding-top: 5px;
  position: absolute;
  top: 89px;
  left: 0;
  width: 144px;
}
.search-popup .search-box-center .new-search-content .new-search-top .search-attr .search-attr-box .search-attr-list {
  padding: 16px 0;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 0 0 5px 5px;
}
.search-popup .search-box-center .new-search-content .new-search-top .search-attr .search-attr-box .search-attr-list > li {
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #333;
  text-align: center;
  cursor: pointer;
}
.search-popup .search-box-center .new-search-content .new-search-top .search-attr .search-attr-box .search-attr-list > li:hover {
  background-color: #e80000;
  color: #fff;
}
.search-popup .search-box-center .new-search-content .new-search-top .new-search-input {
  position: relative;
  width: 750px;
  height: 100%;
  padding: 32px 0;
}
.search-popup .search-box-center .new-search-content .new-search-top .new-search-input input {
  width: 750px;
  font-size: 26px;
  color: #fff;
  border-left: 1px solid #999;
  padding: 0 80px 0 30px;
  background-color: inherit;
}
.search-popup .search-box-center .new-search-content .new-search-top .new-search-input .icon-clear-big {
  position: absolute;
  right: 24px;
  top: 34px;
  width: 28px;
  height: 28px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -350px -235px;
  cursor: pointer;
}
.search-popup .search-box-center .new-search-content .new-search-top .new-search-input .new-sort-list {
  position: absolute;
  width: 855px;
  top: 97px;
  left: 0;
  background-color: hsla(0, 0%, 100%, 0.97);
  border-radius: 0 0 5px 5px;
  padding: 16px 0;
}
.search-popup .search-box-center .new-search-content .new-search-top .new-search-input .new-sort-list li {
  padding: 0 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  width: 855px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-popup .search-box-center .new-search-content .new-search-top .new-search-input .new-sort-list li:hover {
  background-color: #fff;
  color: #e80000;
}
.search-popup .search-box-center .new-search-content .new-search-top .search-icon-group {
  width: 106px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-popup .search-box-center .new-search-content .new-search-top .search-icon-group > i {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  cursor: pointer;
}
.search-popup .search-box-center .new-search-content .new-search-top .search-icon-group > i.icon-search-image {
  background-position: -14px -42px;
}
.search-popup .search-box-center .new-search-content .new-search-top .search-icon-group > i.icon-search-big {
  background-position: -58px -42px;
}
.search-popup .search-box-center .new-search-content .new-search-bottom {
  display: flex;
  padding-top: 35px;
  color: #ccc;
  font-size: 16px;
}
.search-popup .search-box-center .new-search-content .new-search-bottom .hot-search-list {
  display: flex;
}
.search-popup .search-box-center .new-search-content .new-search-bottom .hot-search-list li {
  margin-left: 35px;
}
.search-popup .search-box-center .new-search-content .new-search-bottom .hot-search-list li:hover {
  position: relative;
  color: #fff;
}
.search-popup .search-box-center .new-search-content .new-search-bottom .hot-search-list li:hover:after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.custom-select-list {
  visibility:hidden;opacity:0;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;transition-duration:300ms;position:absolute;top:83px;left:0;width:max-content;max-width:432px;display:flex;flex-wrap:wrap;border-radius:10px;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));padding-left:45px;padding-right:45px;padding-top:35px;padding-bottom:35px;line-height:1.5;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  transition: opacity 0.2s, top 0.2s;
}
.custom-select-list li {
  margin-bottom:18px;width:100px;flex:0 0 calc(100% / 3);--un-text-opacity:1;color:rgb(102 102 102 / var(--un-text-opacity));
}
.custom-select-list li a {
  display:inline-block;width:100px;font-size:14px;
}.custom-select-list li a:hover{--un-text-opacity:1;color:rgb(232 0 0 / var(--un-text-opacity));}
.custom-select-list li:nth-last-child(-n+3) {
  margin-bottom:0;
}
.unfloat {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: transparent;
}
@keyframes header-top {
  from {
    top: -100px;
  }
  top {
    top: 0;
  }
}
.bread-menu {
  color: #bbb;
  display: flex;
  align-items: center;
  margin: 14px 0 6px;
  height: 25px;
}
.bread-menu ul {
  display: flex;
  align-items: center;
}
.bread-menu ul li:not(:first-child)::before {
  content: ">";
  margin: 0 4px;
  font-family: fangsong;
  font-weight: bold;
}
.nav-main {
  background-color: #fff;
  height: 50px;
  border-bottom: 1px solid #eaeaea;
}
.nav-main ul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0 auto;
  font-size: 16px;
}
.nav-main ul a {
  display: block;
}
.nav-main ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 100%;
  border-radius: 5px 5px 0 0;
  transition: ease 0.3s;
}
.nav-main ul li:hover {
  transition: ease 0.3s;
}
.nav-main ul li:hover > a {
  color: #e80000;
}
.nav-main ul li:hover .drop-down {
  display: block;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.nav-main ul li a {
  position: relative;
  width: 100%;
  text-align: center;
  color: #333;
  border-right: 1px solid #eaeaea;
}
.nav-main ul li a em {
  position: absolute;
  top: -12px;
}
.nav-main ul li a em img {
  left: 100%;
  top: 12px;
  width: auto;
  height: auto;
}
.nav-main ul li a > p {
  display: inline;
  padding-bottom: 11px;
}
.nav-main ul li:last-of-type a {
  border-right: none;
}
.nav-main ul .active {
  background-color: #fff;
}
.nav-main ul .active > a > p {
  border-bottom: 3px solid #e80000;
  color: #e80000;
}
.nav-main ul .bar {
  position: absolute;
  bottom: 0;
  width: 163px;
  height: 2px;
  background: #e80000;
  border-radius: 2px;
  z-index: 1;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.nav-main ul .bar-show {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
}
.nav-main ul .drop-down {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 119px;
  color: #999;
  text-align: center;
  transform: translateX(-50%);
}
.nav-main ul .drop-down:before {
  content: "";
  position: absolute;
  top: -6px;
  right: 40.6%;
  width: 15px;
  height: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  background: #fff;
  transform: rotate(-45deg);
}
.nav-main ul .drop-down a {
  height: 40px;
  line-height: 40px;
  width: 100%;
  background-color: #fff;
  color: #333;
}
.nav-main ul .drop-down a:hover {
  color: #fff;
  background-color: #e80000;
}
.nav-main ul .drop-down a:first-of-type {
  border-radius: 4px 4px 0 0;
}
.nav-main ul .drop-down a:last-of-type {
  border-radius: 0 0 4px 4px;
}
@media (max-width: 1800px) {
  nav ul li,
  nav ul .bar {
    width: 150px;
  }
}
@media (max-width: 1500px) {
  nav ul li,
  nav ul .bar {
    width: 125px;
  }
}
@media (max-width: 1200px) {
  nav ul li,
  nav ul .bar {
    width: 100px;
  }
}
 *,::before,::after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgba(0, 0, 0, 0);--un-ring-shadow:0 0 rgba(0, 0, 0, 0);--un-shadow-inset: ;--un-shadow:0 0 rgba(0, 0, 0, 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgba(147, 197, 253, 0.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: ;}::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgba(0, 0, 0, 0);--un-ring-shadow:0 0 rgba(0, 0, 0, 0);--un-shadow-inset: ;--un-shadow:0 0 rgba(0, 0, 0, 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgba(147, 197, 253, 0.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: ;}.\!transition-visible{visibility:visible !important;opacity:1 !important;transition-property:all !important;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1) !important;transition-duration:150ms !important;transition-duration:300ms !important;}.transition-visible,.group:hover .group-hover\:transition-visible{visibility:visible;opacity:1;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;transition-duration:300ms;}.hover\:after\:transition-visible:hover::after{visibility:visible;opacity:1;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;transition-duration:300ms;}.hover\:before\:transition-visible:hover::before{visibility:visible;opacity:1;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;transition-duration:300ms;}.transition-invisible{visibility:hidden;opacity:0;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;transition-duration:300ms;}.before\:transition-invisible::before{visibility:hidden;opacity:0;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;transition-duration:300ms;}.after\:transition-invisible::after{visibility:hidden;opacity:0;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;transition-duration:300ms;}.__container,.container{margin-left:auto;margin-right:auto;width:2390px;}.\[\&\>li\]\:flex-a>li,.flex-a,[flex-a=""]{display:flex;align-items:center;}.flex-c-c,[flex-c-c=""]{display:flex;align-items:center;justify-content:center;}.\[\&\>li\]\:flex-col>li,.flex-col,[flex-col=""]{display:flex;flex-direction:column;}.flex-row{display:flex;flex-direction:row;}.transition-fast,[transition-fast=""]{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;transition-duration:300ms;}.transition-fastest,[transition-fastest=""]{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;transition-duration:100ms;}.transition-slow{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;transition-duration:500ms;}@media (max-width: 2557.9px){.__container,.container{width:1700px;}}@media (max-width: 1920px){.__container,.container{width:1700px;}}@media (max-width: 1800px){.__container,.container{width:1500px;}}@media (max-width: 1500px){.__container,.container{width:1200px;}}@media (max-width: 1500px){@media (min-width: 1300px){.container{width:1200px;}}}@media (max-width: 1800px){@media (min-width: 1300px){.container{width:1500px;}}}@media (max-width: 1920px){@media (min-width: 1300px){.container{width:1700px;}}}@media (max-width: 2557.9px){@media (min-width: 1300px){.container{width:1700px;}}}@media (min-width: 1300px){.container{margin-left:auto;margin-right:auto;width:2390px;}}@media (max-width: 1500px){@media (min-width: 1400px){.container{width:1200px;}}}@media (max-width: 1800px){@media (min-width: 1400px){.container{width:1500px;}}}@media (max-width: 1920px){@media (min-width: 1400px){.container{width:1700px;}}}@media (max-width: 2557.9px){@media (min-width: 1400px){.container{width:1700px;}}}@media (min-width: 1400px){.container{margin-left:auto;margin-right:auto;width:2390px;}}@media (max-width: 1500px){@media (min-width: 1500.1px){.container{width:1200px;}}}@media (max-width: 1800px){@media (min-width: 1500.1px){.container{width:1500px;}}}@media (max-width: 1920px){@media (min-width: 1500.1px){.container{width:1700px;}}}@media (max-width: 2557.9px){@media (min-width: 1500.1px){.container{width:1700px;}}}@media (min-width: 1500.1px){.container{margin-left:auto;margin-right:auto;width:2390px;}}@media (max-width: 1500px){@media (min-width: 1600px){.container{width:1200px;}}}@media (max-width: 1800px){@media (min-width: 1600px){.container{width:1500px;}}}@media (max-width: 1920px){@media (min-width: 1600px){.container{width:1700px;}}}@media (max-width: 2557.9px){@media (min-width: 1600px){.container{width:1700px;}}}@media (min-width: 1600px){.container{margin-left:auto;margin-right:auto;width:2390px;}}@media (max-width: 1500px){@media (min-width: 1700px){.container{width:1200px;}}}@media (max-width: 1800px){@media (min-width: 1700px){.container{width:1500px;}}}@media (max-width: 1920px){@media (min-width: 1700px){.container{width:1700px;}}}@media (max-width: 2557.9px){@media (min-width: 1700px){.container{width:1700px;}}}@media (min-width: 1700px){.container{margin-left:auto;margin-right:auto;width:2390px;}}@media (max-width: 1500px){@media (min-width: 1800.1px){.container{width:1200px;}}}@media (max-width: 1800px){@media (min-width: 1800.1px){.container{width:1500px;}}}@media (max-width: 1920px){@media (min-width: 1800.1px){.container{width:1700px;}}}@media (max-width: 2557.9px){@media (min-width: 1800.1px){.container{width:1700px;}}}@media (min-width: 1800.1px){.container{margin-left:auto;margin-right:auto;width:2390px;}}@media (max-width: 1500px){@media (min-width: 1920.1px){.container{width:1200px;}}}@media (max-width: 1800px){@media (min-width: 1920.1px){.container{width:1500px;}}}@media (max-width: 1920px){@media (min-width: 1920.1px){.container{width:1700px;}}}@media (max-width: 2557.9px){@media (min-width: 1920.1px){.container{width:1700px;}}}@media (min-width: 1920.1px){.container{margin-left:auto;margin-right:auto;width:2390px;}}@media (max-width: 1500px){@media (min-width: 2048.1px){.container{width:1200px;}}}@media (max-width: 1800px){@media (min-width: 2048.1px){.container{width:1500px;}}}@media (max-width: 1920px){@media (min-width: 2048.1px){.container{width:1700px;}}}@media (max-width: 2557.9px){@media (min-width: 2048.1px){.container{width:1700px;}}}@media (min-width: 2048.1px){.container{margin-left:auto;margin-right:auto;width:2390px;}}@media (max-width: 1500px){@media (min-width: 2558px){.container{width:1200px;}}}@media (max-width: 1800px){@media (min-width: 2558px){.container{width:1500px;}}}@media (max-width: 1920px){@media (min-width: 2558px){.container{width:1700px;}}}@media (max-width: 2557.9px){@media (min-width: 2558px){.container{width:1700px;}}}@media (min-width: 2558px){.container{margin-left:auto;margin-right:auto;width:2390px;}}@media (max-width: 1500px){@media (min-width: 2560.1px){.container{width:1200px;}}}@media (max-width: 1800px){@media (min-width: 2560.1px){.container{width:1500px;}}}@media (max-width: 1920px){@media (min-width: 2560.1px){.container{width:1700px;}}}@media (max-width: 2557.9px){@media (min-width: 2560.1px){.container{width:1700px;}}}@media (min-width: 2560.1px){.container{margin-left:auto;margin-right:auto;width:2390px;}}.\!visible{visibility:visible !important;}.visible,[visible=""],.group:hover .group-hover\:visible,.parent:hover>.parent-hover\:visible{visibility:visible;}.invisible,[invisible=""]{visibility:hidden;}.\!fixed{position:fixed !important;}.absolute,[absolute=""]{position:absolute;}.fixed,[fixed=""]{position:fixed;}.relative,[relative=""]{position:relative;}.sticky{position:sticky;}.before\:absolute::before{position:absolute;}[before\:absolute=""]::before{position:absolute;}.after\:absolute::after{position:absolute;}.-bottom-40{bottom:-40px;}.-bottom-5{bottom:-5px;}.-bottom-8{bottom:-8px;}.-left-40{left:-40px;}.-left-43{left:-43px;}.-left-45{left:-45px;}.-left-46{left:-46px;}.-left-66{left:-66px;}.-left-9999,[-left-9999=""]{left:-9999px;}.-right-108{right:-108px;}.-right-124{right:-124px;}.-right-20,.right--20{right:-20px;}.-right-30{right:-30px;}.-right-32{right:-32px;}.-right-40{right:-40px;}.-right-41{right:-41px;}.-right-45{right:-45px;}.-right-46{right:-46px;}.-right-62{right:-62px;}.-right-7{right:-7px;}.-right-8{right:-8px;}.-top-12{top:-12px;}.-top-14{top:-14px;}.-top-163{top:-163px;}.-top-182{top:-182px;}.-top-192{top:-192px;}.-top-36{top:-36px;}.-top-40,[-top-40=""]{top:-40px;}.-top-5{top:-5px;}.-top-60{top:-60px;}.-top-68{top:-68px;}.-top-75{top:-75px;}.-top-8{top:-8px;}.-top-9999,[-top-9999=""]{top:-9999px;}.\!right-30{right:30px !important;}.bottom--2{bottom:-2px;}.bottom-0,[bottom-0=""]{bottom:0;}.bottom-134{bottom:134px;}.bottom-2{bottom:2px;}.bottom-20{bottom:20px;}.bottom-30{bottom:30px;}.bottom-48{bottom:48px;}.bottom-77{bottom:77px;}.bottom-full,[bottom-full=""]{bottom:100%;}.left-\[-285px\]{left:-285px;}.left-0,[left-0=""]{left:0;}.left-1\/2,.left-50\%,[left-50\%=""]{left:50%;}.left-100,[left-100=""]{left:100px;}.left-1100{left:1100px;}.left-117{left:117px;}.left-18{left:18px;}.left-20{left:20px;}.left-3{left:3px;}.left-30{left:30px;}.left-300{left:300px;}.left-38{left:38px;}.left-50{left:50px;}.left-565,[left-565=""]{left:565px;}.left-600{left:600px;}.left-64\%{left:64%;}.right--16,[right--16=""]{right:-16px;}.right--2{right:-2px;}.right--39,[right--39=""]{right:-39px;}.right--65,[right--65=""]{right:-65px;}.right--74{right:-74px;}.right-\[15\%\]{right:15%;}.right-0,[right-0=""]{right:0;}.right-10{right:10px;}.right-12{right:12px;}.right-129,[right-129=""]{right:129px;}.right-15{right:15px;}.right-16{right:16px;}.right-170{right:170px;}.right-18{right:18px;}.right-2{right:2px;}.right-20,[right-20=""]{right:20px;}.right-24,[right-24=""]{right:24px;}.right-30{right:30px;}.right-30\%{right:30%;}.right-33{right:33px;}.right-38{right:38px;}.right-48{right:48px;}.right-50{right:50px;}.right-53{right:53px;}.right-8{right:8px;}.right-90{right:90px;}.top--128{top:-128px;}.top--15{top:-15px;}.top--391{top:-391px;}.top-\[722px\]{top:722px;}.top-\[calc\(50\%\+34px\)\]{top:calc(50% + 34px);}.top-0,[top-0=""]{top:0;}.top-1\/2,.top-50\%{top:50%;}.top-10,[top~="\31 0px"]{top:10px;}.top-123{top:123px;}.top-144{top:144px;}.top-148{top:148px;}.top-15{top:15px;}.top-151,[top-151=""]{top:151px;}.top-16{top:16px;}.top-17{top:17px;}.top-20,[top-20=""],[top~="\32 0px"]{top:20px;}.top-202{top:202px;}.top-220{top:220px;}.top-23{top:23px;}.top-24,[top-24=""]{top:24px;}.top-265{top:265px;}.top-3{top:3px;}.top-30{top:30px;}.top-33{top:33px;}.top-330{top:330px;}.top-35,[top-35=""]{top:35px;}.top-475{top:475px;}.top-55{top:55px;}.top-550,[top-550=""]{top:550px;}.top-565{top:565px;}.top-6{top:6px;}.top-648{top:648px;}.top-65{top:65px;}.top-65\%{top:65%;}.top-650,[top-650=""]{top:650px;}.top-7,[top-7=""]{top:7px;}.top-75{top:75px;}.top-77{top:77px;}.top-8{top:8px;}.top-81\%,[top-81\%=""]{top:81%;}.top-85{top:85px;}.top-94{top:94px;}[left-1=""]{left:1px;}[top-1=""]{top:1px;}.group:hover .group-hover\:right-60{right:60px;}.before\:-bottom-19::before{bottom:-19px;}.before\:-bottom-7::before{bottom:-7px;}.before\:-left-10::before{left:-10px;}.before\:-right-10::before{right:-10px;}.before\:-top-18::before{top:-18px;}.before\:left-0::before{left:0;}.before\:left-1\/2::before{left:50%;}.before\:left-20::before{left:20px;}.before\:right-0::before{right:0;}.before\:top-0::before{top:0;}.before\:top-1\/2::before{top:50%;}.before\:top-14::before{top:14px;}.before\:top-197::before{top:197px;}.before\:top-207::before{top:207px;}.before\:top-22::before{top:22px;}.before\:top-70::before{top:70px;}.before\:top-8::before{top:8px;}[before\:-top-18=""]::before{top:-18px;}[before\:right-0=""]::before{right:0;}[before\:top-0=""]::before{top:0;}.after\:-bottom-8::after{bottom:-8px;}.after\:-right-20::after{right:-20px;}.after\:-right-26::after{right:-26px;}.after\:left-0::after{left:0;}.after\:left-1\/2::after{left:50%;}.after\:top-0::after{top:0;}.after\:top-17::after{top:17px;}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;}.-z-1{z-index:-1;}.z-0{z-index:0;}.z-1,[z-1=""]{z-index:1;}.z-10{z-index:10;}.z-101{z-index:101;}.z-11{z-index:11;}.z-13{z-index:13;}.z-2{z-index:2;}.z-20{z-index:20;}.z-21,[z-21=""]{z-index:21;}.z-25,[z-25=""]{z-index:25;}.z-3{z-index:3;}.z-36{z-index:36;}.z-4{z-index:4;}.z-44{z-index:44;}.z-5,[z-5=""]{z-index:5;}.z-6{z-index:6;}.z-9{z-index:9;}.before\:z-1::before{z-index:1;}.before\:z-10::before{z-index:10;}.before\:z-2::before{z-index:2;}.grid{display:grid;}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr));}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr));}[cols~="\33 0"]{grid-template-columns:repeat(30,minmax(0,1fr));}[rows~="\31 0"]{grid-template-rows:repeat(10,minmax(0,1fr));}.m-0{margin:0;}.m-15,[m-15=""]{margin:15px;}.m-2,[m-2=""]{margin:2px;}.m-96{margin:96px;}.m-auto,[m-auto=""]{margin:auto;}.m149\.76{margin:149.76px;}.mx-10{margin-left:10px;margin-right:10px;}.mx-2{margin-left:2px;margin-right:2px;}.mx-26{margin-left:26px;margin-right:26px;}.mx-40{margin-left:40px;margin-right:40px;}.mx-5{margin-left:5px;margin-right:5px;}.mx-a,.mx-auto,[mx-auto=""]{margin-left:auto;margin-right:auto;}.my-12{margin-top:12px;margin-bottom:12px;}.my-8,[my-8=""]{margin-top:8px;margin-bottom:8px;}.before\:mx-4::before{margin-left:4px;margin-right:4px;}.\!mb-3{margin-bottom:3px !important;}.\!ml-0{margin-left:0 !important;}.\!ml-107{margin-left:107px !important;}.\!mt-10{margin-top:10px !important;}.\[\&\>\*\:nth-child\(3n\)\]\:mr-0>*:nth-child(3n),.\[\&\>\*\:nth-child\(5n\)\]\:mr-0>*:nth-child(5n),.\[\&\>\*\:nth-child\(6n\)\]\:mr-0>*:nth-child(6n){margin-right:0;}.\[\&\>\*\]\:ml-20>*,.ml-20,[ml-20=""]{margin-left:20px;}.\[\&\>\*\]\:mr-10>*,.mr-10{margin-right:10px;}.\[\&\>\*\]\:mr-6>*,.mr-6,.mr6,[mr-6=""]{margin-right:6px;}.\[\&\>li\]\:mb-16>li,.mb-16{margin-bottom:16px;}.m-b-20,.mb-20{margin-bottom:20px;}.m-r-11{margin-right:11px;}.m-t-26,.mt-26{margin-top:26px;}.mb--2,[mb--2=""]{margin-bottom:-2px;}.mb-10,[mb-10=""]{margin-bottom:10px;}.mb-102{margin-bottom:102px;}.mb-12,[mb-12=""]{margin-bottom:12px;}.mb-13{margin-bottom:13px;}.mb-14,[mb-14=""]{margin-bottom:14px;}.mb-15{margin-bottom:15px;}.mb-18{margin-bottom:18px;}.mb-19{margin-bottom:19px;}.mb-2{margin-bottom:2px;}.mb-22{margin-bottom:22px;}.mb-25{margin-bottom:25px;}.mb-28{margin-bottom:28px;}.mb-3{margin-bottom:3px;}.mb-30{margin-bottom:30px;}.mb-40{margin-bottom:40px;}.mb-44{margin-bottom:44px;}.mb-5{margin-bottom:5px;}.mb-50{margin-bottom:50px;}.mb-6{margin-bottom:6px;}.mb-60{margin-bottom:60px;}.mb-8{margin-bottom:8px;}.ml-1{margin-left:1px;}.ml-10,.ml10{margin-left:10px;}.ml-12{margin-left:12px;}.ml-14{margin-left:14px;}.ml-196{margin-left:196px;}.ml-257{margin-left:257px;}.ml-3{margin-left:3px;}.ml-30{margin-left:30px;}.ml-34,[ml-34=""]{margin-left:34px;}.ml-4{margin-left:4px;}.ml-40{margin-left:40px;}.ml-5,.ml5{margin-left:5px;}.ml-6{margin-left:6px;}.ml-74,[ml-74=""]{margin-left:74px;}.ml-8,[ml-8=""]{margin-left:8px;}.ml-9{margin-left:9px;}.ml-auto{margin-left:auto;}.ml0{margin-left:0;}.mr,.mr-4{margin-right:4px;}.mr-\[5px\],.mr-5{margin-right:5px;}.mr-1{margin-right:1px;}.mr-117{margin-right:117px;}.mr-119{margin-right:119px;}.mr-12{margin-right:12px;}.mr-13{margin-right:13px;}.mr-14{margin-right:14px;}.mr-15{margin-right:15px;}.mr-18{margin-right:18px;}.mr-20{margin-right:20px;}.mr-21{margin-right:21px;}.mr-24,[mr-24=""]{margin-right:24px;}.mr-3{margin-right:3px;}.mr-30{margin-right:30px;}.mr-40,.mr40{margin-right:40px;}.mr-52{margin-right:52px;}.mr-57{margin-right:57px;}.mr-7{margin-right:7px;}.mr-74{margin-right:74px;}.mr-8,[mr-8=""]{margin-right:8px;}.mr25{margin-right:25px;}.mt--6{margin-top:-6px;}.mt-10,[mt-10=""]{margin-top:10px;}.mt-100{margin-top:100px;}.mt-101{margin-top:101px;}.mt-106,[mt-106=""]{margin-top:106px;}.mt-115{margin-top:115px;}.mt-12{margin-top:12px;}.mt-120{margin-top:120px;}.mt-13{margin-top:13px;}.mt-130{margin-top:130px;}.mt-131{margin-top:131px;}.mt-138{margin-top:138px;}.mt-14,[mt-14=""]{margin-top:14px;}.mt-15{margin-top:15px;}.mt-16{margin-top:16px;}.mt-17{margin-top:17px;}.mt-18,.mt18,[mt-18=""]{margin-top:18px;}.mt-2{margin-top:2px;}.mt-20,[mt-20=""]{margin-top:20px;}.mt-200{margin-top:200px;}.mt-22,[mt-22=""]{margin-top:22px;}.mt-24,[mt-24=""]{margin-top:24px;}.mt-25,[mt-25=""]{margin-top:25px;}.mt-28{margin-top:28px;}.mt-3{margin-top:3px;}.mt-30,.mt30{margin-top:30px;}.mt-32{margin-top:32px;}.mt-34{margin-top:34px;}.mt-35{margin-top:35px;}.mt-36{margin-top:36px;}.mt-37,[mt-37=""]{margin-top:37px;}.mt-4{margin-top:4px;}.mt-40,[mt-40=""]{margin-top:40px;}.mt-5,[mt-5=""]{margin-top:5px;}.mt-50{margin-top:50px;}.mt-54{margin-top:54px;}.mt-6{margin-top:6px;}.mt-60{margin-top:60px;}.mt-62{margin-top:62px;}.mt-63{margin-top:63px;}.mt-65{margin-top:65px;}.mt-66{margin-top:66px;}.mt-74{margin-top:74px;}.mt-8,[mt-8=""]{margin-top:8px;}.mt-95{margin-top:95px;}.mt0{margin-top:0;}[dir="ltr"] [ms=""]{margin-left:4px}[dir="rtl"] [ms=""]{margin-right:4px}.first-of-type\:ml-0:first-of-type{margin-left:0;}.first\:ml-0:first-child{margin-left:0;}.first\:mt-0:first-child{margin-top:0;}.first\:mt-30:first-child{margin-top:30px;}[first\:mt-0=""]:first-child{margin-top:0;}.last\:mr-0:last-child{margin-right:0;}.\!block{display:block !important;}.block,[block=""],.group:hover .group-hover\:block,.group:hover [group-hover\:block=""]{display:block;}.after\:block::after{display:block;}.inline-block,[inline-block=""]{display:inline-block;}.before\:inline-block::before{display:inline-block;}.list-item{display:list-item;}.\!hidden{display:none !important;}.hidden,[hidden=""]{display:none;}.size-0{width:0;height:0;}.size-10,[size~="\31 0px"]{width:10px;height:10px;}.size-100{width:100px;height:100px;}.size-118,[size~="\31 18"]{width:118px;height:118px;}.size-120,[size-120=""]{width:120px;height:120px;}.size-14,[size~="\31 4px"]{width:14px;height:14px;}.size-140,[size~="\31 40"]{width:140px;height:140px;}.size-141,[size-141=""]{width:141px;height:141px;}.size-15,[size-15=""],[size~="\31 5px"]{width:15px;height:15px;}.size-16,[size~="\31 6px"]{width:16px;height:16px;}.size-18,[size~="\31 8px"]{width:18px;height:18px;}.size-20,[size~="\32 0px"]{width:20px;height:20px;}.size-200{width:200px;height:200px;}.size-21{width:21px;height:21px;}.size-22,[size~="\32 2px"]{width:22px;height:22px;}.size-25,[size-25=""],[size~="\32 5px"]{width:25px;height:25px;}.size-28,[size~="\32 8px"]{width:28px;height:28px;}.size-280{width:280px;height:280px;}.size-30,[size-30=""],[size~="\33 0px"]{width:30px;height:30px;}.size-31,[size-31=""]{width:31px;height:31px;}.size-34,[size-34=""]{width:34px;height:34px;}.size-35,[size-35=""],[size~="\33 5px"]{width:35px;height:35px;}.size-36,[size-36=""]{width:36px;height:36px;}.size-40,[size~="\34 0px"]{width:40px;height:40px;}.size-41,[size-41=""]{width:41px;height:41px;}.size-42{width:42px;height:42px;}.size-44{width:44px;height:44px;}.size-45{width:45px;height:45px;}.size-46{width:46px;height:46px;}.size-528{width:528px;height:528px;}.size-60{width:60px;height:60px;}.size-64,[size-64=""]{width:64px;height:64px;}.size-70,[size-70=""]{width:70px;height:70px;}.size-80,[size-80=""]{width:80px;height:80px;}.size-90{width:90px;height:90px;}.size-a{width:auto;height:auto;}.size-full{width:100%;height:100%;}.size-screen,[size-screen=""]{width:100vw;height:100vh;}[size~="\31 10"]{width:110px;height:110px;}[size~="\31 2px"]{width:12px;height:12px;}[size~="\31 30"]{width:130px;height:130px;}[size~="\31 3px"]{width:13px;height:13px;}[size~="\31 7px"]{width:17px;height:17px;}[size~="\31 80"]{width:180px;height:180px;}[size~="\31 85"]{width:185px;height:185px;}[size~="\32 4px"]{width:24px;height:24px;}[size~="\36 00"]{width:600px;height:600px;}[size~="\36 px"]{width:6px;height:6px;}[size~="\38 00"]{width:800px;height:800px;}[size~="\38 px"]{width:8px;height:8px;}.before\:size-10::before{width:10px;height:10px;}[before\:size-10=""]::before{width:10px;height:10px;}.after\:size-0::after{width:0;height:0;}.\!h-10{height:10px !important;}.\!h-356{height:356px !important;}.\!h-50,[\!h-50=""]{height:50px !important;}.\!h-5695{height:5695px !important;}.\!h-76{height:76px !important;}.\!max-w-162{max-width:162px !important;}.\!w-10{width:10px !important;}.\!w-100\%{width:100% !important;}.\!w-142{width:142px !important;}.\!w-160{width:160px !important;}.\!w-178,[\!w-178=""]{width:178px !important;}.\!w-228,[\!w-228=""]{width:228px !important;}.\!w-36{width:36px !important;}.\[\&\>li\]\:h-full>li,.h-full,[h-full=""]{height:100%;}.\[\&\>li\]\:max-w-340>li,.max-w-340{max-width:340px;}.h-\[1317px\]{height:1317px;}.h-\[224px\]{height:224px;}.h-\[446px\]{height:446px;}.h-\[840px\]{height:840px;}.h-\[970px\]{height:970px;}.h-\[calc\(100\%-68px\)\]{height:calc(100% - 68px);}.h-0,[h-0=""]{height:0;}.h-1{height:1px;}.h-1\/5{height:20%;}.h-10{height:10px;}.h-100{height:100px;}.h-120{height:120px;}.h-129{height:129px;}.h-13{height:13px;}.h-130{height:130px;}.h-139{height:139px;}.h-14{height:14px;}.h-145{height:145px;}.h-15{height:15px;}.h-150{height:150px;}.h-16,.h-16px,[h-16=""]{height:16px;}.h-160{height:160px;}.h-163{height:163px;}.h-166{height:166px;}.h-174{height:174px;}.h-178{height:178px;}.h-18{height:18px;}.h-180{height:180px;}.h-186{height:186px;}.h-188{height:188px;}.h-19{height:19px;}.h-20{height:20px;}.h-21,[h-21=""]{height:21px;}.h-222{height:222px;}.h-226,[h-226=""]{height:226px;}.h-24{height:24px;}.h-240,[h-240=""]{height:240px;}.h-25{height:25px;}.h-26{height:26px;}.h-260{height:260px;}.h-267{height:267px;}.h-275{height:275px;}.h-28{height:28px;}.h-3,.h3{height:3px;}.h-30,[h-30=""]{height:30px;}.h-318{height:318px;}.h-32,[h-32=""]{height:32px;}.h-336{height:336px;}.h-34{height:34px;}.h-340{height:340px;}.h-344{height:344px;}.h-35{height:35px;}.h-36{height:36px;}.h-363{height:363px;}.h-378{height:378px;}.h-38{height:38px;}.h-380{height:380px;}.h-4,.h4,[h-4=""]{height:4px;}.h-40,.h40{height:40px;}.h-402{height:402px;}.h-404{height:404px;}.h-42{height:42px;}.h-44,[h-44=""]{height:44px;}.h-440,[h-440=""]{height:440px;}.h-45{height:45px;}.h-458{height:458px;}.h-46{height:46px;}.h-473{height:473px;}.h-477{height:477px;}.h-48{height:48px;}.h-486{height:486px;}.h-493{height:493px;}.h-5,.h5{height:5px;}.h-50,[h-50=""]{height:50px;}.h-500{height:500px;}.h-512{height:512px;}.h-52{height:52px;}.h-528{height:528px;}.h-535{height:535px;}.h-54{height:54px;}.h-55{height:55px;}.h-56,[h-56=""]{height:56px;}.h-560{height:560px;}.h-573{height:573px;}.h-582{height:582px;}.h-589{height:589px;}.h-590{height:590px;}.h-595{height:595px;}.h-60,.h-60px,[h-60px=""]{height:60px;}.h-605{height:605px;}.h-610{height:610px;}.h-64{height:64px;}.h-640{height:640px;}.h-66{height:66px;}.h-673,[h-673=""]{height:673px;}.h-68{height:68px;}.h-680{height:680px;}.h-690{height:690px;}.h-70{height:70px;}.h-72{height:72px;}.h-728{height:728px;}.h-74,[h-74=""]{height:74px;}.h-748{height:748px;}.h-78{height:78px;}.h-785{height:785px;}.h-79{height:79px;}.h-8,[h-8=""]{height:8px;}.h-80,[h-80=""]{height:80px;}.h-800{height:800px;}.h-802{height:802px;}.h-831{height:831px;}.h-84{height:84px;}.h-86{height:86px;}.h-90{height:90px;}.h-906{height:906px;}.h-a,.h-auto,[h-a=""]{height:auto;}.h-fit{height:-moz-fit-content;height:fit-content;}.h-inherit{height:inherit;}.h-max{height:-moz-max-content;height:max-content;}.h-screen{height:100vh;}.h2{height:2px;}.h6{height:6px;}.max-h-100{max-height:100px;}.max-h-195{max-height:195px;}.max-h-200{max-height:200px;}.max-h-320{max-height:320px;}.max-h-400{max-height:400px;}.max-h-590{max-height:590px;}.max-h-600{max-height:600px;}.max-h-610{max-height:610px;}.max-h-772{max-height:772px;}.max-h-90{max-height:90px;}.max-h-full{max-height:100%;}.max-w-110{max-width:110px;}.max-w-120{max-width:120px;}.max-w-194{max-width:194px;}.max-w-2560{max-width:2560px;}.max-w-260{max-width:260px;}.max-w-300{max-width:300px;}.max-w-400{max-width:400px;}.max-w-444{max-width:444px;}.max-w-6\/7{max-width:85.7142857143%;}.max-w-700{max-width:700px;}.max-w-full,[max-w-full=""]{max-width:100%;}.max-w-none{max-width:none;}.min-h-\[calc\(50vh\+940px\)\]{min-height:calc(50vh + 940px);}.min-h-140{min-height:140px;}.min-h-145{min-height:145px;}.min-h-25{min-height:25px;}.min-h-37{min-height:37px;}.min-h-44{min-height:44px;}.min-h-57{min-height:57px;}.min-h-590{min-height:590px;}.min-h-610{min-height:610px;}.min-w-\[30\%\]{min-width:30%;}.min-w-260{min-width:260px;}.min-w-31,[min-w-31=""]{min-width:31px;}.min-w-50{min-width:50px;}.min-w-60{min-width:60px;}.min-w-80{min-width:80px;}.min-w-82{min-width:82px;}.min-w-a,[min-w-a=""]{min-width:auto;}.min-w-max{min-width:-moz-max-content;min-width:max-content;}.w-\[1304px\]{width:1304px;}.w-\[1317px\]{width:1317px;}.w-\[669px\],.w-669{width:669px;}.w-\[calc\(50\%-6px\)\]{width:calc(50% - 6px);}.w-0,.w-0\%,[w-0=""]{width:0;}.w-1,[w-1=""]{width:1px;}.w-1\/2{width:50%;}.w-100,[w-100=""]{width:100px;}.w-100\%,.w-full,[w-100\%=""],[w-full=""]{width:100%;}.w-1000{width:1000px;}.w-1010{width:1010px;}.w-102{width:102px;}.w-1020{width:1020px;}.w-104{width:104px;}.w-1048{width:1048px;}.w-1056{width:1056px;}.w-1070{width:1070px;}.w-108,[w-108=""]{width:108px;}.w-112{width:112px;}.w-1167{width:1167px;}.w-1184{width:1184px;}.w-12{width:12px;}.w-120{width:120px;}.w-1200{width:1200px;}.w-1224{width:1224px;}.w-123{width:123px;}.w-124{width:124px;}.w-1298{width:1298px;}.w-130{width:130px;}.w-1320{width:1320px;}.w-135{width:135px;}.w-136{width:136px;}.w-1380{width:1380px;}.w-140{width:140px;}.w-143{width:143px;}.w-1440{width:1440px;}.w-146{width:146px;}.w-150{width:150px;}.w-1500{width:1500px;}.w-151{width:151px;}.w-16,.w-16px,[w-16=""]{width:16px;}.w-160{width:160px;}.w-162{width:162px;}.w-163,[w-163=""]{width:163px;}.w-166,[w-166=""]{width:166px;}.w-168{width:168px;}.w-170{width:170px;}.w-180{width:180px;}.w-1800{width:1800px;}.w-185{width:185px;}.w-19{width:19px;}.w-190,[w-190=""]{width:190px;}.w-192{width:192px;}.w-20{width:20px;}.w-200{width:200px;}.w-21{width:21px;}.w-210{width:210px;}.w-240{width:240px;}.w-242{width:242px;}.w-245{width:245px;}.w-250{width:250px;}.w-256{width:256px;}.w-26{width:26px;}.w-260,[w-260=""]{width:260px;}.w-27{width:27px;}.w-272{width:272px;}.w-274{width:274px;}.w-28{width:28px;}.w-280{width:280px;}.w-284{width:284px;}.w-290{width:290px;}.w-30{width:30px;}.w-300{width:300px;}.w-302{width:302px;}.w-310{width:310px;}.w-312,[w-312=""]{width:312px;}.w-32{width:32px;}.w-320{width:320px;}.w-328{width:328px;}.w-340{width:340px;}.w-345,.w345{width:345px;}.w-36{width:36px;}.w-360,[w-360=""]{width:360px;}.w-373{width:373px;}.w-376{width:376px;}.w-4{width:4px;}.w-40{width:40px;}.w-400{width:400px;}.w-420{width:420px;}.w-440,[w-440=""]{width:440px;}.w-45{width:45px;}.w-450{width:450px;}.w-46{width:46px;}.w-48{width:48px;}.w-495{width:495px;}.w-5{width:5px;}.w-50,[w-50=""]{width:50px;}.w-52,[w-52=""]{width:52px;}.w-525,[w-525=""]{width:525px;}.w-55{width:55px;}.w-563{width:563px;}.w-605{width:605px;}.w-620,[w-620=""]{width:620px;}.w-632{width:632px;}.w-640{width:640px;}.w-641,[w-641=""]{width:641px;}.w-649{width:649px;}.w-650{width:650px;}.w-680{width:680px;}.w-700{width:700px;}.w-74,[w-74=""]{width:74px;}.w-760{width:760px;}.w-8,[w-8=""]{width:8px;}.w-80{width:80px;}.w-800{width:800px;}.w-808{width:808px;}.w-857{width:857px;}.w-860{width:860px;}.w-88,[w-88=""]{width:88px;}.w-900{width:900px;}.w-919{width:919px;}.w-92{width:92px;}.w-932{width:932px;}.w-956{width:956px;}.w-972{width:972px;}.w-a,.w-auto,[w-a=""]{width:auto;}.w-max,[w-max=""]{width:-moz-max-content;width:max-content;}.w-screen{width:100vw;}[max-w-6=""]{max-width:6px;}.hover\:h-10:hover{height:10px;}.hover\:w-10:hover{width:10px;}.before\:h-1::before{height:1px;}.before\:h-20::before{height:20px;}.before\:h-24::before{height:24px;}.before\:h-8::before{height:8px;}.before\:min-w-max::before{min-width:-moz-max-content;min-width:max-content;}.before\:w-\[85\%\]::before{width:85%;}.before\:w-12::before{width:12px;}.before\:w-185::before{width:185px;}.before\:w-full::before{width:100%;}[before\:h-20=""]::before{height:20px;}[before\:w-full=""]::before{width:100%;}.after\:h-2::after{height:2px;}.after\:h-full::after{height:100%;}.after\:w-20::after{width:20px;}.after\:w-full::after{width:100%;}.\!flex,.group:hover .group-hover\:\!flex{display:flex !important;}.flex,[flex=""],uno-flex{display:flex;}.inline-flex{display:inline-flex;}.\[\&\>li\]\:flex-1>li,.flex-1{flex:1 1 0%;}.flex-auto,[flex-auto=""]{flex:1 1 auto;}.flex-none{flex:none;}.flex-shrink{flex-shrink:1;}.flex-shrink-0{flex-shrink:0;}.flex-grow-1{flex-grow:1;}.after\:flex-grow-999999999::after{flex-grow:999999999;}.basis-1\/2{flex-basis:50%;}.basis-1\/3{flex-basis:33.3333333333%;}.flex-row-reverse{flex-direction:row-reverse;}.flex-col-reverse{flex-direction:column-reverse;}.flex-wrap{flex-wrap:wrap;}.table{display:table;}.table-cell{display:table-cell;}.border-collapse{border-collapse:collapse;}.-translate-1\/2{--un-translate-x:-50%;--un-translate-y:-50%;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.transform-translate-\[60\%\,-100\%\]{--un-translate-x:60%;--un-translate-y:-100%;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.-translate-x-1\/2,.transform-translate-x-\[-50\%\],.translate-x--50\%,[translate-x--50\%=""]{--un-translate-x:-50%;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.-translate-y-1\/2,.translate-y--50\%{--un-translate-y:-50%;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}[-translate-x-1=""]{--un-translate-x:-1px;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}[-translate-y-1=""]{--un-translate-y:-1px;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.hover\:-translate-y-5:hover{--un-translate-y:-5px;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.hover\:-translate-y-8:hover{--un-translate-y:-8px;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.before\:-translate-x-1\/2::before{--un-translate-x:-50%;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.before\:-translate-y-1\/2::before{--un-translate-y:-50%;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.after\:-translate-x-1\/2::after{--un-translate-x:-50%;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.rotate-180,.group:hover .group-hover\:rotate-180{--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-rotate:180deg;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.transform{transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.animate-\[envelopeSpin_10s_linear_infinite\]{animation:envelopeSpin 10s linear infinite;}.animate-\[opacityTransform_1s_ease-in-out\]{animation:opacityTransform 1s ease-in-out;}.animate-duration-1000{animation-duration:1000ms;}.\!cursor-auto{cursor:auto !important;}.cursor-default{cursor:default;}.cursor-pointer,[cursor-pointer=""]{cursor:pointer;}.cursor-text{cursor:text;}.\!cursor-no-drop{cursor:no-drop !important;}.cursor-no-drop{cursor:no-drop;}.cursor-grab{cursor:grab;}.cursor-grabbing{cursor:grabbing;}.cursor-nw-resize,[cursor-nw-resize=""]{cursor:nw-resize;}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none;}.resize{resize:both;}.list-none{list-style-type:none;}.\[\&\:\:-webkit-inner-spin-button\]\:appearance-none::-webkit-inner-spin-button,.\[\&\:\:-webkit-outer-spin-button\]\:appearance-none::-webkit-outer-spin-button,.appearance-none{-webkit-appearance:none;appearance:none;}.\!items-start{align-items:flex-start !important;}.items-start{align-items:flex-start;}.items-end{align-items:flex-end;}.items-center,[items-center=""]{align-items:center;}.justify-start{justify-content:flex-start;}.\!justify-end{justify-content:flex-end !important;}.justify-end,[justify-end=""]{justify-content:flex-end;}.flex-justify-center,.justify-center,[justify-center=""]{justify-content:center;}.justify-between,[justify-between=""]{justify-content:space-between;}.\[\&\>li\]\:justify-evenly>li,.justify-evenly{justify-content:space-evenly;}.gap-10{gap:10px;}.gap-12{gap:12px;}.gap-25{gap:25px;}.gap-50{gap:50px;}.gap-57{gap:57px;}.space-x-10>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(10px * (1 - var(--un-space-x-reverse)));margin-left:calc(10px * calc(1 - var(--un-space-x-reverse)));margin-right:calc(10px * var(--un-space-x-reverse));}.space-x-14>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(14px * (1 - var(--un-space-x-reverse)));margin-left:calc(14px * calc(1 - var(--un-space-x-reverse)));margin-right:calc(14px * var(--un-space-x-reverse));}.space-x-2>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(2px * (1 - var(--un-space-x-reverse)));margin-left:calc(2px * calc(1 - var(--un-space-x-reverse)));margin-right:calc(2px * var(--un-space-x-reverse));}.space-x-20>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(20px * (1 - var(--un-space-x-reverse)));margin-left:calc(20px * calc(1 - var(--un-space-x-reverse)));margin-right:calc(20px * var(--un-space-x-reverse));}.space-x-239>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(239px * (1 - var(--un-space-x-reverse)));margin-left:calc(239px * calc(1 - var(--un-space-x-reverse)));margin-right:calc(239px * var(--un-space-x-reverse));}.space-x-24>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(24px * (1 - var(--un-space-x-reverse)));margin-left:calc(24px * calc(1 - var(--un-space-x-reverse)));margin-right:calc(24px * var(--un-space-x-reverse));}.space-x-30>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(30px * (1 - var(--un-space-x-reverse)));margin-left:calc(30px * calc(1 - var(--un-space-x-reverse)));margin-right:calc(30px * var(--un-space-x-reverse));}.space-x-35>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(35px * (1 - var(--un-space-x-reverse)));margin-left:calc(35px * calc(1 - var(--un-space-x-reverse)));margin-right:calc(35px * var(--un-space-x-reverse));}.space-x-36>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(36px * (1 - var(--un-space-x-reverse)));margin-left:calc(36px * calc(1 - var(--un-space-x-reverse)));margin-right:calc(36px * var(--un-space-x-reverse));}.space-x-4>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(4px * (1 - var(--un-space-x-reverse)));margin-left:calc(4px * calc(1 - var(--un-space-x-reverse)));margin-right:calc(4px * var(--un-space-x-reverse));}.space-x-47>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(47px * (1 - var(--un-space-x-reverse)));margin-left:calc(47px * calc(1 - var(--un-space-x-reverse)));margin-right:calc(47px * var(--un-space-x-reverse));}.space-x-5>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(5px * (1 - var(--un-space-x-reverse)));margin-left:calc(5px * calc(1 - var(--un-space-x-reverse)));margin-right:calc(5px * var(--un-space-x-reverse));}.space-x-52>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(52px * (1 - var(--un-space-x-reverse)));margin-left:calc(52px * calc(1 - var(--un-space-x-reverse)));margin-right:calc(52px * var(--un-space-x-reverse));}.space-y-10>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(10px * (1 - var(--un-space-y-reverse)));margin-top:calc(10px * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(10px * var(--un-space-y-reverse));}.space-y-14>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(14px * (1 - var(--un-space-y-reverse)));margin-top:calc(14px * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(14px * var(--un-space-y-reverse));}.space-y-18>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(18px * (1 - var(--un-space-y-reverse)));margin-top:calc(18px * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(18px * var(--un-space-y-reverse));}.space-y-200>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(200px * (1 - var(--un-space-y-reverse)));margin-top:calc(200px * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(200px * var(--un-space-y-reverse));}.space-y-24>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(24px * (1 - var(--un-space-y-reverse)));margin-top:calc(24px * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(24px * var(--un-space-y-reverse));}.space-y-5>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(5px * (1 - var(--un-space-y-reverse)));margin-top:calc(5px * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(5px * var(--un-space-y-reverse));}.space-y-6>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(6px * (1 - var(--un-space-y-reverse)));margin-top:calc(6px * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(6px * var(--un-space-y-reverse));}.\!overflow-visible{overflow:visible !important;}.overflow-auto{overflow:auto;}.overflow-hidden{overflow:hidden;}.overflow-x-auto{overflow-x:auto;}.overflow-x-hidden{overflow-x:hidden;}.overflow-y-auto,[overflow-y-auto=""]{overflow-y:auto;}.overflow-y-hidden{overflow-y:hidden;}.truncate,[truncate=""]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.whitespace-normal{white-space:normal;}.whitespace-pre,[whitespace-pre=""]{white-space:pre;}.\!border{border-width:1px !important;}.b,.border,.border-1,[b=""],[border=""]{border-width:1px;}.border-\[2px\],.border-2,[border-2=""]{border-width:2px;}.border-\[6px\],.border-6,[border-6=""]{border-width:6px;}.border-3{border-width:3px;}.border-4,[border-4=""]{border-width:4px;}.before\:border-10::before{border-width:10px;}.before\:border-5::before{border-width:5px;}.before\:border-6::before{border-width:6px;}.border-x-10,[border-x-10=""]{border-left-width:10px;border-right-width:10px;}.border-x-4{border-left-width:4px;border-right-width:4px;}.border-x-8,[border-x-8=""]{border-left-width:8px;border-right-width:8px;}.border-y-10,[border-y-10=""]{border-top-width:10px;border-bottom-width:10px;}.border-b,.border-b-1{border-bottom-width:1px;}.border-b-12,[border-b-12=""]{border-bottom-width:12px;}.border-b-8,[border-b-8=""]{border-bottom-width:8px;}.border-l,.border-l-1,[border-l-1=""]{border-left-width:1px;}.border-r,.border-r-1{border-right-width:1px;}.border-r-28{border-right-width:28px;}.border-t,[border-t=""]{border-top-width:1px;}.border-t-28{border-top-width:28px;}.border-t-8{border-top-width:8px;}.before\:border-t-10::before{border-top-width:10px;}.before\:border-t-6::before{border-top-width:6px;}.before\:border-t::before{border-top-width:1px;}.after\:border-b-5::after{border-bottom-width:5px;}.after\:border-l-5::after{border-left-width:5px;}.after\:border-r-5::after{border-right-width:5px;}.\!border-\[var\(--activity-button-color-1\)\]{border-color:var(--activity-button-color-1) !important;}.\!border-hex-999{--un-border-opacity:1 !important;border-color:rgba(153, 153, 153, var(--un-border-opacity)) !important;}.\!border-primary{--un-border-opacity:1 !important;border-color:rgba(232, 0, 0, var(--un-border-opacity)) !important;}.\!border-transparent{border-color:transparent !important;}.border-\[\#C669FF\]{--un-border-opacity:1;border-color:rgba(198, 105, 255, var(--un-border-opacity));}.border-\[\#CCCCCC\],.border-hex-ccc{--un-border-opacity:1;border-color:rgba(204, 204, 204, var(--un-border-opacity));}.border-\[\#DEC4FF\]{--un-border-opacity:1;border-color:rgba(222, 196, 255, var(--un-border-opacity));}.border-\[\#F0E6FF\]{--un-border-opacity:1;border-color:rgba(240, 230, 255, var(--un-border-opacity));}.border-\[\#FE9500\]{--un-border-opacity:1;border-color:rgba(254, 149, 0, var(--un-border-opacity));}.border-\#DDD,.border-hex-ddd{--un-border-opacity:1;border-color:rgba(221, 221, 221, var(--un-border-opacity));}.border-\#e6e6e6,.border-\#E6E6E6{--un-border-opacity:1;border-color:rgba(230, 230, 230, var(--un-border-opacity));}.border-\#EEE,.border-hex-eee{--un-border-opacity:1;border-color:rgba(238, 238, 238, var(--un-border-opacity));}.border-hex-4b4b4b{--un-border-opacity:1;border-color:rgba(75, 75, 75, var(--un-border-opacity));}.border-hex-999{--un-border-opacity:1;border-color:rgba(153, 153, 153, var(--un-border-opacity));}.border-hex-bababa{--un-border-opacity:1;border-color:rgba(186, 186, 186, var(--un-border-opacity));}.border-hex-bbb{--un-border-opacity:1;border-color:rgba(187, 187, 187, var(--un-border-opacity));}.border-hex-D8D8D8{--un-border-opacity:1;border-color:rgba(216, 216, 216, var(--un-border-opacity));}.border-hex-f1f1f1{--un-border-opacity:1;border-color:rgba(241, 241, 241, var(--un-border-opacity));}.border-hex-f2f2f2{--un-border-opacity:1;border-color:rgba(242, 242, 242, var(--un-border-opacity));}.border-hex-F5F5F5{--un-border-opacity:1;border-color:rgba(245, 245, 245, var(--un-border-opacity));}.border-hex-f7f7f7{--un-border-opacity:1;border-color:rgba(247, 247, 247, var(--un-border-opacity));}.border-hex-ff9900{--un-border-opacity:1;border-color:rgba(255, 153, 0, var(--un-border-opacity));}.border-hex-ffd3d3{--un-border-opacity:1;border-color:rgba(255, 211, 211, var(--un-border-opacity));}.border-primary,.group:hover .group-hover\:border-primary{--un-border-opacity:1;border-color:rgba(232, 0, 0, var(--un-border-opacity));}.border-transparent{border-color:transparent;}.border-white,[border-white=""]{--un-border-opacity:1;border-color:rgba(255, 255, 255, var(--un-border-opacity));}.border-white\/30{border-color:rgba(255, 255, 255, 0.3);}.\!hover\:border-primary:hover{--un-border-opacity:1 !important;border-color:rgba(232, 0, 0, var(--un-border-opacity)) !important;}.hover\:border-primary:hover{--un-border-opacity:1;border-color:rgba(232, 0, 0, var(--un-border-opacity));}.hover\:border-transparent:hover{border-color:transparent;}.before\:border-hex-999::before{--un-border-opacity:1;border-color:rgba(153, 153, 153, var(--un-border-opacity));}.before\:border-transparent::before{border-color:transparent;}.border-x-transparent,[border-x-transparent=""]{border-left-color:transparent;border-right-color:transparent;}.border-y-transparent,[border-y-transparent=""]{border-top-color:transparent;border-bottom-color:transparent;}.border-b-\[\#EA81FF\]{--un-border-opacity:1;--un-border-bottom-opacity:var(--un-border-opacity);border-bottom-color:rgba(234, 129, 255, var(--un-border-bottom-opacity));}.border-b-\[\#ffffff\]{--un-border-opacity:1;--un-border-bottom-opacity:var(--un-border-opacity);border-bottom-color:rgba(255, 255, 255, var(--un-border-bottom-opacity));}.border-b-hex-eee{--un-border-opacity:1;--un-border-bottom-opacity:var(--un-border-opacity);border-bottom-color:rgba(238, 238, 238, var(--un-border-bottom-opacity));}.border-l-\[\#fff\]{--un-border-opacity:1;--un-border-left-opacity:var(--un-border-opacity);border-left-color:rgba(255, 255, 255, var(--un-border-left-opacity));}.border-r-\[\#C669FF\]{--un-border-opacity:1;--un-border-right-opacity:var(--un-border-opacity);border-right-color:rgba(198, 105, 255, var(--un-border-right-opacity));}.border-r-hex-eee{--un-border-opacity:1;--un-border-right-opacity:var(--un-border-opacity);border-right-color:rgba(238, 238, 238, var(--un-border-right-opacity));}.border-r-transparent,[border-r-transparent=""]{border-right-color:transparent;}.border-t-\[\#E6E6E6\]{--un-border-opacity:1;--un-border-top-opacity:var(--un-border-opacity);border-top-color:rgba(230, 230, 230, var(--un-border-top-opacity));}.border-t-\[\#FE9500\]{--un-border-opacity:1;--un-border-top-opacity:var(--un-border-opacity);border-top-color:rgba(254, 149, 0, var(--un-border-top-opacity));}.border-t-hex-ddd{--un-border-opacity:1;--un-border-top-opacity:var(--un-border-opacity);border-top-color:rgba(221, 221, 221, var(--un-border-top-opacity));}.border-t-transparent{border-top-color:transparent;}.\!before\:border-l-\[rgba\(0\,0\,0\,\.5\)\]::before{--un-border-opacity:.5 !important;--un-border-left-opacity:var(--un-border-opacity) !important;border-left-color:rgba(0, 0, 0, var(--un-border-left-opacity)) !important;}.before\:border-l-\[rgba\(0\,0\,0\,\.5\)\]::before{--un-border-opacity:.5;--un-border-left-opacity:var(--un-border-opacity);border-left-color:rgba(0, 0, 0, var(--un-border-left-opacity));}.before\:border-l-\[rgba\(0\,0\,0\.5\)\]::before{--un-border-opacity:1;--un-border-left-opacity:var(--un-border-opacity);border-left-color:rgba(0, 0, 0.5, var(--un-border-left-opacity));}.before\:border-t-\#fff::before{--un-border-opacity:1;--un-border-top-opacity:var(--un-border-opacity);border-top-color:rgba(255, 255, 255, var(--un-border-top-opacity));}.before\:border-t-primary::before{--un-border-opacity:1;--un-border-top-opacity:var(--un-border-opacity);border-top-color:rgba(232, 0, 0, var(--un-border-top-opacity));}.after\:border-b-primary::after{--un-border-opacity:1;--un-border-bottom-opacity:var(--un-border-opacity);border-bottom-color:rgba(232, 0, 0, var(--un-border-bottom-opacity));}.after\:border-l-transparent::after{border-left-color:transparent;}.after\:border-l-white::after{--un-border-opacity:1;--un-border-left-opacity:var(--un-border-opacity);border-left-color:rgba(255, 255, 255, var(--un-border-left-opacity));}.after\:border-r-transparent::after{border-right-color:transparent;}.before\:border-l-op-50::before{--un-border-left-opacity:0.5;}.\!rounded-\[10px_0_10px_10px\]{border-radius:10px 0 10px 10px !important;}.\!rounded-40{border-radius:40px !important;}.\!rounded-5{border-radius:5px !important;}.rounded,.rounded-\[1px\]{border-radius:1px;}.rounded-\[0_10px_10px_10px\]{border-radius:0 10px 10px 10px;}.rounded-\[0_5px_5px_0\]{border-radius:0 5px 5px 0;}.rounded-\[0px_10px_0px_6px\]{border-radius:0px 10px 0px 6px;}.rounded-\[10px_0_0_0\]{border-radius:10px 0 0 0;}.rounded-\[10px_10px_0_10px\]{border-radius:10px 10px 0 10px;}.rounded-\[10px\],.rounded-10,[rounded-10=""]{border-radius:10px;}.rounded-\[14px_14px_0_0\]{border-radius:14px 14px 0 0;}.rounded-\[18px\],.rounded-18{border-radius:18px;}.rounded-\[20px\],.rounded-20{border-radius:20px;}.rounded-\[2px\],.rounded-lg{border-radius:2px;}.rounded-\[3px\],.rounded-3{border-radius:3px;}.rounded-\[4px\],.rounded-2xl,.rounded-4,[rounded-2xl=""]{border-radius:4px;}.rounded-\[5px_0_0_5px\]{border-radius:5px 0 0 5px;}.rounded-\[5px\],.rounded-5,[rounded-5=""]{border-radius:5px;}.rounded-14{border-radius:14px;}.rounded-15,[rounded-15=""]{border-radius:15px;}.rounded-21{border-radius:21px;}.rounded-24{border-radius:24px;}.rounded-25,[rounded-25=""]{border-radius:25px;}.rounded-33{border-radius:33px;}.rounded-40,[rounded-40=""]{border-radius:40px;}.rounded-50,[rounded-50=""]{border-radius:50px;}.rounded-6{border-radius:6px;}.rounded-8{border-radius:8px;}.rounded-full,[rounded-full=""]{border-radius:9999px;}.before\:rounded-5::before{border-radius:5px;}.before\:rounded-full::before{border-radius:9999px;}[before\:rounded-full=""]::before{border-radius:9999px;}.rounded-b-6{border-bottom-left-radius:6px;border-bottom-right-radius:6px;}.rounded-l-15{border-top-left-radius:15px;border-bottom-left-radius:15px;}.rounded-l-33{border-top-left-radius:33px;border-bottom-left-radius:33px;}.rounded-r-15{border-top-right-radius:15px;border-bottom-right-radius:15px;}.rounded-r-33{border-top-right-radius:33px;border-bottom-right-radius:33px;}.rounded-r-6{border-top-right-radius:6px;border-bottom-right-radius:6px;}.rounded-t-\[5px\]{border-top-left-radius:5px;border-top-right-radius:5px;}.rounded-t-6{border-top-left-radius:6px;border-top-right-radius:6px;}.rounded-bl-10{border-bottom-left-radius:10px;}.rounded-lt-10{border-top-left-radius:10px;}.rounded-rt-10,.rounded-tr-10{border-top-right-radius:10px;}.rounded-tl-20{border-top-left-radius:20px;}.\!border-none{border-style:none !important;}.border-dashed{border-style:dashed;}.border-none,[border-none=""]{border-style:none;}.border-solid{border-style:solid;}.before\:border-dashed::before{border-style:dashed;}.before\:border-solid::before{border-style:solid;}.\!border-r-none{border-right-style:none !important;}.border-r-solid{border-right-style:solid;}.before\:border-t-dashed::before{border-top-style:dashed;}.after\:border-b-solid::after{border-bottom-style:solid;}.after\:border-l-solid::after{border-left-style:solid;}.after\:border-r-solid::after{border-right-style:solid;}.\!bg-\[\#FFB8B8\]{--un-bg-opacity:1 !important;background-color:rgba(255, 184, 184, var(--un-bg-opacity)) !important;}.\!bg-\[linear-gradient\(106deg\,\#CCC2B8_0\%\,\#807373_100\%\)\]{background-image:linear-gradient(106deg,#CCC2B8 0%,#807373 100%) !important;}.\!bg-\#E80000{--un-bg-opacity:1 !important;background-color:rgba(232, 0, 0, var(--un-bg-opacity)) !important;}.\!bg-hex-40CAB4{--un-bg-opacity:1 !important;background-color:rgba(64, 202, 180, var(--un-bg-opacity)) !important;}.\!bg-hex-999{--un-bg-opacity:1 !important;background-color:rgba(153, 153, 153, var(--un-bg-opacity)) !important;}.\!bg-hex-b6b5b5ff{--un-bg-opacity:1 !important;background-color:rgba(182, 181, 181, var(--un-bg-opacity)) !important;}.\!bg-hex-c2c2c2{--un-bg-opacity:1 !important;background-color:rgba(194, 194, 194, var(--un-bg-opacity)) !important;}.\!bg-hex-d3d3d3{--un-bg-opacity:1 !important;background-color:rgba(211, 211, 211, var(--un-bg-opacity)) !important;}.\!bg-hex-dedede{--un-bg-opacity:1 !important;background-color:rgba(222, 222, 222, var(--un-bg-opacity)) !important;}.\!bg-hex-eb7373ff{--un-bg-opacity:1 !important;background-color:rgba(235, 115, 115, var(--un-bg-opacity)) !important;}.\!bg-hex-FF9900{--un-bg-opacity:1 !important;background-color:rgba(255, 153, 0, var(--un-bg-opacity)) !important;}.\!bg-hex-ffe9e9{--un-bg-opacity:1 !important;background-color:rgba(255, 233, 233, var(--un-bg-opacity)) !important;}.\!bg-hex-FFF4F4{--un-bg-opacity:1 !important;background-color:rgba(255, 244, 244, var(--un-bg-opacity)) !important;}.\!bg-hex-FFF5F7{--un-bg-opacity:1 !important;background-color:rgba(255, 245, 247, var(--un-bg-opacity)) !important;}.\!bg-transparent{background-color:transparent !important;}.\!bg-white{--un-bg-opacity:1 !important;background-color:rgba(255, 255, 255, var(--un-bg-opacity)) !important;}.bg-\[\#c273ff\]{--un-bg-opacity:1;background-color:rgba(194, 115, 255, var(--un-bg-opacity));}.bg-\[\#E9DAFF\]{--un-bg-opacity:1;background-color:rgba(233, 218, 255, var(--un-bg-opacity));}.bg-\[\#f7f7f7\],.bg-\#F7F7F7,.bg-hex-f7f7f7{--un-bg-opacity:1;background-color:rgba(247, 247, 247, var(--un-bg-opacity));}.bg-\[\#FAF0F7\]{--un-bg-opacity:1;background-color:rgba(250, 240, 247, var(--un-bg-opacity));}.bg-\[\#FFEDCC\],.bg-\#FFEDCC{--un-bg-opacity:1;background-color:rgba(255, 237, 204, var(--un-bg-opacity));}.bg-\[hsla\(0\,0\%\,100\%\,\.9\)\]{--un-bg-opacity:.9;background-color:hsla(0, 0%, 100%, var(--un-bg-opacity));}.bg-\[hsla\(0\,0\%\,100\%\,\.97\)\]{--un-bg-opacity:.97;background-color:hsla(0, 0%, 100%, var(--un-bg-opacity));}.bg-\[linear-gradient\(106deg\,\#FF8710_0\%\,\#F41919_100\%\)\]{background-image:linear-gradient(106deg,#FF8710 0%,#F41919 100%);}.bg-\[linear-gradient\(111deg\,rgba\(238\,200\,255\,0\.1\)_0\%\,rgba\(182\,94\,255\,0\.2\)_50\%\,rgba\(238\,200\,255\,0\.1\)_100\%\)\]{background-image:linear-gradient(111deg,rgba(238,200,255,0.1) 0%,rgba(182,94,255,0.2) 50%,rgba(238,200,255,0.1) 100%);}.bg-\[linear-gradient\(113deg\,\#E5AEE0_0\%\,\#D797E5_52\%\,\#B881E5_100\%\)\]{background-image:linear-gradient(113deg,#E5AEE0 0%,#D797E5 52%,#B881E5 100%);}.bg-\[linear-gradient\(113deg\,\#FF738F_0\%\,\#FF3966_100\%\)\]{background-image:linear-gradient(113deg,#FF738F 0%,#FF3966 100%);}.bg-\[linear-gradient\(113deg\,\#FF74E1_0\%\,\#FF3966_100\%\)\]{background-image:linear-gradient(113deg,#FF74E1 0%,#FF3966 100%);}.bg-\[linear-gradient\(113deg\,\#FF9DF5_0\%\,\#E77DFF_52\%\,\#B65EFF_100\%\)\]{background-image:linear-gradient(113deg,#FF9DF5 0%,#E77DFF 52%,#B65EFF 100%);}.bg-\[linear-gradient\(113deg\,\#FFDBFB_0\%\,\#F6D1FF_52\%\,\#E8CCFF_100\%\)\]{background-image:linear-gradient(113deg,#FFDBFB 0%,#F6D1FF 52%,#E8CCFF 100%);}.bg-\[linear-gradient\(135deg\,\#FF6759_0\%\,\#FF2424_100\%\)\]{background-image:linear-gradient(135deg,#FF6759 0%,#FF2424 100%);}.bg-\[linear-gradient\(180deg\,\#944DFF_0\%\,\#E684EC_100\%\)\]{background-image:linear-gradient(180deg,#944DFF 0%,#E684EC 100%);}.bg-\[linear-gradient\(180deg\,\#CDACFF_0\%\,\#D3C9FF_100\%\)\]{background-image:linear-gradient(180deg,#CDACFF 0%,#D3C9FF 100%);}.bg-\[linear-gradient\(180deg\,\#FAF7FF_0\%\,\#EFE5FF_100\%\)\]{background-image:linear-gradient(180deg,#FAF7FF 0%,#EFE5FF 100%);}.bg-\[linear-gradient\(180deg\,\#FEF7EF_0\%\,\#FEF3E5_100\%\)\]{background-image:linear-gradient(180deg,#FEF7EF 0%,#FEF3E5 100%);}.bg-\[linear-gradient\(180deg\,rgba\(254\,221\,255\,1\)\,rgba\(189\,178\,255\,1\)\)\]{background-image:linear-gradient(180deg,rgba(254,221,255,1),rgba(189,178,255,1));}.bg-\[linear-gradient\(225deg\,\#A366FF_0\%\,\#D192F3_50\%\,\#FD9BE5_100\%\)\]{background-image:linear-gradient(225deg,#A366FF 0%,#D192F3 50%,#FD9BE5 100%);}.bg-\[rgba\(0\,0\,0\,\.1\)\]{--un-bg-opacity:.1;background-color:rgba(0, 0, 0, var(--un-bg-opacity));}.bg-\[rgba\(0\,0\,0\,\.2\)\]{--un-bg-opacity:.2;background-color:rgba(0, 0, 0, var(--un-bg-opacity));}.bg-\[rgba\(0\,0\,0\,\.3\)\]{--un-bg-opacity:.3;background-color:rgba(0, 0, 0, var(--un-bg-opacity));}.bg-\[rgba\(0\,0\,0\,\.5\)\]{--un-bg-opacity:.5;background-color:rgba(0, 0, 0, var(--un-bg-opacity));}.bg-\[rgba\(0\,0\,0\,\.6\)\]{--un-bg-opacity:.6;background-color:rgba(0, 0, 0, var(--un-bg-opacity));}.bg-\[rgba\(0\,0\,0\,\.8\)\]{--un-bg-opacity:.8;background-color:rgba(0, 0, 0, var(--un-bg-opacity));}.bg-\[rgba\(102\,102\,102\,\.6\)\]{--un-bg-opacity:.6;background-color:rgba(102, 102, 102, var(--un-bg-opacity));}.bg-\[rgba\(102\,103\,107\,\.6\)\]{--un-bg-opacity:.6;background-color:rgba(102, 103, 107, var(--un-bg-opacity));}.bg-\[rgba\(194\,115\,255\,\.8\)\]{--un-bg-opacity:.8;background-color:rgba(194, 115, 255, var(--un-bg-opacity));}.bg-\[rgba\(255\,255\,255\,\.24\)\]{--un-bg-opacity:.24;background-color:rgba(255, 255, 255, var(--un-bg-opacity));}.bg-\[rgba\(255\,255\,255\,\.6\)\]{--un-bg-opacity:.6;background-color:rgba(255, 255, 255, var(--un-bg-opacity));}.bg-\[url\(https\:\/\/down\.om\.cn\/active\/202505\/ads\.png\)\]{--un-url:url(https://down.om.cn/active/202505/ads.png);background-image:var(--un-url);}.bg-\[url\(https\:\/\/down\.om\.cn\/active\/202505\/bg_title_1\.png\)\]{--un-url:url(https://down.om.cn/active/202505/bg_title_1.png);background-image:var(--un-url);}.bg-\[url\(https\:\/\/down\.om\.cn\/active\/202505\/bg_title_2\.png\)\]{--un-url:url(https://down.om.cn/active/202505/bg_title_2.png);background-image:var(--un-url);}.bg-\[url\(https\:\/\/down\.om\.cn\/active\/202505\/get-oq-text-1\.png\)\]{--un-url:url(https://down.om.cn/active/202505/get-oq-text-1.png);background-image:var(--un-url);}.bg-\[url\(https\:\/\/down\.om\.cn\/active\/202505\/get-oq-text-2\.png\)\]{--un-url:url(https://down.om.cn/active/202505/get-oq-text-2.png);background-image:var(--un-url);}.bg-\[url\(https\:\/\/down\.om\.cn\/active\/202505\/get-oq-text-3\.png\)\]{--un-url:url(https://down.om.cn/active/202505/get-oq-text-3.png);background-image:var(--un-url);}.bg-\[url\(https\:\/\/down\.om\.cn\/active\/202505\/get-oq-text-4\.png\)\]{--un-url:url(https://down.om.cn/active/202505/get-oq-text-4.png);background-image:var(--un-url);}.bg-\[url\(https\:\/\/down\.om\.cn\/active\/202505\/gift-bg-pop\.png\)\]{--un-url:url(https://down.om.cn/active/202505/gift-bg-pop.png);background-image:var(--un-url);}.bg-\[url\(https\:\/\/down\.om\.cn\/active\/202505\/gift-pack-pop\.png\)\]{--un-url:url(https://down.om.cn/active/202505/gift-pack-pop.png);background-image:var(--un-url);}.bg-\[url\(https\:\/\/down\.om\.cn\/active\/202505\/group_bg_1\.png\)\]{--un-url:url(https://down.om.cn/active/202505/group_bg_1.png);background-image:var(--un-url);}.bg-\[url\(https\:\/\/down\.om\.cn\/active\/202505\/group_bg_2\.png\)\]{--un-url:url(https://down.om.cn/active/202505/group_bg_2.png);background-image:var(--un-url);}.bg-\[url\(https\:\/\/down\.om\.cn\/active\/202505\/group_bg_3\.png\)\]{--un-url:url(https://down.om.cn/active/202505/group_bg_3.png);background-image:var(--un-url);}.bg-\[url\(https\:\/\/down\.om\.cn\/active\/202505\/group_bg_4\.png\)\]{--un-url:url(https://down.om.cn/active/202505/group_bg_4.png);background-image:var(--un-url);}.bg-\[url\(https\:\/\/down\.om\.cn\/active\/202505\/group_bg_5\.png\)\]{--un-url:url(https://down.om.cn/active/202505/group_bg_5.png);background-image:var(--un-url);}.bg-\[url\(https\:\/\/down\.om\.cn\/active\/202505\/hdgz\.png\)\]{--un-url:url(https://down.om.cn/active/202505/hdgz.png);background-image:var(--un-url);}.bg-\[url\(https\:\/\/down\.om\.cn\/active\/202505\/icon-ask-c\.png\)\]{--un-url:url(https://down.om.cn/active/202505/icon-ask-c.png);background-image:var(--un-url);}.bg-\[url\(https\:\/\/down\.om\.cn\/active\/202505\/icon-ask\.png\)\]{--un-url:url(https://down.om.cn/active/202505/icon-ask.png);background-image:var(--un-url);}.bg-\[url\(https\:\/\/down\.om\.cn\/active\/202505\/icon-close-s\.png\)\]{--un-url:url(https://down.om.cn/active/202505/icon-close-s.png);background-image:var(--un-url);}.bg-\[url\(https\:\/\/down\.om\.cn\/active\/202505\/icon-close-white\.png\)\]{--un-url:url(https://down.om.cn/active/202505/icon-close-white.png);background-image:var(--un-url);}.bg-\[url\(https\:\/\/down\.om\.cn\/active\/202505\/icon-close\.png\)\]{--un-url:url(https://down.om.cn/active/202505/icon-close.png);background-image:var(--un-url);}.bg-\[url\(https\:\/\/down\.om\.cn\/active\/202505\/icon-download\.png\)\]{--un-url:url(https://down.om.cn/active/202505/icon-download.png);background-image:var(--un-url);}.bg-\[url\(https\:\/\/down\.om\.cn\/active\/202505\/icon-jt\.png\)\]{--un-url:url(https://down.om.cn/active/202505/icon-jt.png);background-image:var(--un-url);}.bg-\[url\(https\:\/\/down\.om\.cn\/active\/202505\/icon-multiple\.png\)\]{--un-url:url(https://down.om.cn/active/202505/icon-multiple.png);background-image:var(--un-url);}.bg-\[url\(https\:\/\/down\.om\.cn\/active\/202505\/icon-ob-s\.png\)\]{--un-url:url(https://down.om.cn/active/202505/icon-ob-s.png);background-image:var(--un-url);}.bg-\[url\(https\:\/\/down\.om\.cn\/active\/202505\/icon-ob\.png\)\]{--un-url:url(https://down.om.cn/active/202505/icon-ob.png);background-image:var(--un-url);}.bg-\[url\(https\:\/\/down\.om\.cn\/active\/202505\/icon-ph\.png\)\]{--un-url:url(https://down.om.cn/active/202505/icon-ph.png);background-image:var(--un-url);}.bg-\[url\(https\:\/\/down\.om\.cn\/active\/202505\/icon-share\.png\)\]{--un-url:url(https://down.om.cn/active/202505/icon-share.png);background-image:var(--un-url);}.bg-\[url\(https\:\/\/down\.om\.cn\/active\/202505\/mh-bg-pop\.png\)\]{--un-url:url(https://down.om.cn/active/202505/mh-bg-pop.png);background-image:var(--un-url);}.bg-\[url\(https\:\/\/down\.om\.cn\/active\/202505\/mh\.png\)\]{--un-url:url(https://down.om.cn/active/202505/mh.png);background-image:var(--un-url);}.bg-\[url\(https\:\/\/down\.om\.cn\/active\/202505\/mhjp\.png\)\]{--un-url:url(https://down.om.cn/active/202505/mhjp.png);background-image:var(--un-url);}.bg-\[url\(https\:\/\/down\.om\.cn\/active\/202505\/obtc\.png\)\]{--un-url:url(https://down.om.cn/active/202505/obtc.png);background-image:var(--un-url);}.bg-\[url\(https\:\/\/down\.om\.cn\/active\/202505\/oq\.png\)\]{--un-url:url(https://down.om.cn/active/202505/oq.png);background-image:var(--un-url);}.bg-\[url\(https\:\/\/down\.om\.cn\/active\/202505\/oqphb-bg\.png\)\]{--un-url:url(https://down.om.cn/active/202505/oqphb-bg.png);background-image:var(--un-url);}.bg-\[url\(https\:\/\/down\.om\.cn\/active\/202505\/oqpm-bg\.png\)\]{--un-url:url(https://down.om.cn/active/202505/oqpm-bg.png);background-image:var(--un-url);}.bg-\[url\(https\:\/\/down\.om\.cn\/active\/202505\/oqzfb\.png\)\]{--un-url:url(https://down.om.cn/active/202505/oqzfb.png);background-image:var(--un-url);}.bg-\[url\(https\:\/\/down\.om\.cn\/active\/202505\/pm\.png\)\]{--un-url:url(https://down.om.cn/active/202505/pm.png);background-image:var(--un-url);}.bg-\[url\(https\:\/\/down\.om\.cn\/active\/202505\/qytc\.png\)\]{--un-url:url(https://down.om.cn/active/202505/qytc.png);background-image:var(--un-url);}.bg-\[url\(https\:\/\/down\.om\.cn\/active\/202505\/rqjdt\.png\)\]{--un-url:url(https://down.om.cn/active/202505/rqjdt.png);background-image:var(--un-url);}.bg-\[url\(https\:\/\/down\.om\.cn\/active\/202505\/text-critical-strike\.png\)\]{--un-url:url(https://down.om.cn/active/202505/text-critical-strike.png);background-image:var(--un-url);}.bg-\[url\(https\:\/\/down\.om\.cn\/active\/202505\/text-critical-strike1\.png\)\]{--un-url:url(https://down.om.cn/active/202505/text-critical-strike1.png);background-image:var(--un-url);}.bg-\[url\(https\:\/\/down\.om\.cn\/active\/202505\/wx-logo\.png\)\]{--un-url:url(https://down.om.cn/active/202505/wx-logo.png);background-image:var(--un-url);}.bg-\[url\(https\:\/\/down\.om\.cn\/active\/202505\/xhs-logo\.png\)\]{--un-url:url(https://down.om.cn/active/202505/xhs-logo.png);background-image:var(--un-url);}.bg-\#00000099{--un-bg-opacity:0.6;background-color:rgba(0, 0, 0, var(--un-bg-opacity));}.bg-\#169bd5{--un-bg-opacity:1;background-color:rgba(22, 155, 213, var(--un-bg-opacity));}.bg-\#282828{--un-bg-opacity:1;background-color:rgba(40, 40, 40, var(--un-bg-opacity));}.bg-\#E6E6E6{--un-bg-opacity:1;background-color:rgba(230, 230, 230, var(--un-bg-opacity));}.bg-\#f6f6f6,.bg-\#F6F6F6,.bg-hex-f6f6f6{--un-bg-opacity:1;background-color:rgba(246, 246, 246, var(--un-bg-opacity));}.bg-\#f76b61{--un-bg-opacity:1;background-color:rgba(247, 107, 97, var(--un-bg-opacity));}.bg-\#FAF7FF{--un-bg-opacity:1;background-color:rgba(250, 247, 255, var(--un-bg-opacity));}.bg-\#fafafa{--un-bg-opacity:1;background-color:rgba(250, 250, 250, var(--un-bg-opacity));}.bg-\#fef7ec{--un-bg-opacity:1;background-color:rgba(254, 247, 236, var(--un-bg-opacity));}.bg-\#FFDB8F{--un-bg-opacity:1;background-color:rgba(255, 219, 143, var(--un-bg-opacity));}.bg-\#fff,.bg-\#ffffff,.bg-hex-fff,.bg-hex-FFF,.bg-white,[bg-hex-fff=""],[bg-white=""]{--un-bg-opacity:1;background-color:rgba(255, 255, 255, var(--un-bg-opacity));}.bg-hex-00000050{--un-bg-opacity:0.31;background-color:rgba(0, 0, 0, var(--un-bg-opacity));}.bg-hex-0006{--un-bg-opacity:0.4;background-color:rgba(0, 0, 0, var(--un-bg-opacity));}.bg-hex-17181a{--un-bg-opacity:1;background-color:rgba(23, 24, 26, var(--un-bg-opacity));}.bg-hex-202020{--un-bg-opacity:1;background-color:rgba(32, 32, 32, var(--un-bg-opacity));}.bg-hex-333{--un-bg-opacity:1;background-color:rgba(51, 51, 51, var(--un-bg-opacity));}.bg-hex-4fb665{--un-bg-opacity:1;background-color:rgba(79, 182, 101, var(--un-bg-opacity));}.bg-hex-55b25c{--un-bg-opacity:1;background-color:rgba(85, 178, 92, var(--un-bg-opacity));}.bg-hex-626262{--un-bg-opacity:1;background-color:rgba(98, 98, 98, var(--un-bg-opacity));}.bg-hex-666{--un-bg-opacity:1;background-color:rgba(102, 102, 102, var(--un-bg-opacity));}.bg-hex-797979{--un-bg-opacity:1;background-color:rgba(121, 121, 121, var(--un-bg-opacity));}.bg-hex-999{--un-bg-opacity:1;background-color:rgba(153, 153, 153, var(--un-bg-opacity));}.bg-hex-bbb{--un-bg-opacity:1;background-color:rgba(187, 187, 187, var(--un-bg-opacity));}.bg-hex-c1c1c1{--un-bg-opacity:1;background-color:rgba(193, 193, 193, var(--un-bg-opacity));}.bg-hex-ccc{--un-bg-opacity:1;background-color:rgba(204, 204, 204, var(--un-bg-opacity));}.bg-hex-e2cfff{--un-bg-opacity:1;background-color:rgba(226, 207, 255, var(--un-bg-opacity));}.bg-hex-e4e4e4{--un-bg-opacity:1;background-color:rgba(228, 228, 228, var(--un-bg-opacity));}.bg-hex-ededed{--un-bg-opacity:1;background-color:rgba(237, 237, 237, var(--un-bg-opacity));}.bg-hex-eee{--un-bg-opacity:1;background-color:rgba(238, 238, 238, var(--un-bg-opacity));}.bg-hex-f0e5ca{--un-bg-opacity:1;background-color:rgba(240, 229, 202, var(--un-bg-opacity));}.bg-hex-f1f1f1{--un-bg-opacity:1;background-color:rgba(241, 241, 241, var(--un-bg-opacity));}.bg-hex-f2f2f2,.bg-hex-F2F2F2{--un-bg-opacity:1;background-color:rgba(242, 242, 242, var(--un-bg-opacity));}.bg-hex-f3f3f3{--un-bg-opacity:1;background-color:rgba(243, 243, 243, var(--un-bg-opacity));}.bg-hex-f4f4f4{--un-bg-opacity:1;background-color:rgba(244, 244, 244, var(--un-bg-opacity));}.bg-hex-f5f5f5{--un-bg-opacity:1;background-color:rgba(245, 245, 245, var(--un-bg-opacity));}.bg-hex-f8f8f8,[bg-hex-f8f8f8=""]{--un-bg-opacity:1;background-color:rgba(248, 248, 248, var(--un-bg-opacity));}.bg-hex-fefefe{--un-bg-opacity:1;background-color:rgba(254, 254, 254, var(--un-bg-opacity));}.bg-hex-FF2D2D{--un-bg-opacity:1;background-color:rgba(255, 45, 45, var(--un-bg-opacity));}.bg-hex-ffdb4b{--un-bg-opacity:1;background-color:rgba(255, 219, 75, var(--un-bg-opacity));}.bg-hex-ffe75a{--un-bg-opacity:1;background-color:rgba(255, 231, 90, var(--un-bg-opacity));}.bg-hex-ffeaea{--un-bg-opacity:1;background-color:rgba(255, 234, 234, var(--un-bg-opacity));}.bg-hex-ffeced{--un-bg-opacity:1;background-color:rgba(255, 236, 237, var(--un-bg-opacity));}.bg-hex-FFF5F7{--un-bg-opacity:1;background-color:rgba(255, 245, 247, var(--un-bg-opacity));}.bg-primary,[bg-primary=""]{--un-bg-opacity:1;background-color:rgba(232, 0, 0, var(--un-bg-opacity));}.bg-purple-500{--un-bg-opacity:1;background-color:rgba(168, 85, 247, var(--un-bg-opacity));}.bg-transparent{background-color:transparent;}.bg-white\/20{background-color:rgba(255, 255, 255, 0.2);}.bg-white\/30{background-color:rgba(255, 255, 255, 0.3);}.hover\:bg-\[rgba\(0\,0\,0\,\.2\)\]:hover{--un-bg-opacity:.2;background-color:rgba(0, 0, 0, var(--un-bg-opacity));}.hover\:bg-\[rgba\(0\,0\,0\,\.7\)\]:hover{--un-bg-opacity:.7;background-color:rgba(0, 0, 0, var(--un-bg-opacity));}.hover\:bg-\[rgba\(102\,103\,107\,\.8\)\]:hover{--un-bg-opacity:.8;background-color:rgba(102, 103, 107, var(--un-bg-opacity));}.hover\:bg-\[rgba\(255\,255\,255\,\.8\)\]:hover{--un-bg-opacity:.8;background-color:rgba(255, 255, 255, var(--un-bg-opacity));}.hover\:bg-\#04aff8:hover{--un-bg-opacity:1;background-color:rgba(4, 175, 248, var(--un-bg-opacity));}.hover\:bg-\#f6f6f6:hover{--un-bg-opacity:1;background-color:rgba(246, 246, 246, var(--un-bg-opacity));}.hover\:bg-\#ffffffe9:hover{--un-bg-opacity:0.91;background-color:rgba(255, 255, 255, var(--un-bg-opacity));}.hover\:bg-hex-696969:hover{--un-bg-opacity:1;background-color:rgba(105, 105, 105, var(--un-bg-opacity));}.hover\:bg-hex-b6b5b5ff:hover{--un-bg-opacity:1;background-color:rgba(182, 181, 181, var(--un-bg-opacity));}.hover\:bg-hex-fefefe:hover{--un-bg-opacity:1;background-color:rgba(254, 254, 254, var(--un-bg-opacity));}.hover\:bg-hex-FF9900:hover{--un-bg-opacity:1;background-color:rgba(255, 153, 0, var(--un-bg-opacity));}.hover\:bg-hex-ffcf2e:hover{--un-bg-opacity:1;background-color:rgba(255, 207, 46, var(--un-bg-opacity));}.hover\:bg-hex-FFF5F7:hover{--un-bg-opacity:1;background-color:rgba(255, 245, 247, var(--un-bg-opacity));}.hover\:bg-primary:hover{--un-bg-opacity:1;background-color:rgba(232, 0, 0, var(--un-bg-opacity));}.hover\:bg-purple-600:hover{--un-bg-opacity:1;background-color:rgba(147, 51, 234, var(--un-bg-opacity));}.hover\:bg-suspension:hover{--un-bg-opacity:1;background-color:rgba(255, 36, 36, var(--un-bg-opacity));}.hover\:bg-white:hover{--un-bg-opacity:1;background-color:rgba(255, 255, 255, var(--un-bg-opacity));}[hover\:bg-suspension=""]:hover{--un-bg-opacity:1;background-color:rgba(255, 36, 36, var(--un-bg-opacity));}[hover\:bg-white=""]:hover{--un-bg-opacity:1;background-color:rgba(255, 255, 255, var(--un-bg-opacity));}.before\:\!bg-transparent::before{background-color:transparent !important;}.before\:bg-primary::before{--un-bg-opacity:1;background-color:rgba(232, 0, 0, var(--un-bg-opacity));}.before\:bg-transparent::before{background-color:transparent;}.before\:bg-white::before{--un-bg-opacity:1;background-color:rgba(255, 255, 255, var(--un-bg-opacity));}[before\:bg-primary=""]::before{--un-bg-opacity:1;background-color:rgba(232, 0, 0, var(--un-bg-opacity));}.after\:bg-primary::after{--un-bg-opacity:1;background-color:rgba(232, 0, 0, var(--un-bg-opacity));}.\!bg-cover{background-size:cover !important;}.bg-cover{background-size:cover;}.bg-center{background-position:center;}.bg-no-repeat{background-repeat:no-repeat;}[stroke-width~="\31 0"]{stroke-width:10px;}[stroke-width~="\32 "]{stroke-width:2px;}[stroke-width~="\32 0"]{stroke-width:20px;}[stroke~="\#F9EAD6"]{--un-stroke-opacity:1;stroke:rgba(249, 234, 214, var(--un-stroke-opacity));}[stroke~="\#FAE2BE"]{--un-stroke-opacity:1;stroke:rgba(250, 226, 190, var(--un-stroke-opacity));}[stroke~="\#FE9500"]{--un-stroke-opacity:1;stroke:rgba(254, 149, 0, var(--un-stroke-opacity));}[stroke~="\#FFBC5C"]{--un-stroke-opacity:1;stroke:rgba(255, 188, 92, var(--un-stroke-opacity));}[stroke~="\#fff"]{--un-stroke-opacity:1;stroke:rgba(255, 255, 255, var(--un-stroke-opacity));}.object-cover,[object-cover=""]{-o-object-fit:cover;object-fit:cover;}.object-contain{-o-object-fit:contain;object-fit:contain;}.p-\[2px\]{padding:2px;}.p-0{padding:0;}.p-10,[p-10=""]{padding:10px;}.p-16,[p-16=""]{padding:16px;}.p-20{padding:20px;}.p-21{padding:21px;}.p-24{padding:24px;}.p-30,[p-30=""]{padding:30px;}.p-4{padding:4px;}.p-40{padding:40px;}.p-5{padding:5px;}.p-8,[p-8=""]{padding:8px;}.p1{padding:1px;}.before\:p-10::before{padding:10px;}.px,.px-4,[px=""]{padding-left:4px;padding-right:4px;}.px-10{padding-left:10px;padding-right:10px;}.px-12{padding-left:12px;padding-right:12px;}.px-13{padding-left:13px;padding-right:13px;}.px-14{padding-left:14px;padding-right:14px;}.px-15{padding-left:15px;padding-right:15px;}.px-16{padding-left:16px;padding-right:16px;}.px-18,[px-18=""]{padding-left:18px;padding-right:18px;}.px-20{padding-left:20px;padding-right:20px;}.px-22{padding-left:22px;padding-right:22px;}.px-23,[px-23=""]{padding-left:23px;padding-right:23px;}.px-24,[px-24=""]{padding-left:24px;padding-right:24px;}.px-25{padding-left:25px;padding-right:25px;}.px-3{padding-left:3px;padding-right:3px;}.px-30{padding-left:30px;padding-right:30px;}.px-32{padding-left:32px;padding-right:32px;}.px-35{padding-left:35px;padding-right:35px;}.px-40,.px40{padding-left:40px;padding-right:40px;}.px-409{padding-left:409px;padding-right:409px;}.px-44{padding-left:44px;padding-right:44px;}.px-5{padding-left:5px;padding-right:5px;}.px-50,.px50{padding-left:50px;padding-right:50px;}.px-6{padding-left:6px;padding-right:6px;}.px-60{padding-left:60px;padding-right:60px;}.px-65,[px-65=""]{padding-left:65px;padding-right:65px;}.px-70{padding-left:70px;padding-right:70px;}.px-8{padding-left:8px;padding-right:8px;}.px-84{padding-left:84px;padding-right:84px;}.px-9{padding-left:9px;padding-right:9px;}.py-10{padding-top:10px;padding-bottom:10px;}.py-12{padding-top:12px;padding-bottom:12px;}.py-13{padding-top:13px;padding-bottom:13px;}.py-14{padding-top:14px;padding-bottom:14px;}.py-15{padding-top:15px;padding-bottom:15px;}.py-16{padding-top:16px;padding-bottom:16px;}.py-2{padding-top:2px;padding-bottom:2px;}.py-20,[py-20=""]{padding-top:20px;padding-bottom:20px;}.py-24{padding-top:24px;padding-bottom:24px;}.py-28{padding-top:28px;padding-bottom:28px;}.py-3{padding-top:3px;padding-bottom:3px;}.py-30{padding-top:30px;padding-bottom:30px;}.py-4,[py-4=""]{padding-top:4px;padding-bottom:4px;}.py-40{padding-top:40px;padding-bottom:40px;}.py-5{padding-top:5px;padding-bottom:5px;}.py-6{padding-top:6px;padding-bottom:6px;}.py-60{padding-top:60px;padding-bottom:60px;}.py-7,[py-7=""]{padding-top:7px;padding-bottom:7px;}.py-8{padding-top:8px;padding-bottom:8px;}.py-9{padding-top:9px;padding-bottom:9px;}.py46{padding-top:46px;padding-bottom:46px;}.\!pr-20{padding-right:20px !important;}.\!pr-30{padding-right:30px !important;}.p-r,.pr{padding-right:4px;}.pb-10{padding-bottom:10px;}.pb-12{padding-bottom:12px;}.pb-14{padding-bottom:14px;}.pb-15{padding-bottom:15px;}.pb-16{padding-bottom:16px;}.pb-20{padding-bottom:20px;}.pb-24{padding-bottom:24px;}.pb-25{padding-bottom:25px;}.pb-30{padding-bottom:30px;}.pb-40{padding-bottom:40px;}.pb-5{padding-bottom:5px;}.pb-6{padding-bottom:6px;}.pb-90{padding-bottom:90px;}.pl-100{padding-left:100px;}.pl-11{padding-left:11px;}.pl-16{padding-left:16px;}.pl-20{padding-left:20px;}.pl-24,[pl-24=""]{padding-left:24px;}.pl-30{padding-left:30px;}.pl-310{padding-left:310px;}.pl-33{padding-left:33px;}.pl-36,[pl-36=""]{padding-left:36px;}.pl-383{padding-left:383px;}.pl-40{padding-left:40px;}.pl-8{padding-left:8px;}.pr-10{padding-right:10px;}.pr-14{padding-right:14px;}.pr-18{padding-right:18px;}.pr-20{padding-right:20px;}.pr-30{padding-right:30px;}.pr-37{padding-right:37px;}.pt-10{padding-top:10px;}.pt-115{padding-top:115px;}.pt-12{padding-top:12px;}.pt-14{padding-top:14px;}.pt-15{padding-top:15px;}.pt-162{padding-top:162px;}.pt-176{padding-top:176px;}.pt-18{padding-top:18px;}.pt-197{padding-top:197px;}.pt-198{padding-top:198px;}.pt-20{padding-top:20px;}.pt-217{padding-top:217px;}.pt-24{padding-top:24px;}.pt-28{padding-top:28px;}.pt-284{padding-top:284px;}.pt-30{padding-top:30px;}.pt-311{padding-top:311px;}.pt-35{padding-top:35px;}.pt-350{padding-top:350px;}.pt-373{padding-top:373px;}.pt-386{padding-top:386px;}.pt-40{padding-top:40px;}.pt-409{padding-top:409px;}.pt-42{padding-top:42px;}.pt-5{padding-top:5px;}.pt-50{padding-top:50px;}.pt-60{padding-top:60px;}.text-center{text-align:center;}.text-left{text-align:left;}.text-right,[text-right=""]{text-align:right;}.text-justify{text-align:justify;}.\[\&\>p\]\:indent-\[2em\]>p{text-indent:2em;}.indent{text-indent:6px;}.text-nowrap{text-wrap:nowrap;}.align-mid{vertical-align:middle;}.align-top,[align-top=""]{vertical-align:top;}.before\:align-bottom::before{vertical-align:bottom;}.\!text-18,[\!text-18=""]{font-size:18px !important;}.\!text-6{font-size:6px !important;}.\!text-7{font-size:7px !important;}.\[\&\>p\]\:text-base>p,.text-base{font-size:14px;line-height:1;}.text-\[36px\],.text-36{font-size:36px;}.text-0{font-size:0;}.text-10{font-size:10px;}.text-11xl{font-size:26px;line-height:1;}.text-12,[text-12=""]{font-size:12px;}.text-13{font-size:13px;}.text-14,[text-14=""]{font-size:14px;}.text-15{font-size:15px;}.text-16,[font-size~="\31 6px"],[text-16=""]{font-size:16px;}.text-18,[text-18=""]{font-size:18px;}.text-20,[text-20=""]{font-size:20px;}.text-24,[text-24=""]{font-size:24px;}.text-26{font-size:26px;}.text-28{font-size:28px;}.text-32{font-size:32px;}.text-3xl{font-size:18px;line-height:1;}.text-40{font-size:40px;}.text-48{font-size:48px;}.text-50{font-size:50px;}.text-5xl{font-size:20px;line-height:1;}.text-60{font-size:60px;}.text-6xl{font-size:21px;line-height:1;}.text-7xl{font-size:22px;line-height:1;}.text-9xl{font-size:24px;line-height:1;}.text-xl{font-size:16px;line-height:1;}.text-xs,[text-xs=""]{font-size:12px;line-height:1;}.before\:text-14::before{font-size:14px;}.\!text-\#333,.\!text-hex-333{--un-text-opacity:1 !important;color:rgba(51, 51, 51, var(--un-text-opacity)) !important;}.\!text-hex-999{--un-text-opacity:1 !important;color:rgba(153, 153, 153, var(--un-text-opacity)) !important;}.\!text-hex-ccc{--un-text-opacity:1 !important;color:rgba(204, 204, 204, var(--un-text-opacity)) !important;}.\!text-primary{--un-text-opacity:1 !important;color:rgba(232, 0, 0, var(--un-text-opacity)) !important;}.\!text-white{--un-text-opacity:1 !important;color:rgba(255, 255, 255, var(--un-text-opacity)) !important;}.\[\&\>\*\]\:text-hex-666>*,.text-\#666,.text-hex-666,[color~="\#666"]{--un-text-opacity:1;color:rgba(102, 102, 102, var(--un-text-opacity));}.\[\&\>\*\]\:text-hex-999>*,.text-\[\#999999\],.text-\#999,.text-hex-999,[color~="\#999"]{--un-text-opacity:1;color:rgba(153, 153, 153, var(--un-text-opacity));}.\[\&\>\*\]\:text-hex-bbb>*,.text-hex-bbb{--un-text-opacity:1;color:rgba(187, 187, 187, var(--un-text-opacity));}.text-\[\#333333\],.text-\#333,.text-\#333333,.text-hex-333,[text-hex-333=""]{--un-text-opacity:1;color:rgba(51, 51, 51, var(--un-text-opacity));}.text-\[\#4C3D57\]{--un-text-opacity:1;color:rgba(76, 61, 87, var(--un-text-opacity));}.text-\[\#661A62\],.text-\#661a62,.text-\#661A62{--un-text-opacity:1;color:rgba(102, 26, 98, var(--un-text-opacity));}.text-\[\#a353ff\]{--un-text-opacity:1;color:rgba(163, 83, 255, var(--un-text-opacity));}.text-\[\#A97ACC\]{--un-text-opacity:1;color:rgba(169, 122, 204, var(--un-text-opacity));}.text-\[\#B38FCC\]{--un-text-opacity:1;color:rgba(179, 143, 204, var(--un-text-opacity));}.text-\[\#B3B3B3\],.text-hex-b3b3b3,[color~="\#b3b3b3"]{--un-text-opacity:1;color:rgba(179, 179, 179, var(--un-text-opacity));}.text-\[\#ce6eff\]{--un-text-opacity:1;color:rgba(206, 110, 255, var(--un-text-opacity));}.text-\[\#E80000\],.text-primary,[text-primary=""],.group:hover .group-hover\:text-primary{--un-text-opacity:1;color:rgba(232, 0, 0, var(--un-text-opacity));}.text-\[\#FE9500\],.text-\#FE9500{--un-text-opacity:1;color:rgba(254, 149, 0, var(--un-text-opacity));}.text-\[\#fff\],.text-\#fff,.text-hex-fff,.text-white,[color~="white"],[text-hex-fff=""],[text-white=""]{--un-text-opacity:1;color:rgba(255, 255, 255, var(--un-text-opacity));}.text-\[var\(--activity-button-color-1\)\]{color:var(--activity-button-color-1);}.text-\#041424{--un-text-opacity:1;color:rgba(4, 20, 36, var(--un-text-opacity));}.text-\#2E3033,.text-hex-2e3033{--un-text-opacity:1;color:rgba(46, 48, 51, var(--un-text-opacity));}.text-\#52c41a{--un-text-opacity:1;color:rgba(82, 196, 26, var(--un-text-opacity));}.text-\#545d98{--un-text-opacity:1;color:rgba(84, 93, 152, var(--un-text-opacity));}.text-\#5CCE59{--un-text-opacity:1;color:rgba(92, 206, 89, var(--un-text-opacity));}.text-\#737880,.text-hex-737880{--un-text-opacity:1;color:rgba(115, 120, 128, var(--un-text-opacity));}.text-\#808080,.text-hex-808080{--un-text-opacity:1;color:rgba(128, 128, 128, var(--un-text-opacity));}.text-\#997a97{--un-text-opacity:1;color:rgba(153, 122, 151, var(--un-text-opacity));}.text-\#A632FF{--un-text-opacity:1;color:rgba(166, 50, 255, var(--un-text-opacity));}.text-\#AE4A1F{--un-text-opacity:1;color:rgba(174, 74, 31, var(--un-text-opacity));}.text-\#AE7D68{--un-text-opacity:1;color:rgba(174, 125, 104, var(--un-text-opacity));}.text-\#B86707{--un-text-opacity:1;color:rgba(184, 103, 7, var(--un-text-opacity));}.text-\#BA5B5B{--un-text-opacity:1;color:rgba(186, 91, 91, var(--un-text-opacity));}.text-\#ccc,.text-hex-ccc{--un-text-opacity:1;color:rgba(204, 204, 204, var(--un-text-opacity));}.text-\#F51E19{--un-text-opacity:1;color:rgba(245, 30, 25, var(--un-text-opacity));}.text-\#FF1A98{--un-text-opacity:1;color:rgba(255, 26, 152, var(--un-text-opacity));}.text-\#ff2e4d{--un-text-opacity:1;color:rgba(255, 46, 77, var(--un-text-opacity));}.text-\#FF3333,[color~="\#FF3333"]{--un-text-opacity:1;color:rgba(255, 51, 51, var(--un-text-opacity));}.text-\#FF3932{--un-text-opacity:1;color:rgba(255, 57, 50, var(--un-text-opacity));}.text-\#ff697d{--un-text-opacity:1;color:rgba(255, 105, 125, var(--un-text-opacity));}.text-black{--un-text-opacity:1;color:rgba(0, 0, 0, var(--un-text-opacity));}.text-hex-126332{--un-text-opacity:1;color:rgba(18, 99, 50, var(--un-text-opacity));}.text-hex-202020{--un-text-opacity:1;color:rgba(32, 32, 32, var(--un-text-opacity));}.text-hex-363636{--un-text-opacity:1;color:rgba(54, 54, 54, var(--un-text-opacity));}.text-hex-3755AD{--un-text-opacity:1;color:rgba(55, 85, 173, var(--un-text-opacity));}.text-hex-3e3033{--un-text-opacity:1;color:rgba(62, 48, 51, var(--un-text-opacity));}.text-hex-4c1f00{--un-text-opacity:1;color:rgba(76, 31, 0, var(--un-text-opacity));}.text-hex-637180{--un-text-opacity:1;color:rgba(99, 113, 128, var(--un-text-opacity));}.text-hex-67635e{--un-text-opacity:1;color:rgba(103, 99, 94, var(--un-text-opacity));}.text-hex-707070{--un-text-opacity:1;color:rgba(112, 112, 112, var(--un-text-opacity));}.text-hex-85602b{--un-text-opacity:1;color:rgba(133, 96, 43, var(--un-text-opacity));}.text-hex-a0acc0{--un-text-opacity:1;color:rgba(160, 172, 192, var(--un-text-opacity));}.text-hex-A5A5A5{--un-text-opacity:1;color:rgba(165, 165, 165, var(--un-text-opacity));}.text-hex-a6a5ad{--un-text-opacity:1;color:rgba(166, 165, 173, var(--un-text-opacity));}.text-hex-aa4500{--un-text-opacity:1;color:rgba(170, 69, 0, var(--un-text-opacity));}.text-hex-d06c00{--un-text-opacity:1;color:rgba(208, 108, 0, var(--un-text-opacity));}.text-hex-f0f0f0{--un-text-opacity:1;color:rgba(240, 240, 240, var(--un-text-opacity));}.text-hex-F3712B{--un-text-opacity:1;color:rgba(243, 113, 43, var(--un-text-opacity));}.text-hex-f4f4f4{--un-text-opacity:1;color:rgba(244, 244, 244, var(--un-text-opacity));}.text-hex-F51919{--un-text-opacity:1;color:rgba(245, 25, 25, var(--un-text-opacity));}.text-hex-f90,.text-hex-ff9900{--un-text-opacity:1;color:rgba(255, 153, 0, var(--un-text-opacity));}.text-hex-ff2621{--un-text-opacity:1;color:rgba(255, 38, 33, var(--un-text-opacity));}.text-hex-ff2d2d{--un-text-opacity:1;color:rgba(255, 45, 45, var(--un-text-opacity));}.text-hex-ff7e20{--un-text-opacity:1;color:rgba(255, 126, 32, var(--un-text-opacity));}.text-hex-ffe54e{--un-text-opacity:1;color:rgba(255, 229, 78, var(--un-text-opacity));}.text-hex-ffed76{--un-text-opacity:1;color:rgba(255, 237, 118, var(--un-text-opacity));}.text-red-500{--un-text-opacity:1;color:rgba(239, 68, 68, var(--un-text-opacity));}.group:hover .group-hover\:text-hex-dc0000{--un-text-opacity:1;color:rgba(220, 0, 0, var(--un-text-opacity));}.hover\:hover\:text-\[\#A76AFE\]:hover:hover{--un-text-opacity:1;color:rgba(167, 106, 254, var(--un-text-opacity));}.hover\:text-\#333:hover{--un-text-opacity:1;color:rgba(51, 51, 51, var(--un-text-opacity));}.hover\:text-\#fff:hover{--un-text-opacity:1;color:rgba(255, 255, 255, var(--un-text-opacity));}.hover\:text-primary:hover{--un-text-opacity:1;color:rgba(232, 0, 0, var(--un-text-opacity));}.hover\:text-white:hover{--un-text-opacity:1;color:rgba(255, 255, 255, var(--un-text-opacity));}[hover\:text-primary=""]:hover{--un-text-opacity:1;color:rgba(232, 0, 0, var(--un-text-opacity));}.before\:text-hex-737880::before{--un-text-opacity:1;color:rgba(115, 120, 128, var(--un-text-opacity));}[hover-color~="\#333"]:hover{--un-text-opacity:1;color:rgba(51, 51, 51, var(--un-text-opacity));}[hover-color~="\#dc0000"]:hover{--un-text-opacity:1;color:rgba(220, 0, 0, var(--un-text-opacity));}[hover-color~="\#e80000"]:hover{--un-text-opacity:1;color:rgba(232, 0, 0, var(--un-text-opacity));}[hover-color~="white"]:hover{--un-text-opacity:1;color:rgba(255, 255, 255, var(--un-text-opacity));}.font-100{font-weight:100;}.font-400,.font-normal{font-weight:400;}.font-500,[font-500=""]{font-weight:500;}.font-600{font-weight:600;}.font-700,.font-bold,[font-bold=""],uno-font-bold{font-weight:700;}.font-800{font-weight:800;}.before\:font-700::before{font-weight:700;}.\!leading-\[1\.8\]{line-height:1.8 !important;}.\!leading-\[24px\],.\!leading-24,[\!leading-24=""]{line-height:24px !important;}.\!leading-20,[\!leading-20=""]{line-height:20px !important;}.\!leading-22{line-height:22px !important;}.\!leading-26{line-height:26px !important;}.\!leading-29{line-height:29px !important;}.\!leading-32,[\!leading-32=""]{line-height:32px !important;}.\!leading-normal{line-height:1.5 !important;}.\[\&\>p\]\:leading-\[25px\]>p,.leading-25{line-height:25px;}.leading-\[1\]{line-height:1;}.leading-\[18px\]{line-height:18px;}.leading-\[24px\],.leading-24{line-height:24px;}.leading-\[26px\]{line-height:26px;}.leading-\[28px\]{line-height:28px;}.leading-\[40px\],.lh-40{line-height:40px;}.leading-21{line-height:21px;}.leading-30{line-height:30px;}.leading-36{line-height:36px;}.before\:leading-19::before{line-height:19px;}.font-\[\'OPPOSans\'\]{font-family:'OPPOSans';}.before\:font-\[fangsong\]::before{font-family:fangsong;}.font-not-italic{font-style:normal;}.underline,[underline=""]{text-decoration-line:underline;}.tab{-moz-tab-size:4;-o-tab-size:4;tab-size:4;}.text-shadow-\[1px_0_5px_\#33333391\]{text-shadow:1px 0 5px rgba(51,51,51,0.56863);}.text-shadow-color-white{--un-text-shadow-opacity:1;--un-text-shadow-color:rgba(255, 255, 255, var(--un-text-shadow-opacity));}.op-0,.op0,.opacity-0,[op0=""]{opacity:0;}.op100,.opacity-\[1\],.opacity-100,.group:hover .group-hover\:op-100,.group:hover .group-hover\:op100,.group:hover .group-hover\:opacity-100,.group:hover [group-hover\:op100=""],.parent:hover>.parent-hover\:op100{opacity:1;}.opacity-80{opacity:0.8;}.\!shadow-none{--un-shadow:0 0 var(--un-shadow-color, rgba(0, 0, 0, 0)) !important;box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow) !important;}.shadow-\[0_0_100px_-50px_rgba\(194\,115\,255\.1\)\]{--un-shadow:0 0 100px -50px var(--un-shadow-color, rgba(194, 115, 255.1));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.shadow-\[0_0_10px_-6px_rgba\(194\,115\,255\.1\)\]{--un-shadow:0 0 10px -6px var(--un-shadow-color, rgba(194, 115, 255.1));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.shadow-\[0_0_10px_0_rgba\(0\,0\,0\,\.1\)\]{--un-shadow:0 0 10px 0 var(--un-shadow-color, rgba(0, 0, 0, .1));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.shadow-\[0_0_10px_0_rgba\(0\,0\,0\,\.3\)\]{--un-shadow:0 0 10px 0 var(--un-shadow-color, rgba(0, 0, 0, .3));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.shadow-\[0_0_16px_0_rgba\(0\,0\,0\,\.16\)\]{--un-shadow:0 0 16px 0 var(--un-shadow-color, rgba(0, 0, 0, .16));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.shadow-\[0_0_1px_1px_rgba\(0\,0\,0\,0\.3\)\]{--un-shadow:0 0 1px 1px var(--un-shadow-color, rgba(0, 0, 0, 0.3));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.shadow-\[0_0_20px_0_rgba\(0\,0\,0\,\.08\)\]{--un-shadow:0 0 20px 0 var(--un-shadow-color, rgba(0, 0, 0, .08));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.shadow-\[0_0_20px_0_rgba\(0\,0\,0\,\.1\)\]{--un-shadow:0 0 20px 0 var(--un-shadow-color, rgba(0, 0, 0, .1));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.shadow-\[0_0_20px_0_rgba\(0\,0\,0\,\.16\)\]{--un-shadow:0 0 20px 0 var(--un-shadow-color, rgba(0, 0, 0, .16));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.shadow-\[0_0_20px_rgba\(0\,0\,0\,\.1\)\]{--un-shadow:0 0 20px var(--un-shadow-color, rgba(0, 0, 0, .1));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.shadow-\[0_0_2px_rgba\(0\,0\,0\,0\.6\)\]{--un-shadow:0 0 2px var(--un-shadow-color, rgba(0, 0, 0, 0.6));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.shadow-\[0_0_5px_2px_rgba\(194\,115\,255\.1\)\]{--un-shadow:0 0 5px 2px var(--un-shadow-color, rgba(194, 115, 255.1));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.shadow-\[0_0_5px_rgba\(0\,0\,0\,\.2\)\]{--un-shadow:0 0 5px var(--un-shadow-color, rgba(0, 0, 0, .2));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.shadow-\[0_0_5px_rgba\(102\,102\,102\,\.2\)\]{--un-shadow:0 0 5px var(--un-shadow-color, rgba(102, 102, 102, .2));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.shadow-\[0_0_9px_1px_rgba\(0\,0\,0\,\.05\)\]{--un-shadow:0 0 9px 1px var(--un-shadow-color, rgba(0, 0, 0, .05));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.shadow-\[0_0_9px_1px_rgba\(0\,0\,0\,\.1\)\]{--un-shadow:0 0 9px 1px var(--un-shadow-color, rgba(0, 0, 0, .1));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.shadow-\[0_2px_5px_rgba\(0\,0\,0\,\.1\)\]{--un-shadow:0 2px 5px var(--un-shadow-color, rgba(0, 0, 0, .1));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.shadow-\[0_5px_10px_0_rgba\(0\,0\,0\,\.1\)\]{--un-shadow:0 5px 10px 0 var(--un-shadow-color, rgba(0, 0, 0, .1));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.shadow-\[0_5px_10px_0_rgba\(0\,0\,0\,0\.1\)\]{--un-shadow:0 5px 10px 0 var(--un-shadow-color, rgba(0, 0, 0, 0.1));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.shadow-\[0_5px_20px_0_rgba\(0\,0\,0\,\.1\)\]{--un-shadow:0 5px 20px 0 var(--un-shadow-color, rgba(0, 0, 0, .1));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.shadow-\[inset_0_-50px_100px_rgba\(0\,0\,0\,\.5\)\]{--un-shadow:inset 0 -50px 100px var(--un-shadow-color, rgba(0, 0, 0, .5));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.shadow-lg{--un-shadow:var(--un-shadow-inset) 0 10px 15px -3px var(--un-shadow-color, rgba(0, 0, 0, 0.1)),var(--un-shadow-inset) 0 4px 6px -4px var(--un-shadow-color, rgba(0, 0, 0, 0.1));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.hover\:shadow-\[0_5px_15px_0_rgba\(0\,0\,0\,\.15\)\]:hover{--un-shadow:0 5px 15px 0 var(--un-shadow-color, rgba(0, 0, 0, .15));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.hover\:shadow-\[0_8px_15px_0_rgba\(0\,0\,0\,\.15\)\]:hover{--un-shadow:0 8px 15px 0 var(--un-shadow-color, rgba(0, 0, 0, .15));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.before\:shadow-\[0_2px_12px_0_rgba\(0\,0\,0\,\.2\)\]::before{--un-shadow:0 2px 12px 0 var(--un-shadow-color, rgba(0, 0, 0, .2));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}.outline{outline-style:solid;}.outline-none{outline:2px solid transparent;outline-offset:2px;}.image-render-pixel{image-rendering:pixelated;}.backdrop-blur-100{--un-backdrop-blur:blur(100px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);}.backdrop-blur-md{--un-backdrop-blur:blur(12px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);}.blur{--un-blur:blur(8px);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia);}.backdrop-saturate-150{--un-backdrop-saturate:saturate(1.5);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);}.backdrop-filter{-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.transition-opacity,[transition-opacity=""]{transition-property:opacity;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;}.duration-300,[duration-300=""]{transition-duration:300ms;}.delay-1{transition-delay:1ms;}.delay-2{transition-delay:2ms;}.delay-3{transition-delay:3ms;}.delay-4{transition-delay:4ms;}.delay-5{transition-delay:5ms;}.ease,.ease-in-out{transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);}.ease-out,[ease-out=""]{transition-timing-function:cubic-bezier(0, 0, 0.2, 1);}.content-\[\"\"\]{content:"";}.before\:content-\[\'\'\]::before{content:'';}.before\:content-\[\'\>\'\]::before{content:'>';}.before\:content-\[\'💡请优先选择原版本下载，如转版本出现模型不兼容，概不负责\'\]::before{content:'💡请优先选择原版本下载，如转版本出现模型不兼容，概不负责';}.before\:content-\[\'注册送好礼\'\]::before{content:'注册送好礼';}.before\:content-\[\'部分模型进行后期处理或贴图制作，示意效果图仅供参考，实体模型文件以模型截图为准\'\]::before{content:'部分模型进行后期处理或贴图制作，示意效果图仅供参考，实体模型文件以模型截图为准';}.before\:content-\[\'首次登录客户端送7天大会员等新人好礼\'\]::before{content:'首次登录客户端送7天大会员等新人好礼';}.before\:content-\[attr\(data-val\)\]::before{content:attr(data-val);}.after\:content-\[\'\'\]::after{content:'';}.after\:content-\[attr\(data-val\)\]::after{content:attr(data-val);}.marker\:content-\[\'\'\] ::marker{content:'';}.before\:content-none::before{content:none;}.placeholder-hex-666::-moz-placeholder{--un-placeholder-opacity:1;color:rgba(102, 102, 102, var(--un-placeholder-opacity));}.placeholder-hex-666::placeholder{--un-placeholder-opacity:1;color:rgba(102, 102, 102, var(--un-placeholder-opacity));}.placeholder-hex-bbb::-moz-placeholder{--un-placeholder-opacity:1;color:rgba(187, 187, 187, var(--un-placeholder-opacity));}.placeholder-hex-bbb::placeholder{--un-placeholder-opacity:1;color:rgba(187, 187, 187, var(--un-placeholder-opacity));}.placeholder-hex-ccc::-moz-placeholder{--un-placeholder-opacity:1;color:rgba(204, 204, 204, var(--un-placeholder-opacity));}.placeholder-hex-ccc::placeholder{--un-placeholder-opacity:1;color:rgba(204, 204, 204, var(--un-placeholder-opacity));}.nth-12\:mr0 > *:nth-child(12) { margin-right:0; }.nth-3\:mr0 > *:nth-child(3) { margin-right:0; }.nth-6\:mr0 > *:nth-child(6) { margin-right:0; }.nth-9\:mr0 > *:nth-child(9) { margin-right:0; }@media (max-width: 1920px){.max-lg\:w-1800{width:1800px;}}@media (max-width: 1800px){.max-md\:\[\&\>\*\:nth-child\(2n\)\]\:mr-0>*:nth-child(2n){margin-right:0;}.max-md\:\[\&\>\*\:nth-child\(3n\)\]\:mr-20>*:nth-child(3n){margin-right:20px;}.max-md\:mr-23{margin-right:23px;}.max-md\:w-1650{width:1650px;}.max-md\:w-311{width:311px;}.max-md\:w-430{width:430px;}.max-md\:w-990{width:990px;}}@media (max-width: 1699.9px){.max-screen1700\:mr-22{margin-right:22px;}.max-screen1700\:w-1500{width:1500px;}.max-screen1700\:w-1700{width:1700px;}.max-screen1700\:w-282{width:282px;}}@media (max-width: 1599.9px){.max-screen1600\:mx-2{margin-left:2px;margin-right:2px;}.max-screen1600\:mr-21{margin-right:21px;}.max-screen1600\:w-1350{width:1350px;}.max-screen1600\:w-253{width:253px;}.max-screen1600\:px-0{padding-left:0;padding-right:0;}}@media (max-width: 1500px){.max-xs\:\[\&\>\*\:nth-child\(1n\)\]\:mr-0>*:nth-child(1n){margin-right:0;}.max-xs\:\[\&\>\*\:nth-child\(2n\)\]\:mr-20px>*:nth-child(2n),.max-xs\:mr-20{margin-right:20px;}.max-xs\:w-1134{width:1134px;}.max-xs\:w-1200{width:1200px;}.max-xs\:w-210{width:210px;}.max-xs\:w-224{width:224px;}.max-xs\:w-710{width:710px;}.max-xs\:w-770{width:770px;}.max-xs\:w-910{width:910px;}}@media (max-width: 1299.9px){.max-screen1300\:\[\&\>\*\:nth-child\(4n\)\]\:\!mr-0>*:nth-child(4n){margin-right:0 !important;}.max-screen1300\:\[\&\>\*\:nth-child\(5n\)\]\:mr-20>*:nth-child(5n),.max-screen1300\:mr-20{margin-right:20px;}.max-screen1300\:w-285{width:285px;}} /*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
2. [UnoCSS]: allow to override the default border color with css var `--un-default-border-color`
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb;
  border-color: var(--un-default-border-color, #e5e7eb); /* 2 */
}

::before,
::after {
  --un-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS.
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted currentColor;
          text-decoration: underline dotted currentColor;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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 in Chrome and Safari on macOS.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/*
Make elements with the HTML hidden attribute stay hidden by default.
*/

[hidden] {
  display: none;
}/*
Please read: https://github.com/unocss/unocss/blob/main/packages/reset/tailwind-compat.md
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
2. [UnoCSS]: allow to override the default border color with css var `--un-default-border-color`
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb;
  border-color: var(--un-default-border-color, #e5e7eb); /* 2 */
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS.
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted currentColor;
          text-decoration: underline dotted currentColor;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  /* Will affect the button style of most component libraries, so disable it */
  /* https://github.com/unocss/unocss/issues/2127 */
  /* background-color: transparent; !* 2 *! */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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 in Chrome and Safari on macOS.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/*
Make elements with the HTML hidden attribute stay hidden by default.
*/

[hidden] {
  display: none;
}[data-v-c9308678]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-c9308678]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-c9308678]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-c9308678],
body[data-v-c9308678] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-c9308678] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-c9308678] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-c9308678] {
    border: none;
    outline: none;
}
}
input[data-v-c9308678]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-c9308678],
textarea[data-v-c9308678] {
  border: none;
  outline: none;
}
textarea[data-v-c9308678] {
  font-family: "microsoft yahei";
}
em[data-v-c9308678] {
  color: #e80000;
  font-style: normal;
}
i[data-v-c9308678] {
  font-style: normal;
}
.v-enter-active[data-v-c9308678],
.v-leave-active[data-v-c9308678] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-c9308678],
.v-leave-to[data-v-c9308678] {
  opacity: 0;
}
[v-cloak][data-v-c9308678] {
  display: none;
}
.f-e80000[data-v-c9308678] {
  color: #e80000;
}
.flex[data-v-c9308678] {
  display: flex;
}
.flex-a[data-v-c9308678] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-c9308678] {
  font-family: fangsong;
}
.pingfang[data-v-c9308678] {
  font-family: pingfang sc !important;
}
.underline[data-v-c9308678] {
  text-decoration: underline;
}
.t-over[data-v-c9308678] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-c9308678] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-c9308678] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-c9308678] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-c9308678] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-c9308678] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-c9308678] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-c9308678] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-c9308678] {
  cursor: pointer;
}
.trans1[data-v-c9308678] {
  transition: ease 0.1s;
}
.trans2[data-v-c9308678] {
  transition: ease 0.2s;
}
.trans3[data-v-c9308678] {
  transition: ease 0.3s;
}
.trans4[data-v-c9308678] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-c9308678] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-c9308678]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-c9308678] {
  text-align: center;
}
.icon-pay-way-wx[data-v-c9308678] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-c9308678] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-c9308678]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-c9308678] {
  animation: slide-down-in-c9308678 ease 0.3s;
}
.dialog-fade-leave-active[data-v-c9308678] {
  animation: slide-down-out-c9308678 ease 0.3s;
}
.icon-loading-circle[data-v-c9308678] {
  animation: loading-circle-c9308678 1s linear infinite;
}
@keyframes slide-down-in-c9308678 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-c9308678 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-c9308678 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-c9308678] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-c9308678] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-c9308678] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-c9308678] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-c9308678] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-c9308678] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-c9308678] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-c9308678] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-c9308678] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-c9308678] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-c9308678] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-c9308678] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-c9308678] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-c9308678] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-c9308678] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-c9308678] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-c9308678] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-c9308678] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-c9308678] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-c9308678] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-c9308678] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-c9308678] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-c9308678] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-c9308678] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-c9308678] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-c9308678] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-c9308678] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-c9308678] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-c9308678] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-c9308678] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-c9308678] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-c9308678] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-c9308678] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-c9308678] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-c9308678] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-c9308678] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-c9308678] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-c9308678] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-c9308678] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-c9308678] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-c9308678] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-c9308678] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-c9308678] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-c9308678] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-c9308678] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-c9308678] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-c9308678] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-c9308678] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-c9308678] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-c9308678] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-c9308678] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-c9308678] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-c9308678] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-c9308678] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-c9308678] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-c9308678] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-c9308678] {
  background-position: -218px -553px;
}
.item-title[data-v-c9308678] {
  font-size: 14px;
  display: flex;
}
.item-title .title[data-v-c9308678] {
  width: 95px;
  display: flex;
  justify-content: flex-end;
}
.item-title h6[data-v-c9308678] {
  font-weight: normal;
  color: #333;
  font-size: 14px;
}
.item-title span[data-v-c9308678] {
  color: #bbb;
}
[data-v-1ee0a186]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-1ee0a186]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-1ee0a186]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-1ee0a186],
body[data-v-1ee0a186] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-1ee0a186] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-1ee0a186] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-1ee0a186] {
    border: none;
    outline: none;
}
}
input[data-v-1ee0a186]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-1ee0a186],
textarea[data-v-1ee0a186] {
  border: none;
  outline: none;
}
textarea[data-v-1ee0a186] {
  font-family: "microsoft yahei";
}
em[data-v-1ee0a186] {
  color: #e80000;
  font-style: normal;
}
i[data-v-1ee0a186] {
  font-style: normal;
}
.v-enter-active[data-v-1ee0a186],
.v-leave-active[data-v-1ee0a186] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-1ee0a186],
.v-leave-to[data-v-1ee0a186] {
  opacity: 0;
}
[v-cloak][data-v-1ee0a186] {
  display: none;
}
.f-e80000[data-v-1ee0a186] {
  color: #e80000;
}
.flex[data-v-1ee0a186] {
  display: flex;
}
.flex-a[data-v-1ee0a186] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-1ee0a186] {
  font-family: fangsong;
}
.pingfang[data-v-1ee0a186] {
  font-family: pingfang sc !important;
}
.underline[data-v-1ee0a186] {
  text-decoration: underline;
}
.t-over[data-v-1ee0a186] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-1ee0a186] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-1ee0a186] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-1ee0a186] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-1ee0a186] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-1ee0a186] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-1ee0a186] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-1ee0a186] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-1ee0a186] {
  cursor: pointer;
}
.trans1[data-v-1ee0a186] {
  transition: ease 0.1s;
}
.trans2[data-v-1ee0a186] {
  transition: ease 0.2s;
}
.trans3[data-v-1ee0a186] {
  transition: ease 0.3s;
}
.trans4[data-v-1ee0a186] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-1ee0a186] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-1ee0a186]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-1ee0a186] {
  text-align: center;
}
.icon-pay-way-wx[data-v-1ee0a186] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-1ee0a186] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-1ee0a186]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-1ee0a186] {
  animation: slide-down-in-1ee0a186 ease 0.3s;
}
.dialog-fade-leave-active[data-v-1ee0a186] {
  animation: slide-down-out-1ee0a186 ease 0.3s;
}
.icon-loading-circle[data-v-1ee0a186] {
  animation: loading-circle-1ee0a186 1s linear infinite;
}
@keyframes slide-down-in-1ee0a186 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-1ee0a186 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-1ee0a186 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-1ee0a186] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-1ee0a186] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-1ee0a186] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-1ee0a186] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-1ee0a186] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-1ee0a186] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-1ee0a186] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-1ee0a186] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-1ee0a186] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-1ee0a186] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-1ee0a186] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-1ee0a186] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-1ee0a186] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-1ee0a186] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-1ee0a186] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-1ee0a186] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-1ee0a186] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-1ee0a186] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-1ee0a186] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-1ee0a186] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-1ee0a186] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-1ee0a186] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-1ee0a186] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-1ee0a186] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-1ee0a186] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-1ee0a186] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-1ee0a186] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-1ee0a186] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-1ee0a186] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-1ee0a186] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-1ee0a186] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-1ee0a186] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-1ee0a186] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-1ee0a186] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-1ee0a186] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-1ee0a186] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-1ee0a186] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-1ee0a186] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-1ee0a186] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-1ee0a186] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-1ee0a186] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-1ee0a186] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-1ee0a186] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-1ee0a186] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-1ee0a186] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-1ee0a186] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-1ee0a186] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-1ee0a186] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-1ee0a186] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-1ee0a186] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-1ee0a186] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-1ee0a186] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-1ee0a186] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-1ee0a186] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-1ee0a186] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-1ee0a186] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-1ee0a186] {
  background-position: -218px -553px;
}
.icon-upload-add[data-v-1ee0a186] {
  width: 34px;
  height: 34px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -392px -369px;
  margin-bottom: 20px;
}
.icon-del[data-v-1ee0a186] {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -504px -368px;
  cursor: pointer;
  z-index: 2;
}
.icon-del[data-v-1ee0a186]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -528px -368px;
}
.icon-toggle-prev[data-v-1ee0a186],
.icon-toggle-next[data-v-1ee0a186] {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
}
.icon-toggle-prev[data-v-1ee0a186] {
  left: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -473px -438px;
}
.icon-toggle-prev[data-v-1ee0a186]:hover {
  background-position: -501px -438px;
}
.icon-toggle-next[data-v-1ee0a186] {
  right: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -473px -466px;
}
.icon-toggle-next[data-v-1ee0a186]:hover {
  background-position: -501px -466px;
}
.pic-upload-wrap[data-v-1ee0a186] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.icon-del[data-v-1ee0a186],
.icon-toggle-prev[data-v-1ee0a186],
.icon-toggle-next[data-v-1ee0a186],
.set-main-diagram[data-v-1ee0a186] {
  display: none;
}
.upload-pic-button[data-v-1ee0a186] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: dashed 1px #dddddd;
  cursor: pointer;
  position: relative;
  transition: ease 0.3s;
  background-color: #f6f6f6;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.upload-pic-button .multiple-choice[data-v-1ee0a186] {
  font-size: 14px;
  color: #999;
}
.upload-pic-button .desc[data-v-1ee0a186] {
  margin-top: 8px;
  font-size: 12px;
  color: #ccc;
}
.upload-pic-button[data-v-1ee0a186]:hover {
  background-color: #eee;
  transition: ease 0.3s;
}
.picture-list[data-v-1ee0a186] {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.picture-list li[data-v-1ee0a186] {
  width: 190px;
  height: 150px;
  margin-right: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 5px;
  background-color: #f6f6f6;
  cursor: grab;
}
.picture-list li .main-diagram[data-v-1ee0a186] {
  position: absolute;
  padding: 2px 5px;
  background-color: #e80000;
  color: #fff;
  font-size: 12px;
  border-radius: 0 0 5px 0;
  top: 0;
  left: 0;
  z-index: 2;
}
.picture-list li .set-main-diagram[data-v-1ee0a186] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 14px;
  text-align: center;
  height: 26px;
  line-height: 26px;
  z-index: 2;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.picture-list li > img[data-v-1ee0a186] {
  transition: ease 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.picture-list li > img.active[data-v-1ee0a186] {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  opacity: 0.5;
  transition: ease 0.3s;
}
.picture-list li .upload-progress[data-v-1ee0a186] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #dcdcdc;
}
.picture-list li .upload-progress .current-progress[data-v-1ee0a186] {
  height: 100%;
  width: 0;
  background-color: #3ad554;
  position: absolute;
  top: 0;
  left: 0;
}
.picture-list li[data-v-1ee0a186]:last-of-type {
  margin-right: 0;
}
.picture-list li[data-v-1ee0a186]:nth-of-type(4n) {
  margin-right: 0;
}
.picture-list li[data-v-1ee0a186]:nth-of-type(-n+4) {
  margin-bottom: 10px;
}
.picture-list li:hover .icon-del[data-v-1ee0a186],
.picture-list li:hover .icon-toggle-prev[data-v-1ee0a186],
.picture-list li:hover .icon-toggle-next[data-v-1ee0a186],
.picture-list li:hover .set-main-diagram[data-v-1ee0a186] {
  display: block;
}
[data-v-226548e8]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-226548e8]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-226548e8]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-226548e8],
body[data-v-226548e8] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-226548e8] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-226548e8] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-226548e8] {
    border: none;
    outline: none;
}
}
input[data-v-226548e8]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-226548e8],
textarea[data-v-226548e8] {
  border: none;
  outline: none;
}
textarea[data-v-226548e8] {
  font-family: "microsoft yahei";
}
em[data-v-226548e8] {
  color: #e80000;
  font-style: normal;
}
i[data-v-226548e8] {
  font-style: normal;
}
.v-enter-active[data-v-226548e8],
.v-leave-active[data-v-226548e8] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-226548e8],
.v-leave-to[data-v-226548e8] {
  opacity: 0;
}
[v-cloak][data-v-226548e8] {
  display: none;
}
.f-e80000[data-v-226548e8] {
  color: #e80000;
}
.flex[data-v-226548e8] {
  display: flex;
}
.flex-a[data-v-226548e8] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-226548e8] {
  font-family: fangsong;
}
.pingfang[data-v-226548e8] {
  font-family: pingfang sc !important;
}
.underline[data-v-226548e8] {
  text-decoration: underline;
}
.t-over[data-v-226548e8] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-226548e8] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-226548e8] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-226548e8] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-226548e8] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-226548e8] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-226548e8] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-226548e8] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-226548e8] {
  cursor: pointer;
}
.trans1[data-v-226548e8] {
  transition: ease 0.1s;
}
.trans2[data-v-226548e8] {
  transition: ease 0.2s;
}
.trans3[data-v-226548e8] {
  transition: ease 0.3s;
}
.trans4[data-v-226548e8] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-226548e8] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-226548e8]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-226548e8] {
  text-align: center;
}
.icon-pay-way-wx[data-v-226548e8] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-226548e8] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-226548e8]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-226548e8] {
  animation: slide-down-in-226548e8 ease 0.3s;
}
.dialog-fade-leave-active[data-v-226548e8] {
  animation: slide-down-out-226548e8 ease 0.3s;
}
.icon-loading-circle[data-v-226548e8] {
  animation: loading-circle-226548e8 1s linear infinite;
}
@keyframes slide-down-in-226548e8 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-226548e8 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-226548e8 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-226548e8] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-226548e8] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-226548e8] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-226548e8] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-226548e8] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-226548e8] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-226548e8] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-226548e8] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-226548e8] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-226548e8] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-226548e8] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-226548e8] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-226548e8] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-226548e8] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-226548e8] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-226548e8] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-226548e8] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-226548e8] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-226548e8] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-226548e8] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-226548e8] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-226548e8] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-226548e8] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-226548e8] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-226548e8] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-226548e8] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-226548e8] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-226548e8] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-226548e8] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-226548e8] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-226548e8] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-226548e8] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-226548e8] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-226548e8] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-226548e8] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-226548e8] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-226548e8] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-226548e8] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-226548e8] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-226548e8] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-226548e8] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-226548e8] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-226548e8] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-226548e8] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-226548e8] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-226548e8] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-226548e8] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-226548e8] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-226548e8] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-226548e8] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-226548e8] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-226548e8] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-226548e8] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-226548e8] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-226548e8] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-226548e8] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-226548e8] {
  background-position: -218px -553px;
}
.i-a[data-v-226548e8] {
  margin-right: 5px;
}
.upload-button[data-v-226548e8] {
  width: var(--559016dc);
  height: var(--42a3cad1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e80000;
  border-radius: 5px;
  font-size: var(--734e181a);
  color: #fff;
  transition: background-color 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
}
.upload-button[data-v-226548e8]:hover {
  background-color: #ff2424;
  transition: background-color 0.3s;
}
.upload-button.disabled[data-v-226548e8] {
  transition: background-color 0.3s;
  cursor: no-drop;
  background-color: #999;
}
.upload-button.clean-transition[data-v-226548e8] {
  transition: none;
}
.upload-button.clean-transition[data-v-226548e8]:hover {
  transition: none;
}
[data-v-22334639]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-22334639]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-22334639]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-22334639],
body[data-v-22334639] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-22334639] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-22334639] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-22334639] {
    border: none;
    outline: none;
}
}
input[data-v-22334639]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-22334639],
textarea[data-v-22334639] {
  border: none;
  outline: none;
}
textarea[data-v-22334639] {
  font-family: "microsoft yahei";
}
em[data-v-22334639] {
  color: #e80000;
  font-style: normal;
}
i[data-v-22334639] {
  font-style: normal;
}
.v-enter-active[data-v-22334639],
.v-leave-active[data-v-22334639] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-22334639],
.v-leave-to[data-v-22334639] {
  opacity: 0;
}
[v-cloak][data-v-22334639] {
  display: none;
}
.f-e80000[data-v-22334639] {
  color: #e80000;
}
.flex[data-v-22334639] {
  display: flex;
}
.flex-a[data-v-22334639] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-22334639] {
  font-family: fangsong;
}
.pingfang[data-v-22334639] {
  font-family: pingfang sc !important;
}
.underline[data-v-22334639] {
  text-decoration: underline;
}
.t-over[data-v-22334639] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-22334639] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-22334639] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-22334639] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-22334639] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-22334639] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-22334639] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-22334639] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-22334639] {
  cursor: pointer;
}
.trans1[data-v-22334639] {
  transition: ease 0.1s;
}
.trans2[data-v-22334639] {
  transition: ease 0.2s;
}
.trans3[data-v-22334639] {
  transition: ease 0.3s;
}
.trans4[data-v-22334639] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-22334639] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-22334639]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-22334639] {
  text-align: center;
}
.icon-pay-way-wx[data-v-22334639] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-22334639] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-22334639]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-22334639] {
  animation: slide-down-in-22334639 ease 0.3s;
}
.dialog-fade-leave-active[data-v-22334639] {
  animation: slide-down-out-22334639 ease 0.3s;
}
.icon-loading-circle[data-v-22334639] {
  animation: loading-circle-22334639 1s linear infinite;
}
@keyframes slide-down-in-22334639 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-22334639 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-22334639 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-22334639] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-22334639] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-22334639] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-22334639] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-22334639] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-22334639] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-22334639] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-22334639] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-22334639] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-22334639] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-22334639] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-22334639] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-22334639] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-22334639] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-22334639] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-22334639] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-22334639] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-22334639] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-22334639] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-22334639] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-22334639] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-22334639] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-22334639] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-22334639] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-22334639] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-22334639] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-22334639] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-22334639] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-22334639] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-22334639] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-22334639] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-22334639] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-22334639] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-22334639] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-22334639] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-22334639] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-22334639] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-22334639] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-22334639] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-22334639] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-22334639] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-22334639] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-22334639] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-22334639] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-22334639] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-22334639] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-22334639] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-22334639] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-22334639] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-22334639] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-22334639] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-22334639] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-22334639] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-22334639] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-22334639] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-22334639] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-22334639] {
  background-position: -218px -553px;
}
.upload-input[data-v-22334639] {
  width: var(--4ecd8e0a);
  height: var(--71153963);
  cursor: pointer;
  padding-left: 16px;
  border-radius: 5px;
  border: solid 1px #ddd;
  position: relative;
}
.upload-input > input[data-v-22334639] {
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 14px;
  border-radius: 5px;
}
.upload-input > input[data-v-22334639]::-moz-placeholder {
  color: #bbb;
}
.upload-input > input[data-v-22334639]::placeholder {
  color: #bbb;
}
[data-v-37aa02a3]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-37aa02a3]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-37aa02a3]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-37aa02a3],
body[data-v-37aa02a3] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-37aa02a3] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-37aa02a3] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-37aa02a3] {
    border: none;
    outline: none;
}
}
input[data-v-37aa02a3]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-37aa02a3],
textarea[data-v-37aa02a3] {
  border: none;
  outline: none;
}
textarea[data-v-37aa02a3] {
  font-family: "microsoft yahei";
}
em[data-v-37aa02a3] {
  color: #e80000;
  font-style: normal;
}
i[data-v-37aa02a3] {
  font-style: normal;
}
.v-enter-active[data-v-37aa02a3],
.v-leave-active[data-v-37aa02a3] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-37aa02a3],
.v-leave-to[data-v-37aa02a3] {
  opacity: 0;
}
[v-cloak][data-v-37aa02a3] {
  display: none;
}
.f-e80000[data-v-37aa02a3] {
  color: #e80000;
}
.flex[data-v-37aa02a3] {
  display: flex;
}
.flex-a[data-v-37aa02a3] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-37aa02a3] {
  font-family: fangsong;
}
.pingfang[data-v-37aa02a3] {
  font-family: pingfang sc !important;
}
.underline[data-v-37aa02a3] {
  text-decoration: underline;
}
.t-over[data-v-37aa02a3] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-37aa02a3] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-37aa02a3] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-37aa02a3] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-37aa02a3] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-37aa02a3] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-37aa02a3] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-37aa02a3] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-37aa02a3] {
  cursor: pointer;
}
.trans1[data-v-37aa02a3] {
  transition: ease 0.1s;
}
.trans2[data-v-37aa02a3] {
  transition: ease 0.2s;
}
.trans3[data-v-37aa02a3] {
  transition: ease 0.3s;
}
.trans4[data-v-37aa02a3] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-37aa02a3] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-37aa02a3]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-37aa02a3] {
  text-align: center;
}
.icon-pay-way-wx[data-v-37aa02a3] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-37aa02a3] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-37aa02a3]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-37aa02a3] {
  animation: slide-down-in-37aa02a3 ease 0.3s;
}
.dialog-fade-leave-active[data-v-37aa02a3] {
  animation: slide-down-out-37aa02a3 ease 0.3s;
}
.icon-loading-circle[data-v-37aa02a3] {
  animation: loading-circle-37aa02a3 1s linear infinite;
}
@keyframes slide-down-in-37aa02a3 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-37aa02a3 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-37aa02a3 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-37aa02a3] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-37aa02a3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-37aa02a3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-37aa02a3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-37aa02a3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-37aa02a3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-37aa02a3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-37aa02a3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-37aa02a3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-37aa02a3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-37aa02a3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-37aa02a3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-37aa02a3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-37aa02a3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-37aa02a3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-37aa02a3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-37aa02a3] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-37aa02a3] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-37aa02a3] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-37aa02a3] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-37aa02a3] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-37aa02a3] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-37aa02a3] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-37aa02a3] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-37aa02a3] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-37aa02a3] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-37aa02a3] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-37aa02a3] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-37aa02a3] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-37aa02a3] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-37aa02a3] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-37aa02a3] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-37aa02a3] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-37aa02a3] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-37aa02a3] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-37aa02a3] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-37aa02a3] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-37aa02a3] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-37aa02a3] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-37aa02a3] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-37aa02a3] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-37aa02a3] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-37aa02a3] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-37aa02a3] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-37aa02a3] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-37aa02a3] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-37aa02a3] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-37aa02a3] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-37aa02a3] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-37aa02a3] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-37aa02a3] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-37aa02a3] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-37aa02a3] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-37aa02a3] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-37aa02a3] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-37aa02a3] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-37aa02a3] {
  background-position: -218px -553px;
}
.upload-radio[data-v-37aa02a3] {
  display: flex;
  align-items: center;
}
.upload-radio > li[data-v-37aa02a3] {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333;
  margin-right: 30px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.upload-radio > li .radio-box[data-v-37aa02a3] {
  display: block;
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border: solid 1px #bbbbbb;
  border-radius: 50%;
  margin-right: 4px;
}
.upload-radio > li .radio-box.active[data-v-37aa02a3] {
  border-color: #e80000;
  position: relative;
}
.upload-radio > li .radio-box.active[data-v-37aa02a3]:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background-color: #e80000;
  border-radius: 50%;
}
.upload-radio > li[data-v-37aa02a3]:last-of-type {
  margin-right: 0;
}
[data-v-65f4cd0d]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-65f4cd0d]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-65f4cd0d]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-65f4cd0d],
body[data-v-65f4cd0d] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-65f4cd0d] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-65f4cd0d] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-65f4cd0d] {
    border: none;
    outline: none;
}
}
input[data-v-65f4cd0d]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-65f4cd0d],
textarea[data-v-65f4cd0d] {
  border: none;
  outline: none;
}
textarea[data-v-65f4cd0d] {
  font-family: "microsoft yahei";
}
em[data-v-65f4cd0d] {
  color: #e80000;
  font-style: normal;
}
i[data-v-65f4cd0d] {
  font-style: normal;
}
.v-enter-active[data-v-65f4cd0d],
.v-leave-active[data-v-65f4cd0d] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-65f4cd0d],
.v-leave-to[data-v-65f4cd0d] {
  opacity: 0;
}
[v-cloak][data-v-65f4cd0d] {
  display: none;
}
.f-e80000[data-v-65f4cd0d] {
  color: #e80000;
}
.flex[data-v-65f4cd0d] {
  display: flex;
}
.flex-a[data-v-65f4cd0d] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-65f4cd0d] {
  font-family: fangsong;
}
.pingfang[data-v-65f4cd0d] {
  font-family: pingfang sc !important;
}
.underline[data-v-65f4cd0d] {
  text-decoration: underline;
}
.t-over[data-v-65f4cd0d] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-65f4cd0d] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-65f4cd0d] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-65f4cd0d] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-65f4cd0d] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-65f4cd0d] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-65f4cd0d] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-65f4cd0d] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-65f4cd0d] {
  cursor: pointer;
}
.trans1[data-v-65f4cd0d] {
  transition: ease 0.1s;
}
.trans2[data-v-65f4cd0d] {
  transition: ease 0.2s;
}
.trans3[data-v-65f4cd0d] {
  transition: ease 0.3s;
}
.trans4[data-v-65f4cd0d] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-65f4cd0d] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-65f4cd0d]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-65f4cd0d] {
  text-align: center;
}
.icon-pay-way-wx[data-v-65f4cd0d] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-65f4cd0d] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-65f4cd0d]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-65f4cd0d] {
  animation: slide-down-in-65f4cd0d ease 0.3s;
}
.dialog-fade-leave-active[data-v-65f4cd0d] {
  animation: slide-down-out-65f4cd0d ease 0.3s;
}
.icon-loading-circle[data-v-65f4cd0d] {
  animation: loading-circle-65f4cd0d 1s linear infinite;
}
@keyframes slide-down-in-65f4cd0d {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-65f4cd0d {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-65f4cd0d {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-65f4cd0d] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-65f4cd0d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-65f4cd0d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-65f4cd0d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-65f4cd0d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-65f4cd0d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-65f4cd0d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-65f4cd0d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-65f4cd0d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-65f4cd0d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-65f4cd0d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-65f4cd0d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-65f4cd0d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-65f4cd0d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-65f4cd0d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-65f4cd0d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-65f4cd0d] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-65f4cd0d] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-65f4cd0d] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-65f4cd0d] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-65f4cd0d] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-65f4cd0d] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-65f4cd0d] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-65f4cd0d] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-65f4cd0d] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-65f4cd0d] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-65f4cd0d] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-65f4cd0d] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-65f4cd0d] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-65f4cd0d] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-65f4cd0d] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-65f4cd0d] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-65f4cd0d] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-65f4cd0d] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-65f4cd0d] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-65f4cd0d] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-65f4cd0d] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-65f4cd0d] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-65f4cd0d] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-65f4cd0d] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-65f4cd0d] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-65f4cd0d] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-65f4cd0d] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-65f4cd0d] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-65f4cd0d] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-65f4cd0d] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-65f4cd0d] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-65f4cd0d] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-65f4cd0d] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-65f4cd0d] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-65f4cd0d] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-65f4cd0d] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-65f4cd0d] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-65f4cd0d] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-65f4cd0d] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-65f4cd0d] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-65f4cd0d] {
  background-position: -218px -553px;
}
.icon-que[data-v-65f4cd0d] {
  line-height: 1;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #666;
  color: #fff;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.icon-que > div[data-v-65f4cd0d] {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 162px;
  padding: 10px 14px;
  color: #666;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  font-size: 12px;
  line-height: 16px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 3;
}
.icon-que > div[data-v-65f4cd0d]:after {
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
}
.icon-que:hover > div[data-v-65f4cd0d] {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
.upload-price[data-v-65f4cd0d] {
  display: flex;
  align-items: center;
}
.upload-price > li[data-v-65f4cd0d] {
  width: 80px;
  height: 44px;
  border-radius: 5px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.upload-price > li.active[data-v-65f4cd0d] {
  border-color: #e80000;
  color: #e80000;
}
.upload-price > li.free[data-v-65f4cd0d] {
  flex-direction: column;
}
.upload-price > li.free .title[data-v-65f4cd0d] {
  font-size: 14px;
  color: #333;
  margin-bottom: 3px;
}
.upload-price > li.free .rewards[data-v-65f4cd0d] {
  color: #333;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.upload-price > li.large[data-v-65f4cd0d] {
  width: 110px;
}
[data-v-1d6089af]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-1d6089af]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-1d6089af]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-1d6089af],
body[data-v-1d6089af] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-1d6089af] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-1d6089af] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-1d6089af] {
    border: none;
    outline: none;
}
}
input[data-v-1d6089af]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-1d6089af],
textarea[data-v-1d6089af] {
  border: none;
  outline: none;
}
textarea[data-v-1d6089af] {
  font-family: "microsoft yahei";
}
em[data-v-1d6089af] {
  color: #e80000;
  font-style: normal;
}
i[data-v-1d6089af] {
  font-style: normal;
}
.v-enter-active[data-v-1d6089af],
.v-leave-active[data-v-1d6089af] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-1d6089af],
.v-leave-to[data-v-1d6089af] {
  opacity: 0;
}
[v-cloak][data-v-1d6089af] {
  display: none;
}
.f-e80000[data-v-1d6089af] {
  color: #e80000;
}
.flex[data-v-1d6089af] {
  display: flex;
}
.flex-a[data-v-1d6089af] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-1d6089af] {
  font-family: fangsong;
}
.pingfang[data-v-1d6089af] {
  font-family: pingfang sc !important;
}
.underline[data-v-1d6089af] {
  text-decoration: underline;
}
.t-over[data-v-1d6089af] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-1d6089af] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-1d6089af] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-1d6089af] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-1d6089af] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-1d6089af] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-1d6089af] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-1d6089af] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-1d6089af] {
  cursor: pointer;
}
.trans1[data-v-1d6089af] {
  transition: ease 0.1s;
}
.trans2[data-v-1d6089af] {
  transition: ease 0.2s;
}
.trans3[data-v-1d6089af] {
  transition: ease 0.3s;
}
.trans4[data-v-1d6089af] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-1d6089af] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-1d6089af]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-1d6089af] {
  text-align: center;
}
.icon-pay-way-wx[data-v-1d6089af] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-1d6089af] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-1d6089af]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-1d6089af] {
  animation: slide-down-in-1d6089af ease 0.3s;
}
.dialog-fade-leave-active[data-v-1d6089af] {
  animation: slide-down-out-1d6089af ease 0.3s;
}
.icon-loading-circle[data-v-1d6089af] {
  animation: loading-circle-1d6089af 1s linear infinite;
}
@keyframes slide-down-in-1d6089af {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-1d6089af {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-1d6089af {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-1d6089af] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-1d6089af] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-1d6089af] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-1d6089af] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-1d6089af] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-1d6089af] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-1d6089af] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-1d6089af] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-1d6089af] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-1d6089af] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-1d6089af] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-1d6089af] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-1d6089af] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-1d6089af] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-1d6089af] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-1d6089af] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-1d6089af] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-1d6089af] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-1d6089af] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-1d6089af] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-1d6089af] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-1d6089af] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-1d6089af] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-1d6089af] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-1d6089af] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-1d6089af] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-1d6089af] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-1d6089af] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-1d6089af] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-1d6089af] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-1d6089af] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-1d6089af] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-1d6089af] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-1d6089af] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-1d6089af] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-1d6089af] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-1d6089af] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-1d6089af] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-1d6089af] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-1d6089af] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-1d6089af] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-1d6089af] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-1d6089af] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-1d6089af] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-1d6089af] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-1d6089af] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-1d6089af] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-1d6089af] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-1d6089af] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-1d6089af] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-1d6089af] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-1d6089af] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-1d6089af] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-1d6089af] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-1d6089af] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-1d6089af] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-1d6089af] {
  background-position: -218px -553px;
}
.icon-selection[data-v-1d6089af] {
  width: 16px;
  height: 16px;
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -266px -212px;
  margin-right: 5px;
}
.icon-selection.active[data-v-1d6089af] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -286px -212px;
}
.read-protocol[data-v-1d6089af] {
  display: flex;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 24px;
}
.read-protocol > a[data-v-1d6089af] {
  color: #e80000;
}
[data-v-03e86104]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-03e86104]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-03e86104]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-03e86104],
body[data-v-03e86104] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-03e86104] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-03e86104] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-03e86104] {
    border: none;
    outline: none;
}
}
input[data-v-03e86104]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-03e86104],
textarea[data-v-03e86104] {
  border: none;
  outline: none;
}
textarea[data-v-03e86104] {
  font-family: "microsoft yahei";
}
em[data-v-03e86104] {
  color: #e80000;
  font-style: normal;
}
i[data-v-03e86104] {
  font-style: normal;
}
.v-enter-active[data-v-03e86104],
.v-leave-active[data-v-03e86104] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-03e86104],
.v-leave-to[data-v-03e86104] {
  opacity: 0;
}
[v-cloak][data-v-03e86104] {
  display: none;
}
.f-e80000[data-v-03e86104] {
  color: #e80000;
}
.flex[data-v-03e86104] {
  display: flex;
}
.flex-a[data-v-03e86104] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-03e86104] {
  font-family: fangsong;
}
.pingfang[data-v-03e86104] {
  font-family: pingfang sc !important;
}
.underline[data-v-03e86104] {
  text-decoration: underline;
}
.t-over[data-v-03e86104] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-03e86104] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-03e86104] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-03e86104] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-03e86104] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-03e86104] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-03e86104] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-03e86104] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-03e86104] {
  cursor: pointer;
}
.trans1[data-v-03e86104] {
  transition: ease 0.1s;
}
.trans2[data-v-03e86104] {
  transition: ease 0.2s;
}
.trans3[data-v-03e86104] {
  transition: ease 0.3s;
}
.trans4[data-v-03e86104] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-03e86104] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-03e86104]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-03e86104] {
  text-align: center;
}
.icon-pay-way-wx[data-v-03e86104] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-03e86104] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-03e86104]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-03e86104] {
  animation: slide-down-in-03e86104 ease 0.3s;
}
.dialog-fade-leave-active[data-v-03e86104] {
  animation: slide-down-out-03e86104 ease 0.3s;
}
.icon-loading-circle[data-v-03e86104] {
  animation: loading-circle-03e86104 1s linear infinite;
}
@keyframes slide-down-in-03e86104 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-03e86104 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-03e86104 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-03e86104] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-03e86104] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-03e86104] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-03e86104] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-03e86104] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-03e86104] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-03e86104] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-03e86104] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-03e86104] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-03e86104] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-03e86104] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-03e86104] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-03e86104] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-03e86104] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-03e86104] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-03e86104] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-03e86104] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-03e86104] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-03e86104] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-03e86104] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-03e86104] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-03e86104] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-03e86104] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-03e86104] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-03e86104] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-03e86104] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-03e86104] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-03e86104] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-03e86104] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-03e86104] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-03e86104] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-03e86104] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-03e86104] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-03e86104] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-03e86104] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-03e86104] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-03e86104] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-03e86104] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-03e86104] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-03e86104] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-03e86104] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-03e86104] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-03e86104] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-03e86104] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-03e86104] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-03e86104] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-03e86104] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-03e86104] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-03e86104] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-03e86104] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-03e86104] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-03e86104] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-03e86104] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-03e86104] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-03e86104] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-03e86104] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-03e86104] {
  background-position: -218px -553px;
}
.material-select[data-v-03e86104] {
  margin-left: 14px;
  display: flex;
  align-items: center;
}
.material-select .material-item[data-v-03e86104] {
  width: 84px;
  height: var(--2e48f792);
  border-radius: 5px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  margin-right: 14px;
  position: relative;
  cursor: text;
  overflow: hidden;
}
.material-select .material-item .type[data-v-03e86104] {
  width: 34px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.material-select .material-item > input[data-v-03e86104] {
  width: 50px;
  height: 100%;
  padding: 0 5px;
  background-color: #f3f3f3;
  text-align: center;
}
.material-select .material-item > input[data-v-03e86104]::-moz-placeholder {
  font-size: 14px;
  color: #bbb;
}
.material-select .material-item > input[data-v-03e86104]::placeholder {
  font-size: 14px;
  color: #bbb;
}
.material-select .material-item[data-v-03e86104]:last-of-type {
  margin-right: 0;
}
.material-select .material-item.active[data-v-03e86104] {
  border-color: #e80000;
}
[data-v-bb043a47]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-bb043a47]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-bb043a47]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-bb043a47],
body[data-v-bb043a47] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-bb043a47] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-bb043a47] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-bb043a47] {
    border: none;
    outline: none;
}
}
input[data-v-bb043a47]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-bb043a47],
textarea[data-v-bb043a47] {
  border: none;
  outline: none;
}
textarea[data-v-bb043a47] {
  font-family: "microsoft yahei";
}
em[data-v-bb043a47] {
  color: #e80000;
  font-style: normal;
}
i[data-v-bb043a47] {
  font-style: normal;
}
.v-enter-active[data-v-bb043a47],
.v-leave-active[data-v-bb043a47] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-bb043a47],
.v-leave-to[data-v-bb043a47] {
  opacity: 0;
}
[v-cloak][data-v-bb043a47] {
  display: none;
}
.f-e80000[data-v-bb043a47] {
  color: #e80000;
}
.flex[data-v-bb043a47] {
  display: flex;
}
.flex-a[data-v-bb043a47] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-bb043a47] {
  font-family: fangsong;
}
.pingfang[data-v-bb043a47] {
  font-family: pingfang sc !important;
}
.underline[data-v-bb043a47] {
  text-decoration: underline;
}
.t-over[data-v-bb043a47] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-bb043a47] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-bb043a47] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-bb043a47] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-bb043a47] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-bb043a47] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-bb043a47] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-bb043a47] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-bb043a47] {
  cursor: pointer;
}
.trans1[data-v-bb043a47] {
  transition: ease 0.1s;
}
.trans2[data-v-bb043a47] {
  transition: ease 0.2s;
}
.trans3[data-v-bb043a47] {
  transition: ease 0.3s;
}
.trans4[data-v-bb043a47] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-bb043a47] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-bb043a47]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-bb043a47] {
  text-align: center;
}
.icon-pay-way-wx[data-v-bb043a47] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-bb043a47] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-bb043a47]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-bb043a47] {
  animation: slide-down-in-bb043a47 ease 0.3s;
}
.dialog-fade-leave-active[data-v-bb043a47] {
  animation: slide-down-out-bb043a47 ease 0.3s;
}
.icon-loading-circle[data-v-bb043a47] {
  animation: loading-circle-bb043a47 1s linear infinite;
}
@keyframes slide-down-in-bb043a47 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-bb043a47 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-bb043a47 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-bb043a47] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-bb043a47] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-bb043a47] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-bb043a47] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-bb043a47] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-bb043a47] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-bb043a47] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-bb043a47] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-bb043a47] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-bb043a47] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-bb043a47] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-bb043a47] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-bb043a47] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-bb043a47] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-bb043a47] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-bb043a47] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-bb043a47] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-bb043a47] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-bb043a47] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-bb043a47] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-bb043a47] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-bb043a47] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-bb043a47] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-bb043a47] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-bb043a47] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-bb043a47] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-bb043a47] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-bb043a47] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-bb043a47] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-bb043a47] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-bb043a47] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-bb043a47] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-bb043a47] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-bb043a47] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-bb043a47] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-bb043a47] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-bb043a47] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-bb043a47] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-bb043a47] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-bb043a47] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-bb043a47] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-bb043a47] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-bb043a47] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-bb043a47] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-bb043a47] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-bb043a47] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-bb043a47] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-bb043a47] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-bb043a47] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-bb043a47] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-bb043a47] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-bb043a47] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-bb043a47] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-bb043a47] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-bb043a47] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-bb043a47] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-bb043a47] {
  background-position: -218px -553px;
}
.icon-cancel[data-v-bb043a47] {
  width: 9px;
  height: 9px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -531px -461px;
  margin-left: 5px;
  cursor: pointer;
}
.icon-cancel[data-v-bb043a47]:hover {
  background-position: -542px -461px;
}
.selections[data-v-bb043a47] {
  width: var(--1f33bb1d);
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.selections .upload-selection[data-v-bb043a47] {
  height: var(--a516a2a0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #ddd;
  padding: 0 16px;
  cursor: pointer;
  position: relative;
  line-height: var(--a516a2a0);
  display: flex;
  align-items: center;
}
.selections .upload-selection[data-v-bb043a47]:after {
  content: "";
  position: absolute;
  top: 57%;
  right: 14px;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-top-color: #5f6566;
}
.selections .upload-selection .keyword[data-v-bb043a47] {
  width: calc(100% - 16px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.selections .select-list[data-v-bb043a47] {
  position: absolute;
  left: 0;
  top: var(--a516a2a0);
  width: var(--1f33bb1d);
  border-radius: 5px;
  border: solid 1px #ddd;
  background-color: #fff;
  cursor: pointer;
  border-top: none;
  overflow: auto;
  max-height: 264px;
  z-index: 3;
}
.selections .select-list > li[data-v-bb043a47] {
  height: var(--a516a2a0);
  display: flex;
  align-items: center;
  padding-left: 30px;
  transition: ease 0.3s;
}
.selections .select-list > li[data-v-bb043a47]:hover {
  color: #e80000;
  background-color: #f6f6f6;
  transition: ease 0.3s;
}
[data-v-75347099]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-75347099]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-75347099]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-75347099],
body[data-v-75347099] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-75347099] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-75347099] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-75347099] {
    border: none;
    outline: none;
}
}
input[data-v-75347099]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-75347099],
textarea[data-v-75347099] {
  border: none;
  outline: none;
}
textarea[data-v-75347099] {
  font-family: "microsoft yahei";
}
em[data-v-75347099] {
  color: #e80000;
  font-style: normal;
}
i[data-v-75347099] {
  font-style: normal;
}
.v-enter-active[data-v-75347099],
.v-leave-active[data-v-75347099] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-75347099],
.v-leave-to[data-v-75347099] {
  opacity: 0;
}
[v-cloak][data-v-75347099] {
  display: none;
}
.f-e80000[data-v-75347099] {
  color: #e80000;
}
.flex[data-v-75347099] {
  display: flex;
}
.flex-a[data-v-75347099] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-75347099] {
  font-family: fangsong;
}
.pingfang[data-v-75347099] {
  font-family: pingfang sc !important;
}
.underline[data-v-75347099] {
  text-decoration: underline;
}
.t-over[data-v-75347099] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-75347099] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-75347099] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-75347099] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-75347099] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-75347099] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-75347099] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-75347099] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-75347099] {
  cursor: pointer;
}
.trans1[data-v-75347099] {
  transition: ease 0.1s;
}
.trans2[data-v-75347099] {
  transition: ease 0.2s;
}
.trans3[data-v-75347099] {
  transition: ease 0.3s;
}
.trans4[data-v-75347099] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-75347099] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-75347099]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-75347099] {
  text-align: center;
}
.icon-pay-way-wx[data-v-75347099] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-75347099] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-75347099]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-75347099] {
  animation: slide-down-in-75347099 ease 0.3s;
}
.dialog-fade-leave-active[data-v-75347099] {
  animation: slide-down-out-75347099 ease 0.3s;
}
.icon-loading-circle[data-v-75347099] {
  animation: loading-circle-75347099 1s linear infinite;
}
@keyframes slide-down-in-75347099 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-75347099 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-75347099 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-75347099] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-75347099] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-75347099] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-75347099] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-75347099] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-75347099] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-75347099] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-75347099] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-75347099] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-75347099] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-75347099] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-75347099] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-75347099] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-75347099] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-75347099] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-75347099] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-75347099] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-75347099] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-75347099] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-75347099] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-75347099] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-75347099] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-75347099] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-75347099] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-75347099] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-75347099] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-75347099] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-75347099] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-75347099] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-75347099] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-75347099] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-75347099] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-75347099] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-75347099] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-75347099] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-75347099] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-75347099] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-75347099] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-75347099] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-75347099] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-75347099] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-75347099] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-75347099] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-75347099] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-75347099] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-75347099] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-75347099] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-75347099] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-75347099] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-75347099] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-75347099] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-75347099] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-75347099] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-75347099] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-75347099] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-75347099] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-75347099] {
  background-position: -218px -553px;
}
.icon-rubbish[data-v-75347099] {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -510px -391px;
  cursor: pointer;
}
.icon-rubbish[data-v-75347099]:hover {
  background-position: -532px -391px;
}
.annex-box[data-v-75347099] {
  width: 570px;
  margin-top: 14px;
}
.annex-box[data-v-75347099] .material-select {
  margin-left: 0;
}
.annex-box[data-v-75347099] .material-select .material-item {
  margin-right: 8px;
}
.annex-box .annex-item[data-v-75347099] {
  width: 100%;
  height: 44px;
  margin-bottom: 14px;
  border-radius: 5px;
  padding-right: 16px;
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  position: relative;
}
.annex-box .annex-item .bubble[data-v-75347099] {
  padding: 5px 6px;
  border-radius: 3px;
  background-color: #BDBDBD;
  color: #fff;
  margin-right: 4px;
}
.annex-box .annex-item .annex-icon[data-v-75347099] {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #bdbdbd;
  margin-right: 8px;
}
.annex-box .annex-item .detail-info[data-v-75347099] {
  width: 17%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
.annex-box .annex-item .detail-info .file-name[data-v-75347099] {
  width: calc(100% - 25px);
}
.annex-box .annex-item .progress[data-v-75347099] {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 44px);
  height: 3px;
  background-color: #dcdcdc;
}
.annex-box .annex-item .progress .current-progress[data-v-75347099] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3ad554;
}
[data-v-45e59db3]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-45e59db3]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-45e59db3]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-45e59db3],
body[data-v-45e59db3] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-45e59db3] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-45e59db3] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-45e59db3] {
    border: none;
    outline: none;
}
}
input[data-v-45e59db3]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-45e59db3],
textarea[data-v-45e59db3] {
  border: none;
  outline: none;
}
textarea[data-v-45e59db3] {
  font-family: "microsoft yahei";
}
em[data-v-45e59db3] {
  color: #e80000;
  font-style: normal;
}
i[data-v-45e59db3] {
  font-style: normal;
}
.v-enter-active[data-v-45e59db3],
.v-leave-active[data-v-45e59db3] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-45e59db3],
.v-leave-to[data-v-45e59db3] {
  opacity: 0;
}
[v-cloak][data-v-45e59db3] {
  display: none;
}
.f-e80000[data-v-45e59db3] {
  color: #e80000;
}
.flex[data-v-45e59db3] {
  display: flex;
}
.flex-a[data-v-45e59db3] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-45e59db3] {
  font-family: fangsong;
}
.pingfang[data-v-45e59db3] {
  font-family: pingfang sc !important;
}
.underline[data-v-45e59db3] {
  text-decoration: underline;
}
.t-over[data-v-45e59db3] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-45e59db3] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-45e59db3] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-45e59db3] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-45e59db3] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-45e59db3] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-45e59db3] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-45e59db3] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-45e59db3] {
  cursor: pointer;
}
.trans1[data-v-45e59db3] {
  transition: ease 0.1s;
}
.trans2[data-v-45e59db3] {
  transition: ease 0.2s;
}
.trans3[data-v-45e59db3] {
  transition: ease 0.3s;
}
.trans4[data-v-45e59db3] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-45e59db3] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-45e59db3]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-45e59db3] {
  text-align: center;
}
.icon-pay-way-wx[data-v-45e59db3] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-45e59db3] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-45e59db3]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-45e59db3] {
  animation: slide-down-in-45e59db3 ease 0.3s;
}
.dialog-fade-leave-active[data-v-45e59db3] {
  animation: slide-down-out-45e59db3 ease 0.3s;
}
.icon-loading-circle[data-v-45e59db3] {
  animation: loading-circle-45e59db3 1s linear infinite;
}
@keyframes slide-down-in-45e59db3 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-45e59db3 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-45e59db3 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-45e59db3] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-45e59db3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-45e59db3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-45e59db3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-45e59db3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-45e59db3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-45e59db3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-45e59db3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-45e59db3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-45e59db3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-45e59db3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-45e59db3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-45e59db3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-45e59db3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-45e59db3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-45e59db3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-45e59db3] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-45e59db3] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-45e59db3] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-45e59db3] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-45e59db3] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-45e59db3] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-45e59db3] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-45e59db3] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-45e59db3] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-45e59db3] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-45e59db3] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-45e59db3] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-45e59db3] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-45e59db3] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-45e59db3] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-45e59db3] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-45e59db3] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-45e59db3] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-45e59db3] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-45e59db3] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-45e59db3] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-45e59db3] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-45e59db3] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-45e59db3] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-45e59db3] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-45e59db3] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-45e59db3] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-45e59db3] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-45e59db3] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-45e59db3] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-45e59db3] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-45e59db3] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-45e59db3] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-45e59db3] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-45e59db3] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-45e59db3] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-45e59db3] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-45e59db3] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-45e59db3] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-45e59db3] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-45e59db3] {
  background-position: -218px -553px;
}
.icon-cancel[data-v-45e59db3] {
  width: 9px;
  height: 9px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -531px -461px;
  margin-left: 5px;
  cursor: pointer;
}
.icon-cancel[data-v-45e59db3]:hover {
  background-position: -542px -461px;
}
.selections[data-v-45e59db3] {
  width: var(--a19ea1b6);
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.selections .upload-selection[data-v-45e59db3] {
  height: 44px;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #ddd;
  padding: 0 16px;
  cursor: pointer;
  position: relative;
  line-height: 44px;
  display: flex;
  align-items: center;
}
.selections .upload-selection[data-v-45e59db3]:after {
  content: "";
  position: absolute;
  top: 57%;
  right: 14px;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-top-color: #5f6566;
}
.selections .upload-selection .keyword[data-v-45e59db3] {
  flex: 1;
  height: 100%;
}
.selections .upload-selection input[data-v-45e59db3]::-moz-placeholder {
  font-size: 14px;
  color: #bbb;
}
.selections .upload-selection input[data-v-45e59db3]::placeholder {
  font-size: 14px;
  color: #bbb;
}
.selections .upload-selection .selected-list[data-v-45e59db3] {
  display: flex;
  align-items: center;
}
.selections .upload-selection .selected-list > li[data-v-45e59db3] {
  height: 30px;
  padding: 0 5px;
  background-color: #ffeaea;
  border-radius: 5px;
  border: dashed 1px #ffd3d3;
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.selections .upload-selection .selected-list > li[data-v-45e59db3]:last-of-type {
  margin-right: 0;
}
.selections .select-list[data-v-45e59db3] {
  position: absolute;
  left: 0;
  top: 44px;
  width: var(--a19ea1b6);
  border-radius: 5px;
  border: solid 1px #ddd;
  background-color: #fff;
  cursor: pointer;
  border-top: none;
  overflow: auto;
  max-height: 264px;
  z-index: 3;
}
.selections .select-list > li[data-v-45e59db3] {
  height: 44px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  transition: ease 0.3s;
}
.selections .select-list > li .multiple-select[data-v-45e59db3] {
  display: flex;
  align-items: center;
}
.selections .select-list > li .multiple-select > span[data-v-45e59db3]:after {
  content: ">";
  font-family: fangsong;
  padding: 0 10px;
  color: #333;
}
.selections .select-list > li .multiple-select > span[data-v-45e59db3]:last-of-type::after {
  content: none;
}
.selections .select-list > li[data-v-45e59db3]:hover {
  color: #e80000;
  background-color: #f6f6f6;
  transition: ease 0.3s;
}
[data-v-84cf7837]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-84cf7837]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-84cf7837]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-84cf7837],
body[data-v-84cf7837] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-84cf7837] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-84cf7837] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-84cf7837] {
    border: none;
    outline: none;
}
}
input[data-v-84cf7837]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-84cf7837],
textarea[data-v-84cf7837] {
  border: none;
  outline: none;
}
textarea[data-v-84cf7837] {
  font-family: "microsoft yahei";
}
em[data-v-84cf7837] {
  color: #e80000;
  font-style: normal;
}
i[data-v-84cf7837] {
  font-style: normal;
}
.v-enter-active[data-v-84cf7837],
.v-leave-active[data-v-84cf7837] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-84cf7837],
.v-leave-to[data-v-84cf7837] {
  opacity: 0;
}
[v-cloak][data-v-84cf7837] {
  display: none;
}
.f-e80000[data-v-84cf7837] {
  color: #e80000;
}
.flex[data-v-84cf7837] {
  display: flex;
}
.flex-a[data-v-84cf7837] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-84cf7837] {
  font-family: fangsong;
}
.pingfang[data-v-84cf7837] {
  font-family: pingfang sc !important;
}
.underline[data-v-84cf7837] {
  text-decoration: underline;
}
.t-over[data-v-84cf7837] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-84cf7837] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-84cf7837] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-84cf7837] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-84cf7837] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-84cf7837] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-84cf7837] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-84cf7837] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-84cf7837] {
  cursor: pointer;
}
.trans1[data-v-84cf7837] {
  transition: ease 0.1s;
}
.trans2[data-v-84cf7837] {
  transition: ease 0.2s;
}
.trans3[data-v-84cf7837] {
  transition: ease 0.3s;
}
.trans4[data-v-84cf7837] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-84cf7837] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-84cf7837]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-84cf7837] {
  text-align: center;
}
.icon-pay-way-wx[data-v-84cf7837] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-84cf7837] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-84cf7837]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-84cf7837] {
  animation: slide-down-in-84cf7837 ease 0.3s;
}
.dialog-fade-leave-active[data-v-84cf7837] {
  animation: slide-down-out-84cf7837 ease 0.3s;
}
.icon-loading-circle[data-v-84cf7837] {
  animation: loading-circle-84cf7837 1s linear infinite;
}
@keyframes slide-down-in-84cf7837 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-84cf7837 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-84cf7837 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-84cf7837] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-84cf7837] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-84cf7837] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-84cf7837] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-84cf7837] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-84cf7837] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-84cf7837] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-84cf7837] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-84cf7837] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-84cf7837] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-84cf7837] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-84cf7837] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-84cf7837] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-84cf7837] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-84cf7837] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-84cf7837] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-84cf7837] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-84cf7837] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-84cf7837] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-84cf7837] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-84cf7837] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-84cf7837] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-84cf7837] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-84cf7837] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-84cf7837] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-84cf7837] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-84cf7837] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-84cf7837] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-84cf7837] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-84cf7837] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-84cf7837] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-84cf7837] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-84cf7837] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-84cf7837] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-84cf7837] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-84cf7837] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-84cf7837] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-84cf7837] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-84cf7837] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-84cf7837] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-84cf7837] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-84cf7837] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-84cf7837] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-84cf7837] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-84cf7837] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-84cf7837] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-84cf7837] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-84cf7837] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-84cf7837] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-84cf7837] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-84cf7837] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-84cf7837] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-84cf7837] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-84cf7837] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-84cf7837] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-84cf7837] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-84cf7837] {
  background-position: -218px -553px;
}
.new-one[data-v-84cf7837],
.download-batch[data-v-84cf7837] {
  position: absolute;
  bottom: 50px;
  right: -150px;
  width: 100px;
  height: 100px;
  background-color: #fff2f2;
  border-radius: 5px;
  border: dashed 1px #ff7171;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #e80000;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background-color 0.3s, color 0.3s;
}
.new-one .icon-add[data-v-84cf7837],
.download-batch .icon-add[data-v-84cf7837] {
  width: 34px;
  height: 34px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -550px -276px;
  margin-bottom: 14px;
}
.new-one.float[data-v-84cf7837],
.download-batch.float[data-v-84cf7837] {
  position: fixed;
  right: 203px;
}
.new-one[data-v-84cf7837]:hover,
.download-batch[data-v-84cf7837]:hover {
  background-color: #ffe7e7;
  transition: background-color 0.3s, color 0.3s;
}
.download-batch[data-v-84cf7837] {
  bottom: 170px;
}
.download-batch svg[data-v-84cf7837] {
  margin-bottom: 14px;
}
[data-v-200a662d]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-200a662d]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-200a662d]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-200a662d],
body[data-v-200a662d] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-200a662d] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-200a662d] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-200a662d] {
    border: none;
    outline: none;
}
}
input[data-v-200a662d]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-200a662d],
textarea[data-v-200a662d] {
  border: none;
  outline: none;
}
textarea[data-v-200a662d] {
  font-family: "microsoft yahei";
}
em[data-v-200a662d] {
  color: #e80000;
  font-style: normal;
}
i[data-v-200a662d] {
  font-style: normal;
}
.v-enter-active[data-v-200a662d],
.v-leave-active[data-v-200a662d] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-200a662d],
.v-leave-to[data-v-200a662d] {
  opacity: 0;
}
[v-cloak][data-v-200a662d] {
  display: none;
}
.f-e80000[data-v-200a662d] {
  color: #e80000;
}
.flex[data-v-200a662d] {
  display: flex;
}
.flex-a[data-v-200a662d] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-200a662d] {
  font-family: fangsong;
}
.pingfang[data-v-200a662d] {
  font-family: pingfang sc !important;
}
.underline[data-v-200a662d] {
  text-decoration: underline;
}
.t-over[data-v-200a662d] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-200a662d] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-200a662d] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-200a662d] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-200a662d] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-200a662d] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-200a662d] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-200a662d] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-200a662d] {
  cursor: pointer;
}
.trans1[data-v-200a662d] {
  transition: ease 0.1s;
}
.trans2[data-v-200a662d] {
  transition: ease 0.2s;
}
.trans3[data-v-200a662d] {
  transition: ease 0.3s;
}
.trans4[data-v-200a662d] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-200a662d] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-200a662d]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-200a662d] {
  text-align: center;
}
.icon-pay-way-wx[data-v-200a662d] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-200a662d] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-200a662d]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-200a662d] {
  animation: slide-down-in-200a662d ease 0.3s;
}
.dialog-fade-leave-active[data-v-200a662d] {
  animation: slide-down-out-200a662d ease 0.3s;
}
.icon-loading-circle[data-v-200a662d] {
  animation: loading-circle-200a662d 1s linear infinite;
}
@keyframes slide-down-in-200a662d {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-200a662d {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-200a662d {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-200a662d] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-200a662d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-200a662d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-200a662d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-200a662d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-200a662d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-200a662d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-200a662d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-200a662d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-200a662d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-200a662d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-200a662d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-200a662d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-200a662d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-200a662d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-200a662d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-200a662d] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-200a662d] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-200a662d] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-200a662d] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-200a662d] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-200a662d] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-200a662d] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-200a662d] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-200a662d] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-200a662d] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-200a662d] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-200a662d] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-200a662d] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-200a662d] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-200a662d] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-200a662d] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-200a662d] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-200a662d] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-200a662d] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-200a662d] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-200a662d] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-200a662d] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-200a662d] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-200a662d] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-200a662d] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-200a662d] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-200a662d] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-200a662d] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-200a662d] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-200a662d] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-200a662d] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-200a662d] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-200a662d] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-200a662d] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-200a662d] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-200a662d] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-200a662d] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-200a662d] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-200a662d] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-200a662d] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-200a662d] {
  background-position: -218px -553px;
}
.folding-item[data-v-200a662d] {
  padding: 24px 40px;
  background-color: #F6F6F6;
  width: 100%;
  height: 138px;
  display: flex;
  justify-content: space-between;
}
.folding-item .info[data-v-200a662d] {
  display: flex;
}
.folding-item .info img[data-v-200a662d] {
  width: 120px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}
.folding-item .info .info-r[data-v-200a662d] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 19px;
}
.folding-item .info .state[data-v-200a662d] {
  background: #FFEAEA;
  border: 1px solid #e80000;
  border-radius: 5px;
  padding: 5px 10px;
  color: #e80000;
  max-width: -moz-max-content;
  max-width: max-content;
}
.folding-item .info .state.success[data-v-200a662d] {
  background: #2FC153;
  border: 1px solid #2FC153;
  color: #fff;
}
.folding-item .info .annex-progress[data-v-200a662d] {
  display: flex;
  align-items: center;
}
.folding-item .info .annex-progress .bg-progress[data-v-200a662d] {
  width: 130px;
  height: 6px;
  background: #D7D7D7;
  border-radius: 3px;
  margin-right: 5px;
}
.folding-item .info .annex-progress .bg-progress .uploading[data-v-200a662d] {
  width: 0;
  height: 100%;
  background: #e80000;
  border-radius: 3px;
}
.folding-item .info .annex-progress .bg-progress .success[data-v-200a662d] {
  width: 100%;
  height: 100%;
  background: #2FC153;
  border-radius: 3px;
}
.folding-item .operation-btn[data-v-200a662d] {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.folding-item .operation-btn .top-btn[data-v-200a662d] {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.folding-item .operation-btn .top-btn .edit[data-v-200a662d],
.folding-item .operation-btn .top-btn .del[data-v-200a662d] {
  width: 71px;
  height: 36px;
  background-color: #fff;
  border-radius: 5px;
  transition: ease 0.3s;
}
.folding-item .operation-btn .top-btn .edit[data-v-200a662d] {
  margin-right: 8px;
  border: 1px solid #e80000;
  color: #e80000;
  font-size: 14px;
}
.folding-item .operation-btn .top-btn .edit[data-v-200a662d]:hover {
  background-color: #e80000;
  color: #fff;
  transition: ease 0.3s;
}
.folding-item .operation-btn .top-btn .del[data-v-200a662d] {
  border: 1px solid #DDDDDD;
  font-size: 14px;
  color: #333;
}
.folding-item .operation-btn .top-btn .del[data-v-200a662d]:hover {
  border-color: #e80000;
  color: #e80000;
  transition: ease 0.3s;
}
.folding-item .operation-btn.change-text[data-v-200a662d] {
  flex-direction: row;
}
.folding-item .operation-btn.change-text .submitted-successfully[data-v-200a662d] {
  margin-left: 5px;
}
[data-v-0a1846c6]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-0a1846c6]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-0a1846c6]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-0a1846c6],
body[data-v-0a1846c6] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-0a1846c6] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-0a1846c6] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-0a1846c6] {
    border: none;
    outline: none;
}
}
input[data-v-0a1846c6]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-0a1846c6],
textarea[data-v-0a1846c6] {
  border: none;
  outline: none;
}
textarea[data-v-0a1846c6] {
  font-family: "microsoft yahei";
}
em[data-v-0a1846c6] {
  color: #e80000;
  font-style: normal;
}
i[data-v-0a1846c6] {
  font-style: normal;
}
.v-enter-active[data-v-0a1846c6],
.v-leave-active[data-v-0a1846c6] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-0a1846c6],
.v-leave-to[data-v-0a1846c6] {
  opacity: 0;
}
[v-cloak][data-v-0a1846c6] {
  display: none;
}
.f-e80000[data-v-0a1846c6] {
  color: #e80000;
}
.flex[data-v-0a1846c6] {
  display: flex;
}
.flex-a[data-v-0a1846c6] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-0a1846c6] {
  font-family: fangsong;
}
.pingfang[data-v-0a1846c6] {
  font-family: pingfang sc !important;
}
.underline[data-v-0a1846c6] {
  text-decoration: underline;
}
.t-over[data-v-0a1846c6] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-0a1846c6] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-0a1846c6] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-0a1846c6] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-0a1846c6] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-0a1846c6] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-0a1846c6] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-0a1846c6] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-0a1846c6] {
  cursor: pointer;
}
.trans1[data-v-0a1846c6] {
  transition: ease 0.1s;
}
.trans2[data-v-0a1846c6] {
  transition: ease 0.2s;
}
.trans3[data-v-0a1846c6] {
  transition: ease 0.3s;
}
.trans4[data-v-0a1846c6] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-0a1846c6] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-0a1846c6]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-0a1846c6] {
  text-align: center;
}
.icon-pay-way-wx[data-v-0a1846c6] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-0a1846c6] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-0a1846c6]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-0a1846c6] {
  animation: slide-down-in-0a1846c6 ease 0.3s;
}
.dialog-fade-leave-active[data-v-0a1846c6] {
  animation: slide-down-out-0a1846c6 ease 0.3s;
}
.icon-loading-circle[data-v-0a1846c6] {
  animation: loading-circle-0a1846c6 1s linear infinite;
}
@keyframes slide-down-in-0a1846c6 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-0a1846c6 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-0a1846c6 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-0a1846c6] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-0a1846c6] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-0a1846c6] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-0a1846c6] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-0a1846c6] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-0a1846c6] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-0a1846c6] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-0a1846c6] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-0a1846c6] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-0a1846c6] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-0a1846c6] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-0a1846c6] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-0a1846c6] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-0a1846c6] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-0a1846c6] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-0a1846c6] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-0a1846c6] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-0a1846c6] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-0a1846c6] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-0a1846c6] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-0a1846c6] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-0a1846c6] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-0a1846c6] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-0a1846c6] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-0a1846c6] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-0a1846c6] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-0a1846c6] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-0a1846c6] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-0a1846c6] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-0a1846c6] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-0a1846c6] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-0a1846c6] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-0a1846c6] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-0a1846c6] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-0a1846c6] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-0a1846c6] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-0a1846c6] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-0a1846c6] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-0a1846c6] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-0a1846c6] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-0a1846c6] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-0a1846c6] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-0a1846c6] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-0a1846c6] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-0a1846c6] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-0a1846c6] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-0a1846c6] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-0a1846c6] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-0a1846c6] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-0a1846c6] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-0a1846c6] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-0a1846c6] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-0a1846c6] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-0a1846c6] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-0a1846c6] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-0a1846c6] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-0a1846c6] {
  background-position: -218px -553px;
}
.icon-gold-coins[data-v-0a1846c6] {
  width: 17px;
  height: 17px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -174px -11px;
  margin-right: 3px;
}
.icon-reward-faq[data-v-0a1846c6] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -543px -202px;
  margin-left: 3px;
  cursor: pointer;
  position: relative;
}
.icon-reward-faq .tips[data-v-0a1846c6] {
  position: absolute;
  top: 24px;
  right: -15px;
  background: #FFFFFF;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 15px 17px;
  font-size: 12px;
  color: #999;
  width: -moz-max-content;
  width: max-content;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.icon-reward-faq .tips[data-v-0a1846c6]:before {
  content: "";
  position: absolute;
  top: -12px;
  right: 15px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #FFFFFF;
}
.icon-reward-faq:hover .tips[data-v-0a1846c6] {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
.multiple[data-v-0a1846c6] {
  margin-bottom: 30px;
}
.reward-list[data-v-0a1846c6] {
  width: 100%;
  display: flex;
  align-items: center;
}
.reward-list[data-v-0a1846c6] * {
  line-height: 1;
}
.reward-list > li[data-v-0a1846c6] {
  width: 320px;
  height: 180px;
  background: #FFFCFD;
  border: 1px dashed #FFBFBF;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
  position: relative;
  padding: 0 25px;
}
.reward-list > li .corner[data-v-0a1846c6] {
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 5px;
  background: #e80000;
  border-radius: 5px 0 5px 0;
  color: #fff;
}
.reward-list > li .reward-title[data-v-0a1846c6] {
  margin-bottom: 15px;
}
.reward-list > li .requirements[data-v-0a1846c6] {
  font-size: 12px;
  color: #999;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.reward-list > li .reward-amount[data-v-0a1846c6] {
  padding: 13px 16px;
  background: #FFE9E9;
  border-radius: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.reward-list > li .go-finish[data-v-0a1846c6] {
  color: #e80000;
  text-decoration: underline;
  background-color: transparent;
}
.reward-list > li[data-v-0a1846c6]:first-of-type {
  margin-left: 0;
}
[data-v-99e31746]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-99e31746]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-99e31746]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-99e31746],
body[data-v-99e31746] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-99e31746] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-99e31746] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-99e31746] {
    border: none;
    outline: none;
}
}
input[data-v-99e31746]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-99e31746],
textarea[data-v-99e31746] {
  border: none;
  outline: none;
}
textarea[data-v-99e31746] {
  font-family: "microsoft yahei";
}
em[data-v-99e31746] {
  color: #e80000;
  font-style: normal;
}
i[data-v-99e31746] {
  font-style: normal;
}
.v-enter-active[data-v-99e31746],
.v-leave-active[data-v-99e31746] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-99e31746],
.v-leave-to[data-v-99e31746] {
  opacity: 0;
}
[v-cloak][data-v-99e31746] {
  display: none;
}
.f-e80000[data-v-99e31746] {
  color: #e80000;
}
.flex[data-v-99e31746] {
  display: flex;
}
.flex-a[data-v-99e31746] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-99e31746] {
  font-family: fangsong;
}
.pingfang[data-v-99e31746] {
  font-family: pingfang sc !important;
}
.underline[data-v-99e31746] {
  text-decoration: underline;
}
.t-over[data-v-99e31746] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-99e31746] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-99e31746] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-99e31746] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-99e31746] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-99e31746] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-99e31746] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-99e31746] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-99e31746] {
  cursor: pointer;
}
.trans1[data-v-99e31746] {
  transition: ease 0.1s;
}
.trans2[data-v-99e31746] {
  transition: ease 0.2s;
}
.trans3[data-v-99e31746] {
  transition: ease 0.3s;
}
.trans4[data-v-99e31746] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-99e31746] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-99e31746]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-99e31746] {
  text-align: center;
}
.icon-pay-way-wx[data-v-99e31746] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-99e31746] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-99e31746]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-99e31746] {
  animation: slide-down-in-99e31746 ease 0.3s;
}
.dialog-fade-leave-active[data-v-99e31746] {
  animation: slide-down-out-99e31746 ease 0.3s;
}
.icon-loading-circle[data-v-99e31746] {
  animation: loading-circle-99e31746 1s linear infinite;
}
@keyframes slide-down-in-99e31746 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-99e31746 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-99e31746 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-99e31746] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-99e31746] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-99e31746] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-99e31746] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-99e31746] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-99e31746] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-99e31746] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-99e31746] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-99e31746] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-99e31746] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-99e31746] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-99e31746] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-99e31746] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-99e31746] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-99e31746] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-99e31746] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-99e31746] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-99e31746] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-99e31746] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-99e31746] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-99e31746] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-99e31746] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-99e31746] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-99e31746] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-99e31746] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-99e31746] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-99e31746] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-99e31746] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-99e31746] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-99e31746] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-99e31746] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-99e31746] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-99e31746] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-99e31746] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-99e31746] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-99e31746] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-99e31746] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-99e31746] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-99e31746] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-99e31746] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-99e31746] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-99e31746] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-99e31746] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-99e31746] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-99e31746] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-99e31746] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-99e31746] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-99e31746] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-99e31746] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-99e31746] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-99e31746] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-99e31746] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-99e31746] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-99e31746] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-99e31746] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-99e31746] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-99e31746] {
  background-position: -218px -553px;
}
.icon-cancel[data-v-99e31746] {
  width: 9px;
  height: 9px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -531px -461px;
  margin-left: 5px;
  cursor: pointer;
}
.icon-cancel[data-v-99e31746]:hover {
  background-position: -542px -461px;
}
[data-v-516f9d06]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-516f9d06]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-516f9d06]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-516f9d06],
body[data-v-516f9d06] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-516f9d06] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-516f9d06] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-516f9d06] {
    border: none;
    outline: none;
}
}
input[data-v-516f9d06]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-516f9d06],
textarea[data-v-516f9d06] {
  border: none;
  outline: none;
}
textarea[data-v-516f9d06] {
  font-family: "microsoft yahei";
}
em[data-v-516f9d06] {
  color: #e80000;
  font-style: normal;
}
i[data-v-516f9d06] {
  font-style: normal;
}
.v-enter-active[data-v-516f9d06],
.v-leave-active[data-v-516f9d06] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-516f9d06],
.v-leave-to[data-v-516f9d06] {
  opacity: 0;
}
[v-cloak][data-v-516f9d06] {
  display: none;
}
.f-e80000[data-v-516f9d06] {
  color: #e80000;
}
.flex[data-v-516f9d06] {
  display: flex;
}
.flex-a[data-v-516f9d06] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-516f9d06] {
  font-family: fangsong;
}
.pingfang[data-v-516f9d06] {
  font-family: pingfang sc !important;
}
.underline[data-v-516f9d06] {
  text-decoration: underline;
}
.t-over[data-v-516f9d06] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-516f9d06] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-516f9d06] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-516f9d06] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-516f9d06] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-516f9d06] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-516f9d06] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-516f9d06] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-516f9d06] {
  cursor: pointer;
}
.trans1[data-v-516f9d06] {
  transition: ease 0.1s;
}
.trans2[data-v-516f9d06] {
  transition: ease 0.2s;
}
.trans3[data-v-516f9d06] {
  transition: ease 0.3s;
}
.trans4[data-v-516f9d06] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-516f9d06] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-516f9d06]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-516f9d06] {
  text-align: center;
}
.icon-pay-way-wx[data-v-516f9d06] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-516f9d06] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-516f9d06]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-516f9d06] {
  animation: slide-down-in-516f9d06 ease 0.3s;
}
.dialog-fade-leave-active[data-v-516f9d06] {
  animation: slide-down-out-516f9d06 ease 0.3s;
}
.icon-loading-circle[data-v-516f9d06] {
  animation: loading-circle-516f9d06 1s linear infinite;
}
@keyframes slide-down-in-516f9d06 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-516f9d06 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-516f9d06 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-516f9d06] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-516f9d06] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-516f9d06] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-516f9d06] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-516f9d06] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-516f9d06] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-516f9d06] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-516f9d06] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-516f9d06] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-516f9d06] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-516f9d06] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-516f9d06] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-516f9d06] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-516f9d06] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-516f9d06] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-516f9d06] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-516f9d06] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-516f9d06] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-516f9d06] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-516f9d06] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-516f9d06] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-516f9d06] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-516f9d06] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-516f9d06] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-516f9d06] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-516f9d06] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-516f9d06] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-516f9d06] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-516f9d06] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-516f9d06] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-516f9d06] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-516f9d06] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-516f9d06] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-516f9d06] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-516f9d06] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-516f9d06] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-516f9d06] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-516f9d06] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-516f9d06] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-516f9d06] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-516f9d06] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-516f9d06] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-516f9d06] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-516f9d06] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-516f9d06] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-516f9d06] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-516f9d06] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-516f9d06] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-516f9d06] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-516f9d06] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-516f9d06] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-516f9d06] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-516f9d06] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-516f9d06] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-516f9d06] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-516f9d06] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-516f9d06] {
  background-position: -218px -553px;
}
.icon-cancel[data-v-516f9d06] {
  width: 9px;
  height: 9px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -531px -461px;
  margin-left: 5px;
  cursor: pointer;
}
.icon-cancel[data-v-516f9d06]:hover {
  background-position: -542px -461px;
}
.selections[data-v-516f9d06] {
  width: var(--49cce8d5);
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.selections .upload-selection[data-v-516f9d06] {
  height: 44px;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #ddd;
  padding: 0 16px;
  cursor: pointer;
  position: relative;
  line-height: 44px;
  display: flex;
  align-items: center;
}
.selections .upload-selection[data-v-516f9d06]:after {
  content: "";
  position: absolute;
  top: 57%;
  right: 14px;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-top-color: #5f6566;
}
.selections .upload-selection .keyword[data-v-516f9d06] {
  flex: 1;
  height: 100%;
}
.selections .upload-selection input[data-v-516f9d06]::-moz-placeholder {
  font-size: 14px;
  color: #bbb;
}
.selections .upload-selection input[data-v-516f9d06]::placeholder {
  font-size: 14px;
  color: #bbb;
}
.selections .upload-selection .selected-list[data-v-516f9d06] {
  display: flex;
  align-items: center;
  width: 100%;
}
.selections .upload-selection .selected-list > li[data-v-516f9d06] {
  height: 30px;
  padding: 0 5px;
  background-color: #ffeaea;
  border-radius: 5px;
  border: dashed 1px #ffd3d3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: -moz-max-content;
  width: max-content;
}
.selections .select-list[data-v-516f9d06] {
  position: absolute;
  left: 0;
  top: 44px;
  width: var(--49cce8d5);
  border-radius: 5px;
  border: solid 1px #ddd;
  background-color: #fff;
  cursor: pointer;
  border-top: none;
  overflow: auto;
  max-height: 264px;
  z-index: 3;
}
.selections .select-list > li[data-v-516f9d06] {
  height: 44px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  transition: ease 0.3s;
}
.selections .select-list > li .multiple-select[data-v-516f9d06] {
  display: flex;
  align-items: center;
}
.selections .select-list > li .multiple-select > span[data-v-516f9d06]:after {
  content: ">";
  font-family: fangsong;
  padding: 0 10px;
  color: #333;
}
.selections .select-list > li .multiple-select > span[data-v-516f9d06]:last-of-type::after {
  content: none;
}
.selections .select-list > li[data-v-516f9d06]:hover {
  color: #e80000;
  background-color: #f6f6f6;
  transition: ease 0.3s;
}
[data-v-e9eaf4f6]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-e9eaf4f6]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-e9eaf4f6]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-e9eaf4f6],
body[data-v-e9eaf4f6] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-e9eaf4f6] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-e9eaf4f6] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-e9eaf4f6] {
    border: none;
    outline: none;
}
}
input[data-v-e9eaf4f6]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-e9eaf4f6],
textarea[data-v-e9eaf4f6] {
  border: none;
  outline: none;
}
textarea[data-v-e9eaf4f6] {
  font-family: "microsoft yahei";
}
em[data-v-e9eaf4f6] {
  color: #e80000;
  font-style: normal;
}
i[data-v-e9eaf4f6] {
  font-style: normal;
}
.v-enter-active[data-v-e9eaf4f6],
.v-leave-active[data-v-e9eaf4f6] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-e9eaf4f6],
.v-leave-to[data-v-e9eaf4f6] {
  opacity: 0;
}
[v-cloak][data-v-e9eaf4f6] {
  display: none;
}
.f-e80000[data-v-e9eaf4f6] {
  color: #e80000;
}
.flex[data-v-e9eaf4f6] {
  display: flex;
}
.flex-a[data-v-e9eaf4f6] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-e9eaf4f6] {
  font-family: fangsong;
}
.pingfang[data-v-e9eaf4f6] {
  font-family: pingfang sc !important;
}
.underline[data-v-e9eaf4f6] {
  text-decoration: underline;
}
.t-over[data-v-e9eaf4f6] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-e9eaf4f6] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-e9eaf4f6] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-e9eaf4f6] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-e9eaf4f6] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-e9eaf4f6] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-e9eaf4f6] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-e9eaf4f6] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-e9eaf4f6] {
  cursor: pointer;
}
.trans1[data-v-e9eaf4f6] {
  transition: ease 0.1s;
}
.trans2[data-v-e9eaf4f6] {
  transition: ease 0.2s;
}
.trans3[data-v-e9eaf4f6] {
  transition: ease 0.3s;
}
.trans4[data-v-e9eaf4f6] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-e9eaf4f6] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-e9eaf4f6]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-e9eaf4f6] {
  text-align: center;
}
.icon-pay-way-wx[data-v-e9eaf4f6] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-e9eaf4f6] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-e9eaf4f6]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-e9eaf4f6] {
  animation: slide-down-in-e9eaf4f6 ease 0.3s;
}
.dialog-fade-leave-active[data-v-e9eaf4f6] {
  animation: slide-down-out-e9eaf4f6 ease 0.3s;
}
.icon-loading-circle[data-v-e9eaf4f6] {
  animation: loading-circle-e9eaf4f6 1s linear infinite;
}
@keyframes slide-down-in-e9eaf4f6 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-e9eaf4f6 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-e9eaf4f6 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-e9eaf4f6] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-e9eaf4f6] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-e9eaf4f6] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-e9eaf4f6] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-e9eaf4f6] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-e9eaf4f6] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-e9eaf4f6] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-e9eaf4f6] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-e9eaf4f6] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-e9eaf4f6] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-e9eaf4f6] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-e9eaf4f6] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-e9eaf4f6] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-e9eaf4f6] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-e9eaf4f6] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-e9eaf4f6] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-e9eaf4f6] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-e9eaf4f6] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-e9eaf4f6] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-e9eaf4f6] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-e9eaf4f6] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-e9eaf4f6] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-e9eaf4f6] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-e9eaf4f6] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-e9eaf4f6] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-e9eaf4f6] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-e9eaf4f6] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-e9eaf4f6] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-e9eaf4f6] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-e9eaf4f6] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-e9eaf4f6] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-e9eaf4f6] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-e9eaf4f6] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-e9eaf4f6] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-e9eaf4f6] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-e9eaf4f6] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-e9eaf4f6] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-e9eaf4f6] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-e9eaf4f6] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-e9eaf4f6] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-e9eaf4f6] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-e9eaf4f6] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-e9eaf4f6] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-e9eaf4f6] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-e9eaf4f6] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-e9eaf4f6] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-e9eaf4f6] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-e9eaf4f6] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-e9eaf4f6] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-e9eaf4f6] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-e9eaf4f6] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-e9eaf4f6] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-e9eaf4f6] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-e9eaf4f6] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-e9eaf4f6] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-e9eaf4f6] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-e9eaf4f6] {
  background-position: -218px -553px;
}
.address-picker-wrap[data-v-e9eaf4f6] {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.address-picker-wrap .address-result[data-v-e9eaf4f6] {
  border-radius: 3px;
  border: 1px solid #ddd;
  background-color: #f8f8f8;
}
.address-picker-wrap input[data-v-e9eaf4f6] {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  background-color: inherit;
}
.address-picker-wrap input[type="readonly"][data-v-e9eaf4f6] {
  border: 0;
}
.address-picker-wrap .address-picker[data-v-e9eaf4f6] {
  position: absolute;
  top: 40px;
  left: 0;
  background: #fff;
  width: 450px;
  display: inline-block;
  border: 2px solid #eee;
  padding: 5px;
  z-index: 10;
}
.address-picker-wrap .address-picker > span[data-v-e9eaf4f6] {
  color: #e80000;
  height: 15px;
  width: 15px;
  line-height: 15px;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #e80000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.address-picker-wrap .address-picker .active[data-v-e9eaf4f6] {
  color: #fff !important;
}
.address-picker-wrap .address-picker .active[data-v-e9eaf4f6] {
  background-color: #e80000;
}
.address-picker-wrap .address-picker-nav[data-v-e9eaf4f6] {
  width: 100%;
  height: 34px;
  line-height: 1;
  display: inline-block;
  border-bottom: 2px solid #e80000;
  padding: 0;
  margin: 0;
}
.address-picker-wrap .address-picker-nav > li[data-v-e9eaf4f6] {
  display: inline-block;
  width: 80px;
  line-height: 34px;
  font-size: 15px;
  color: #888;
  text-align: center;
  cursor: pointer;
}
.address-picker-wrap .address-picker-item[data-v-e9eaf4f6] {
  width: 100%;
  display: inline-block;
  padding: 10px 0;
  line-height: 1;
}
.address-picker-wrap .address-picker-item span[data-v-e9eaf4f6] {
  width: 80px;
  height: 35px;
  display: inline-block;
  margin-left: 6px;
  margin-top: 3px;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
  overflow: hidden;
  background-color: #f5f5f5;
  color: #666;
}
.address-picker-wrap .address-picker-item span.active[data-v-e9eaf4f6] {
  color: #fff;
  background-color: #e80000;
}
.address-picker-wrap .address-picker-item span[data-v-e9eaf4f6]:hover {
  color: #fff;
  background-color: #e80000;
}
.address-picker-wrap .AreaS[data-v-e9eaf4f6] {
  background-color: #e80000 !important;
  color: #fff !important;
}
.address-picker-wrap #citys[data-v-e9eaf4f6] {
  font-size: 14px;
}
.picker-multi-wrap[data-v-e9eaf4f6] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.picker-multi-wrap[data-v-e9eaf4f6] ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.picker-multi-wrap[data-v-e9eaf4f6] ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #ccc;
}
.picker-multi-wrap[data-v-e9eaf4f6] ::-webkit-scrollbar-track-piece {
  border-radius: 4px;
  background-color: #eaeaea;
}
.picker-multi-wrap .picker-item[data-v-e9eaf4f6] {
  position: relative;
  min-width: 120px;
  height: 44px;
  border-radius: 4px;
  border: solid 1px #ddd;
  cursor: pointer;
}
.picker-multi-wrap .picker-item input[data-v-e9eaf4f6] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: 0;
  background-color: transparent;
}
.picker-multi-wrap .picker-item input[data-v-e9eaf4f6]::-moz-placeholder {
  color: #bbb;
}
.picker-multi-wrap .picker-item input[data-v-e9eaf4f6]::placeholder {
  color: #bbb;
}
.picker-multi-wrap .picker-item i[data-v-e9eaf4f6] {
  display: inline-block;
  position: absolute;
  top: 19px;
  right: 18px;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: #666 transparent transparent transparent;
  transform: scaleX(0.75);
}
.picker-multi-wrap .address-drop-list[data-v-e9eaf4f6] {
  position: absolute;
  left: 0;
  width: 100%;
  max-height: 236px;
  padding-left: 0;
  border: 1px solid #eaeaea;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
  overflow-x: auto;
  z-index: 6;
}
.picker-multi-wrap .address-drop-list li[data-v-e9eaf4f6] {
  height: 50px;
  line-height: 49px;
  padding: 0 4px 0 10px;
  border-bottom: 1px solid #eaeaea;
  color: #666;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.picker-multi-wrap .address-drop-list li[data-v-e9eaf4f6]:hover,
.picker-multi-wrap .address-drop-list li.active[data-v-e9eaf4f6] {
  color: #e80000;
  background-color: #f4f4f4;
}
[data-v-e97d8e24]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-e97d8e24]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-e97d8e24]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-e97d8e24],
body[data-v-e97d8e24] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-e97d8e24] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-e97d8e24] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-e97d8e24] {
    border: none;
    outline: none;
}
}
input[data-v-e97d8e24]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-e97d8e24],
textarea[data-v-e97d8e24] {
  border: none;
  outline: none;
}
textarea[data-v-e97d8e24] {
  font-family: "microsoft yahei";
}
em[data-v-e97d8e24] {
  color: #e80000;
  font-style: normal;
}
i[data-v-e97d8e24] {
  font-style: normal;
}
.v-enter-active[data-v-e97d8e24],
.v-leave-active[data-v-e97d8e24] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-e97d8e24],
.v-leave-to[data-v-e97d8e24] {
  opacity: 0;
}
[v-cloak][data-v-e97d8e24] {
  display: none;
}
.f-e80000[data-v-e97d8e24] {
  color: #e80000;
}
.flex[data-v-e97d8e24] {
  display: flex;
}
.flex-a[data-v-e97d8e24] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-e97d8e24] {
  font-family: fangsong;
}
.pingfang[data-v-e97d8e24] {
  font-family: pingfang sc !important;
}
.underline[data-v-e97d8e24] {
  text-decoration: underline;
}
.t-over[data-v-e97d8e24] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-e97d8e24] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-e97d8e24] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-e97d8e24] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-e97d8e24] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-e97d8e24] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-e97d8e24] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-e97d8e24] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-e97d8e24] {
  cursor: pointer;
}
.trans1[data-v-e97d8e24] {
  transition: ease 0.1s;
}
.trans2[data-v-e97d8e24] {
  transition: ease 0.2s;
}
.trans3[data-v-e97d8e24] {
  transition: ease 0.3s;
}
.trans4[data-v-e97d8e24] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-e97d8e24] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-e97d8e24]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-e97d8e24] {
  text-align: center;
}
.icon-pay-way-wx[data-v-e97d8e24] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-e97d8e24] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-e97d8e24]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-e97d8e24] {
  animation: slide-down-in-e97d8e24 ease 0.3s;
}
.dialog-fade-leave-active[data-v-e97d8e24] {
  animation: slide-down-out-e97d8e24 ease 0.3s;
}
.icon-loading-circle[data-v-e97d8e24] {
  animation: loading-circle-e97d8e24 1s linear infinite;
}
@keyframes slide-down-in-e97d8e24 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-e97d8e24 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-e97d8e24 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-e97d8e24] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-e97d8e24] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-e97d8e24] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-e97d8e24] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-e97d8e24] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-e97d8e24] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-e97d8e24] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-e97d8e24] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-e97d8e24] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-e97d8e24] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-e97d8e24] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-e97d8e24] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-e97d8e24] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-e97d8e24] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-e97d8e24] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-e97d8e24] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-e97d8e24] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-e97d8e24] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-e97d8e24] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-e97d8e24] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-e97d8e24] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-e97d8e24] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-e97d8e24] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-e97d8e24] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-e97d8e24] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-e97d8e24] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-e97d8e24] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-e97d8e24] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-e97d8e24] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-e97d8e24] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-e97d8e24] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-e97d8e24] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-e97d8e24] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-e97d8e24] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-e97d8e24] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-e97d8e24] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-e97d8e24] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-e97d8e24] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-e97d8e24] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-e97d8e24] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-e97d8e24] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-e97d8e24] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-e97d8e24] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-e97d8e24] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-e97d8e24] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-e97d8e24] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-e97d8e24] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-e97d8e24] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-e97d8e24] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-e97d8e24] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-e97d8e24] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-e97d8e24] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-e97d8e24] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-e97d8e24] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-e97d8e24] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-e97d8e24] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-e97d8e24] {
  background-position: -218px -553px;
}
.flex-jc[data-v-e97d8e24] {
  display: flex;
  justify-content: flex-end;
}
.indent2[data-v-e97d8e24] {
  text-indent: 2em;
}
.upload-protocol .content[data-v-e97d8e24] {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.upload-protocol .content .push-main[data-v-e97d8e24] {
  height: 430px;
  padding: 30px;
  color: #666;
  border-radius: 2px;
  overflow-x: hidden;
  overflow-y: auto;
}
.upload-protocol .content .push-main p[data-v-e97d8e24] {
  line-height: 26px;
}
.upload-protocol .content .push-main b[data-v-e97d8e24] {
  color: #333;
}
.upload-protocol .content .btn-wrap[data-v-e97d8e24] {
  display: flex;
  padding-top: 22px;
}
.upload-protocol .content .btn-wrap button[data-v-e97d8e24] {
  width: 180px;
  height: 44px;
  border-radius: 5px;
}
.upload-protocol .content .btn-wrap button[data-v-e97d8e24]:not(:last-of-type) {
  margin-right: 20px;
}
.upload-protocol .content .btn-wrap button.plain[data-v-e97d8e24] {
  color: #999;
  background-color: #fff;
  border: solid 1px #ddd;
}
.upload-protocol .content .btn-wrap button.plain[data-v-e97d8e24]:hover {
  color: #666;
  border: solid 1px #ccc;
}
.upload-protocol .content .btn-wrap button.primary[data-v-e97d8e24] {
  background-color: #e80000;
  color: #fff;
}
.upload-protocol .content .btn-wrap button.primary[data-v-e97d8e24]:hover {
  background-color: #ff2424;
}
[data-v-1fee8f3a]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-1fee8f3a]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-1fee8f3a]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-1fee8f3a],
body[data-v-1fee8f3a] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-1fee8f3a] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-1fee8f3a] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-1fee8f3a] {
    border: none;
    outline: none;
}
}
input[data-v-1fee8f3a]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-1fee8f3a],
textarea[data-v-1fee8f3a] {
  border: none;
  outline: none;
}
textarea[data-v-1fee8f3a] {
  font-family: "microsoft yahei";
}
em[data-v-1fee8f3a] {
  color: #e80000;
  font-style: normal;
}
i[data-v-1fee8f3a] {
  font-style: normal;
}
.v-enter-active[data-v-1fee8f3a],
.v-leave-active[data-v-1fee8f3a] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-1fee8f3a],
.v-leave-to[data-v-1fee8f3a] {
  opacity: 0;
}
[v-cloak][data-v-1fee8f3a] {
  display: none;
}
.f-e80000[data-v-1fee8f3a] {
  color: #e80000;
}
.flex[data-v-1fee8f3a] {
  display: flex;
}
.flex-a[data-v-1fee8f3a] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-1fee8f3a] {
  font-family: fangsong;
}
.pingfang[data-v-1fee8f3a] {
  font-family: pingfang sc !important;
}
.underline[data-v-1fee8f3a] {
  text-decoration: underline;
}
.t-over[data-v-1fee8f3a] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-1fee8f3a] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-1fee8f3a] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-1fee8f3a] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-1fee8f3a] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-1fee8f3a] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-1fee8f3a] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-1fee8f3a] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-1fee8f3a] {
  cursor: pointer;
}
.trans1[data-v-1fee8f3a] {
  transition: ease 0.1s;
}
.trans2[data-v-1fee8f3a] {
  transition: ease 0.2s;
}
.trans3[data-v-1fee8f3a] {
  transition: ease 0.3s;
}
.trans4[data-v-1fee8f3a] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-1fee8f3a] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-1fee8f3a]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-1fee8f3a] {
  text-align: center;
}
.icon-pay-way-wx[data-v-1fee8f3a] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-1fee8f3a] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-1fee8f3a]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-1fee8f3a] {
  animation: slide-down-in-1fee8f3a ease 0.3s;
}
.dialog-fade-leave-active[data-v-1fee8f3a] {
  animation: slide-down-out-1fee8f3a ease 0.3s;
}
.icon-loading-circle[data-v-1fee8f3a] {
  animation: loading-circle-1fee8f3a 1s linear infinite;
}
@keyframes slide-down-in-1fee8f3a {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-1fee8f3a {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-1fee8f3a {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-1fee8f3a] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-1fee8f3a] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-1fee8f3a] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-1fee8f3a] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-1fee8f3a] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-1fee8f3a] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-1fee8f3a] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-1fee8f3a] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-1fee8f3a] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-1fee8f3a] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-1fee8f3a] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-1fee8f3a] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-1fee8f3a] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-1fee8f3a] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-1fee8f3a] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-1fee8f3a] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-1fee8f3a] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-1fee8f3a] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-1fee8f3a] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-1fee8f3a] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-1fee8f3a] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-1fee8f3a] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-1fee8f3a] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-1fee8f3a] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-1fee8f3a] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-1fee8f3a] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-1fee8f3a] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-1fee8f3a] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-1fee8f3a] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-1fee8f3a] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-1fee8f3a] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-1fee8f3a] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-1fee8f3a] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-1fee8f3a] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-1fee8f3a] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-1fee8f3a] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-1fee8f3a] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-1fee8f3a] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-1fee8f3a] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-1fee8f3a] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-1fee8f3a] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-1fee8f3a] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-1fee8f3a] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-1fee8f3a] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-1fee8f3a] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-1fee8f3a] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-1fee8f3a] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-1fee8f3a] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-1fee8f3a] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-1fee8f3a] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-1fee8f3a] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-1fee8f3a] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-1fee8f3a] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-1fee8f3a] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-1fee8f3a] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-1fee8f3a] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-1fee8f3a] {
  background-position: -218px -553px;
}
.pagination-wrap[data-v-1fee8f3a] {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pagination-list[data-v-1fee8f3a] {
  display: flex;
  align-items: center;
}
.pagination-list li[data-v-1fee8f3a] {
  margin-right: 6px;
  text-align: center;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  font-size: 13px;
  color: #666666;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  background-color: #fff;
  padding: 9px 13px;
  white-space: nowrap;
}
.pagination-list li[data-v-1fee8f3a] * {
  line-height: normal;
  line-height: initial;
}
.pagination-list .active[data-v-1fee8f3a] {
  border: 1px solid transparent;
}
.pagination-list .active[data-v-1fee8f3a] > * {
  color: #fff;
}
.total-block[data-v-1fee8f3a] {
  margin-left: 10px;
  color: #999;
  font-size: 13px;
}
.pagination-target[data-v-1fee8f3a] {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.pagination-target input[data-v-1fee8f3a] {
  width: 46px;
  height: 28px;
  color: #666;
  line-height: 28px;
  text-align: center;
  border: 1px solid #dadada;
  border-radius: 4px;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html,
body {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"] {
    border: none;
    outline: none;
}
}
input:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button,
textarea {
  border: none;
  outline: none;
}
textarea {
  font-family: "microsoft yahei";
}
em {
  color: #e80000;
  font-style: normal;
}
i {
  font-style: normal;
}
.v-enter-active,
.v-leave-active {
  transition: opacity 0.3s ease;
}
.v-enter-from,
.v-leave-to {
  opacity: 0;
}
[v-cloak] {
  display: none;
}
.f-e80000 {
  color: #e80000;
}
.flex {
  display: flex;
}
.flex-a {
  display: flex;
  align-items: center;
}
.fangsong {
  font-family: fangsong;
}
.pingfang {
  font-family: pingfang sc !important;
}
.underline {
  text-decoration: underline;
}
.t-over {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c {
  display: flex;
  justify-content: center;
}
.flex-a {
  display: flex;
  align-items: center;
}
.flex-ac {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999 {
  font-size: 14px;
  color: #999;
}
.f-14-bbb {
  font-size: 14px;
  color: #bbb;
}
.f-14-666 {
  font-size: 14px;
  color: #666;
}
.f-14-333 {
  font-size: 14px;
  color: #333;
}
.cursor {
  cursor: pointer;
}
.trans1 {
  transition: ease 0.1s;
}
.trans2 {
  transition: ease 0.2s;
}
.trans3 {
  transition: ease 0.3s;
}
.trans4 {
  transition: ease 0.4s;
}
._public-close-btn {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc {
  text-align: center;
}
.icon-pay-way-wx {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active {
  animation: slide-down-in ease 0.3s;
}
.dialog-fade-leave-active {
  animation: slide-down-out ease 0.3s;
}
.icon-loading-circle {
  animation: loading-circle 1s linear infinite;
}
@keyframes slide-down-in {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active {
  background-position: -29px -551px;
}
.icon-down-samil {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active {
  background-position: -112px -588px;
}
.icon-grey-search {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active {
  background-position: -152px -553px;
}
.icon-buy-new {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active {
  background-position: -185px -553px;
}
.icon-sign-new {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active {
  background-position: -218px -553px;
}
/*
 * <!--======================================================
 *
 *   Project Name:  om-server
 *
 *   File Name:     animate.less
 *
 *   Description:   none
 *
 *   Use Method:    none
 *
 * ====================================================== -->
 */
.waterfall-list {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: var(--38778a26);
  transition: all 0.3s;
}
.waterfall-item {
  position: absolute;
  left: 0;
  top: 0;
  /* transition: .3s; */
  /* 初始位置设置到屏幕以外，避免懒加载失败 */
  transform: translate3d(0, 3000px, 0);
  visibility: hidden;
}
/* 初始的入场效果 */
@keyframes fadeIn {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
.fadeIn {
  animation-name: fadeIn;
}
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  animation-iteration-count: 1;
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
  animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
  animation-delay: 1s;
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
  animation-delay: calc(1s * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  animation-delay: calc(1s * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  animation-delay: calc(1s * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  animation-delay: calc(1s * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  animation-duration: calc(1s / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
  animation-duration: calc(1s * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  animation-duration: calc(1s * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  animation-duration: calc(1s * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}
@media print, (prefers-reduced-motion: reduce) {
.animate__animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
}
.animate__animated[class*='Out'] {
    opacity: 0;
}
}
/* Attention seekers  */
@keyframes bounce {
from,
  20%,
  53%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
}
40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
}
70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
}
80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0) scaleY(0.95);
}
90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
}
}
.animate__bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
from,
  50%,
  to {
    opacity: 1;
}
25%,
  75% {
    opacity: 0;
}
}
.animate__flash {
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
from {
    transform: scale3d(1, 1, 1);
}
50% {
    transform: scale3d(1.05, 1.05, 1.05);
}
to {
    transform: scale3d(1, 1, 1);
}
}
.animate__pulse {
  animation-name: pulse;
  animation-timing-function: ease-in-out;
}
@keyframes rubberBand {
from {
    transform: scale3d(1, 1, 1);
}
30% {
    transform: scale3d(1.25, 0.75, 1);
}
40% {
    transform: scale3d(0.75, 1.25, 1);
}
50% {
    transform: scale3d(1.15, 0.85, 1);
}
65% {
    transform: scale3d(0.95, 1.05, 1);
}
75% {
    transform: scale3d(1.05, 0.95, 1);
}
to {
    transform: scale3d(1, 1, 1);
}
}
.animate__rubberBand {
  animation-name: rubberBand;
}
@keyframes shakeX {
from,
  to {
    transform: translate3d(0, 0, 0);
}
10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
}
20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
}
}
.animate__shakeX {
  animation-name: shakeX;
}
@keyframes shakeY {
from,
  to {
    transform: translate3d(0, 0, 0);
}
10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(0, -10px, 0);
}
20%,
  40%,
  60%,
  80% {
    transform: translate3d(0, 10px, 0);
}
}
.animate__shakeY {
  animation-name: shakeY;
}
@keyframes headShake {
0% {
    transform: translateX(0);
}
6.5% {
    transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
    transform: translateX(5px) rotateY(7deg);
}
31.5% {
    transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
    transform: translateX(2px) rotateY(3deg);
}
50% {
    transform: translateX(0);
}
}
.animate__headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
20% {
    transform: rotate3d(0, 0, 1, 15deg);
}
40% {
    transform: rotate3d(0, 0, 1, -10deg);
}
60% {
    transform: rotate3d(0, 0, 1, 5deg);
}
80% {
    transform: rotate3d(0, 0, 1, -5deg);
}
to {
    transform: rotate3d(0, 0, 1, 0deg);
}
}
.animate__swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
from {
    transform: scale3d(1, 1, 1);
}
10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
    transform: scale3d(1, 1, 1);
}
}
.animate__tada {
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
from {
    transform: translate3d(0, 0, 0);
}
15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
    transform: translate3d(0, 0, 0);
}
}
.animate__wobble {
  animation-name: wobble;
}
@keyframes jello {
from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0);
}
22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.animate__jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
0% {
    transform: scale(1);
}
14% {
    transform: scale(1.3);
}
28% {
    transform: scale(1);
}
42% {
    transform: scale(1.3);
}
70% {
    transform: scale(1);
}
}
.animate__heartBeat {
  animation-name: heartBeat;
  animation-duration: calc(1s * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  animation-timing-function: ease-in-out;
}
/* Back entrances */
@keyframes backInDown {
0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
}
80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
}
100% {
    transform: scale(1);
    opacity: 1;
}
}
.animate__backInDown {
  animation-name: backInDown;
}
@keyframes backInLeft {
0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
}
80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
}
100% {
    transform: scale(1);
    opacity: 1;
}
}
.animate__backInLeft {
  animation-name: backInLeft;
}
@keyframes backInRight {
0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
}
80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
}
100% {
    transform: scale(1);
    opacity: 1;
}
}
.animate__backInRight {
  animation-name: backInRight;
}
@keyframes backInUp {
0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
}
80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
}
100% {
    transform: scale(1);
    opacity: 1;
}
}
.animate__backInUp {
  animation-name: backInUp;
}
/* Back exits */
@keyframes backOutDown {
0% {
    transform: scale(1);
    opacity: 1;
}
20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
}
100% {
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
}
}
.animate__backOutDown {
  animation-name: backOutDown;
}
@keyframes backOutLeft {
0% {
    transform: scale(1);
    opacity: 1;
}
20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
}
100% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
}
}
.animate__backOutLeft {
  animation-name: backOutLeft;
}
@keyframes backOutRight {
0% {
    transform: scale(1);
    opacity: 1;
}
20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
}
100% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
}
}
.animate__backOutRight {
  animation-name: backOutRight;
}
@keyframes backOutUp {
0% {
    transform: scale(1);
    opacity: 1;
}
20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
}
100% {
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
}
}
.animate__backOutUp {
  animation-name: backOutUp;
}
/* Bouncing entrances  */
@keyframes bounceIn {
from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
}
20% {
    transform: scale3d(1.1, 1.1, 1.1);
}
40% {
    transform: scale3d(0.9, 0.9, 0.9);
}
60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
}
80% {
    transform: scale3d(0.97, 0.97, 0.97);
}
to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}
}
.animate__bounceIn {
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceIn;
}
@keyframes bounceInDown {
from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0) scaleY(3);
}
60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9);
}
75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
}
90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
}
to {
    transform: translate3d(0, 0, 0);
}
}
.animate__bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
}
60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1);
}
75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
}
90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
}
to {
    transform: translate3d(0, 0, 0);
}
}
.animate__bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0) scaleX(3);
}
60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1);
}
75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
}
90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
}
to {
    transform: translate3d(0, 0, 0);
}
}
.animate__bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
}
60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
}
75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
}
90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
}
to {
    transform: translate3d(0, 0, 0);
}
}
.animate__bounceInUp {
  animation-name: bounceInUp;
}
/* Bouncing exits  */
@keyframes bounceOut {
20% {
    transform: scale3d(0.9, 0.9, 0.9);
}
50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
}
to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
}
}
.animate__bounceOut {
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
20% {
    transform: translate3d(0, 10px, 0) scaleY(0.985);
}
40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
}
to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0) scaleY(3);
}
}
.animate__bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0) scaleX(0.9);
}
to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0) scaleX(2);
}
}
.animate__bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
}
to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(2);
}
}
.animate__bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
20% {
    transform: translate3d(0, -10px, 0) scaleY(0.985);
}
40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0) scaleY(0.9);
}
to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0) scaleY(3);
}
}
.animate__bounceOutUp {
  animation-name: bounceOutUp;
}
/* Fading entrances  */
@keyframes fadeIn {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.animate__fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
.animate__fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
.animate__fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
.animate__fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
.animate__fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
.animate__fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
.animate__fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
.animate__fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
.animate__fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeInTopLeft {
from {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
.animate__fadeInTopLeft {
  animation-name: fadeInTopLeft;
}
@keyframes fadeInTopRight {
from {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
.animate__fadeInTopRight {
  animation-name: fadeInTopRight;
}
@keyframes fadeInBottomLeft {
from {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
.animate__fadeInBottomLeft {
  animation-name: fadeInBottomLeft;
}
@keyframes fadeInBottomRight {
from {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
.animate__fadeInBottomRight {
  animation-name: fadeInBottomRight;
}
/* Fading exits */
@keyframes fadeOut {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
.animate__fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
}
}
.animate__fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
}
}
.animate__fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}
}
.animate__fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
}
}
.animate__fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}
}
.animate__fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
}
}
.animate__fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
}
}
.animate__fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
}
}
.animate__fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes fadeOutTopLeft {
from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
to {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
}
}
.animate__fadeOutTopLeft {
  animation-name: fadeOutTopLeft;
}
@keyframes fadeOutTopRight {
from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
to {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
}
}
.animate__fadeOutTopRight {
  animation-name: fadeOutTopRight;
}
@keyframes fadeOutBottomRight {
from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
to {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
}
}
.animate__fadeOutBottomRight {
  animation-name: fadeOutBottomRight;
}
@keyframes fadeOutBottomLeft {
from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
to {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
}
}
.animate__fadeOutBottomLeft {
  animation-name: fadeOutBottomLeft;
}
/* Flippers */
@keyframes flip {
from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
}
40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
}
50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
}
80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
}
to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
}
}
.animate__animated.animate__flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
}
40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
}
60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
}
80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
    transform: perspective(400px);
}
}
.animate__flipInX {
  backface-visibility: visible !important;
}
.animate__flipInX {
  animation-name: flipInX;
}
@keyframes flipInY {
from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
}
40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
}
60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
}
80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
    transform: perspective(400px);
}
}
.animate__flipInY {
  backface-visibility: visible !important;
}
.animate__flipInY {
  animation-name: flipInY;
}
@keyframes flipOutX {
from {
    transform: perspective(400px);
}
30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
}
to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
}
}
.animate__flipOutX {
  backface-visibility: visible !important;
}
.animate__flipOutX {
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: flipOutX;
}
@keyframes flipOutY {
from {
    transform: perspective(400px);
}
30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
}
to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
}
}
.animate__flipOutY {
  backface-visibility: visible !important;
}
.animate__flipOutY {
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: flipOutY;
}
/* Lightspeed */
@keyframes lightSpeedInRight {
from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
}
60% {
    transform: skewX(20deg);
    opacity: 1;
}
80% {
    transform: skewX(-5deg);
}
to {
    transform: translate3d(0, 0, 0);
}
}
.animate__lightSpeedInRight {
  animation-name: lightSpeedInRight;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedInLeft {
from {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
}
60% {
    transform: skewX(-20deg);
    opacity: 1;
}
80% {
    transform: skewX(5deg);
}
to {
    transform: translate3d(0, 0, 0);
}
}
.animate__lightSpeedInLeft {
  animation-name: lightSpeedInLeft;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOutRight {
from {
    opacity: 1;
}
to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
}
}
.animate__lightSpeedOutRight {
  animation-name: lightSpeedOutRight;
  animation-timing-function: ease-in;
}
@keyframes lightSpeedOutLeft {
from {
    opacity: 1;
}
to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
}
}
.animate__lightSpeedOutLeft {
  animation-name: lightSpeedOutLeft;
  animation-timing-function: ease-in;
}
/* Rotating entrances */
@keyframes rotateIn {
from {
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
}
to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
}
.animate__rotateIn {
  animation-name: rotateIn;
  transform-origin: center;
}
@keyframes rotateInDownLeft {
from {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
}
to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
}
.animate__rotateInDownLeft {
  animation-name: rotateInDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateInDownRight {
from {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
}
to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
}
.animate__rotateInDownRight {
  animation-name: rotateInDownRight;
  transform-origin: right bottom;
}
@keyframes rotateInUpLeft {
from {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
}
to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
}
.animate__rotateInUpLeft {
  animation-name: rotateInUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateInUpRight {
from {
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
}
to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
}
.animate__rotateInUpRight {
  animation-name: rotateInUpRight;
  transform-origin: right bottom;
}
/* Rotating exits */
@keyframes rotateOut {
from {
    opacity: 1;
}
to {
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
}
}
.animate__rotateOut {
  animation-name: rotateOut;
  transform-origin: center;
}
@keyframes rotateOutDownLeft {
from {
    opacity: 1;
}
to {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
}
}
.animate__rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutDownRight {
from {
    opacity: 1;
}
to {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
}
}
.animate__rotateOutDownRight {
  animation-name: rotateOutDownRight;
  transform-origin: right bottom;
}
@keyframes rotateOutUpLeft {
from {
    opacity: 1;
}
to {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
}
}
.animate__rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutUpRight {
from {
    opacity: 1;
}
to {
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
}
}
.animate__rotateOutUpRight {
  animation-name: rotateOutUpRight;
  transform-origin: right bottom;
}
/* Specials */
@keyframes hinge {
0% {
    animation-timing-function: ease-in-out;
}
20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    animation-timing-function: ease-in-out;
}
40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    animation-timing-function: ease-in-out;
    opacity: 1;
}
to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
}
}
.animate__hinge {
  animation-duration: calc(1s * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  animation-name: hinge;
  transform-origin: top left;
}
@keyframes jackInTheBox {
from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
}
50% {
    transform: rotate(-10deg);
}
70% {
    transform: rotate(3deg);
}
to {
    opacity: 1;
    transform: scale(1);
}
}
.animate__jackInTheBox {
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
.animate__rollIn {
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.animate__rollOut {
  animation-name: rollOut;
}
/* Zooming entrances */
@keyframes zoomIn {
from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
}
50% {
    opacity: 1;
}
}
.animate__zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.animate__zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.animate__zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.animate__zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.animate__zoomInUp {
  animation-name: zoomInUp;
}
/* Zooming exits */
@keyframes zoomOut {
from {
    opacity: 1;
}
50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
}
to {
    opacity: 0;
}
}
.animate__zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.animate__zoomOutDown {
  animation-name: zoomOutDown;
  transform-origin: center bottom;
}
@keyframes zoomOutLeft {
40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
}
}
.animate__zoomOutLeft {
  animation-name: zoomOutLeft;
  transform-origin: left center;
}
@keyframes zoomOutRight {
40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
}
}
.animate__zoomOutRight {
  animation-name: zoomOutRight;
  transform-origin: right center;
}
@keyframes zoomOutUp {
40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.animate__zoomOutUp {
  animation-name: zoomOutUp;
  transform-origin: center bottom;
}
/* Sliding entrances */
@keyframes slideInDown {
from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
}
to {
    transform: translate3d(0, 0, 0);
}
}
.animate__slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
}
to {
    transform: translate3d(0, 0, 0);
}
}
.animate__slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
}
to {
    transform: translate3d(0, 0, 0);
}
}
.animate__slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
}
to {
    transform: translate3d(0, 0, 0);
}
}
.animate__slideInUp {
  animation-name: slideInUp;
}
/* Sliding exits */
@keyframes slideOutDown {
from {
    transform: translate3d(0, 0, 0);
}
to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
}
}
.animate__slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
from {
    transform: translate3d(0, 0, 0);
}
to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
}
}
.animate__slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
from {
    transform: translate3d(0, 0, 0);
}
to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
}
}
.animate__slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
from {
    transform: translate3d(0, 0, 0);
}
to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
}
}
.animate__slideOutUp {
  animation-name: slideOutUp;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html,
body {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
  input[type="text"] {
    border: none;
    outline: none;
  }
}
input:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button,
textarea {
  border: none;
  outline: none;
}
textarea {
  font-family: "microsoft yahei";
}
em {
  color: #e80000;
  font-style: normal;
}
i {
  font-style: normal;
}
.v-enter-active,
.v-leave-active {
  transition: opacity 0.3s ease;
}
.v-enter-from,
.v-leave-to {
  opacity: 0;
}
[v-cloak] {
  display: none;
}
.f-e80000 {
  color: #e80000;
}
.flex {
  display: flex;
}
.flex-a {
  display: flex;
  align-items: center;
}
.fangsong {
  font-family: fangsong;
}
.pingfang {
  font-family: pingfang sc !important;
}
.underline {
  text-decoration: underline;
}
.t-over {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c {
  display: flex;
  justify-content: center;
}
.flex-a {
  display: flex;
  align-items: center;
}
.flex-ac {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999 {
  font-size: 14px;
  color: #999;
}
.f-14-bbb {
  font-size: 14px;
  color: #bbb;
}
.f-14-666 {
  font-size: 14px;
  color: #666;
}
.f-14-333 {
  font-size: 14px;
  color: #333;
}
.cursor {
  cursor: pointer;
}
.trans1 {
  transition: ease 0.1s;
}
.trans2 {
  transition: ease 0.2s;
}
.trans3 {
  transition: ease 0.3s;
}
.trans4 {
  transition: ease 0.4s;
}
._public-close-btn {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc {
  text-align: center;
}
.icon-pay-way-wx {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active {
  animation: slide-down-in ease 0.3s;
}
.dialog-fade-leave-active {
  animation: slide-down-out ease 0.3s;
}
.icon-loading-circle {
  animation: loading-circle 1s linear infinite;
}
@keyframes slide-down-in {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-down-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}
@keyframes loading-circle {
  100% {
    transform: rotate(1turn);
  }
}
.setDefaultClass {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel {
  width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active {
  background-position: -29px -551px;
}
.icon-down-samil {
  width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active {
  background-position: -112px -588px;
}
.icon-grey-search {
  width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera {
  width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new {
  width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active {
  background-position: -152px -553px;
}
.icon-buy-new {
  width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active {
  background-position: -185px -553px;
}
.icon-sign-new {
  width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active {
  background-position: -218px -553px;
}
.arrow-this {
  display:inline-block;width:81px;height:89px;
  background-image: url(https://down.om.cn/common/this_arrow.png);
  border-radius: 0 10px 10px 10px;
}
.header-list {
  width:100%;height:80px;display:flex;align-items:center;justify-content:center;--un-bg-opacity:1;background-color:rgb(32 32 32 / var(--un-bg-opacity));
}
.header-list .header-wrap {
  margin-left:auto;margin-right:auto;width:2390px;height:100%;min-width:1100px;display:flex;align-items:center;
}@media (max-width: 2557.9px){.header-list .header-wrap{width:1700px;}}@media (max-width: 1920px){.header-list .header-wrap{width:1700px;}}@media (max-width: 1800px){.header-list .header-wrap{width:1500px;}}@media (max-width: 1500px){.header-list .header-wrap{width:1200px;}}
.header-list .menus {
  display:flex;align-items:center;
}
.header-list .logo {
  width:132px;height:42px;
}
.header-list .channel-wrap {
  position:relative;margin-left:50px;display:flex;align-items:center;cursor:pointer;font-size:16px;line-height:1;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity));
}
.header-list .channel-wrap:before {
  content: "";
  position:absolute;bottom:-30px;left:0;width:100%;height:40px;
}
.header-list .channel-wrap i {
  margin-right:9px;
}
.header-list .channel-wrap:hover .channel-list {
  transition: ease 0.3s;
  visibility:visible;opacity:1;
}
.header-list .channel-wrap .channel-box-guide {
  position:absolute;left:0;top:50%;z-index:11;min-width:max-content;display:flex;align-items:center;display:flex;align-items:center;justify-content:center;--un-translate-y:-50%;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
}
.header-list .channel-wrap .channel-box-guide > * {
  margin-right: 9px;
}
.header-list .channel-wrap .formal {
  opacity:0;
}
.header-list .channel-list {
  transition: ease 0.3s;
  visibility:hidden;position:absolute;top:39px;left:0;z-index:11;width:565px;display:flex;flex-wrap:wrap;cursor:default;border-radius:5px;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));padding:20px;opacity:0.1;--un-shadow:0 0 10px var(--un-shadow-color, rgba(102, 102, 102, .6));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);
}
.header-list .channel-list a {
  width:20%;height:88px;display:flex;align-items:center;justify-content:center;display:flex;flex-direction:column;font-size:14px;line-height:1;--un-text-opacity:1;color:rgb(102 102 102 / var(--un-text-opacity));
}
.header-list .channel-list a i {
  margin-bottom:13px;
}
.header-list .channel-list a img {
  margin-bottom:13px;width:29px;height:29px;
}
.header-list .channel-list a img:last-of-type {
  display:none;
}
.header-list .channel-list a:hover {
  --un-bg-opacity:1;background-color:rgb(245 245 245 / var(--un-bg-opacity));
}
.header-list .channel-list a:hover img:first-of-type {
  display:none;
}
.header-list .channel-list a:hover img:last-of-type {
  display:block;
}
.header-list .show-channel {
  opacity: 1 !important;
  visibility: visible !important;
  transition: all 0.3s !important;
}
.header-list .guide-this {
  position:absolute;top:234px;right:-405px;display:flex;align-items:center;display:flex;flex-direction:column;
}
.header-list .guide-this .all-here {
  font-size:24px;line-height:1;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity));
}
.header-list .guide-this .knew {
  border: 2px dashed #f5f5f5;
  margin-top:21px;margin-left:105px;width:157px;height:52px;border-radius:5px;
}
.header-list .guide-this .knew:hover {
  border-color: #e80000;
  --un-text-opacity:1;color:rgb(232 0 0 / var(--un-text-opacity));
}
.header-list .ipt-wrap {
  position:relative;margin-left:65px;width:100%;height:50px;display:flex;align-items:center;flex:1 1 0%;border-radius:9999px;--un-bg-opacity:1;background-color:rgb(51 51 51 / var(--un-bg-opacity));
}
.header-list .ipt-wrap .drop-down {
  position:relative;height:100%;min-width:135px;display:flex;align-items:center;justify-content:center;padding-left:20px;padding-right:20px;
}
.header-list .ipt-wrap .drop-down:after {
  content: '';
  margin-left:20px;width:1px;height:20px;--un-bg-opacity:1;background-color:rgb(66 66 66 / var(--un-bg-opacity));
}
.header-list .ipt-wrap .drop-down span {
  min-width:max-content;display:flex;align-items:center;cursor:pointer;font-size:14px;line-height:1;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity));
}
.header-list .ipt-wrap .drop-down span .down-samil {
  margin-left:9px;
}
.header-list .ipt-wrap .input-box {
  margin-right:20px;width:100%;display:flex;align-items:center;
}
.header-list .ipt-wrap .input-box .grey-search {
  margin-right:10px;
}
.header-list .ipt-wrap .input-box input {
  width:100%;height:100%;background-color:transparent;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity));
}.header-list .ipt-wrap .input-box input::placeholder{--un-placeholder-opacity:1;color:rgb(153 153 153 / var(--un-placeholder-opacity));}
.header-list .ipt-wrap .search-area {
  height:100%;display:flex;align-items:center;
}
.header-list .ipt-wrap .search-area > i {
  margin-right:20px;cursor:pointer;
}
.header-list .ipt-wrap .search-area .camera {
  margin-right:20px;cursor:pointer;
}
.header-list .ipt-wrap .search-area .close-circle {
  margin-right:20px;width:18px;height:18px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:9999px;--un-bg-opacity:1;background-color:rgb(84 84 84 / var(--un-bg-opacity));
}
.header-list .ipt-wrap .search-area .close-circle:hover {
  --un-bg-opacity:1;background-color:rgb(105 105 105 / var(--un-bg-opacity));
}
.header-list .ipt-wrap .search-area button {
  transition: ease 0.3s;
  width:100px;height:100%;border-radius:9999px;--un-bg-opacity:1;background-color:rgb(232 0 0 / var(--un-bg-opacity));font-size:18px;line-height:1;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity));font-weight:700;
}
.header-list .ipt-wrap .search-type-list {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  position:absolute;top:50px;left:50%;z-index:10;min-width:100px;--un-translate-x:-50%;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));border-radius:10px;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));padding-top:10px;padding-bottom:10px;
}
.header-list .ipt-wrap .search-type-list li {
  height:36px;cursor:pointer;background-color:transparent;padding-left:10px;padding-right:10px;text-align:center;font-size:14px;line-height:1;--un-text-opacity:1;color:rgb(102 102 102 / var(--un-text-opacity));line-height:36px;
}
.header-list .ipt-wrap .search-type-list li:hover {
  --un-bg-opacity:1;background-color:rgb(232 0 0 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity));
}
.header-list .ipt-wrap .keyword-list {
  background-color: hsla(0, 0%, 100%, 0.97);
  box-shadow: 0 0 10px rgba(102, 102, 102, 0.2);
  position:absolute;top:50px;left:0;z-index:11;width:100%;max-height:400px;overflow:auto;border-radius:10px;padding-top:16px;padding-bottom:16px;
}
.header-list .ipt-wrap .keyword-list li {
  height:40px;cursor:pointer;overflow:hidden;padding-left:40px;padding-right:40px;line-height:40px;
}
.header-list .ipt-wrap .keyword-list li:hover {
  --un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(232 0 0 / var(--un-text-opacity));
}
.header-list .ipt-wrap .search-popup {
  position:absolute;top:50px;left:0;z-index:11;width:100%;
}
.header-list .operate-wrap {
  margin-left:50px;height:100%;display:flex;align-items:center;
}
.header-list .operate-wrap .lists {
  height:100%;display:flex;align-items:center;
}
.header-list .operate-wrap .list-item {
  transition: ease 0.3s;
  position:relative;z-index:10;margin-right:36px;height:100%;display:flex;align-items:center;justify-content:center;display:flex;flex-direction:column;cursor:pointer;
}
.header-list .operate-wrap .list-item .icon-area {
  display:flex;align-items:center;display:flex;flex-direction:column;
}
.header-list .operate-wrap .list-item .font-text {
  margin-top:5px;font-size:14px;line-height:1;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity));
}
.header-list .operate-wrap .list-item:hover .font-text {
  transition: ease 0.3s;
}
.header-list .operate-wrap .list-item:hover .drop-down-list {
  visibility:visible;top:80px;opacity:1;
}
.header-list .operate-wrap .list-item:before {
  content: '';
  position:absolute;bottom:-5px;left:0;width:100%;height:10px;
}
.header-list .operate-wrap .client .client-introduce {
  visibility:hidden;opacity:0;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;transition-duration:300ms;position:fixed;left:0;top:103px;z-index:10;width:100vw;display:flex;
}
.header-list .operate-wrap .client .client-introduce .client-gift-pack {
  display:flex;display:flex;flex-direction:column;align-items:center;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));padding-left:40px;padding-right:40px;padding-top:60px;padding-bottom:40px;
}
.header-list .operate-wrap .client .client-introduce .client-gift-pack h2 {
  font-size:32px;--un-text-opacity:1;color:rgb(51 51 51 / var(--un-text-opacity));
}
.header-list .operate-wrap .client .client-introduce .client-gift-pack p {
  margin-top:10px;font-size:18px;--un-text-opacity:1;color:rgb(128 128 128 / var(--un-text-opacity));
}
.header-list .operate-wrap .client .client-introduce .client-gift-pack img {
  margin-top:20px;width:140px;height:140px;
}
.header-list .operate-wrap .client .client-introduce .client-gift-pack .newcomer-gift-pack {
  background-image: url(https://down.om.cn/common/newcomer_gift_pack_background.png);
  margin-top:40px;width:486px;height:141px;display:flex;flex-wrap:wrap;padding-left:40px;padding-right:40px;padding-top:80px;
}
.header-list .operate-wrap .client .client-introduce .client-gift-pack .newcomer-gift-pack li {
  width:50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;font-size:18px;--un-text-opacity:1;color:rgb(77 77 77 / var(--un-text-opacity));
}
.header-list .operate-wrap .client .client-introduce .client-gift-pack .newcomer-gift-pack li:before {
  margin-right:6px;display:inline-block;width:6px;height:6px;border-radius:9999px;--un-bg-opacity:1;background-color:rgb(127 127 127 / var(--un-bg-opacity));content:"";
}
.header-list .operate-wrap .client .introduction {
  display:flex;display:flex;flex-direction:column;flex:1 1 0%;align-items:flex-start;--un-bg-opacity:1;background-color:rgb(248 248 248 / var(--un-bg-opacity));padding-left:40px;padding-right:40px;padding-top:60px;padding-bottom:40px;
}
.header-list .operate-wrap .client .introduction h2 {
  font-size:36px;--un-text-opacity:1;color:rgb(51 51 51 / var(--un-text-opacity));font-weight:700;
}
.header-list .operate-wrap .client .introduction p {
  margin-top:15px;font-size:16px;--un-text-opacity:1;color:rgb(153 153 153 / var(--un-text-opacity));
}
.header-list .operate-wrap .client .introduction .introduction-list {
  margin-top:50px;display:flex;display:flex;flex-direction:column;align-items:flex-start;
}
.header-list .operate-wrap .client .introduction .introduction-list li {
  margin-bottom:24px;font-size:18px;--un-text-opacity:1;color:rgb(77 77 77 / var(--un-text-opacity));
}
.header-list .operate-wrap .client .download-button {
  background: linear-gradient(262deg, #FF3932 0%, #FFC64D 100%);
  margin-top:32px;width:200px;height:60px;border-radius:10px;font-size:20px;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity));
}
.header-list .operate-wrap .upload .drop-down-list {
  transition: ease 0.3s;
  visibility:hidden;position:absolute;top:103px;left:50%;z-index:10;width:400px;display:flex;flex-wrap:wrap;--un-translate-x:-50%;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));border-radius:5px;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));padding-top:28px;padding-bottom:28px;padding-left:10px;padding-right:10px;opacity:0;--un-shadow:0 0 15px var(--un-shadow-color, rgba(0, 0, 0, .3));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);
}
.header-list .operate-wrap .upload .drop-down-list li {
  position:relative;margin-right:20px;margin-bottom:14px;width:80px;height:80px;display:flex;align-items:center;display:flex;flex-direction:column;border-radius:5px;padding-left:10px;padding-right:10px;padding-top:12px;
}
.header-list .operate-wrap .upload .drop-down-list li img {
  margin-bottom:12px;height:26px;
}
.header-list .operate-wrap .upload .drop-down-list li i {
  position:absolute;top:-5px;right:-5px;width:max-content;height:18px;border-radius:5px 5px 5px 0;--un-bg-opacity:1;background-color:rgb(232 0 0 / var(--un-bg-opacity));padding-left:4px;padding-right:4px;font-size:12px;line-height:1;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity));line-height:18px;
}
.header-list .operate-wrap .upload .drop-down-list li i:after {
  content: '';
  position:absolute;bottom:-3px;left:0;z-index:2;border-color:3px solid transparent;--un-border-opacity:1;--un-border-left-opacity:var(--un-border-opacity);border-left-color:rgb(232 0 0 / var(--un-border-left-opacity));
}
.header-list .operate-wrap .upload .drop-down-list li:hover {
  --un-bg-opacity:1;background-color:rgb(245 245 245 / var(--un-bg-opacity));
}
.header-list .operate-wrap .upload .drop-down-list li.mb {
  margin-bottom:0;
}
.header-list .operate-wrap .upload .drop-down-list li:nth-child(4n) {
  margin-right:0;
}
.header-list .operate-wrap .recharge .drop-down-list {
  visibility:hidden;position:absolute;top:103px;left:50%;width:max-content;display:flex;--un-translate-x:-50%;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));border-radius:5px;background-color:transparent;opacity:0;--un-shadow:0 0 var(--un-shadow-color, rgb(0 0 0 / 0));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);
}
.header-list .avatar-com {
  min-width:101px !important;max-width:150px !important;display:flex;align-items:center;justify-content:center;
}
.header-list .vip-drop-down-ad-content {
  width: 420px;
  height: 502px;
  background-image: url('https://down.om.cn/common/vip_design_without_worry_v3.png');
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 414px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header-list .vip-drop-down-ad-content .join-btn {
  width: 240px;
  height: 40px;
  background: linear-gradient(90deg, #FBD28C 0%, #E9AE5C 100%);
  border-radius: 999px;
  font-size: 16px;
  color: #333333;
  position: relative;
}
.header-list .vip-drop-down-ad-content .join-btn img {
  position: absolute;
  top: -30px;
  right: -71px;
  width: 194px;
}
.header-list .vip-drop-down-ad-content .understanding-members-link {
  margin-top: 10px;
  font-size: 14px;
  color: #999999;
}
.header-list .vip-drop-down-ad-content .understanding-members-link:hover {
  color: #e80000;
}
.model-nav {
  margin-bottom:20px;width:100vw;height:70px;display:flex;align-items:center;justify-content:center;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));--un-shadow:0 5px 11px 0 var(--un-shadow-color, rgba(0, 0, 0, .05));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);
}
.model-nav .wrap {
  width:1700px;height:100%;display:flex;align-items:center;justify-content:space-between;
}@media (max-width: 1500px){.model-nav .wrap{width:1200px;}}
.model-nav .wrap > a {
  position:relative;margin-left:10px;margin-right:10px;height:100%;min-width:max-content;display:flex;align-items:center;font-size:16px;line-height:1;--un-text-opacity:1;color:rgb(51 51 51 / var(--un-text-opacity));
}.model-nav .wrap>a:first-child{margin-left:0 !important;}.model-nav .wrap>a:last-child{margin-right:0 !important;}
.model-nav .wrap > a.active {
  --un-text-opacity:1;color:rgb(232 0 0 / var(--un-text-opacity));font-weight:700;
}
.model-nav .wrap > a.active:after {
  content: attr(data-after);
  position:absolute;bottom:0;left:0;width:100%;height:3px;--un-bg-opacity:1;background-color:rgb(232 0 0 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(232 0 0 / var(--un-text-opacity));
}
.model-nav .wrap > a:hover {
  --un-text-opacity:1;color:rgb(232 0 0 / var(--un-text-opacity));
}
.guide-channel {
  position:fixed;top:0;left:0;z-index:10;width:100vw;height:100vh;--un-bg-opacity:.6;background-color:rgba(0, 0, 0, var(--un-bg-opacity));
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html,
body {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
  input[type="text"] {
    border: none;
    outline: none;
  }
}
input:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button,
textarea {
  border: none;
  outline: none;
}
textarea {
  font-family: "microsoft yahei";
}
em {
  color: #e80000;
  font-style: normal;
}
i {
  font-style: normal;
}
.v-enter-active,
.v-leave-active {
  transition: opacity 0.3s ease;
}
.v-enter-from,
.v-leave-to {
  opacity: 0;
}
[v-cloak] {
  display: none;
}
.f-e80000 {
  color: #e80000;
}
.flex {
  display: flex;
}
.flex-a {
  display: flex;
  align-items: center;
}
.fangsong {
  font-family: fangsong;
}
.pingfang {
  font-family: pingfang sc !important;
}
.underline {
  text-decoration: underline;
}
.t-over {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c {
  display: flex;
  justify-content: center;
}
.flex-a {
  display: flex;
  align-items: center;
}
.flex-ac {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999 {
  font-size: 14px;
  color: #999;
}
.f-14-bbb {
  font-size: 14px;
  color: #bbb;
}
.f-14-666 {
  font-size: 14px;
  color: #666;
}
.f-14-333 {
  font-size: 14px;
  color: #333;
}
.cursor {
  cursor: pointer;
}
.trans1 {
  transition: ease 0.1s;
}
.trans2 {
  transition: ease 0.2s;
}
.trans3 {
  transition: ease 0.3s;
}
.trans4 {
  transition: ease 0.4s;
}
._public-close-btn {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc {
  text-align: center;
}
.icon-pay-way-wx {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active {
  animation: slide-down-in ease 0.3s;
}
.dialog-fade-leave-active {
  animation: slide-down-out ease 0.3s;
}
.icon-loading-circle {
  animation: loading-circle 1s linear infinite;
}
@keyframes slide-down-in {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-down-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}
@keyframes loading-circle {
  100% {
    transform: rotate(1turn);
  }
}
.setDefaultClass {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel {
  width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active {
  background-position: -29px -551px;
}
.icon-down-samil {
  width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active {
  background-position: -112px -588px;
}
.icon-grey-search {
  width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera {
  width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new {
  width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active {
  background-position: -152px -553px;
}
.icon-buy-new {
  width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active {
  background-position: -185px -553px;
}
.icon-sign-new {
  width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active {
  background-position: -218px -553px;
}
@font-face {
  font-family: FRIZON;
  src: url('/static/FRIZON-2-c55c2d18.TTF');
}
.icon-color-pick {
  width:20px;height:20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -187px -637px;
}
.icon-color-pick.active {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -217px -637px;
}
.icon-embellish {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -169px -358px;
}
.model-multiple-choice {
  position:relative;margin-left:20px;cursor:pointer;border-radius:9999px;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));padding-top:8px;padding-bottom:8px;padding-left:14px;padding-right:14px;
}
.model-multiple-choice .title {
  display:flex;align-items:center;font-size:14px;line-height:1;--un-text-opacity:1;color:rgb(153 153 153 / var(--un-text-opacity));
}
.model-multiple-choice .title span {
  --un-text-opacity:1;color:rgb(51 51 51 / var(--un-text-opacity));
}
.model-multiple-choice .title .svg-i {
  margin-left:10px;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;transition-duration:300ms;
}
.model-multiple-choice .multiple-choice-down {
  visibility:hidden;position:absolute;top:35px;left:0;z-index:10;display:flex;border-radius:5px;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));opacity:0;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;transition-duration:300ms;
}
.model-multiple-choice .multiple-choice-down ul {
  width:130px;max-height:285px;overflow-y:auto;border-radius:5px;padding-top:10px;padding-bottom:10px;--un-shadow:0 0 10px var(--un-shadow-color, rgba(102, 102, 102, .3));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);
}
.model-multiple-choice .multiple-choice-down ul.show-all-box {
  width:409px !important;max-height:311px;display:flex;display:flex;flex-direction:column;padding-top:20px;padding-bottom:20px;padding-bottom:0 !important;
}
.model-multiple-choice .multiple-choice-down ul.show-all-box li {
  height:auto;display:flex;padding-left:20px;padding-right:20px;
}.model-multiple-choice .multiple-choice-down ul.show-all-box li>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(30px * calc(1 - var(--un-space-x-reverse)));margin-right:calc(30px * var(--un-space-x-reverse));}.model-multiple-choice .multiple-choice-down ul.show-all-box li:hover{background-color:transparent;--un-text-opacity:1;color:rgb(51 51 51 / var(--un-text-opacity));}
.model-multiple-choice .multiple-choice-down ul.show-all-box li a {
  margin-bottom:20px;width:max-content;height:max-content;min-width:max-content;
}.model-multiple-choice .multiple-choice-down ul.show-all-box li a:hover{--un-text-opacity:1;color:rgb(232 0 0 / var(--un-text-opacity));}
.model-multiple-choice .multiple-choice-down ul li {
  position:relative;height:38px;width:100%;cursor:pointer;padding-left:25px;padding-right:14px;--un-text-opacity:1;color:rgb(51 51 51 / var(--un-text-opacity));transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;transition-duration:300ms;
}
.model-multiple-choice .multiple-choice-down ul li:hover {
  --un-bg-opacity:1;background-color:rgb(245 245 245 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(232 0 0 / var(--un-text-opacity));
}
.model-multiple-choice .multiple-choice-down ul li:after {
  content: '';
  position:absolute;top:0;right:0;width:1px;height:100%;--un-bg-opacity:1;background-color:rgb(230 230 230 / var(--un-bg-opacity));
}
.model-multiple-choice .multiple-choice-down ul li a {
  width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;
}
.model-multiple-choice .multiple-choice-down ul.sub-ul {
  display:none;
}
.model-multiple-choice .multiple-choice-down ul.sub-ul.active {
  display:block;
}
.model-multiple-choice:hover .multiple-choice-down {
  visibility:visible;opacity:1;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;transition-duration:300ms;
}
.model-multiple-choice:hover .title .svg-i {
  --un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-rotate:180deg;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
}
.turn-pages-left-and-right {
  width:100%;padding-top:20px;padding-bottom:20px;text-align:center;--un-text-opacity:1;color:rgb(153 153 153 / var(--un-text-opacity));
}
.model-list-wrap {
  margin-bottom:30px;display:flex;flex-wrap:wrap;
}
.model-list-wrap .model-item {
  transition: transform 0.3s;
  margin-right:25px;margin-bottom:33px;width:320px;display:flex;flex-direction:column;
}
.model-list-wrap .model-item:hover {
  --un-translate-y:-5px;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
}
.model-list-wrap .model-item:hover .pic-wrap .operates {
  visibility:visible;opacity:1;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;transition-duration:300ms;
}
.model-list-wrap .model-item:hover .detail-info > a {
  margin-right:10px;--un-text-opacity:1;color:rgb(232 0 0 / var(--un-text-opacity));
}
.model-list-wrap .model-item:nth-of-type(7n) {
  margin-right:0;
}
.model-list-wrap .pic-wrap {
  position: relative;
  position:relative;width:100%;height:240px;overflow:hidden;border-radius:5px;
}
.model-list-wrap .pic-wrap > img {
  width:100%;height:100%;object-fit:cover;
}
.model-list-wrap .pic-wrap .subscript {
  position:absolute;top:0;left:0;
}
.model-list-wrap .pic-wrap .operates {
  visibility:hidden;position:absolute;top:15px;right:15px;opacity:0;
}
.model-list-wrap .pic-wrap .operates li {
  position:relative;margin-top:10px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:5px;--un-bg-opacity:.6;background-color:rgba(0, 0, 0, var(--un-bg-opacity));
}.model-list-wrap .pic-wrap .operates li:first-child{margin-top:0;}
.model-list-wrap .pic-wrap .operates li svg {
  --un-fill-opacity:1;fill:rgb(255 255 255 / var(--un-fill-opacity));--un-stroke-opacity:1;stroke:rgb(255 255 255 / var(--un-stroke-opacity));
}
.model-list-wrap .pic-wrap .operates li .bubble {
  visibility:hidden;opacity:0;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;transition-duration:300ms;position:absolute;top:50%;right:40px;min-width:max-content;display:flex;align-items:center;justify-content:center;--un-translate-y:-50%;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));border-radius:5px;--un-bg-opacity:.5;background-color:rgba(0, 0, 0, var(--un-bg-opacity));padding:5px;font-size:12px;line-height:1;--un-text-opacity:1;color:rgb(244 244 244 / var(--un-text-opacity));
}
.model-list-wrap .pic-wrap .operates li .bubble:before {
  position:absolute;top:50%;right:-10px;display:inline-block;--un-translate-y:-50%;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));border-width:1px;border-width:5px;border-color:transparent;content:"";
  border-left-color: rgba(0, 0, 0, 0.5);
}
.model-list-wrap .pic-wrap .operates li:hover .bubble {
  visibility:visible;opacity:1;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;transition-duration:300ms;
}
.model-list-wrap .pic-wrap .view-picture {
  visibility:hidden;opacity:0;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;transition-duration:300ms;position:absolute;left:50%;bottom:20px;display:flex;align-items:center;justify-content:center;--un-translate-x:-50%;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));border-radius:9999px;--un-bg-opacity:.6;background-color:rgba(0, 0, 0, var(--un-bg-opacity));padding-top:8px;padding-bottom:8px;padding-left:14px;padding-right:14px;font-size:16px;line-height:1;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity));
}
.model-list-wrap .pic-wrap .view-picture .s-i {
  margin-right:10px;
}
.model-list-wrap .pic-wrap:hover .view-picture {
  visibility:visible;opacity:1;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;transition-duration:300ms;
}
.model-list-wrap .pic-wrap .hot-tag {
  padding: 3px 13px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px 0 5px 0;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
.model-list-wrap .pic-wrap .hot-tag span {
  font-family: FRIZON;
  font-weight: 400;
  font-size: 14px;
  color: #FF9900;
  display: inline-block;
  margin-top: -4px;
}
.model-list-wrap .pic-wrap .hot-tag .icon-top {
  width: 33px;
  height: 11px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(https://down.om.cn/common/v5_icon_top.png);
  background-position: 0px 0px;
  margin-left: 5px;
  margin-right: 2px;
}
.model-list-wrap .detail-info {
  margin-top:16px;display:flex;align-items:center;justify-content:space-between;font-size:14px;line-height:1;
}
.model-list-wrap .detail-info > a {
  display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;--un-text-opacity:1;color:rgb(51 51 51 / var(--un-text-opacity));line-height:19px;
}
.model-list-wrap .detail-info > span {
  --un-text-opacity:1;color:rgb(153 153 153 / var(--un-text-opacity));
}
.fixed-filter {
  visibility:hidden;opacity:0;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;transition-duration:300ms;position:fixed;top:0;left:0;z-index:7;height:70px;width:100vw;display:flex;align-items:center;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));--un-shadow:0 5px 5px 0 var(--un-shadow-color, rgba(0, 0, 0, .05));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);
}
.fixed-filter.active {
  visibility:visible;opacity:1;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;transition-duration:300ms;
}
.fixed-filter .wrap {
  margin-left:auto;margin-right:auto;width:2390px;display:flex;align-items:center;justify-content:space-between;
}@media (max-width: 2557.9px){.fixed-filter .wrap{width:1700px;}}@media (max-width: 1920px){.fixed-filter .wrap{width:1700px;}}@media (max-width: 1800px){.fixed-filter .wrap{width:1500px;}}@media (max-width: 1500px){.fixed-filter .wrap{width:1200px;}}
.fixed-filter .left-filter {
  margin-right:50px;min-width:max-content;display:flex;align-items:center;flex:1 1 0%;
}
.fixed-filter .left-filter .fixed-filter-item {
  display:flex;align-items:center;
}
.fixed-filter .left-filter .fixed-filter-item:after {
  content: '';
  width:1px;height:12px;--un-bg-opacity:1;background-color:rgb(204 213 219 / var(--un-bg-opacity));
}
.fixed-filter .left-filter .fixed-filter-item .model-multiple-choice {
  margin-left:0;
}
.fixed-filter .left-filter .fixed-filter-item .model-multiple-choice .title {
  --un-text-opacity:1;color:rgb(51 51 51 / var(--un-text-opacity));
}
.fixed-filter .left-filter .fixed-filter-item .model-multiple-choice ul {
  width:150px;
}
.fixed-filter .left-filter .fixed-filter-item:last-of-type:after {
  content: none;
}
.fixed-filter .left-filter .fixed-filter-item .fixed-color {
  position:relative;padding-left:14px;padding-right:14px;padding-top:8px;padding-bottom:8px;
}
.fixed-filter .left-filter .fixed-filter-item .fixed-color .title {
  display:flex;align-items:center;cursor:pointer;font-size:14px;line-height:1;--un-text-opacity:1;color:rgb(51 51 51 / var(--un-text-opacity));transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;transition-duration:300ms;
}
.fixed-filter .left-filter .fixed-filter-item .fixed-color .title > span {
  margin-right:10px;
}
.fixed-filter .left-filter .fixed-filter-item .fixed-color .title .svg-i {
  transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;transition-duration:300ms;
}
.fixed-filter .left-filter .fixed-filter-item .fixed-color:hover .svg-i {
  --un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-rotate:180deg;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
}
.fixed-filter .left-filter .fixed-filter-item .fixed-color .color-block {
  display:inline-block;width:20px;height:20px;border-radius:2px;
}
.fixed-filter .left-filter .fixed-filter-item .fixed-color .__color-pick {
  visibility:hidden;opacity:0;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;transition-duration:300ms;
}
.fixed-filter .left-filter .fixed-filter-item .fixed-color:hover .__color-pick {
  visibility:visible;opacity:1;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;transition-duration:300ms;
}
.fixed-filter .right-search {
  position:relative;width:700px;height:46px;display:flex;align-items:center;border-radius:9999px;--un-bg-opacity:1;background-color:rgb(238 238 238 / var(--un-bg-opacity));padding-top:13px;padding-bottom:13px;padding-right:20px;
}
.fixed-filter .right-search .type-select {
  position:relative;margin-right:20px;width:85px;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;border-right-width:1px;--un-border-opacity:1;border-color:rgb(211 211 211 / var(--un-border-opacity));--un-text-opacity:1;color:rgb(51 51 51 / var(--un-text-opacity));
}
.fixed-filter .right-search .type-select .search-type-list {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  position:absolute;top:37px;left:66%;z-index:10;min-width:100px;--un-translate-x:-50%;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));border-radius:10px;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));padding-top:10px;padding-bottom:10px;
}
.fixed-filter .right-search .type-select .search-type-list li {
  height:36px;cursor:pointer;background-color:transparent;padding-left:10px;padding-right:10px;text-align:center;font-size:14px;line-height:1;--un-text-opacity:1;color:rgb(102 102 102 / var(--un-text-opacity));line-height:36px;
}
.fixed-filter .right-search .type-select .search-type-list li:hover {
  --un-bg-opacity:1;background-color:rgb(232 0 0 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity));
}
.fixed-filter .right-search .type-select:before {
  position:absolute;top:17px;left:50%;z-index:11;width:100%;height:25px;--un-translate-x:-50%;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));content:"";
}
.fixed-filter .right-search .input-box-wrap {
  width:100%;display:flex;align-items:center;flex:1 1 0%;
}
.fixed-filter .right-search .input-box-wrap .grey-search {
  margin-right:10px;
}
.fixed-filter .right-search .input-box-wrap > input {
  margin-right:20px;width:100%;background-color:transparent;
}
.fixed-filter .right-search .search-popup {
  width:100%;
}
.fixed-filter .right-search .search-area {
  display:flex;align-items:center;
}
.fixed-filter .right-search .search-area .camera,
.fixed-filter .right-search .search-area .grey-search,
.fixed-filter .right-search .search-area .close-circle {
  cursor:pointer;
}
.fixed-filter .right-search .search-area .grey-search {
  margin-left:20px;
}
.fixed-filter .right-search .search-area .close-circle {
  margin-right:20px;width:18px;height:18px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:9999px;--un-bg-opacity:1;background-color:rgb(153 153 153 / var(--un-bg-opacity));
}
.fixed-filter .right-search .search-area .close-circle:hover {
  --un-bg-opacity:1;background-color:rgb(105 105 105 / var(--un-bg-opacity));
}
.fixed-filter .right-search .search-popup {
  position:absolute;top:50px;left:0;z-index:11;
}
.fixed-filter .right-search .keyword-list {
  background-color: hsla(0, 0%, 100%, 0.97);
  box-shadow: 0 0 10px rgba(102, 102, 102, 0.2);
  position:absolute;top:50px;left:0;z-index:11;width:100%;max-height:400px;overflow:auto;border-radius:10px;padding-top:16px;padding-bottom:16px;
}
.fixed-filter .right-search .keyword-list li {
  height:40px;cursor:pointer;overflow:hidden;padding-left:40px;padding-right:40px;line-height:40px;
}
.fixed-filter .right-search .keyword-list li:hover {
  --un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(232 0 0 / var(--un-text-opacity));
}
.model-filter {
  margin-right:60px;display:flex;align-items:center;
}
.model-filter .head {
  display:flex;align-items:center;font-size:14px;line-height:1;--un-text-opacity:1;color:rgb(153 153 153 / var(--un-text-opacity));
}
.model-filter .head .s-i {
  margin-right:7px;
}
.model-filter .filter-list-wrap {
  display:flex;align-items:center;
}
.model-filter .filter-list-wrap a {
  margin-left:5px;display:flex;align-items:center;justify-content:center;border-radius:9999px;padding-left:10px;padding-right:10px;padding-top:1px;padding-bottom:1px;--un-text-opacity:1;color:rgb(153 153 153 / var(--un-text-opacity));transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;transition-duration:300ms;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;transition-duration:300ms;
}.model-filter .filter-list-wrap a:hover{--un-bg-opacity:1;background-color:rgb(230 230 230 / var(--un-bg-opacity));}
.model-filter .filter-list-wrap a.active {
  border-width:1px;--un-border-opacity:1;border-color:rgb(232 0 0 / var(--un-border-opacity));--un-bg-opacity:1;background-color:rgb(255 237 237 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(232 0 0 / var(--un-text-opacity));
}
.model-filter .filter-list-wrap a:first-of-type {
  margin-left:15px;
}
.recommended-section {
  margin-top:60px;padding-bottom:60px;
}
.recommended-section .tab {
  display:flex;
}
.recommended-section .tab button {
  border-right-width:1px;--un-border-opacity:1;--un-border-right-opacity:var(--un-border-opacity);border-right-color:rgb(221 221 221 / var(--un-border-right-opacity));padding-left:22px;padding-right:22px;font-size:16px;line-height:1;--un-text-opacity:1;color:rgb(153 153 153 / var(--un-text-opacity));
}
.recommended-section .tab button:last-of-type {
  border-right: none;
}
.recommended-section .tab button:first-child {
  padding-left: 0;
}
.recommended-section .tab .active {
  --un-text-opacity:1;color:rgb(51 51 51 / var(--un-text-opacity));
}
.recommended-section .tab .active span {
  border-bottom: 1px solid #e80000;
  padding-bottom: 10px;
}
.recommended-section .recommended-list {
  margin-top:20px;display:flex;flex-wrap:wrap;
}
.recommended-section .recommended-list li {
  margin-right:28px;font-size:12px;line-height:1;--un-text-opacity:1;color:rgb(102 102 102 / var(--un-text-opacity));line-height:30px;
}
.recommended-section .recommended-list li:hover {
  --un-text-opacity:1;color:rgb(232 0 0 / var(--un-text-opacity));
}
.classification {
  width:100vw;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));padding-top:15px;padding-bottom:38px;
}
.classification .classification-wrap {
  margin-left:auto;margin-right:auto;width:2390px;
}@media (max-width: 2557.9px){.classification .classification-wrap{width:1700px;}}@media (max-width: 1920px){.classification .classification-wrap{width:1700px;}}@media (max-width: 1800px){.classification .classification-wrap{width:1500px;}}@media (max-width: 1500px){.classification .classification-wrap{width:1200px;}}
.classification .cate-column-wrap {
  display:flex;
}
.classification .move-down {
  margin-top:18px;
}
.classification .move-up {
  margin-bottom:18px;
}
.classification .title {
  -moz-text-align-last: justify;
       text-align-last: justify;
  margin-top:2px;display:inline-block;min-width:60px;width:60px;flex:1 1 auto;text-align:justify;--un-text-opacity:1;color:rgb(153 153 153 / var(--un-text-opacity));
}
.classification .colon {
  margin-right:30px;margin-top:2px;margin-left:2px;min-width:max-content;--un-text-opacity:1;color:rgb(153 153 153 / var(--un-text-opacity));
}
.classification .cate-list-wrap {
  width:100%;height:37px;display:flex;flex-wrap:wrap;overflow:hidden;
}
.classification .cate-list-wrap.active {
  height:max-content;
}
.classification .cate-list-wrap.lower-support {
  height:100%;display:flex;display:flex;flex-direction:column;flex-wrap:nowrap;
}
.classification .cate-list-wrap.lower-support .lower-support-box {
  display:flex;
}
.classification .cate-list-wrap.lower-support .lower-support-children {
  height:37px;display:flex;flex-wrap:wrap;
}
.classification .cate-list-wrap.lower-support .lower-support-children.active {
  height:max-content;
}
.classification .cate-list-wrap.lower-support .lower-support-children.letters-children {
  margin-bottom:18px;
}
.classification .cate-list-wrap .item {
  margin-right:18px;margin-bottom:12px;min-width:max-content;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:9999px;padding-top:2px;padding-bottom:2px;padding-left:10px;padding-right:10px;--un-text-opacity:1;color:rgb(102 102 102 / var(--un-text-opacity));transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;transition-duration:300ms;
}.classification .cate-list-wrap .item:hover{--un-bg-opacity:1;background-color:rgb(239 239 239 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(51 51 51 / var(--un-text-opacity));}
.classification .cate-list-wrap .item.active {
  --un-bg-opacity:1;background-color:rgb(232 0 0 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity));
}
.classification .cate-list-wrap .item .close-btn {
  margin-left:5px;opacity:0.8;
}
.classification .cate-list-wrap .item:hover .close-btn {
  opacity:1;
}
.classification .more-button {
  visibility:hidden;opacity:0;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;transition-duration:300ms;margin-left:80px;min-width:max-content;height:24px;display:flex;align-items:center;justify-content:center;flex:1 1 auto;border-width:1px;--un-border-opacity:1;border-color:rgb(232 0 0 / var(--un-border-opacity));border-radius:9999px;border-style:solid;--un-bg-opacity:1;background-color:rgb(255 237 237 / var(--un-bg-opacity));padding-left:10px;padding-right:10px;--un-text-opacity:1;color:rgb(232 0 0 / var(--un-text-opacity));
}.classification .more-button:hover{--un-bg-opacity:1;background-color:rgb(255 213 213 / var(--un-bg-opacity));}
.classification .more-button .rotate {
  --un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-rotate:180deg;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
}
.classification .more-button.active {
  visibility:visible;opacity:1;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;transition-duration:300ms;
}
.drop-down-overlays {
  position:absolute;top:53px;z-index:10;width:255px;display:flex;flex-wrap:wrap;border-width:1px;--un-border-opacity:1;border-color:rgb(221 221 221 / var(--un-border-opacity));border-radius:5px;--un-bg-opacity:.94;background-color:hsla(0, 0%, 100, var(--un-bg-opacity));--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));padding:12px;padding-left:15px !important;--un-text-opacity:1;color:rgb(112 112 112 / var(--un-text-opacity));--un-shadow:2px 4px 3px 0 var(--un-shadow-color, hsla(0, 0%, 80%, .49));box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);
}
.drop-down-overlays > a {
  display:inline-block;flex:0 0 33.333%;padding-bottom:6px;--un-text-opacity:1;color:rgb(102 102 102 / var(--un-text-opacity));line-height:26px;
}.drop-down-overlays>a:hover{--un-text-opacity:1;color:rgb(232 0 0 / var(--un-text-opacity));}
@media (max-width: 2560px) {
  .model-list-wrap .model-item {
    width:320px;
  }
  .model-list-wrap .model-item:nth-of-type(7n) {
    margin-right:0;
  }
}
@media (max-width: 2557.9px) {
  .model-list-wrap .model-item:nth-of-type(7n) {
    margin-right:25px;
  }
  .model-list-wrap .model-item:nth-of-type(5n) {
    margin-right:0;
  }
}
@media (max-width: 2048px) {
  .model-list-wrap .model-item:nth-of-type(7n) {
    margin-right:25px;
  }
  .model-list-wrap .model-item:nth-of-type(5n) {
    margin-right:0;
  }
}
@media (max-width: 1920px) {
  .model-list-wrap .model-item:nth-of-type(7n) {
    margin-right:25px;
  }
  .model-list-wrap .model-item:nth-of-type(5n) {
    margin-right:0;
  }
}
@media (max-width: 1800px) {
  .model-list-wrap .model-item {
    width:280px;
  }
}
@media (max-width: 1500px) {
  .model-list-wrap .model-item {
    width:281px;
  }
  .model-list-wrap .model-item:nth-of-type(5n) {
    margin-right:25px;
  }
  .model-list-wrap .model-item:nth-of-type(4n) {
    margin-right:0;
  }
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html,
body {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
  input[type="text"] {
    border: none;
    outline: none;
  }
}
input:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button,
textarea {
  border: none;
  outline: none;
}
textarea {
  font-family: "microsoft yahei";
}
em {
  color: #e80000;
  font-style: normal;
}
i {
  font-style: normal;
}
.v-enter-active,
.v-leave-active {
  transition: opacity 0.3s ease;
}
.v-enter-from,
.v-leave-to {
  opacity: 0;
}
[v-cloak] {
  display: none;
}
.f-e80000 {
  color: #e80000;
}
.flex {
  display: flex;
}
.flex-a {
  display: flex;
  align-items: center;
}
.fangsong {
  font-family: fangsong;
}
.pingfang {
  font-family: pingfang sc !important;
}
.underline {
  text-decoration: underline;
}
.t-over {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c {
  display: flex;
  justify-content: center;
}
.flex-a {
  display: flex;
  align-items: center;
}
.flex-ac {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999 {
  font-size: 14px;
  color: #999;
}
.f-14-bbb {
  font-size: 14px;
  color: #bbb;
}
.f-14-666 {
  font-size: 14px;
  color: #666;
}
.f-14-333 {
  font-size: 14px;
  color: #333;
}
.cursor {
  cursor: pointer;
}
.trans1 {
  transition: ease 0.1s;
}
.trans2 {
  transition: ease 0.2s;
}
.trans3 {
  transition: ease 0.3s;
}
.trans4 {
  transition: ease 0.4s;
}
._public-close-btn {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc {
  text-align: center;
}
.icon-pay-way-wx {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active {
  animation: slide-down-in ease 0.3s;
}
.dialog-fade-leave-active {
  animation: slide-down-out ease 0.3s;
}
.icon-loading-circle {
  animation: loading-circle 1s linear infinite;
}
@keyframes slide-down-in {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-down-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}
@keyframes loading-circle {
  100% {
    transform: rotate(1turn);
  }
}
.setDefaultClass {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel {
  width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active {
  background-position: -29px -551px;
}
.icon-down-samil {
  width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active {
  background-position: -112px -588px;
}
.icon-grey-search {
  width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera {
  width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new {
  width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active {
  background-position: -152px -553px;
}
.icon-buy-new {
  width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active {
  background-position: -185px -553px;
}
.icon-sign-new {
  width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active {
  background-position: -218px -553px;
}
.friend-wrap {
  width: 1800px;
  margin: 0 auto;
}
.friend-wrap .model-title {
  position: relative;
  display: flex;
  padding: 54px 0 30px;
  font-size: 16px;
  color: #666;
}
.friend-wrap .model-title > p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  padding-right: 36px;
  color: #333;
  margin: 0 34px 0 0;
}
.friend-wrap .model-title > a {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 16px;
  color: #666;
  transition: ease 0.2s;
}
.friend-wrap .model-title > a:hover {
  color: #e80000;
  transition: ease 0.2s;
}
.friend-wrap .friend-link-main {
  padding: 30px 40px;
  background-color: #fff;
  border-radius: 5px;
  line-height: 30px;
  color: #666;
}
.friend-wrap .friend-link-main > a {
  margin-right: 30px;
}
.friend-wrap .friend-link-main > a:hover {
  color: #e80000;
}
@media only screen and (max-width: 1800px) {
  .friend-wrap {
    max-width: 1500px;
  }
}
@media only screen and (max-width: 1500px) {
  .friend-wrap {
    max-width: 1200px;
  }
}
[data-v-3938960d]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-3938960d]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-3938960d]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-3938960d],
body[data-v-3938960d] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-3938960d] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-3938960d] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-3938960d] {
    border: none;
    outline: none;
}
}
input[data-v-3938960d]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-3938960d],
textarea[data-v-3938960d] {
  border: none;
  outline: none;
}
textarea[data-v-3938960d] {
  font-family: "microsoft yahei";
}
em[data-v-3938960d] {
  color: #e80000;
  font-style: normal;
}
i[data-v-3938960d] {
  font-style: normal;
}
.v-enter-active[data-v-3938960d],
.v-leave-active[data-v-3938960d] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-3938960d],
.v-leave-to[data-v-3938960d] {
  opacity: 0;
}
[v-cloak][data-v-3938960d] {
  display: none;
}
.f-e80000[data-v-3938960d] {
  color: #e80000;
}
.flex[data-v-3938960d] {
  display: flex;
}
.flex-a[data-v-3938960d] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-3938960d] {
  font-family: fangsong;
}
.pingfang[data-v-3938960d] {
  font-family: pingfang sc !important;
}
.underline[data-v-3938960d] {
  text-decoration: underline;
}
.t-over[data-v-3938960d] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-3938960d] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-3938960d] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-3938960d] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-3938960d] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-3938960d] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-3938960d] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-3938960d] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-3938960d] {
  cursor: pointer;
}
.trans1[data-v-3938960d] {
  transition: ease 0.1s;
}
.trans2[data-v-3938960d] {
  transition: ease 0.2s;
}
.trans3[data-v-3938960d] {
  transition: ease 0.3s;
}
.trans4[data-v-3938960d] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-3938960d] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-3938960d]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-3938960d] {
  text-align: center;
}
.icon-pay-way-wx[data-v-3938960d] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-3938960d] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-3938960d]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-3938960d] {
  animation: slide-down-in-3938960d ease 0.3s;
}
.dialog-fade-leave-active[data-v-3938960d] {
  animation: slide-down-out-3938960d ease 0.3s;
}
.icon-loading-circle[data-v-3938960d] {
  animation: loading-circle-3938960d 1s linear infinite;
}
@keyframes slide-down-in-3938960d {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-3938960d {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-3938960d {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-3938960d] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-3938960d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-3938960d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-3938960d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-3938960d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-3938960d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-3938960d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-3938960d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-3938960d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-3938960d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-3938960d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-3938960d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-3938960d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-3938960d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-3938960d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-3938960d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-3938960d] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-3938960d] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-3938960d] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-3938960d] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-3938960d] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-3938960d] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-3938960d] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-3938960d] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-3938960d] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-3938960d] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-3938960d] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-3938960d] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-3938960d] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-3938960d] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-3938960d] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-3938960d] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-3938960d] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-3938960d] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-3938960d] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-3938960d] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-3938960d] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-3938960d] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-3938960d] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-3938960d] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-3938960d] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-3938960d] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-3938960d] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-3938960d] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-3938960d] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-3938960d] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-3938960d] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-3938960d] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-3938960d] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-3938960d] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-3938960d] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-3938960d] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-3938960d] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-3938960d] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-3938960d] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-3938960d] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-3938960d] {
  background-position: -218px -553px;
}
.envelope-pic[data-v-3938960d] {
  animation-name: topAndBottomMovePoint-3938960d;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.envelope-pic[data-v-3938960d]:hover {
  animation-play-state: paused;
}
.envelope-pic.envelope-1[data-v-3938960d] {
  animation-duration: 1.2s;
}
.envelope-pic.envelope-2[data-v-3938960d] {
  animation-duration: 1.6s;
}
.envelope-pic.envelope-3[data-v-3938960d] {
  animation-duration: 1.4s;
}
.envelope-pic.pic-scale[data-v-3938960d] {
  animation-name: scaleX-3938960d;
  animation-duration: 2s;
  transition-timing-function: ease-in-out;
  animation-iteration-count: revert;
}
.envelope-pic.pic-scale[data-v-3938960d]:hover {
  animation-play-state: running;
}
@keyframes opacityTransform-3938960d {
0% {
    transform: translateY(10px);
    opacity: 0;
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes topAndBottomMovePoint-3938960d {
0% {
    transform: translateY(0);
}
50% {
    transform: translateY(-20px);
}
100% {
    transform: translateY(0);
}
}
@keyframes scaleX-3938960d {
0% {
    transform: scaleX(0.5);
}
50% {
    transform: scale(1.2);
    opacity: 1;
}
100% {
    transform: scaleX(1);
}
}

@keyframes envelopeSpin {
from {
    transform: rotate(0);
}
to {
    transform-origin: center;
    transform: rotate(360deg);
}
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html,
body {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"] {
    border: none;
    outline: none;
}
}
input:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button,
textarea {
  border: none;
  outline: none;
}
textarea {
  font-family: "microsoft yahei";
}
em {
  color: #e80000;
  font-style: normal;
}
i {
  font-style: normal;
}
.v-enter-active,
.v-leave-active {
  transition: opacity 0.3s ease;
}
.v-enter-from,
.v-leave-to {
  opacity: 0;
}
[v-cloak] {
  display: none;
}
.f-e80000 {
  color: #e80000;
}
.flex {
  display: flex;
}
.flex-a {
  display: flex;
  align-items: center;
}
.fangsong {
  font-family: fangsong;
}
.pingfang {
  font-family: pingfang sc !important;
}
.underline {
  text-decoration: underline;
}
.t-over {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c {
  display: flex;
  justify-content: center;
}
.flex-a {
  display: flex;
  align-items: center;
}
.flex-ac {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999 {
  font-size: 14px;
  color: #999;
}
.f-14-bbb {
  font-size: 14px;
  color: #bbb;
}
.f-14-666 {
  font-size: 14px;
  color: #666;
}
.f-14-333 {
  font-size: 14px;
  color: #333;
}
.cursor {
  cursor: pointer;
}
.trans1 {
  transition: ease 0.1s;
}
.trans2 {
  transition: ease 0.2s;
}
.trans3 {
  transition: ease 0.3s;
}
.trans4 {
  transition: ease 0.4s;
}
._public-close-btn {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc {
  text-align: center;
}
.icon-pay-way-wx {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active {
  animation: slide-down-in ease 0.3s;
}
.dialog-fade-leave-active {
  animation: slide-down-out ease 0.3s;
}
.icon-loading-circle {
  animation: loading-circle 1s linear infinite;
}
@keyframes slide-down-in {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active {
  background-position: -29px -551px;
}
.icon-down-samil {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active {
  background-position: -112px -588px;
}
.icon-grey-search {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active {
  background-position: -152px -553px;
}
.icon-buy-new {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active {
  background-position: -185px -553px;
}
.icon-sign-new {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active {
  background-position: -218px -553px;
}
/*
 * <!--======================================================
 *
 *   Project Name:  om-server
 *
 *   File Name:     animate.less
 *
 *   Description:   none
 *
 *   Use Method:    none
 *
 * ====================================================== -->
 */
.waterfall-list {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: var(--5fc2b00c);
  transition: all 0.3s;
  min-height: 1000px;
}
.waterfall-item-new {
  position: absolute;
  /* transition: .3s; */
  /* 初始位置设置到屏幕以外，避免懒加载失败 */
  z-index: 1;
}
.waterfall-item-new:hover {
  z-index: 2;
}
/* 初始的入场效果 */
@keyframes fadeIn {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
.fadeIn {
  animation-name: fadeIn;
}
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  animation-iteration-count: 1;
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
  animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
  animation-delay: 1s;
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
  animation-delay: calc(1s * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  animation-delay: calc(1s * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  animation-delay: calc(1s * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  animation-delay: calc(1s * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  animation-duration: calc(1s / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
  animation-duration: calc(1s * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  animation-duration: calc(1s * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  animation-duration: calc(1s * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}
@media print, (prefers-reduced-motion: reduce) {
.animate__animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
}
.animate__animated[class*='Out'] {
    opacity: 0;
}
}
/* Attention seekers  */
@keyframes bounce {
from,
  20%,
  53%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
}
40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
}
70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
}
80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0) scaleY(0.95);
}
90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
}
}
.animate__bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
from,
  50%,
  to {
    opacity: 1;
}
25%,
  75% {
    opacity: 0;
}
}
.animate__flash {
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
from {
    transform: scale3d(1, 1, 1);
}
50% {
    transform: scale3d(1.05, 1.05, 1.05);
}
to {
    transform: scale3d(1, 1, 1);
}
}
.animate__pulse {
  animation-name: pulse;
  animation-timing-function: ease-in-out;
}
@keyframes rubberBand {
from {
    transform: scale3d(1, 1, 1);
}
30% {
    transform: scale3d(1.25, 0.75, 1);
}
40% {
    transform: scale3d(0.75, 1.25, 1);
}
50% {
    transform: scale3d(1.15, 0.85, 1);
}
65% {
    transform: scale3d(0.95, 1.05, 1);
}
75% {
    transform: scale3d(1.05, 0.95, 1);
}
to {
    transform: scale3d(1, 1, 1);
}
}
.animate__rubberBand {
  animation-name: rubberBand;
}
@keyframes shakeX {
from,
  to {
    transform: translate3d(0, 0, 0);
}
10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
}
20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
}
}
.animate__shakeX {
  animation-name: shakeX;
}
@keyframes shakeY {
from,
  to {
    transform: translate3d(0, 0, 0);
}
10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(0, -10px, 0);
}
20%,
  40%,
  60%,
  80% {
    transform: translate3d(0, 10px, 0);
}
}
.animate__shakeY {
  animation-name: shakeY;
}
@keyframes headShake {
0% {
    transform: translateX(0);
}
6.5% {
    transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
    transform: translateX(5px) rotateY(7deg);
}
31.5% {
    transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
    transform: translateX(2px) rotateY(3deg);
}
50% {
    transform: translateX(0);
}
}
.animate__headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
20% {
    transform: rotate3d(0, 0, 1, 15deg);
}
40% {
    transform: rotate3d(0, 0, 1, -10deg);
}
60% {
    transform: rotate3d(0, 0, 1, 5deg);
}
80% {
    transform: rotate3d(0, 0, 1, -5deg);
}
to {
    transform: rotate3d(0, 0, 1, 0deg);
}
}
.animate__swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
from {
    transform: scale3d(1, 1, 1);
}
10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
    transform: scale3d(1, 1, 1);
}
}
.animate__tada {
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
from {
    transform: translate3d(0, 0, 0);
}
15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
    transform: translate3d(0, 0, 0);
}
}
.animate__wobble {
  animation-name: wobble;
}
@keyframes jello {
from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0);
}
22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.animate__jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
0% {
    transform: scale(1);
}
14% {
    transform: scale(1.3);
}
28% {
    transform: scale(1);
}
42% {
    transform: scale(1.3);
}
70% {
    transform: scale(1);
}
}
.animate__heartBeat {
  animation-name: heartBeat;
  animation-duration: calc(1s * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  animation-timing-function: ease-in-out;
}
/* Back entrances */
@keyframes backInDown {
0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
}
80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
}
100% {
    transform: scale(1);
    opacity: 1;
}
}
.animate__backInDown {
  animation-name: backInDown;
}
@keyframes backInLeft {
0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
}
80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
}
100% {
    transform: scale(1);
    opacity: 1;
}
}
.animate__backInLeft {
  animation-name: backInLeft;
}
@keyframes backInRight {
0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
}
80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
}
100% {
    transform: scale(1);
    opacity: 1;
}
}
.animate__backInRight {
  animation-name: backInRight;
}
@keyframes backInUp {
0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
}
80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
}
100% {
    transform: scale(1);
    opacity: 1;
}
}
.animate__backInUp {
  animation-name: backInUp;
}
/* Back exits */
@keyframes backOutDown {
0% {
    transform: scale(1);
    opacity: 1;
}
20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
}
100% {
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
}
}
.animate__backOutDown {
  animation-name: backOutDown;
}
@keyframes backOutLeft {
0% {
    transform: scale(1);
    opacity: 1;
}
20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
}
100% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
}
}
.animate__backOutLeft {
  animation-name: backOutLeft;
}
@keyframes backOutRight {
0% {
    transform: scale(1);
    opacity: 1;
}
20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
}
100% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
}
}
.animate__backOutRight {
  animation-name: backOutRight;
}
@keyframes backOutUp {
0% {
    transform: scale(1);
    opacity: 1;
}
20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
}
100% {
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
}
}
.animate__backOutUp {
  animation-name: backOutUp;
}
/* Bouncing entrances  */
@keyframes bounceIn {
from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
}
20% {
    transform: scale3d(1.1, 1.1, 1.1);
}
40% {
    transform: scale3d(0.9, 0.9, 0.9);
}
60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
}
80% {
    transform: scale3d(0.97, 0.97, 0.97);
}
to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}
}
.animate__bounceIn {
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceIn;
}
@keyframes bounceInDown {
from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0) scaleY(3);
}
60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9);
}
75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
}
90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
}
to {
    transform: translate3d(0, 0, 0);
}
}
.animate__bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
}
60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1);
}
75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
}
90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
}
to {
    transform: translate3d(0, 0, 0);
}
}
.animate__bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0) scaleX(3);
}
60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1);
}
75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
}
90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
}
to {
    transform: translate3d(0, 0, 0);
}
}
.animate__bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
}
60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
}
75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
}
90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
}
to {
    transform: translate3d(0, 0, 0);
}
}
.animate__bounceInUp {
  animation-name: bounceInUp;
}
/* Bouncing exits  */
@keyframes bounceOut {
20% {
    transform: scale3d(0.9, 0.9, 0.9);
}
50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
}
to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
}
}
.animate__bounceOut {
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
20% {
    transform: translate3d(0, 10px, 0) scaleY(0.985);
}
40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
}
to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0) scaleY(3);
}
}
.animate__bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0) scaleX(0.9);
}
to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0) scaleX(2);
}
}
.animate__bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
}
to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(2);
}
}
.animate__bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
20% {
    transform: translate3d(0, -10px, 0) scaleY(0.985);
}
40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0) scaleY(0.9);
}
to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0) scaleY(3);
}
}
.animate__bounceOutUp {
  animation-name: bounceOutUp;
}
/* Fading entrances  */
@keyframes fadeIn {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.animate__fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
.animate__fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
.animate__fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
.animate__fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
.animate__fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
.animate__fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
.animate__fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
.animate__fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
.animate__fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeInTopLeft {
from {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
.animate__fadeInTopLeft {
  animation-name: fadeInTopLeft;
}
@keyframes fadeInTopRight {
from {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
.animate__fadeInTopRight {
  animation-name: fadeInTopRight;
}
@keyframes fadeInBottomLeft {
from {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
.animate__fadeInBottomLeft {
  animation-name: fadeInBottomLeft;
}
@keyframes fadeInBottomRight {
from {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
.animate__fadeInBottomRight {
  animation-name: fadeInBottomRight;
}
/* Fading exits */
@keyframes fadeOut {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
.animate__fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
}
}
.animate__fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
}
}
.animate__fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}
}
.animate__fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
}
}
.animate__fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}
}
.animate__fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
}
}
.animate__fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
}
}
.animate__fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
}
}
.animate__fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes fadeOutTopLeft {
from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
to {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
}
}
.animate__fadeOutTopLeft {
  animation-name: fadeOutTopLeft;
}
@keyframes fadeOutTopRight {
from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
to {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
}
}
.animate__fadeOutTopRight {
  animation-name: fadeOutTopRight;
}
@keyframes fadeOutBottomRight {
from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
to {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
}
}
.animate__fadeOutBottomRight {
  animation-name: fadeOutBottomRight;
}
@keyframes fadeOutBottomLeft {
from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
to {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
}
}
.animate__fadeOutBottomLeft {
  animation-name: fadeOutBottomLeft;
}
/* Flippers */
@keyframes flip {
from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
}
40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
}
50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
}
80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
}
to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
}
}
.animate__animated.animate__flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
}
40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
}
60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
}
80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
    transform: perspective(400px);
}
}
.animate__flipInX {
  backface-visibility: visible !important;
}
.animate__flipInX {
  animation-name: flipInX;
}
@keyframes flipInY {
from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
}
40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
}
60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
}
80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
    transform: perspective(400px);
}
}
.animate__flipInY {
  backface-visibility: visible !important;
}
.animate__flipInY {
  animation-name: flipInY;
}
@keyframes flipOutX {
from {
    transform: perspective(400px);
}
30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
}
to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
}
}
.animate__flipOutX {
  backface-visibility: visible !important;
}
.animate__flipOutX {
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: flipOutX;
}
@keyframes flipOutY {
from {
    transform: perspective(400px);
}
30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
}
to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
}
}
.animate__flipOutY {
  backface-visibility: visible !important;
}
.animate__flipOutY {
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: flipOutY;
}
/* Lightspeed */
@keyframes lightSpeedInRight {
from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
}
60% {
    transform: skewX(20deg);
    opacity: 1;
}
80% {
    transform: skewX(-5deg);
}
to {
    transform: translate3d(0, 0, 0);
}
}
.animate__lightSpeedInRight {
  animation-name: lightSpeedInRight;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedInLeft {
from {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
}
60% {
    transform: skewX(-20deg);
    opacity: 1;
}
80% {
    transform: skewX(5deg);
}
to {
    transform: translate3d(0, 0, 0);
}
}
.animate__lightSpeedInLeft {
  animation-name: lightSpeedInLeft;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOutRight {
from {
    opacity: 1;
}
to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
}
}
.animate__lightSpeedOutRight {
  animation-name: lightSpeedOutRight;
  animation-timing-function: ease-in;
}
@keyframes lightSpeedOutLeft {
from {
    opacity: 1;
}
to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
}
}
.animate__lightSpeedOutLeft {
  animation-name: lightSpeedOutLeft;
  animation-timing-function: ease-in;
}
/* Rotating entrances */
@keyframes rotateIn {
from {
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
}
to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
}
.animate__rotateIn {
  animation-name: rotateIn;
  transform-origin: center;
}
@keyframes rotateInDownLeft {
from {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
}
to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
}
.animate__rotateInDownLeft {
  animation-name: rotateInDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateInDownRight {
from {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
}
to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
}
.animate__rotateInDownRight {
  animation-name: rotateInDownRight;
  transform-origin: right bottom;
}
@keyframes rotateInUpLeft {
from {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
}
to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
}
.animate__rotateInUpLeft {
  animation-name: rotateInUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateInUpRight {
from {
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
}
to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
}
.animate__rotateInUpRight {
  animation-name: rotateInUpRight;
  transform-origin: right bottom;
}
/* Rotating exits */
@keyframes rotateOut {
from {
    opacity: 1;
}
to {
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
}
}
.animate__rotateOut {
  animation-name: rotateOut;
  transform-origin: center;
}
@keyframes rotateOutDownLeft {
from {
    opacity: 1;
}
to {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
}
}
.animate__rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutDownRight {
from {
    opacity: 1;
}
to {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
}
}
.animate__rotateOutDownRight {
  animation-name: rotateOutDownRight;
  transform-origin: right bottom;
}
@keyframes rotateOutUpLeft {
from {
    opacity: 1;
}
to {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
}
}
.animate__rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutUpRight {
from {
    opacity: 1;
}
to {
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
}
}
.animate__rotateOutUpRight {
  animation-name: rotateOutUpRight;
  transform-origin: right bottom;
}
/* Specials */
@keyframes hinge {
0% {
    animation-timing-function: ease-in-out;
}
20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    animation-timing-function: ease-in-out;
}
40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    animation-timing-function: ease-in-out;
    opacity: 1;
}
to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
}
}
.animate__hinge {
  animation-duration: calc(1s * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  animation-name: hinge;
  transform-origin: top left;
}
@keyframes jackInTheBox {
from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
}
50% {
    transform: rotate(-10deg);
}
70% {
    transform: rotate(3deg);
}
to {
    opacity: 1;
    transform: scale(1);
}
}
.animate__jackInTheBox {
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
.animate__rollIn {
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
from {
    opacity: 1;
}
to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.animate__rollOut {
  animation-name: rollOut;
}
/* Zooming entrances */
@keyframes zoomIn {
from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
}
50% {
    opacity: 1;
}
}
.animate__zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.animate__zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.animate__zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.animate__zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.animate__zoomInUp {
  animation-name: zoomInUp;
}
/* Zooming exits */
@keyframes zoomOut {
from {
    opacity: 1;
}
50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
}
to {
    opacity: 0;
}
}
.animate__zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.animate__zoomOutDown {
  animation-name: zoomOutDown;
  transform-origin: center bottom;
}
@keyframes zoomOutLeft {
40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
}
}
.animate__zoomOutLeft {
  animation-name: zoomOutLeft;
  transform-origin: left center;
}
@keyframes zoomOutRight {
40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
}
}
.animate__zoomOutRight {
  animation-name: zoomOutRight;
  transform-origin: right center;
}
@keyframes zoomOutUp {
40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.animate__zoomOutUp {
  animation-name: zoomOutUp;
  transform-origin: center bottom;
}
/* Sliding entrances */
@keyframes slideInDown {
from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
}
to {
    transform: translate3d(0, 0, 0);
}
}
.animate__slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
}
to {
    transform: translate3d(0, 0, 0);
}
}
.animate__slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
}
to {
    transform: translate3d(0, 0, 0);
}
}
.animate__slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
}
to {
    transform: translate3d(0, 0, 0);
}
}
.animate__slideInUp {
  animation-name: slideInUp;
}
/* Sliding exits */
@keyframes slideOutDown {
from {
    transform: translate3d(0, 0, 0);
}
to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
}
}
.animate__slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
from {
    transform: translate3d(0, 0, 0);
}
to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
}
}
.animate__slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
from {
    transform: translate3d(0, 0, 0);
}
to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
}
}
.animate__slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
from {
    transform: translate3d(0, 0, 0);
}
to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
}
}
.animate__slideOutUp {
  animation-name: slideOutUp;
}
[data-v-f47918ee]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-f47918ee]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-f47918ee]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-f47918ee],
body[data-v-f47918ee] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-f47918ee] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-f47918ee] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-f47918ee] {
    border: none;
    outline: none;
}
}
input[data-v-f47918ee]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-f47918ee],
textarea[data-v-f47918ee] {
  border: none;
  outline: none;
}
textarea[data-v-f47918ee] {
  font-family: "microsoft yahei";
}
em[data-v-f47918ee] {
  color: #e80000;
  font-style: normal;
}
i[data-v-f47918ee] {
  font-style: normal;
}
.v-enter-active[data-v-f47918ee],
.v-leave-active[data-v-f47918ee] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-f47918ee],
.v-leave-to[data-v-f47918ee] {
  opacity: 0;
}
[v-cloak][data-v-f47918ee] {
  display: none;
}
.f-e80000[data-v-f47918ee] {
  color: #e80000;
}
.flex[data-v-f47918ee] {
  display: flex;
}
.flex-a[data-v-f47918ee] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-f47918ee] {
  font-family: fangsong;
}
.pingfang[data-v-f47918ee] {
  font-family: pingfang sc !important;
}
.underline[data-v-f47918ee] {
  text-decoration: underline;
}
.t-over[data-v-f47918ee] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-f47918ee] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-f47918ee] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-f47918ee] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-f47918ee] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-f47918ee] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-f47918ee] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-f47918ee] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-f47918ee] {
  cursor: pointer;
}
.trans1[data-v-f47918ee] {
  transition: ease 0.1s;
}
.trans2[data-v-f47918ee] {
  transition: ease 0.2s;
}
.trans3[data-v-f47918ee] {
  transition: ease 0.3s;
}
.trans4[data-v-f47918ee] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-f47918ee] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-f47918ee]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-f47918ee] {
  text-align: center;
}
.icon-pay-way-wx[data-v-f47918ee] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-f47918ee] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-f47918ee]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-f47918ee] {
  animation: slide-down-in-f47918ee ease 0.3s;
}
.dialog-fade-leave-active[data-v-f47918ee] {
  animation: slide-down-out-f47918ee ease 0.3s;
}
.icon-loading-circle[data-v-f47918ee] {
  animation: loading-circle-f47918ee 1s linear infinite;
}
@keyframes slide-down-in-f47918ee {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-f47918ee {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-f47918ee {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-f47918ee] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-f47918ee] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-f47918ee] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-f47918ee] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-f47918ee] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-f47918ee] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-f47918ee] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-f47918ee] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-f47918ee] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-f47918ee] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-f47918ee] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-f47918ee] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-f47918ee] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-f47918ee] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-f47918ee] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-f47918ee] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-f47918ee] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-f47918ee] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-f47918ee] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-f47918ee] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-f47918ee] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-f47918ee] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-f47918ee] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-f47918ee] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-f47918ee] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-f47918ee] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-f47918ee] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-f47918ee] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-f47918ee] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-f47918ee] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-f47918ee] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-f47918ee] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-f47918ee] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-f47918ee] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-f47918ee] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-f47918ee] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-f47918ee] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-f47918ee] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-f47918ee] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-f47918ee] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-f47918ee] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-f47918ee] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-f47918ee] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-f47918ee] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-f47918ee] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-f47918ee] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-f47918ee] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-f47918ee] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-f47918ee] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-f47918ee] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-f47918ee] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-f47918ee] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-f47918ee] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-f47918ee] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-f47918ee] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-f47918ee] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-f47918ee] {
  background-position: -218px -553px;
}
.activity-footer[data-v-f47918ee] {
  position: absolute;
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%);
  width: 1200px;
  color: var(--1b6a5cab);
  font-size: 14px;
  text-align: center;
}
.activity-footer p[data-v-f47918ee] {
  line-height: 30px;
}
[data-v-f9e8bf26]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-f9e8bf26]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-f9e8bf26]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-f9e8bf26],
body[data-v-f9e8bf26] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-f9e8bf26] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-f9e8bf26] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-f9e8bf26] {
    border: none;
    outline: none;
}
}
input[data-v-f9e8bf26]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-f9e8bf26],
textarea[data-v-f9e8bf26] {
  border: none;
  outline: none;
}
textarea[data-v-f9e8bf26] {
  font-family: "microsoft yahei";
}
em[data-v-f9e8bf26] {
  color: #e80000;
  font-style: normal;
}
i[data-v-f9e8bf26] {
  font-style: normal;
}
.v-enter-active[data-v-f9e8bf26],
.v-leave-active[data-v-f9e8bf26] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-f9e8bf26],
.v-leave-to[data-v-f9e8bf26] {
  opacity: 0;
}
[v-cloak][data-v-f9e8bf26] {
  display: none;
}
.f-e80000[data-v-f9e8bf26] {
  color: #e80000;
}
.flex[data-v-f9e8bf26] {
  display: flex;
}
.flex-a[data-v-f9e8bf26] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-f9e8bf26] {
  font-family: fangsong;
}
.pingfang[data-v-f9e8bf26] {
  font-family: pingfang sc !important;
}
.underline[data-v-f9e8bf26] {
  text-decoration: underline;
}
.t-over[data-v-f9e8bf26] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-f9e8bf26] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-f9e8bf26] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-f9e8bf26] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-f9e8bf26] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-f9e8bf26] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-f9e8bf26] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-f9e8bf26] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-f9e8bf26] {
  cursor: pointer;
}
.trans1[data-v-f9e8bf26] {
  transition: ease 0.1s;
}
.trans2[data-v-f9e8bf26] {
  transition: ease 0.2s;
}
.trans3[data-v-f9e8bf26] {
  transition: ease 0.3s;
}
.trans4[data-v-f9e8bf26] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-f9e8bf26] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-f9e8bf26]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-f9e8bf26] {
  text-align: center;
}
.icon-pay-way-wx[data-v-f9e8bf26] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-f9e8bf26] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-f9e8bf26]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-f9e8bf26] {
  animation: slide-down-in-f9e8bf26 ease 0.3s;
}
.dialog-fade-leave-active[data-v-f9e8bf26] {
  animation: slide-down-out-f9e8bf26 ease 0.3s;
}
.icon-loading-circle[data-v-f9e8bf26] {
  animation: loading-circle-f9e8bf26 1s linear infinite;
}
@keyframes slide-down-in-f9e8bf26 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-f9e8bf26 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-f9e8bf26 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-f9e8bf26] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-f9e8bf26] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-f9e8bf26] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-f9e8bf26] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-f9e8bf26] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-f9e8bf26] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-f9e8bf26] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-f9e8bf26] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-f9e8bf26] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-f9e8bf26] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-f9e8bf26] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-f9e8bf26] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-f9e8bf26] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-f9e8bf26] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-f9e8bf26] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-f9e8bf26] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-f9e8bf26] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-f9e8bf26] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-f9e8bf26] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-f9e8bf26] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-f9e8bf26] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-f9e8bf26] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-f9e8bf26] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-f9e8bf26] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-f9e8bf26] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-f9e8bf26] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-f9e8bf26] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-f9e8bf26] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-f9e8bf26] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-f9e8bf26] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-f9e8bf26] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-f9e8bf26] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-f9e8bf26] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-f9e8bf26] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-f9e8bf26] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-f9e8bf26] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-f9e8bf26] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-f9e8bf26] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-f9e8bf26] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-f9e8bf26] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-f9e8bf26] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-f9e8bf26] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-f9e8bf26] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-f9e8bf26] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-f9e8bf26] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-f9e8bf26] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-f9e8bf26] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-f9e8bf26] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-f9e8bf26] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-f9e8bf26] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-f9e8bf26] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-f9e8bf26] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-f9e8bf26] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-f9e8bf26] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-f9e8bf26] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-f9e8bf26] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-f9e8bf26] {
  background-position: -218px -553px;
}
.aside-nav[data-v-f9e8bf26] {
  position: fixed;
  top: 50%;
  right: 38px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.aside-nav .nav-list[data-v-f9e8bf26] {
  display: flex;
  flex-direction: column;
  position: relative;
}
.aside-nav .top-btn[data-v-f9e8bf26] {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  cursor: pointer;
}
.aside-nav .top-btn.show-btn[data-v-f9e8bf26] {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
[data-v-865c145b]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-865c145b]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-865c145b]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-865c145b],
body[data-v-865c145b] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-865c145b] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-865c145b] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-865c145b] {
    border: none;
    outline: none;
}
}
input[data-v-865c145b]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-865c145b],
textarea[data-v-865c145b] {
  border: none;
  outline: none;
}
textarea[data-v-865c145b] {
  font-family: "microsoft yahei";
}
em[data-v-865c145b] {
  color: #e80000;
  font-style: normal;
}
i[data-v-865c145b] {
  font-style: normal;
}
.v-enter-active[data-v-865c145b],
.v-leave-active[data-v-865c145b] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-865c145b],
.v-leave-to[data-v-865c145b] {
  opacity: 0;
}
[v-cloak][data-v-865c145b] {
  display: none;
}
.f-e80000[data-v-865c145b] {
  color: #e80000;
}
.flex[data-v-865c145b] {
  display: flex;
}
.flex-a[data-v-865c145b] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-865c145b] {
  font-family: fangsong;
}
.pingfang[data-v-865c145b] {
  font-family: pingfang sc !important;
}
.underline[data-v-865c145b] {
  text-decoration: underline;
}
.t-over[data-v-865c145b] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-865c145b] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-865c145b] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-865c145b] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-865c145b] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-865c145b] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-865c145b] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-865c145b] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-865c145b] {
  cursor: pointer;
}
.trans1[data-v-865c145b] {
  transition: ease 0.1s;
}
.trans2[data-v-865c145b] {
  transition: ease 0.2s;
}
.trans3[data-v-865c145b] {
  transition: ease 0.3s;
}
.trans4[data-v-865c145b] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-865c145b] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-865c145b]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-865c145b] {
  text-align: center;
}
.icon-pay-way-wx[data-v-865c145b] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-865c145b] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-865c145b]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-865c145b] {
  animation: slide-down-in-865c145b ease 0.3s;
}
.dialog-fade-leave-active[data-v-865c145b] {
  animation: slide-down-out-865c145b ease 0.3s;
}
.icon-loading-circle[data-v-865c145b] {
  animation: loading-circle-865c145b 1s linear infinite;
}
@keyframes slide-down-in-865c145b {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-865c145b {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-865c145b {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-865c145b] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-865c145b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-865c145b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-865c145b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-865c145b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-865c145b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-865c145b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-865c145b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-865c145b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-865c145b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-865c145b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-865c145b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-865c145b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-865c145b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-865c145b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-865c145b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-865c145b] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-865c145b] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-865c145b] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-865c145b] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-865c145b] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-865c145b] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-865c145b] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-865c145b] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-865c145b] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-865c145b] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-865c145b] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-865c145b] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-865c145b] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-865c145b] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-865c145b] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-865c145b] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-865c145b] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-865c145b] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-865c145b] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-865c145b] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-865c145b] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-865c145b] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-865c145b] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-865c145b] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-865c145b] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-865c145b] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-865c145b] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-865c145b] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-865c145b] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-865c145b] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-865c145b] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-865c145b] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-865c145b] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-865c145b] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-865c145b] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-865c145b] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-865c145b] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-865c145b] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-865c145b] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-865c145b] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-865c145b] {
  background-position: -218px -553px;
}
.scroll-wrap[data-v-865c145b] {
  --scroll-panel-h: 200px;
  height: var(--scroll-panel-h);
  overflow: hidden;
  cursor: pointer;
}
.scroll-wrap ul[data-v-865c145b] {
  position: relative;
}
[data-v-fd8bac3e]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-fd8bac3e]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-fd8bac3e]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-fd8bac3e],
body[data-v-fd8bac3e] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-fd8bac3e] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-fd8bac3e] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-fd8bac3e] {
    border: none;
    outline: none;
}
}
input[data-v-fd8bac3e]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-fd8bac3e],
textarea[data-v-fd8bac3e] {
  border: none;
  outline: none;
}
textarea[data-v-fd8bac3e] {
  font-family: "microsoft yahei";
}
em[data-v-fd8bac3e] {
  color: #e80000;
  font-style: normal;
}
i[data-v-fd8bac3e] {
  font-style: normal;
}
.v-enter-active[data-v-fd8bac3e],
.v-leave-active[data-v-fd8bac3e] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-fd8bac3e],
.v-leave-to[data-v-fd8bac3e] {
  opacity: 0;
}
[v-cloak][data-v-fd8bac3e] {
  display: none;
}
.f-e80000[data-v-fd8bac3e] {
  color: #e80000;
}
.flex[data-v-fd8bac3e] {
  display: flex;
}
.flex-a[data-v-fd8bac3e] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-fd8bac3e] {
  font-family: fangsong;
}
.pingfang[data-v-fd8bac3e] {
  font-family: pingfang sc !important;
}
.underline[data-v-fd8bac3e] {
  text-decoration: underline;
}
.t-over[data-v-fd8bac3e] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-fd8bac3e] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-fd8bac3e] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-fd8bac3e] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-fd8bac3e] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-fd8bac3e] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-fd8bac3e] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-fd8bac3e] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-fd8bac3e] {
  cursor: pointer;
}
.trans1[data-v-fd8bac3e] {
  transition: ease 0.1s;
}
.trans2[data-v-fd8bac3e] {
  transition: ease 0.2s;
}
.trans3[data-v-fd8bac3e] {
  transition: ease 0.3s;
}
.trans4[data-v-fd8bac3e] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-fd8bac3e] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-fd8bac3e]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-fd8bac3e] {
  text-align: center;
}
.icon-pay-way-wx[data-v-fd8bac3e] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-fd8bac3e] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-fd8bac3e]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-fd8bac3e] {
  animation: slide-down-in-fd8bac3e ease 0.3s;
}
.dialog-fade-leave-active[data-v-fd8bac3e] {
  animation: slide-down-out-fd8bac3e ease 0.3s;
}
.icon-loading-circle[data-v-fd8bac3e] {
  animation: loading-circle-fd8bac3e 1s linear infinite;
}
@keyframes slide-down-in-fd8bac3e {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-fd8bac3e {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-fd8bac3e {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-fd8bac3e] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-fd8bac3e] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-fd8bac3e] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-fd8bac3e] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-fd8bac3e] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-fd8bac3e] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-fd8bac3e] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-fd8bac3e] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-fd8bac3e] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-fd8bac3e] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-fd8bac3e] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-fd8bac3e] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-fd8bac3e] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-fd8bac3e] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-fd8bac3e] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-fd8bac3e] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-fd8bac3e] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-fd8bac3e] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-fd8bac3e] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-fd8bac3e] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-fd8bac3e] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-fd8bac3e] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-fd8bac3e] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-fd8bac3e] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-fd8bac3e] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-fd8bac3e] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-fd8bac3e] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-fd8bac3e] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-fd8bac3e] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-fd8bac3e] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-fd8bac3e] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-fd8bac3e] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-fd8bac3e] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-fd8bac3e] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-fd8bac3e] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-fd8bac3e] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-fd8bac3e] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-fd8bac3e] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-fd8bac3e] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-fd8bac3e] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-fd8bac3e] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-fd8bac3e] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-fd8bac3e] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-fd8bac3e] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-fd8bac3e] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-fd8bac3e] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-fd8bac3e] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-fd8bac3e] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-fd8bac3e] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-fd8bac3e] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-fd8bac3e] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-fd8bac3e] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-fd8bac3e] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-fd8bac3e] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-fd8bac3e] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-fd8bac3e] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-fd8bac3e] {
  background-position: -218px -553px;
}
.star-i[data-v-fd8bac3e] {
  color: #e80000;
}
.triangle-down[data-v-fd8bac3e] {
  position: absolute;
  top: calc(50% - 4px);
  right: 12px;
  transform: translateX(-50%);
  display: inline-block;
  vertical-align: text-bottom;
  border: 6px solid transparent;
  border-top: 8px solid #747474;
}
.address-form[data-v-fd8bac3e] {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.address-form .form-item[data-v-fd8bac3e] {
  display: flex;
  align-items: baseline;
  margin-bottom: 14px;
  position: relative;
}
.address-form .form-item > span[data-v-fd8bac3e] {
  flex-shrink: 0;
  min-width: 82px;
  text-align: right;
  color: #666;
}
.address-form .form-item[data-v-fd8bac3e] .address-result,
.address-form .form-item[data-v-fd8bac3e] .address-picker-wrap {
  width: 330px;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.address-form .form-item[data-v-fd8bac3e] .address-picker-wrap input,
.address-form .form-item input[data-v-fd8bac3e],
.address-form .form-item textarea[data-v-fd8bac3e] {
  width: 330px;
  height: 44px;
  padding: 0 18px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.address-form .form-item textarea[data-v-fd8bac3e] {
  height: 88px;
  padding: 12px 18px;
}
[data-v-f53cccb4]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-f53cccb4]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-f53cccb4]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-f53cccb4],
body[data-v-f53cccb4] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-f53cccb4] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-f53cccb4] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-f53cccb4] {
    border: none;
    outline: none;
}
}
input[data-v-f53cccb4]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-f53cccb4],
textarea[data-v-f53cccb4] {
  border: none;
  outline: none;
}
textarea[data-v-f53cccb4] {
  font-family: "microsoft yahei";
}
em[data-v-f53cccb4] {
  color: #e80000;
  font-style: normal;
}
i[data-v-f53cccb4] {
  font-style: normal;
}
.v-enter-active[data-v-f53cccb4],
.v-leave-active[data-v-f53cccb4] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-f53cccb4],
.v-leave-to[data-v-f53cccb4] {
  opacity: 0;
}
[v-cloak][data-v-f53cccb4] {
  display: none;
}
.f-e80000[data-v-f53cccb4] {
  color: #e80000;
}
.flex[data-v-f53cccb4] {
  display: flex;
}
.flex-a[data-v-f53cccb4] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-f53cccb4] {
  font-family: fangsong;
}
.pingfang[data-v-f53cccb4] {
  font-family: pingfang sc !important;
}
.underline[data-v-f53cccb4] {
  text-decoration: underline;
}
.t-over[data-v-f53cccb4] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-f53cccb4] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-f53cccb4] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-f53cccb4] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-f53cccb4] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-f53cccb4] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-f53cccb4] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-f53cccb4] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-f53cccb4] {
  cursor: pointer;
}
.trans1[data-v-f53cccb4] {
  transition: ease 0.1s;
}
.trans2[data-v-f53cccb4] {
  transition: ease 0.2s;
}
.trans3[data-v-f53cccb4] {
  transition: ease 0.3s;
}
.trans4[data-v-f53cccb4] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-f53cccb4] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-f53cccb4]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-f53cccb4] {
  text-align: center;
}
.icon-pay-way-wx[data-v-f53cccb4] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-f53cccb4] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-f53cccb4]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-f53cccb4] {
  animation: slide-down-in-f53cccb4 ease 0.3s;
}
.dialog-fade-leave-active[data-v-f53cccb4] {
  animation: slide-down-out-f53cccb4 ease 0.3s;
}
.icon-loading-circle[data-v-f53cccb4] {
  animation: loading-circle-f53cccb4 1s linear infinite;
}
@keyframes slide-down-in-f53cccb4 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-f53cccb4 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-f53cccb4 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-f53cccb4] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-f53cccb4] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-f53cccb4] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-f53cccb4] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-f53cccb4] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-f53cccb4] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-f53cccb4] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-f53cccb4] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-f53cccb4] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-f53cccb4] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-f53cccb4] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-f53cccb4] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-f53cccb4] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-f53cccb4] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-f53cccb4] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-f53cccb4] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-f53cccb4] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-f53cccb4] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-f53cccb4] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-f53cccb4] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-f53cccb4] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-f53cccb4] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-f53cccb4] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-f53cccb4] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-f53cccb4] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-f53cccb4] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-f53cccb4] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-f53cccb4] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-f53cccb4] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-f53cccb4] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-f53cccb4] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-f53cccb4] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-f53cccb4] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-f53cccb4] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-f53cccb4] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-f53cccb4] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-f53cccb4] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-f53cccb4] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-f53cccb4] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-f53cccb4] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-f53cccb4] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-f53cccb4] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-f53cccb4] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-f53cccb4] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-f53cccb4] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-f53cccb4] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-f53cccb4] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-f53cccb4] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-f53cccb4] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-f53cccb4] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-f53cccb4] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-f53cccb4] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-f53cccb4] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-f53cccb4] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-f53cccb4] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-f53cccb4] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-f53cccb4] {
  background-position: -218px -553px;
}
.active-main-color[data-v-f53cccb4] {
  color: var(--activity-popup-main-color);
}
.btn-small[data-v-f53cccb4] {
  color: #fff;
  box-shadow: 0 5px 10px 0 rgba(255, 90, 78, 0.3);
  background: linear-gradient(90deg, var(--activity-button-color-1), var(--activity-button-color-2));
}
.btn-small[data-v-f53cccb4]:hover {
  background: linear-gradient(90deg, var(--activity-button-hover-color-1), var(--activity-button-hover-color-2));
}
.icon-pay-success[data-v-f53cccb4] {
  width: 56px;
  height: 56px;
  display: inline-block;
  background-image: url("https://down.om.cn/active/202106/icon.png");
  background-position: var(--activity-popup-pay-success-icon);
}
.btn-small-plain[data-v-f53cccb4] {
  color: #666;
  font-weight: 400;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: none;
}
.btn-small-plain[data-v-f53cccb4]:hover {
  background: #fff;
  border-color: var(--activity-popup-main-color);
  color: var(--activity-popup-main-color);
}
.btn-primary-pop[data-v-f53cccb4] {
  color: #fff;
  width: 140px;
  height: 36px;
  border-radius: 4px;
  box-shadow: 0 5px 10px 0 rgba(255, 90, 78, 0.3);
  background-blend-mode: normal, normal;
  background: linear-gradient(90deg, var(--activity-button-color-1), var(--activity-button-color-2));
}
.btn-primary-pop[data-v-f53cccb4]:hover {
  background: linear-gradient(90deg, var(--activity-button-hover-color-1), var(--activity-button-hover-color-2));
}
.pick-up-record .content[data-v-f53cccb4] {
  padding: 20px 40px 30px;
}
.pick-up-record .content .title[data-v-f53cccb4] {
  width: 570px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  color: #999;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
}
.pick-up-record .content .title span[data-v-f53cccb4] {
  display: inline-block;
  text-align: center;
}
.pick-up-record .content .title span[data-v-f53cccb4]:first-child {
  width: 256px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pick-up-record .content .title span[data-v-f53cccb4]:nth-child(2) {
  width: 162px;
}
.pick-up-record .content .title span[data-v-f53cccb4]:nth-child(3) {
  width: 152px;
  flex: 1;
}
.pick-up-record .content .record-list[data-v-f53cccb4] {
  width: 570px;
  height: 460px;
  margin: 0 auto;
  overflow-y: auto;
}
.pick-up-record .content .record-list li[data-v-f53cccb4] {
  display: flex;
  align-items: center;
  height: 44px;
  color: #666;
  font-size: 14px;
}
.pick-up-record .content .record-list li[data-v-f53cccb4]:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.pick-up-record .content .record-list li span[data-v-f53cccb4] {
  display: inline-block;
  text-align: center;
}
.pick-up-record .content .record-list li span[data-v-f53cccb4]:first-child {
  width: 256px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pick-up-record .content .record-list li span[data-v-f53cccb4]:nth-child(2) {
  width: 162px;
}
.pick-up-record .content .record-list li .details[data-v-f53cccb4] {
  flex: 1;
  text-align: center;
}
.pick-up-record .content .record-list li .details button[data-v-f53cccb4] {
  padding: 0 18px;
  height: 28px;
  border-radius: 14px;
  font-size: 14px;
}
.pick-up-record .content .empty-list[data-v-f53cccb4] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 458px;
}
.pick-up-record .content .empty-list .btn-primary-pop[data-v-f53cccb4] {
  margin-top: 40px;
}
.pick-up-record .content .empty-list p[data-v-f53cccb4] {
  color: #666;
}
.information-viewing .content[data-v-f53cccb4] {
  padding: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.information-viewing .content > ul[data-v-f53cccb4] {
  display: flex;
  flex-direction: column;
}
.information-viewing .content > ul li[data-v-f53cccb4] {
  display: flex;
  align-items: center;
  color: #333;
}
.information-viewing .content > ul li[data-v-f53cccb4]:not(:last-child) {
  margin-bottom: 20px;
}
.information-viewing .content > ul li span[data-v-f53cccb4]:first-of-type {
  color: #999;
}
.information-viewing .content > ul li span[data-v-f53cccb4]:nth-of-type(2) {
  display: inline-block;
}
.information-viewing .content > ul li span.url[data-v-f53cccb4] {
  width: 340px;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.information-viewing .content .copy-link[data-v-f53cccb4] {
  margin: 40px auto 0;
}
.information-viewing .content .notice[data-v-f53cccb4] {
  margin-top: 16px;
  text-align: center;
}
.information-viewing .content .view-status[data-v-f53cccb4] {
  margin: 40px auto 0;
}
.success-write-address .content[data-v-f53cccb4] {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px 40px 30px;
  color: #666;
}
.success-write-address .content .pay-success[data-v-f53cccb4] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 26px 0;
  width: 100%;
}
.success-write-address .content .pay-success[data-v-f53cccb4]:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #eee;
}
.success-write-address .content .pay-success > p[data-v-f53cccb4] {
  margin-top: 12px;
  padding-left: 12px;
  font-size: 18px;
}
.success-write-address .content .true-gift-name[data-v-f53cccb4] {
  margin: 24px 0 18px;
  padding: 0 34px;
}
.success-write-address .content .submit-btn[data-v-f53cccb4] {
  margin-top: 4px;
  margin-bottom: 16px;
}
.write-address .content[data-v-f53cccb4] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 40px 30px;
}
.write-address .content .gift-name[data-v-f53cccb4] {
  margin: 24px 0 18px 0;
}
.write-address .content .gift-name span[data-v-f53cccb4]:first-of-type {
  flex-shrink: 0;
  min-width: 82px;
  text-align: right;
  color: #666;
}
.write-address .content .gift-name span[data-v-f53cccb4]:last-of-type {
  width: 316px;
  font-weight: bold;
  display: inline-block;
}
.write-address .content .submit-btn[data-v-f53cccb4] {
  margin-top: 4px;
  margin-bottom: 16px;
}
.write-address .content .address-form-tip[data-v-f53cccb4] {
  padding-bottom: 30px;
}
[data-v-dce41138]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-dce41138]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-dce41138]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-dce41138],
body[data-v-dce41138] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-dce41138] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-dce41138] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-dce41138] {
    border: none;
    outline: none;
}
}
input[data-v-dce41138]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-dce41138],
textarea[data-v-dce41138] {
  border: none;
  outline: none;
}
textarea[data-v-dce41138] {
  font-family: "microsoft yahei";
}
em[data-v-dce41138] {
  color: #e80000;
  font-style: normal;
}
i[data-v-dce41138] {
  font-style: normal;
}
.v-enter-active[data-v-dce41138],
.v-leave-active[data-v-dce41138] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-dce41138],
.v-leave-to[data-v-dce41138] {
  opacity: 0;
}
[v-cloak][data-v-dce41138] {
  display: none;
}
.f-e80000[data-v-dce41138] {
  color: #e80000;
}
.flex[data-v-dce41138] {
  display: flex;
}
.flex-a[data-v-dce41138] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-dce41138] {
  font-family: fangsong;
}
.pingfang[data-v-dce41138] {
  font-family: pingfang sc !important;
}
.underline[data-v-dce41138] {
  text-decoration: underline;
}
.t-over[data-v-dce41138] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-dce41138] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-dce41138] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-dce41138] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-dce41138] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-dce41138] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-dce41138] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-dce41138] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-dce41138] {
  cursor: pointer;
}
.trans1[data-v-dce41138] {
  transition: ease 0.1s;
}
.trans2[data-v-dce41138] {
  transition: ease 0.2s;
}
.trans3[data-v-dce41138] {
  transition: ease 0.3s;
}
.trans4[data-v-dce41138] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-dce41138] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-dce41138]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-dce41138] {
  text-align: center;
}
.icon-pay-way-wx[data-v-dce41138] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-dce41138] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-dce41138]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-dce41138] {
  animation: slide-down-in-dce41138 ease 0.3s;
}
.dialog-fade-leave-active[data-v-dce41138] {
  animation: slide-down-out-dce41138 ease 0.3s;
}
.icon-loading-circle[data-v-dce41138] {
  animation: loading-circle-dce41138 1s linear infinite;
}
@keyframes slide-down-in-dce41138 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-dce41138 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-dce41138 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-dce41138] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-dce41138] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-dce41138] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-dce41138] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-dce41138] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-dce41138] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-dce41138] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-dce41138] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-dce41138] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-dce41138] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-dce41138] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-dce41138] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-dce41138] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-dce41138] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-dce41138] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-dce41138] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-dce41138] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-dce41138] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-dce41138] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-dce41138] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-dce41138] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-dce41138] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-dce41138] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-dce41138] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-dce41138] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-dce41138] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-dce41138] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-dce41138] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-dce41138] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-dce41138] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-dce41138] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-dce41138] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-dce41138] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-dce41138] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-dce41138] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-dce41138] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-dce41138] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-dce41138] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-dce41138] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-dce41138] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-dce41138] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-dce41138] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-dce41138] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-dce41138] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-dce41138] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-dce41138] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-dce41138] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-dce41138] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-dce41138] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-dce41138] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-dce41138] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-dce41138] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-dce41138] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-dce41138] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-dce41138] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-dce41138] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-dce41138] {
  background-position: -218px -553px;
}
.icon[data-v-dce41138] {
  display: inline-block;
  background: url("https://down.om.cn/active/202207/icon.png") center center no-repeat;
}
.icon-clone-popup-btn[data-v-dce41138] {
  display: inline-block;
  background: url("https://down.om.cn/active/202207/icon.png") center center no-repeat;
  width: 37px;
  height: 37px;
  background-position: -267px -108px;
}
.icon-clone-popup-btn[data-v-dce41138]:hover {
  background-position: -307px -108px;
}
.fade-enter-active[data-v-dce41138],
.fade-leave-active[data-v-dce41138] {
  transition: opacity 0.5s;
}
.fade-enter[data-v-dce41138],
.fade-leave-to[data-v-dce41138] {
  opacity: 0;
}
.dialog-fade-enter-active[data-v-dce41138] {
  animation: slide-down-in-dce41138 ease 0.3s;
  transition: opacity 0.5s;
}
.dialog-fade-leave-active[data-v-dce41138] {
  animation: slide-down-out-dce41138 ease 0.3s;
  opacity: 0;
}
@keyframes slide-down-in-dce41138 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-dce41138 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
.dialog-mask[data-v-dce41138] {
  z-index: 10 !important;
}
.dialog-mask[data-v-dce41138] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.default-style .dialog-outer[data-v-dce41138] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.default-style .dialog-outer .dialog[data-v-dce41138] {
  background-color: transparent;
  box-shadow: none;
}
.default-style .close-btn[data-v-dce41138] {
  position: absolute;
  top: 0;
  right: -50px;
  cursor: pointer;
}
[data-v-584eb40e]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-584eb40e]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-584eb40e]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-584eb40e],
body[data-v-584eb40e] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-584eb40e] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-584eb40e] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-584eb40e] {
    border: none;
    outline: none;
}
}
input[data-v-584eb40e]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-584eb40e],
textarea[data-v-584eb40e] {
  border: none;
  outline: none;
}
textarea[data-v-584eb40e] {
  font-family: "microsoft yahei";
}
em[data-v-584eb40e] {
  color: #e80000;
  font-style: normal;
}
i[data-v-584eb40e] {
  font-style: normal;
}
.v-enter-active[data-v-584eb40e],
.v-leave-active[data-v-584eb40e] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-584eb40e],
.v-leave-to[data-v-584eb40e] {
  opacity: 0;
}
[v-cloak][data-v-584eb40e] {
  display: none;
}
.f-e80000[data-v-584eb40e] {
  color: #e80000;
}
.flex[data-v-584eb40e] {
  display: flex;
}
.flex-a[data-v-584eb40e] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-584eb40e] {
  font-family: fangsong;
}
.pingfang[data-v-584eb40e] {
  font-family: pingfang sc !important;
}
.underline[data-v-584eb40e] {
  text-decoration: underline;
}
.t-over[data-v-584eb40e] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-584eb40e] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-584eb40e] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-584eb40e] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-584eb40e] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-584eb40e] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-584eb40e] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-584eb40e] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-584eb40e] {
  cursor: pointer;
}
.trans1[data-v-584eb40e] {
  transition: ease 0.1s;
}
.trans2[data-v-584eb40e] {
  transition: ease 0.2s;
}
.trans3[data-v-584eb40e] {
  transition: ease 0.3s;
}
.trans4[data-v-584eb40e] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-584eb40e] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-584eb40e]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-584eb40e] {
  text-align: center;
}
.icon-pay-way-wx[data-v-584eb40e] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-584eb40e] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-584eb40e]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-584eb40e] {
  animation: slide-down-in-584eb40e ease 0.3s;
}
.dialog-fade-leave-active[data-v-584eb40e] {
  animation: slide-down-out-584eb40e ease 0.3s;
}
.icon-loading-circle[data-v-584eb40e] {
  animation: loading-circle-584eb40e 1s linear infinite;
}
@keyframes slide-down-in-584eb40e {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-584eb40e {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-584eb40e {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-584eb40e] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-584eb40e] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-584eb40e] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-584eb40e] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-584eb40e] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-584eb40e] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-584eb40e] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-584eb40e] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-584eb40e] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-584eb40e] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-584eb40e] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-584eb40e] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-584eb40e] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-584eb40e] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-584eb40e] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-584eb40e] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-584eb40e] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-584eb40e] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-584eb40e] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-584eb40e] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-584eb40e] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-584eb40e] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-584eb40e] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-584eb40e] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-584eb40e] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-584eb40e] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-584eb40e] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-584eb40e] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-584eb40e] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-584eb40e] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-584eb40e] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-584eb40e] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-584eb40e] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-584eb40e] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-584eb40e] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-584eb40e] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-584eb40e] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-584eb40e] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-584eb40e] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-584eb40e] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-584eb40e] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-584eb40e] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-584eb40e] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-584eb40e] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-584eb40e] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-584eb40e] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-584eb40e] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-584eb40e] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-584eb40e] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-584eb40e] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-584eb40e] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-584eb40e] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-584eb40e] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-584eb40e] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-584eb40e] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-584eb40e] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-584eb40e] {
  background-position: -218px -553px;
}
.select-wrap[data-v-584eb40e] {
  position: relative;
  width: var(--c9dfde52);
  height: var(--a5b9df94);
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  padding-left: 12px;
  border-radius: 4px;
  cursor: pointer;
}
.select-wrap[data-v-584eb40e]:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -2px;
  border: 6px solid transparent;
  border-top-color: #5f6566;
}
.select-wrap .no-yet[data-v-584eb40e] {
  font-size: 14px;
  color: #999;
}
.select-wrap .exits[data-v-584eb40e] {
  color: var(--activity-text-color);
}
.select-wrap .drop-down-list[data-v-584eb40e] {
  position: absolute;
  left: -1px;
  top: var(--a5b9df94);
  width: var(--c9dfde52);
  border-radius: 0 0 4px 4px;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  text-overflow: ellipsis;
  max-height: 200px;
  z-index: 3;
}
.select-wrap .drop-down-list li[data-v-584eb40e] {
  display: flex;
  align-items: center;
  height: var(--a5b9df94);
  padding-left: 12px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  font-size: 13px;
  color: #999;
}
.select-wrap .drop-down-list li[data-v-584eb40e]:hover {
  background-color: var(--activity-text-color);
  color: #fff;
}
.select-wrap .drop-down-list li[data-v-584eb40e]:last-of-type {
  border-radius: 0 0 4px 4px;
}
.select-wrap .drop-down-list li.disabled[data-v-584eb40e] {
  cursor: not-allowed;
  color: #ccc;
  background-color: #fff;
}
.select-wrap .drop-down-list li.disabled[data-v-584eb40e]:hover {
  background-color: #fff;
  color: #ccc;
}
[data-v-4a0801da]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-4a0801da]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-4a0801da]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-4a0801da],
body[data-v-4a0801da] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-4a0801da] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-4a0801da] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-4a0801da] {
    border: none;
    outline: none;
}
}
input[data-v-4a0801da]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-4a0801da],
textarea[data-v-4a0801da] {
  border: none;
  outline: none;
}
textarea[data-v-4a0801da] {
  font-family: "microsoft yahei";
}
em[data-v-4a0801da] {
  color: #e80000;
  font-style: normal;
}
i[data-v-4a0801da] {
  font-style: normal;
}
.v-enter-active[data-v-4a0801da],
.v-leave-active[data-v-4a0801da] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-4a0801da],
.v-leave-to[data-v-4a0801da] {
  opacity: 0;
}
[v-cloak][data-v-4a0801da] {
  display: none;
}
.f-e80000[data-v-4a0801da] {
  color: #e80000;
}
.flex[data-v-4a0801da] {
  display: flex;
}
.flex-a[data-v-4a0801da] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-4a0801da] {
  font-family: fangsong;
}
.pingfang[data-v-4a0801da] {
  font-family: pingfang sc !important;
}
.underline[data-v-4a0801da] {
  text-decoration: underline;
}
.t-over[data-v-4a0801da] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-4a0801da] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-4a0801da] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-4a0801da] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-4a0801da] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-4a0801da] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-4a0801da] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-4a0801da] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-4a0801da] {
  cursor: pointer;
}
.trans1[data-v-4a0801da] {
  transition: ease 0.1s;
}
.trans2[data-v-4a0801da] {
  transition: ease 0.2s;
}
.trans3[data-v-4a0801da] {
  transition: ease 0.3s;
}
.trans4[data-v-4a0801da] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-4a0801da] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-4a0801da]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-4a0801da] {
  text-align: center;
}
.icon-pay-way-wx[data-v-4a0801da] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-4a0801da] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-4a0801da]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-4a0801da] {
  animation: slide-down-in-4a0801da ease 0.3s;
}
.dialog-fade-leave-active[data-v-4a0801da] {
  animation: slide-down-out-4a0801da ease 0.3s;
}
.icon-loading-circle[data-v-4a0801da] {
  animation: loading-circle-4a0801da 1s linear infinite;
}
@keyframes slide-down-in-4a0801da {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-4a0801da {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-4a0801da {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-4a0801da] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-4a0801da] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-4a0801da] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-4a0801da] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-4a0801da] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-4a0801da] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-4a0801da] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-4a0801da] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-4a0801da] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-4a0801da] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-4a0801da] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-4a0801da] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-4a0801da] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-4a0801da] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-4a0801da] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-4a0801da] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-4a0801da] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-4a0801da] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-4a0801da] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-4a0801da] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-4a0801da] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-4a0801da] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-4a0801da] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-4a0801da] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-4a0801da] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-4a0801da] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-4a0801da] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-4a0801da] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-4a0801da] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-4a0801da] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-4a0801da] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-4a0801da] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-4a0801da] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-4a0801da] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-4a0801da] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-4a0801da] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-4a0801da] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-4a0801da] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-4a0801da] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-4a0801da] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-4a0801da] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-4a0801da] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-4a0801da] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-4a0801da] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-4a0801da] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-4a0801da] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-4a0801da] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-4a0801da] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-4a0801da] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-4a0801da] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-4a0801da] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-4a0801da] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-4a0801da] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-4a0801da] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-4a0801da] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-4a0801da] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-4a0801da] {
  background-position: -218px -553px;
}
.scan-code-payment[data-v-4a0801da] .dialog {
  min-width: 664px;
  max-width: 684px;
  width: -moz-max-content;
  width: max-content;
}
.scan-code-payment .content[data-v-4a0801da] {
  padding: 30px 55px 55px;
}
.scan-code-payment .content .purchase[data-v-4a0801da] {
  padding-bottom: 30px;
}
.scan-code-payment .content .purchase > p[data-v-4a0801da] {
  font-size: 16px;
  margin-bottom: 16px;
  color: #333;
}
.scan-code-payment .content .purchase .purchase-select[data-v-4a0801da] {
  border-radius: 5px;
  height: 68px;
  overflow: hidden;
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.scan-code-payment .content .purchase .purchase-select .left-text[data-v-4a0801da] {
  width: 120px;
  background-color: #4e4e4e;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.scan-code-payment .content .purchase .purchase-select .left-text > h4[data-v-4a0801da] {
  font-weight: normal;
  font-size: 21px;
}
.scan-code-payment .content .purchase .purchase-select .left-text > span[data-v-4a0801da] {
  margin-top: 10px;
}
.scan-code-payment .content .purchase .purchase-select .left-text[data-v-4a0801da]:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -14px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left: 7px solid #4e4e4e;
}
.scan-code-payment .content .purchase .purchase-select .right-text[data-v-4a0801da] {
  padding-left: 26px;
  font-size: 24px;
  line-height: 66px;
  color: #333;
  display: flex;
  align-items: center;
  flex: 1;
  border: 1px solid #4e4e4e;
  border-left: none;
  border-radius: 0 5px 5px 0;
}
.scan-code-payment .content .purchase .purchase-select .right-text del[data-v-4a0801da] {
  font-size: 14px;
  color: #999;
  margin-left: 8px;
}
.scan-code-payment .content .purchase .purchase-select.active .left-text[data-v-4a0801da] {
  background-color: var(--activity-text-color);
}
.scan-code-payment .content .purchase .purchase-select.active .left-text[data-v-4a0801da]:after {
  border-left-color: var(--activity-text-color);
}
.scan-code-payment .content .purchase .purchase-select.active .right-text[data-v-4a0801da] {
  color: var(--activity-text-color);
  border-color: var(--activity-text-color);
}
.scan-code-payment .content .pay-area[data-v-4a0801da] {
  display: flex;
  align-items: center;
}
.scan-code-payment .content .pay-area .pay-code[data-v-4a0801da] {
  width: 150px;
  height: 150px;
  padding: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -158px -11px;
  position: relative;
}
.scan-code-payment .content .pay-area .pay-info[data-v-4a0801da] {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.scan-code-payment .content .pay-area .pay-info > div[data-v-4a0801da] {
  font-size: 14px;
  color: #444;
  margin-top: 14px;
  display: flex;
  align-items: center;
  line-height: 18px;
}
.scan-code-payment .content .pay-area .pay-info > div[data-v-4a0801da]:first-of-type {
  margin-top: 0;
}
.scan-code-payment .content .pay-area .pay-info > div span[data-v-4a0801da] {
  font-size: 14px;
  color: #999;
  margin-right: 10px;
  flex: none;
}
.scan-code-payment .content .pay-area .pay-info .actually-paid .detail[data-v-4a0801da] {
  font-size: 14px;
  color: #333;
  display: flex;
}
.scan-code-payment .content .pay-area .pay-info .actually-paid .detail em[data-v-4a0801da] {
  font-size: 16px;
  color: var(--activity-text-color);
  margin-top: 11px;
}
.scan-code-payment .content .pay-area .pay-info .actually-paid .detail > p[data-v-4a0801da] {
  color: var(--activity-text-color);
  font-size: 30px;
  font-weight: 700;
}
.scan-code-payment .content .outer[data-v-4a0801da] {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.scan-code-payment .content .outer .timer[data-v-4a0801da] {
  font-size: 14px;
  color: #999;
}
.scan-code-payment .content .outer .timer span[data-v-4a0801da] {
  color: var(--activity-text-color);
}
.scan-code-payment .content .outer .paypal[data-v-4a0801da] {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.scan-code-payment .content .outer .paypal .link[data-v-4a0801da] {
  width: 112px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -20px -94px;
  cursor: pointer;
}
.scan-code-payment .content .outer .paypal > span[data-v-4a0801da] {
  font-size: 12px;
  color: #999;
  margin-top: 6px;
}
[data-v-b8faec88]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-b8faec88]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-b8faec88]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-b8faec88],
body[data-v-b8faec88] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-b8faec88] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-b8faec88] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-b8faec88] {
    border: none;
    outline: none;
}
}
input[data-v-b8faec88]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-b8faec88],
textarea[data-v-b8faec88] {
  border: none;
  outline: none;
}
textarea[data-v-b8faec88] {
  font-family: "microsoft yahei";
}
em[data-v-b8faec88] {
  color: #e80000;
  font-style: normal;
}
i[data-v-b8faec88] {
  font-style: normal;
}
.v-enter-active[data-v-b8faec88],
.v-leave-active[data-v-b8faec88] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-b8faec88],
.v-leave-to[data-v-b8faec88] {
  opacity: 0;
}
[v-cloak][data-v-b8faec88] {
  display: none;
}
.f-e80000[data-v-b8faec88] {
  color: #e80000;
}
.flex[data-v-b8faec88] {
  display: flex;
}
.flex-a[data-v-b8faec88] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-b8faec88] {
  font-family: fangsong;
}
.pingfang[data-v-b8faec88] {
  font-family: pingfang sc !important;
}
.underline[data-v-b8faec88] {
  text-decoration: underline;
}
.t-over[data-v-b8faec88] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-b8faec88] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-b8faec88] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-b8faec88] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-b8faec88] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-b8faec88] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-b8faec88] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-b8faec88] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-b8faec88] {
  cursor: pointer;
}
.trans1[data-v-b8faec88] {
  transition: ease 0.1s;
}
.trans2[data-v-b8faec88] {
  transition: ease 0.2s;
}
.trans3[data-v-b8faec88] {
  transition: ease 0.3s;
}
.trans4[data-v-b8faec88] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-b8faec88] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-b8faec88]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-b8faec88] {
  text-align: center;
}
.icon-pay-way-wx[data-v-b8faec88] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-b8faec88] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-b8faec88]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-b8faec88] {
  animation: slide-down-in-b8faec88 ease 0.3s;
}
.dialog-fade-leave-active[data-v-b8faec88] {
  animation: slide-down-out-b8faec88 ease 0.3s;
}
.icon-loading-circle[data-v-b8faec88] {
  animation: loading-circle-b8faec88 1s linear infinite;
}
@keyframes slide-down-in-b8faec88 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-b8faec88 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-b8faec88 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-b8faec88] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-b8faec88] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-b8faec88] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-b8faec88] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-b8faec88] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-b8faec88] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-b8faec88] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-b8faec88] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-b8faec88] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-b8faec88] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-b8faec88] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-b8faec88] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-b8faec88] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-b8faec88] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-b8faec88] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-b8faec88] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-b8faec88] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-b8faec88] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-b8faec88] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-b8faec88] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-b8faec88] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-b8faec88] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-b8faec88] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-b8faec88] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-b8faec88] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-b8faec88] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-b8faec88] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-b8faec88] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-b8faec88] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-b8faec88] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-b8faec88] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-b8faec88] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-b8faec88] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-b8faec88] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-b8faec88] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-b8faec88] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-b8faec88] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-b8faec88] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-b8faec88] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-b8faec88] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-b8faec88] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-b8faec88] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-b8faec88] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-b8faec88] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-b8faec88] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-b8faec88] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-b8faec88] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-b8faec88] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-b8faec88] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-b8faec88] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-b8faec88] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-b8faec88] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-b8faec88] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-b8faec88] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-b8faec88] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-b8faec88] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-b8faec88] {
  background-position: -218px -553px;
}
.active-main-color[data-v-b8faec88] {
  color: var(--activity-popup-main-color);
}
.btn-small[data-v-b8faec88] {
  color: #fff;
  box-shadow: 0 5px 10px 0 rgba(255, 90, 78, 0.3);
  background: linear-gradient(90deg, var(--activity-button-color-1), var(--activity-button-color-2));
}
.btn-small[data-v-b8faec88]:hover {
  background: linear-gradient(90deg, var(--activity-button-hover-color-1), var(--activity-button-hover-color-2));
}
.icon-pay-success[data-v-b8faec88] {
  width: 56px;
  height: 56px;
  display: inline-block;
  background-image: url("https://down.om.cn/active/202106/icon.png");
  background-position: var(--activity-popup-pay-success-icon);
}
.btn-small-plain[data-v-b8faec88] {
  color: #666;
  font-weight: 400;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: none;
}
.btn-small-plain[data-v-b8faec88]:hover {
  background: #fff;
  border-color: var(--activity-popup-main-color);
  color: var(--activity-popup-main-color);
}
.btn-primary-pop[data-v-b8faec88] {
  color: #fff;
  width: 140px;
  height: 36px;
  border-radius: 4px;
  box-shadow: 0 5px 10px 0 rgba(255, 90, 78, 0.3);
  background-blend-mode: normal, normal;
  background: linear-gradient(90deg, var(--activity-button-color-1), var(--activity-button-color-2));
}
.btn-primary-pop[data-v-b8faec88]:hover {
  background: linear-gradient(90deg, var(--activity-button-hover-color-1), var(--activity-button-hover-color-2));
}
.pick-up-record .content[data-v-b8faec88] {
  position: relative;
  padding: 20px 40px 0px;
  height: 530px;
}
.pick-up-record .content .title[data-v-b8faec88] {
  width: 570px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  color: #999;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
}
.pick-up-record .content .title span[data-v-b8faec88] {
  display: inline-block;
  text-align: center;
}
.pick-up-record .content .title span[data-v-b8faec88]:first-child {
  width: 256px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pick-up-record .content .title span[data-v-b8faec88]:nth-child(2) {
  width: 162px;
}
.pick-up-record .content .title span[data-v-b8faec88]:nth-child(3) {
  width: 152px;
  flex: 1;
}
.pick-up-record .content .record-list[data-v-b8faec88] {
  width: 570px;
  height: calc(460px - 110px);
  margin: 0 auto;
  overflow-y: auto;
}
.pick-up-record .content .record-list li[data-v-b8faec88] {
  display: flex;
  align-items: center;
  height: 44px;
  color: #666;
  font-size: 14px;
}
.pick-up-record .content .record-list li[data-v-b8faec88]:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.pick-up-record .content .record-list li span[data-v-b8faec88] {
  display: inline-block;
  text-align: center;
}
.pick-up-record .content .record-list li span[data-v-b8faec88]:first-child {
  width: 256px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pick-up-record .content .record-list li span[data-v-b8faec88]:nth-child(2) {
  width: 162px;
}
.pick-up-record .content .record-list li .details[data-v-b8faec88] {
  flex: 1;
  text-align: center;
}
.pick-up-record .content .record-list li .details button[data-v-b8faec88] {
  padding: 0 18px;
  height: 28px;
  border-radius: 14px;
  font-size: 14px;
}
.pick-up-record .content .empty-list[data-v-b8faec88] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 458px;
}
.pick-up-record .content .empty-list .btn-primary-pop[data-v-b8faec88] {
  margin-top: 40px;
}
.pick-up-record .content .empty-list p[data-v-b8faec88] {
  color: #666;
}
.pick-up-record .content .optional-gifts[data-v-b8faec88] {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 110px;
  padding: 0 30px 20px 30px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
}
.pick-up-record .content .optional-gifts .o-g-title[data-v-b8faec88] {
  line-height: 43px;
  font-size: 14px;
  color: #666666;
  text-align: center;
}
.pick-up-record .content .optional-gifts .o-g-data[data-v-b8faec88] {
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  padding-right: 42px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pick-up-record .content .optional-gifts .o-g-data > span[data-v-b8faec88] {
  font-size: 14px;
  color: #333333;
}
.pick-up-record .content .optional-gifts .o-g-data > span > span[data-v-b8faec88] {
  color: #FF6248;
}
.pick-up-record .content .optional-gifts .o-g-data .btn-small[data-v-b8faec88] {
  width: 68px;
  height: 28px;
  border-radius: 14px;
  text-align: center;
}
.information-viewing .content[data-v-b8faec88] {
  padding: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.information-viewing .content > ul[data-v-b8faec88] {
  display: flex;
  flex-direction: column;
}
.information-viewing .content > ul li[data-v-b8faec88] {
  display: flex;
  align-items: baseline;
  color: #333;
}
.information-viewing .content > ul li[data-v-b8faec88]:not(:last-child) {
  margin-bottom: 20px;
}
.information-viewing .content > ul li span[data-v-b8faec88]:first-of-type {
  color: #999;
}
.information-viewing .content > ul li span[data-v-b8faec88]:nth-of-type(2) {
  display: inline-block;
}
.information-viewing .content > ul li span.url[data-v-b8faec88] {
  width: 340px;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.information-viewing .content > ul .address-info > span[data-v-b8faec88]:nth-child(1) {
  display: inline-block;
  width: 70px;
  text-align: right;
  white-space: nowrap;
}
.information-viewing .content .copy-link[data-v-b8faec88] {
  margin: 40px auto 0;
}
.information-viewing .content .notice[data-v-b8faec88] {
  margin-top: 16px;
  text-align: center;
}
.information-viewing .content .view-status[data-v-b8faec88] {
  margin: 40px auto 0;
}
.success-write-address .content[data-v-b8faec88] {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px 40px 30px;
  color: #666;
}
.success-write-address .content .pay-success[data-v-b8faec88] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 26px 0;
  width: 100%;
}
.success-write-address .content .pay-success[data-v-b8faec88]:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #eee;
}
.success-write-address .content .pay-success > p[data-v-b8faec88] {
  margin-top: 12px;
  padding-left: 12px;
  font-size: 18px;
}
.success-write-address .content .true-gift-name[data-v-b8faec88] {
  margin: 24px 0 18px;
  padding: 0 34px;
}
.success-write-address .content .submit-btn[data-v-b8faec88] {
  margin-top: 4px;
  margin-bottom: 16px;
}
.success-choose-gift .content[data-v-b8faec88] {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px 40px 30px;
  color: #666;
}
.success-choose-gift .content .pay-success[data-v-b8faec88] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 26px 0;
  width: 100%;
}
.success-choose-gift .content .pay-success[data-v-b8faec88]:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #eee;
}
.success-choose-gift .content .pay-success > p[data-v-b8faec88] {
  margin-top: 12px;
  padding-left: 12px;
  font-size: 18px;
}
.success-choose-gift .content .true-gift-name[data-v-b8faec88] {
  margin: 24px 0 18px;
  padding: 0 34px;
}
.success-choose-gift .content .choose-gift li[data-v-b8faec88] {
  width: 410px;
  height: 44px;
  background: #F6F6F6;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.success-choose-gift .content .choose-gift li .icon[data-v-b8faec88] {
  display: inline-block;
  width: 26px;
  height: 30px;
  background-image: url("https://down.om.cn/active/202402/icon_vip1.png");
  background-position: center;
  margin-left: 15px;
  margin-right: 12px;
}
.success-choose-gift .content .choose-gift li .icon-0[data-v-b8faec88] {
  background-image: url("https://down.om.cn/active/202402/icon_vip2.png");
}
.success-choose-gift .content .choose-gift li .icon-1[data-v-b8faec88] {
  background-image: url("https://down.om.cn/active/202402/icon_vip1.png");
}
.success-choose-gift .content .choose-gift li .c-g-text[data-v-b8faec88] {
  font-size: 14px;
  color: #333333;
}
.success-choose-gift .content .choose-gift .selected-item[data-v-b8faec88] {
  position: relative;
  border-color: #FF6248;
  overflow: hidden;
}
.success-choose-gift .content .choose-gift .selected-item[data-v-b8faec88]::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  background-image: url("	https://down.om.cn/active/202106/icon.png");
  background-position: -343px -107px;
}
.success-choose-gift .content .submit-btn[data-v-b8faec88] {
  margin-top: 4px;
  margin-bottom: 16px;
}
.success-choose-gift .active-main-color[data-v-b8faec88] {
  color: #999;
}
.write-address .content[data-v-b8faec88] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 40px 30px;
}
.write-address .content .gift-name[data-v-b8faec88] {
  margin: 24px 0 18px 0;
}
.write-address .content .gift-name span[data-v-b8faec88]:first-of-type {
  flex-shrink: 0;
  min-width: 82px;
  text-align: right;
  color: #666;
}
.write-address .content .gift-name span[data-v-b8faec88]:last-of-type {
  width: 316px;
  font-weight: bold;
  display: inline-block;
}
.write-address .content .submit-btn[data-v-b8faec88] {
  margin-top: 4px;
  margin-bottom: 16px;
}
.write-address .content .address-form-tip[data-v-b8faec88] {
  padding-bottom: 30px;
}
[data-v-142a5677]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-142a5677]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-142a5677]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-142a5677],
body[data-v-142a5677] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-142a5677] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-142a5677] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-142a5677] {
    border: none;
    outline: none;
}
}
input[data-v-142a5677]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-142a5677],
textarea[data-v-142a5677] {
  border: none;
  outline: none;
}
textarea[data-v-142a5677] {
  font-family: "microsoft yahei";
}
em[data-v-142a5677] {
  color: #e80000;
  font-style: normal;
}
i[data-v-142a5677] {
  font-style: normal;
}
.v-enter-active[data-v-142a5677],
.v-leave-active[data-v-142a5677] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-142a5677],
.v-leave-to[data-v-142a5677] {
  opacity: 0;
}
[v-cloak][data-v-142a5677] {
  display: none;
}
.f-e80000[data-v-142a5677] {
  color: #e80000;
}
.flex[data-v-142a5677] {
  display: flex;
}
.flex-a[data-v-142a5677] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-142a5677] {
  font-family: fangsong;
}
.pingfang[data-v-142a5677] {
  font-family: pingfang sc !important;
}
.underline[data-v-142a5677] {
  text-decoration: underline;
}
.t-over[data-v-142a5677] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-142a5677] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-142a5677] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-142a5677] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-142a5677] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-142a5677] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-142a5677] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-142a5677] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-142a5677] {
  cursor: pointer;
}
.trans1[data-v-142a5677] {
  transition: ease 0.1s;
}
.trans2[data-v-142a5677] {
  transition: ease 0.2s;
}
.trans3[data-v-142a5677] {
  transition: ease 0.3s;
}
.trans4[data-v-142a5677] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-142a5677] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-142a5677]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-142a5677] {
  text-align: center;
}
.icon-pay-way-wx[data-v-142a5677] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-142a5677] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-142a5677]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-142a5677] {
  animation: slide-down-in-142a5677 ease 0.3s;
}
.dialog-fade-leave-active[data-v-142a5677] {
  animation: slide-down-out-142a5677 ease 0.3s;
}
.icon-loading-circle[data-v-142a5677] {
  animation: loading-circle-142a5677 1s linear infinite;
}
@keyframes slide-down-in-142a5677 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-142a5677 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-142a5677 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-142a5677] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-142a5677] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-142a5677] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-142a5677] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-142a5677] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-142a5677] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-142a5677] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-142a5677] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-142a5677] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-142a5677] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-142a5677] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-142a5677] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-142a5677] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-142a5677] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-142a5677] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-142a5677] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-142a5677] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-142a5677] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-142a5677] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-142a5677] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-142a5677] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-142a5677] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-142a5677] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-142a5677] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-142a5677] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-142a5677] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-142a5677] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-142a5677] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-142a5677] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-142a5677] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-142a5677] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-142a5677] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-142a5677] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-142a5677] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-142a5677] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-142a5677] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-142a5677] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-142a5677] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-142a5677] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-142a5677] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-142a5677] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-142a5677] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-142a5677] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-142a5677] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-142a5677] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-142a5677] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-142a5677] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-142a5677] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-142a5677] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-142a5677] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-142a5677] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-142a5677] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-142a5677] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-142a5677] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-142a5677] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-142a5677] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-142a5677] {
  background-position: -218px -553px;
}
.scan-code-payment[data-v-142a5677] .dialog {
  min-width: 664px;
  max-width: 684px;
  width: -moz-max-content;
  width: max-content;
}
.scan-code-payment .content[data-v-142a5677] {
  padding: 30px 55px 55px;
}
.scan-code-payment .content .purchase[data-v-142a5677] {
  padding-bottom: 30px;
}
.scan-code-payment .content .purchase > p[data-v-142a5677] {
  font-size: 16px;
  margin-bottom: 16px;
  color: #333;
}
.scan-code-payment .content .purchase .purchase-select[data-v-142a5677] {
  border-radius: 5px;
  height: 68px;
  overflow: hidden;
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.scan-code-payment .content .purchase .purchase-select .left-text[data-v-142a5677] {
  width: 120px;
  background-color: #4e4e4e;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.scan-code-payment .content .purchase .purchase-select .left-text > h4[data-v-142a5677] {
  font-weight: normal;
  font-size: 21px;
}
.scan-code-payment .content .purchase .purchase-select .left-text > span[data-v-142a5677] {
  margin-top: 10px;
}
.scan-code-payment .content .purchase .purchase-select .left-text[data-v-142a5677]:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -14px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left: 7px solid #4e4e4e;
}
.scan-code-payment .content .purchase .purchase-select .right-text[data-v-142a5677] {
  padding-left: 26px;
  font-size: 24px;
  line-height: 66px;
  color: #333;
  display: flex;
  align-items: center;
  flex: 1;
  border: 1px solid #4e4e4e;
  border-left: none;
  border-radius: 0 5px 5px 0;
}
.scan-code-payment .content .purchase .purchase-select .right-text del[data-v-142a5677] {
  font-size: 14px;
  color: #999;
  margin-left: 8px;
}
.scan-code-payment .content .purchase .purchase-select.active .left-text[data-v-142a5677] {
  background-color: var(--activity-text-color);
}
.scan-code-payment .content .purchase .purchase-select.active .left-text[data-v-142a5677]:after {
  border-left-color: var(--activity-text-color);
}
.scan-code-payment .content .purchase .purchase-select.active .right-text[data-v-142a5677] {
  color: var(--activity-text-color);
  border-color: var(--activity-text-color);
}
.scan-code-payment .content .pay-area[data-v-142a5677] {
  display: flex;
  align-items: center;
}
.scan-code-payment .content .pay-area .pay-code[data-v-142a5677] {
  width: 150px;
  height: 150px;
  padding: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -158px -11px;
  position: relative;
}
.scan-code-payment .content .pay-area .pay-info[data-v-142a5677] {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.scan-code-payment .content .pay-area .pay-info > div[data-v-142a5677] {
  font-size: 14px;
  color: #444;
  margin-top: 14px;
  display: flex;
  align-items: center;
  line-height: 18px;
}
.scan-code-payment .content .pay-area .pay-info > div[data-v-142a5677]:first-of-type {
  margin-top: 0;
}
.scan-code-payment .content .pay-area .pay-info > div span[data-v-142a5677] {
  font-size: 14px;
  color: #999;
  margin-right: 10px;
  flex: none;
}
.scan-code-payment .content .pay-area .pay-info .include[data-v-142a5677] {
  align-items: baseline;
}
.scan-code-payment .content .pay-area .pay-info .actually-paid .detail[data-v-142a5677] {
  font-size: 14px;
  color: #333;
  display: flex;
}
.scan-code-payment .content .pay-area .pay-info .actually-paid .detail em[data-v-142a5677] {
  font-size: 16px;
  color: var(--activity-text-color);
  margin-top: 11px;
}
.scan-code-payment .content .pay-area .pay-info .actually-paid .detail > p[data-v-142a5677] {
  color: var(--activity-text-color);
  font-size: 30px;
  font-weight: 700;
}
.scan-code-payment .content .outer[data-v-142a5677] {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.scan-code-payment .content .outer .timer[data-v-142a5677] {
  font-size: 14px;
  color: #999;
}
.scan-code-payment .content .outer .timer span[data-v-142a5677] {
  color: var(--activity-text-color);
}
.scan-code-payment .content .outer .paypal[data-v-142a5677] {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.scan-code-payment .content .outer .paypal .link[data-v-142a5677] {
  width: 112px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -20px -94px;
  cursor: pointer;
}
.scan-code-payment .content .outer .paypal > span[data-v-142a5677] {
  font-size: 12px;
  color: #999;
  margin-top: 6px;
}
[data-v-c40931dc]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-c40931dc]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-c40931dc]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-c40931dc],
body[data-v-c40931dc] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-c40931dc] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-c40931dc] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-c40931dc] {
    border: none;
    outline: none;
}
}
input[data-v-c40931dc]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-c40931dc],
textarea[data-v-c40931dc] {
  border: none;
  outline: none;
}
textarea[data-v-c40931dc] {
  font-family: "microsoft yahei";
}
em[data-v-c40931dc] {
  color: #e80000;
  font-style: normal;
}
i[data-v-c40931dc] {
  font-style: normal;
}
.v-enter-active[data-v-c40931dc],
.v-leave-active[data-v-c40931dc] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-c40931dc],
.v-leave-to[data-v-c40931dc] {
  opacity: 0;
}
[v-cloak][data-v-c40931dc] {
  display: none;
}
.f-e80000[data-v-c40931dc] {
  color: #e80000;
}
.flex[data-v-c40931dc] {
  display: flex;
}
.flex-a[data-v-c40931dc] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-c40931dc] {
  font-family: fangsong;
}
.pingfang[data-v-c40931dc] {
  font-family: pingfang sc !important;
}
.underline[data-v-c40931dc] {
  text-decoration: underline;
}
.t-over[data-v-c40931dc] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-c40931dc] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-c40931dc] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-c40931dc] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-c40931dc] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-c40931dc] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-c40931dc] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-c40931dc] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-c40931dc] {
  cursor: pointer;
}
.trans1[data-v-c40931dc] {
  transition: ease 0.1s;
}
.trans2[data-v-c40931dc] {
  transition: ease 0.2s;
}
.trans3[data-v-c40931dc] {
  transition: ease 0.3s;
}
.trans4[data-v-c40931dc] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-c40931dc] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-c40931dc]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-c40931dc] {
  text-align: center;
}
.icon-pay-way-wx[data-v-c40931dc] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-c40931dc] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-c40931dc]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-c40931dc] {
  animation: slide-down-in-c40931dc ease 0.3s;
}
.dialog-fade-leave-active[data-v-c40931dc] {
  animation: slide-down-out-c40931dc ease 0.3s;
}
.icon-loading-circle[data-v-c40931dc] {
  animation: loading-circle-c40931dc 1s linear infinite;
}
@keyframes slide-down-in-c40931dc {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-c40931dc {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-c40931dc {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-c40931dc] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-c40931dc] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-c40931dc] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-c40931dc] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-c40931dc] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-c40931dc] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-c40931dc] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-c40931dc] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-c40931dc] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-c40931dc] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-c40931dc] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-c40931dc] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-c40931dc] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-c40931dc] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-c40931dc] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-c40931dc] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-c40931dc] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-c40931dc] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-c40931dc] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-c40931dc] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-c40931dc] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-c40931dc] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-c40931dc] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-c40931dc] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-c40931dc] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-c40931dc] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-c40931dc] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-c40931dc] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-c40931dc] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-c40931dc] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-c40931dc] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-c40931dc] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-c40931dc] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-c40931dc] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-c40931dc] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-c40931dc] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-c40931dc] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-c40931dc] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-c40931dc] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-c40931dc] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-c40931dc] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-c40931dc] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-c40931dc] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-c40931dc] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-c40931dc] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-c40931dc] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-c40931dc] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-c40931dc] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-c40931dc] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-c40931dc] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-c40931dc] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-c40931dc] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-c40931dc] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-c40931dc] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-c40931dc] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-c40931dc] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-c40931dc] {
  background-position: -218px -553px;
}
.main[data-v-c40931dc] {
  margin: 0 auto;
  position: relative;
}
.main[data-v-c40931dc] * {
  line-height: 1;
}
.activity[data-v-c40931dc] {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.dialog-fade-enter-active[data-v-c40931dc] {
  animation: slide-down-in-c40931dc ease 0.3s;
}
.dialog-fade-leave-active[data-v-c40931dc] {
  animation: slide-down-out-c40931dc ease 0.3s;
}
@keyframes slide-down-in-c40931dc {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-c40931dc {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
.dialog-mask[data-v-c40931dc] {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.dialog-mask[data-v-c40931dc] {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 100;
}
.dialog-outer[data-v-c40931dc] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dialog-bg[data-v-c40931dc] {
  position: relative;
  width: 878px;
  height: 554px;
  background-image: url("https://down.om.cn/active/202402/gift_up.png");
}
.dialog-bg .dialog-bottom[data-v-c40931dc] {
  width: 220px;
  height: 52px;
  background: linear-gradient(90deg, #7CFFF1, #1EE4CF);
  border: 3px solid #88FFF3;
  box-shadow: 0px 10px 10px 0px rgba(209, 32, 32, 0.3);
  border-radius: 26px;
  font-size: 20px;
  font-weight: bold;
  color: #235653;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 448px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.dialog-bg .dialog-close-btn[data-v-c40931dc] {
  position: absolute;
  top: 0;
  right: -50px;
  width: 36px;
  height: 36px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(https://down.om.cn/common/dialog_icon_v9.png);
  background-position: -20px -18px;
  cursor: pointer;
}
.dialog-bg .dialog-close-btn[data-v-c40931dc]:hover {
  background-position: -60px -18px;
}
[data-v-18ada588]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-18ada588]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-18ada588]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-18ada588],
body[data-v-18ada588] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-18ada588] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-18ada588] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-18ada588] {
    border: none;
    outline: none;
}
}
input[data-v-18ada588]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-18ada588],
textarea[data-v-18ada588] {
  border: none;
  outline: none;
}
textarea[data-v-18ada588] {
  font-family: "microsoft yahei";
}
em[data-v-18ada588] {
  color: #e80000;
  font-style: normal;
}
i[data-v-18ada588] {
  font-style: normal;
}
.v-enter-active[data-v-18ada588],
.v-leave-active[data-v-18ada588] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-18ada588],
.v-leave-to[data-v-18ada588] {
  opacity: 0;
}
[v-cloak][data-v-18ada588] {
  display: none;
}
.f-e80000[data-v-18ada588] {
  color: #e80000;
}
.flex[data-v-18ada588] {
  display: flex;
}
.flex-a[data-v-18ada588] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-18ada588] {
  font-family: fangsong;
}
.pingfang[data-v-18ada588] {
  font-family: pingfang sc !important;
}
.underline[data-v-18ada588] {
  text-decoration: underline;
}
.t-over[data-v-18ada588] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-18ada588] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-18ada588] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-18ada588] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-18ada588] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-18ada588] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-18ada588] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-18ada588] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-18ada588] {
  cursor: pointer;
}
.trans1[data-v-18ada588] {
  transition: ease 0.1s;
}
.trans2[data-v-18ada588] {
  transition: ease 0.2s;
}
.trans3[data-v-18ada588] {
  transition: ease 0.3s;
}
.trans4[data-v-18ada588] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-18ada588] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-18ada588]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-18ada588] {
  text-align: center;
}
.icon-pay-way-wx[data-v-18ada588] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-18ada588] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-18ada588]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-18ada588] {
  animation: slide-down-in-18ada588 ease 0.3s;
}
.dialog-fade-leave-active[data-v-18ada588] {
  animation: slide-down-out-18ada588 ease 0.3s;
}
.icon-loading-circle[data-v-18ada588] {
  animation: loading-circle-18ada588 1s linear infinite;
}
@keyframes slide-down-in-18ada588 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-18ada588 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-18ada588 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-18ada588] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-18ada588] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-18ada588] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-18ada588] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-18ada588] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-18ada588] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-18ada588] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-18ada588] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-18ada588] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-18ada588] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-18ada588] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-18ada588] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-18ada588] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-18ada588] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-18ada588] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-18ada588] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-18ada588] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-18ada588] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-18ada588] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-18ada588] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-18ada588] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-18ada588] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-18ada588] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-18ada588] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-18ada588] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-18ada588] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-18ada588] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-18ada588] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-18ada588] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-18ada588] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-18ada588] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-18ada588] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-18ada588] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-18ada588] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-18ada588] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-18ada588] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-18ada588] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-18ada588] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-18ada588] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-18ada588] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-18ada588] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-18ada588] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-18ada588] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-18ada588] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-18ada588] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-18ada588] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-18ada588] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-18ada588] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-18ada588] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-18ada588] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-18ada588] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-18ada588] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-18ada588] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-18ada588] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-18ada588] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-18ada588] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-18ada588] {
  background-position: -218px -553px;
}
.back-to-top[data-v-18ada588] {
  position: fixed;
  top: 50%;
  right: 38px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.back-to-top .top-btn[data-v-18ada588] {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  cursor: pointer;
}
.back-to-top .top-btn.show-btn[data-v-18ada588] {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
[data-v-983c0c32]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-983c0c32]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-983c0c32]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-983c0c32],
body[data-v-983c0c32] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-983c0c32] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-983c0c32] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-983c0c32] {
    border: none;
    outline: none;
}
}
input[data-v-983c0c32]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-983c0c32],
textarea[data-v-983c0c32] {
  border: none;
  outline: none;
}
textarea[data-v-983c0c32] {
  font-family: "microsoft yahei";
}
em[data-v-983c0c32] {
  color: #e80000;
  font-style: normal;
}
i[data-v-983c0c32] {
  font-style: normal;
}
.v-enter-active[data-v-983c0c32],
.v-leave-active[data-v-983c0c32] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-983c0c32],
.v-leave-to[data-v-983c0c32] {
  opacity: 0;
}
[v-cloak][data-v-983c0c32] {
  display: none;
}
.f-e80000[data-v-983c0c32] {
  color: #e80000;
}
.flex[data-v-983c0c32] {
  display: flex;
}
.flex-a[data-v-983c0c32] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-983c0c32] {
  font-family: fangsong;
}
.pingfang[data-v-983c0c32] {
  font-family: pingfang sc !important;
}
.underline[data-v-983c0c32] {
  text-decoration: underline;
}
.t-over[data-v-983c0c32] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-983c0c32] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-983c0c32] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-983c0c32] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-983c0c32] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-983c0c32] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-983c0c32] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-983c0c32] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-983c0c32] {
  cursor: pointer;
}
.trans1[data-v-983c0c32] {
  transition: ease 0.1s;
}
.trans2[data-v-983c0c32] {
  transition: ease 0.2s;
}
.trans3[data-v-983c0c32] {
  transition: ease 0.3s;
}
.trans4[data-v-983c0c32] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-983c0c32] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-983c0c32]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-983c0c32] {
  text-align: center;
}
.icon-pay-way-wx[data-v-983c0c32] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-983c0c32] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-983c0c32]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-983c0c32] {
  animation: slide-down-in-983c0c32 ease 0.3s;
}
.dialog-fade-leave-active[data-v-983c0c32] {
  animation: slide-down-out-983c0c32 ease 0.3s;
}
.icon-loading-circle[data-v-983c0c32] {
  animation: loading-circle-983c0c32 1s linear infinite;
}
@keyframes slide-down-in-983c0c32 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-983c0c32 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-983c0c32 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-983c0c32] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-983c0c32] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-983c0c32] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-983c0c32] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-983c0c32] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-983c0c32] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-983c0c32] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-983c0c32] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-983c0c32] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-983c0c32] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-983c0c32] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-983c0c32] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-983c0c32] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-983c0c32] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-983c0c32] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-983c0c32] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-983c0c32] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-983c0c32] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-983c0c32] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-983c0c32] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-983c0c32] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-983c0c32] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-983c0c32] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-983c0c32] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-983c0c32] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-983c0c32] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-983c0c32] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-983c0c32] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-983c0c32] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-983c0c32] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-983c0c32] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-983c0c32] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-983c0c32] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-983c0c32] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-983c0c32] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-983c0c32] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-983c0c32] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-983c0c32] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-983c0c32] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-983c0c32] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-983c0c32] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-983c0c32] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-983c0c32] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-983c0c32] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-983c0c32] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-983c0c32] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-983c0c32] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-983c0c32] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-983c0c32] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-983c0c32] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-983c0c32] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-983c0c32] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-983c0c32] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-983c0c32] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-983c0c32] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-983c0c32] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-983c0c32] {
  background-position: -218px -553px;
}
.active-main-color[data-v-983c0c32] {
  color: var(--activity-popup-main-color);
}
.btn-small[data-v-983c0c32] {
  color: #fff;
  box-shadow: 0 5px 10px 0 rgba(255, 90, 78, 0.3);
  background: linear-gradient(90deg, var(--activity-button-color-1), var(--activity-button-color-2));
}
.btn-small[data-v-983c0c32]:hover {
  background: linear-gradient(90deg, var(--activity-button-hover-color-1), var(--activity-button-hover-color-2));
}
.icon-pay-success[data-v-983c0c32] {
  width: 56px;
  height: 56px;
  display: inline-block;
  background-image: url("https://down.om.cn/active/202106/icon.png");
  background-position: var(--activity-popup-pay-success-icon);
}
.btn-small-plain[data-v-983c0c32] {
  color: #666;
  font-weight: 400;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: none;
}
.btn-small-plain[data-v-983c0c32]:hover {
  background: #fff;
  border-color: var(--activity-popup-main-color);
  color: var(--activity-popup-main-color);
}
.btn-primary-pop[data-v-983c0c32] {
  color: #fff;
  width: 140px;
  height: 36px;
  border-radius: 4px;
  box-shadow: 0 5px 10px 0 rgba(255, 90, 78, 0.3);
  background-blend-mode: normal, normal;
  background: linear-gradient(90deg, var(--activity-button-color-1), var(--activity-button-color-2));
}
.btn-primary-pop[data-v-983c0c32]:hover {
  background: linear-gradient(90deg, var(--activity-button-hover-color-1), var(--activity-button-hover-color-2));
}
.btn-normal-pop[data-v-983c0c32] {
  color: #666666;
  width: 140px;
  height: 36px;
  border-radius: 4px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
}
.btn-normal-pop[data-v-983c0c32]:hover {
  background: #F4F4F4;
  border: 1px solid #CCCCCC;
}
.pick-up-record .content[data-v-983c0c32] {
  position: relative;
  padding: 20px 40px 0px;
  height: 530px;
}
.pick-up-record .content .title[data-v-983c0c32] {
  width: 570px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  color: #999;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
}
.pick-up-record .content .title span[data-v-983c0c32] {
  display: inline-block;
  text-align: center;
}
.pick-up-record .content .title span[data-v-983c0c32]:first-child {
  width: 256px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pick-up-record .content .title span[data-v-983c0c32]:nth-child(2) {
  width: 162px;
}
.pick-up-record .content .title span[data-v-983c0c32]:nth-child(3) {
  width: 152px;
  flex: 1;
}
.pick-up-record .content .record-list[data-v-983c0c32] {
  width: 570px;
  height: calc(460px - 110px);
  margin: 0 auto;
  overflow-y: auto;
}
.pick-up-record .content .record-list li[data-v-983c0c32] {
  display: flex;
  align-items: center;
  height: 44px;
  color: #666;
  font-size: 14px;
}
.pick-up-record .content .record-list li[data-v-983c0c32]:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.pick-up-record .content .record-list li span[data-v-983c0c32] {
  display: inline-block;
  text-align: center;
}
.pick-up-record .content .record-list li span[data-v-983c0c32]:first-child {
  width: 256px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pick-up-record .content .record-list li span:first-child .item-name[data-v-983c0c32] {
  display: inline-block;
  width: auto;
  max-width: calc(100% - 60px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pick-up-record .content .record-list li span[data-v-983c0c32]:nth-child(2) {
  width: 162px;
}
.pick-up-record .content .record-list li .details[data-v-983c0c32] {
  flex: 1;
  text-align: center;
}
.pick-up-record .content .record-list li .details button[data-v-983c0c32] {
  padding: 0 18px;
  height: 28px;
  border-radius: 14px;
  font-size: 14px;
}
.pick-up-record .content .empty-list[data-v-983c0c32] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 458px;
}
.pick-up-record .content .empty-list .btn-primary-pop[data-v-983c0c32] {
  margin-top: 40px;
}
.pick-up-record .content .empty-list p[data-v-983c0c32] {
  color: #666;
}
.pick-up-record .content .optional-gifts[data-v-983c0c32] {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 110px;
  padding: 0 30px 20px 30px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
}
.pick-up-record .content .optional-gifts .o-g-title[data-v-983c0c32] {
  line-height: 43px;
  font-size: 14px;
  color: #666666;
  text-align: center;
}
.pick-up-record .content .optional-gifts .o-g-data[data-v-983c0c32] {
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  padding-right: 42px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pick-up-record .content .optional-gifts .o-g-data > span[data-v-983c0c32] {
  font-size: 14px;
  color: #333333;
}
.pick-up-record .content .optional-gifts .o-g-data > span > span[data-v-983c0c32] {
  color: #FF6248;
}
.pick-up-record .content .optional-gifts .o-g-data .btn-small[data-v-983c0c32] {
  width: 68px;
  height: 28px;
  border-radius: 14px;
  text-align: center;
}
.information-viewing .content[data-v-983c0c32] {
  padding: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.information-viewing .content > ul[data-v-983c0c32] {
  display: flex;
  flex-direction: column;
}
.information-viewing .content > ul li[data-v-983c0c32] {
  display: flex;
  align-items: baseline;
  color: #333;
}
.information-viewing .content > ul li[data-v-983c0c32]:not(:last-child) {
  margin-bottom: 20px;
}
.information-viewing .content > ul li span[data-v-983c0c32]:first-of-type {
  color: #999;
}
.information-viewing .content > ul li span[data-v-983c0c32]:nth-of-type(2) {
  display: inline-block;
}
.information-viewing .content > ul li span.url[data-v-983c0c32] {
  width: 340px;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.information-viewing .content > ul .address-info > span[data-v-983c0c32]:nth-child(1) {
  display: inline-block;
  width: 70px;
  text-align: right;
  white-space: nowrap;
}
.information-viewing .content .copy-link[data-v-983c0c32] {
  margin: 40px auto 0;
}
.information-viewing .content .notice[data-v-983c0c32] {
  margin-top: 16px;
  text-align: center;
}
.information-viewing .content .view-status[data-v-983c0c32] {
  margin: 40px auto 0;
}
.tips-viewing .content[data-v-983c0c32] {
  height: 194px;
  padding: 43px 20px 0;
}
.tips-viewing .content .tips[data-v-983c0c32] {
  width: 100%;
  margin-bottom: 56px;
  text-align: center;
  font-size: 14px;
}
.tips-viewing .content .btn-box[data-v-983c0c32] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tips-viewing .content .btn-box > button[data-v-983c0c32]:first-child {
  margin-right: 16px;
}
.success-write-address .content[data-v-983c0c32] {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px 40px 30px;
  color: #666;
}
.success-write-address .content .pay-success[data-v-983c0c32] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 26px 0;
  width: 100%;
}
.success-write-address .content .pay-success[data-v-983c0c32]:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #eee;
}
.success-write-address .content .pay-success > p[data-v-983c0c32] {
  margin-top: 12px;
  padding-left: 12px;
  font-size: 18px;
}
.success-write-address .content .true-gift-name[data-v-983c0c32] {
  margin: 24px 0 18px;
  padding: 0 34px;
}
.success-write-address .content .submit-btn[data-v-983c0c32] {
  margin-top: 4px;
  margin-bottom: 16px;
}
.success-write-address .content .net-disk-from[data-v-983c0c32] {
  display: flex;
  flex-direction: column;
  margin: 24px 0 18px;
}
.success-write-address .content .net-disk-from li[data-v-983c0c32] {
  display: flex;
  align-items: baseline;
  color: #333;
}
.success-write-address .content .net-disk-from li[data-v-983c0c32]:not(:last-child) {
  margin-bottom: 20px;
}
.success-write-address .content .net-disk-from li span[data-v-983c0c32]:first-of-type {
  color: #999;
}
.success-write-address .content .net-disk-from li span[data-v-983c0c32]:nth-of-type(2) {
  display: inline-block;
}
.success-write-address .content .net-disk-from li span.url[data-v-983c0c32] {
  width: 340px;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.success-choose-gift .content[data-v-983c0c32] {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px 40px 30px;
  color: #666;
}
.success-choose-gift .content .pay-success[data-v-983c0c32] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 26px 0;
  width: 100%;
}
.success-choose-gift .content .pay-success[data-v-983c0c32]:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #eee;
}
.success-choose-gift .content .pay-success > p[data-v-983c0c32] {
  margin-top: 12px;
  padding-left: 12px;
  font-size: 18px;
}
.success-choose-gift .content .true-gift-name[data-v-983c0c32] {
  margin: 24px 0 18px;
  padding: 0 34px;
}
.success-choose-gift .content .choose-gift li[data-v-983c0c32] {
  width: 410px;
  height: 44px;
  background: #F6F6F6;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.success-choose-gift .content .choose-gift li .icon[data-v-983c0c32] {
  display: inline-block;
  width: 26px;
  height: 30px;
  background-image: url("https://down.om.cn/active/202402/icon_vip1.png");
  background-position: center;
  margin-left: 15px;
  margin-right: 12px;
}
.success-choose-gift .content .choose-gift li .icon-0[data-v-983c0c32] {
  background-image: url("https://down.om.cn/active/202402/icon_vip2.png");
}
.success-choose-gift .content .choose-gift li .icon-1[data-v-983c0c32] {
  background-image: url("https://down.om.cn/active/202402/icon_vip1.png");
}
.success-choose-gift .content .choose-gift li .c-g-text[data-v-983c0c32] {
  font-size: 14px;
  color: #333333;
}
.success-choose-gift .content .choose-gift .selected-item[data-v-983c0c32] {
  position: relative;
  border-color: #FF6248;
  overflow: hidden;
}
.success-choose-gift .content .choose-gift .selected-item[data-v-983c0c32]::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  background-image: url("	https://down.om.cn/active/202106/icon.png");
  background-position: -343px -107px;
}
.success-choose-gift .content .submit-btn[data-v-983c0c32] {
  margin-top: 4px;
  margin-bottom: 16px;
}
.success-choose-gift .active-main-color[data-v-983c0c32] {
  color: #999;
}
.write-address .content[data-v-983c0c32] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 40px 30px;
}
.write-address .content .gift-name[data-v-983c0c32] {
  margin: 24px 0 18px 0;
}
.write-address .content .gift-name span[data-v-983c0c32]:first-of-type {
  flex-shrink: 0;
  min-width: 82px;
  text-align: right;
  color: #666;
}
.write-address .content .gift-name span[data-v-983c0c32]:last-of-type {
  width: 316px;
  font-weight: bold;
  display: inline-block;
}
.write-address .content .submit-btn[data-v-983c0c32] {
  margin-top: 4px;
  margin-bottom: 16px;
}
.write-address .content .address-form-tip[data-v-983c0c32] {
  padding-bottom: 30px;
}
[data-v-dc678b08]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-dc678b08]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-dc678b08]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-dc678b08],
body[data-v-dc678b08] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-dc678b08] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-dc678b08] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-dc678b08] {
    border: none;
    outline: none;
}
}
input[data-v-dc678b08]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-dc678b08],
textarea[data-v-dc678b08] {
  border: none;
  outline: none;
}
textarea[data-v-dc678b08] {
  font-family: "microsoft yahei";
}
em[data-v-dc678b08] {
  color: #e80000;
  font-style: normal;
}
i[data-v-dc678b08] {
  font-style: normal;
}
.v-enter-active[data-v-dc678b08],
.v-leave-active[data-v-dc678b08] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-dc678b08],
.v-leave-to[data-v-dc678b08] {
  opacity: 0;
}
[v-cloak][data-v-dc678b08] {
  display: none;
}
.f-e80000[data-v-dc678b08] {
  color: #e80000;
}
.flex[data-v-dc678b08] {
  display: flex;
}
.flex-a[data-v-dc678b08] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-dc678b08] {
  font-family: fangsong;
}
.pingfang[data-v-dc678b08] {
  font-family: pingfang sc !important;
}
.underline[data-v-dc678b08] {
  text-decoration: underline;
}
.t-over[data-v-dc678b08] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-dc678b08] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-dc678b08] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-dc678b08] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-dc678b08] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-dc678b08] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-dc678b08] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-dc678b08] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-dc678b08] {
  cursor: pointer;
}
.trans1[data-v-dc678b08] {
  transition: ease 0.1s;
}
.trans2[data-v-dc678b08] {
  transition: ease 0.2s;
}
.trans3[data-v-dc678b08] {
  transition: ease 0.3s;
}
.trans4[data-v-dc678b08] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-dc678b08] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-dc678b08]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-dc678b08] {
  text-align: center;
}
.icon-pay-way-wx[data-v-dc678b08] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-dc678b08] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-dc678b08]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-dc678b08] {
  animation: slide-down-in-dc678b08 ease 0.3s;
}
.dialog-fade-leave-active[data-v-dc678b08] {
  animation: slide-down-out-dc678b08 ease 0.3s;
}
.icon-loading-circle[data-v-dc678b08] {
  animation: loading-circle-dc678b08 1s linear infinite;
}
@keyframes slide-down-in-dc678b08 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-dc678b08 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-dc678b08 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-dc678b08] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-dc678b08] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-dc678b08] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-dc678b08] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-dc678b08] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-dc678b08] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-dc678b08] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-dc678b08] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-dc678b08] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-dc678b08] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-dc678b08] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-dc678b08] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-dc678b08] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-dc678b08] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-dc678b08] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-dc678b08] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-dc678b08] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-dc678b08] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-dc678b08] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-dc678b08] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-dc678b08] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-dc678b08] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-dc678b08] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-dc678b08] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-dc678b08] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-dc678b08] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-dc678b08] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-dc678b08] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-dc678b08] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-dc678b08] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-dc678b08] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-dc678b08] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-dc678b08] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-dc678b08] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-dc678b08] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-dc678b08] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-dc678b08] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-dc678b08] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-dc678b08] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-dc678b08] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-dc678b08] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-dc678b08] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-dc678b08] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-dc678b08] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-dc678b08] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-dc678b08] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-dc678b08] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-dc678b08] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-dc678b08] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-dc678b08] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-dc678b08] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-dc678b08] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-dc678b08] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-dc678b08] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-dc678b08] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-dc678b08] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-dc678b08] {
  background-position: -218px -553px;
}
.info-list[data-v-dc678b08] {
  height: 100%;
  min-width: 100%;
  width: -moz-max-content;
  width: max-content;
  animation-name: rolling-2-dc678b08;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 120s;
}
.info-list .info-item[data-v-dc678b08] {
  display: inline-block;
  margin-right: var(--1e7c1677);
}
@keyframes rolling-2-dc678b08 {
0% {
    transform: translateX(0%);
}
100% {
    transform: translateX(-50%);
}
}
[data-v-cfbd7846]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-cfbd7846]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-cfbd7846]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-cfbd7846],
body[data-v-cfbd7846] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-cfbd7846] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-cfbd7846] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-cfbd7846] {
    border: none;
    outline: none;
}
}
input[data-v-cfbd7846]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-cfbd7846],
textarea[data-v-cfbd7846] {
  border: none;
  outline: none;
}
textarea[data-v-cfbd7846] {
  font-family: "microsoft yahei";
}
em[data-v-cfbd7846] {
  color: #e80000;
  font-style: normal;
}
i[data-v-cfbd7846] {
  font-style: normal;
}
.v-enter-active[data-v-cfbd7846],
.v-leave-active[data-v-cfbd7846] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-cfbd7846],
.v-leave-to[data-v-cfbd7846] {
  opacity: 0;
}
[v-cloak][data-v-cfbd7846] {
  display: none;
}
.f-e80000[data-v-cfbd7846] {
  color: #e80000;
}
.flex[data-v-cfbd7846] {
  display: flex;
}
.flex-a[data-v-cfbd7846] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-cfbd7846] {
  font-family: fangsong;
}
.pingfang[data-v-cfbd7846] {
  font-family: pingfang sc !important;
}
.underline[data-v-cfbd7846] {
  text-decoration: underline;
}
.t-over[data-v-cfbd7846] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-cfbd7846] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-cfbd7846] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-cfbd7846] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-cfbd7846] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-cfbd7846] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-cfbd7846] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-cfbd7846] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-cfbd7846] {
  cursor: pointer;
}
.trans1[data-v-cfbd7846] {
  transition: ease 0.1s;
}
.trans2[data-v-cfbd7846] {
  transition: ease 0.2s;
}
.trans3[data-v-cfbd7846] {
  transition: ease 0.3s;
}
.trans4[data-v-cfbd7846] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-cfbd7846] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-cfbd7846]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-cfbd7846] {
  text-align: center;
}
.icon-pay-way-wx[data-v-cfbd7846] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-cfbd7846] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-cfbd7846]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-cfbd7846] {
  animation: slide-down-in-cfbd7846 ease 0.3s;
}
.dialog-fade-leave-active[data-v-cfbd7846] {
  animation: slide-down-out-cfbd7846 ease 0.3s;
}
.icon-loading-circle[data-v-cfbd7846] {
  animation: loading-circle-cfbd7846 1s linear infinite;
}
@keyframes slide-down-in-cfbd7846 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-cfbd7846 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-cfbd7846 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-cfbd7846] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-cfbd7846] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-cfbd7846] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-cfbd7846] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-cfbd7846] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-cfbd7846] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-cfbd7846] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-cfbd7846] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-cfbd7846] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-cfbd7846] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-cfbd7846] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-cfbd7846] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-cfbd7846] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-cfbd7846] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-cfbd7846] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-cfbd7846] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-cfbd7846] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-cfbd7846] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-cfbd7846] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-cfbd7846] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-cfbd7846] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-cfbd7846] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-cfbd7846] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-cfbd7846] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-cfbd7846] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-cfbd7846] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-cfbd7846] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-cfbd7846] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-cfbd7846] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-cfbd7846] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-cfbd7846] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-cfbd7846] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-cfbd7846] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-cfbd7846] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-cfbd7846] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-cfbd7846] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-cfbd7846] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-cfbd7846] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-cfbd7846] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-cfbd7846] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-cfbd7846] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-cfbd7846] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-cfbd7846] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-cfbd7846] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-cfbd7846] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-cfbd7846] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-cfbd7846] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-cfbd7846] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-cfbd7846] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-cfbd7846] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-cfbd7846] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-cfbd7846] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-cfbd7846] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-cfbd7846] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-cfbd7846] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-cfbd7846] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-cfbd7846] {
  background-position: -218px -553px;
}
.active-main-color[data-v-cfbd7846] {
  color: var(--activity-popup-main-color);
}
.btn-small[data-v-cfbd7846] {
  color: #fff;
  box-shadow: 0 5px 10px 0 rgba(255, 90, 78, 0.3);
  background: linear-gradient(90deg, var(--activity-button-color-1), var(--activity-button-color-2));
}
.btn-small[data-v-cfbd7846]:hover {
  background: linear-gradient(90deg, var(--activity-button-hover-color-1), var(--activity-button-hover-color-2));
}
.icon-pay-success[data-v-cfbd7846] {
  width: 56px;
  height: 56px;
  display: inline-block;
  background-image: url("https://down.om.cn/active/202106/icon.png");
  background-position: var(--activity-popup-pay-success-icon);
}
.btn-small-plain[data-v-cfbd7846] {
  color: #666;
  font-weight: 400;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: none;
}
.btn-small-plain[data-v-cfbd7846]:hover {
  background: #fff;
  border-color: var(--activity-popup-main-color);
  color: var(--activity-popup-main-color);
}
.btn-primary-pop[data-v-cfbd7846] {
  color: #fff;
  width: 140px;
  height: 36px;
  border-radius: 4px;
  box-shadow: 0 5px 10px 0 rgba(255, 90, 78, 0.3);
  background-blend-mode: normal, normal;
  background: linear-gradient(90deg, var(--activity-button-color-1), var(--activity-button-color-2));
}
.btn-primary-pop[data-v-cfbd7846]:hover {
  background: linear-gradient(90deg, var(--activity-button-hover-color-1), var(--activity-button-hover-color-2));
}
.pick-up-record .content[data-v-cfbd7846] {
  padding: 20px 40px 30px;
}
.pick-up-record .content .title[data-v-cfbd7846] {
  width: 570px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  color: #999;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
}
.pick-up-record .content .title span[data-v-cfbd7846] {
  display: inline-block;
  text-align: center;
}
.pick-up-record .content .title span[data-v-cfbd7846]:first-child {
  width: 256px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pick-up-record .content .title span[data-v-cfbd7846]:nth-child(2) {
  width: 162px;
}
.pick-up-record .content .title span[data-v-cfbd7846]:nth-child(3) {
  width: 152px;
  flex: 1;
}
.pick-up-record .content .record-list[data-v-cfbd7846] {
  width: 570px;
  height: 460px;
  margin: 0 auto;
  overflow-y: auto;
}
.pick-up-record .content .record-list li[data-v-cfbd7846] {
  display: flex;
  align-items: center;
  height: 44px;
  color: #666;
  font-size: 14px;
}
.pick-up-record .content .record-list li[data-v-cfbd7846]:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.pick-up-record .content .record-list li span[data-v-cfbd7846] {
  display: inline-block;
  text-align: center;
}
.pick-up-record .content .record-list li span[data-v-cfbd7846]:first-child {
  width: 256px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pick-up-record .content .record-list li span[data-v-cfbd7846]:nth-child(2) {
  width: 162px;
}
.pick-up-record .content .record-list li .details[data-v-cfbd7846] {
  flex: 1;
  text-align: center;
}
.pick-up-record .content .record-list li .details button[data-v-cfbd7846] {
  padding: 0 18px;
  height: 28px;
  border-radius: 14px;
  font-size: 14px;
}
.pick-up-record .content .empty-list[data-v-cfbd7846] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 458px;
}
.pick-up-record .content .empty-list .btn-primary-pop[data-v-cfbd7846] {
  margin-top: 40px;
}
.pick-up-record .content .empty-list p[data-v-cfbd7846] {
  color: #666;
}
.information-viewing .content[data-v-cfbd7846] {
  padding: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.information-viewing .content > ul[data-v-cfbd7846] {
  display: flex;
  flex-direction: column;
}
.information-viewing .content > ul li[data-v-cfbd7846] {
  display: flex;
  align-items: center;
  color: #333;
}
.information-viewing .content > ul li[data-v-cfbd7846]:not(:last-child) {
  margin-bottom: 20px;
}
.information-viewing .content > ul li span[data-v-cfbd7846]:first-of-type {
  color: #999;
}
.information-viewing .content > ul li span[data-v-cfbd7846]:nth-of-type(2) {
  display: inline-block;
}
.information-viewing .content > ul li span.url[data-v-cfbd7846] {
  width: 340px;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.information-viewing .content .copy-link[data-v-cfbd7846] {
  margin: 40px auto 0;
}
.information-viewing .content .notice[data-v-cfbd7846] {
  margin-top: 16px;
  text-align: center;
}
.information-viewing .content .view-status[data-v-cfbd7846] {
  margin: 40px auto 0;
}
.success-write-address .content[data-v-cfbd7846] {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px 40px 30px;
  color: #666;
}
.success-write-address .content .pay-success[data-v-cfbd7846] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 26px 0;
  width: 100%;
}
.success-write-address .content .pay-success[data-v-cfbd7846]:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #eee;
}
.success-write-address .content .pay-success > p[data-v-cfbd7846] {
  margin-top: 12px;
  padding-left: 12px;
  font-size: 18px;
}
.success-write-address .content .true-gift-name[data-v-cfbd7846] {
  margin: 24px 0 18px;
  padding: 0 34px;
}
.success-write-address .content .submit-btn[data-v-cfbd7846] {
  margin-top: 4px;
  margin-bottom: 16px;
}
.write-address .content[data-v-cfbd7846] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 40px 30px;
}
.write-address .content .gift-name[data-v-cfbd7846] {
  margin: 24px 0 18px 0;
}
.write-address .content .gift-name span[data-v-cfbd7846]:first-of-type {
  flex-shrink: 0;
  min-width: 82px;
  text-align: right;
  color: #666;
}
.write-address .content .gift-name span[data-v-cfbd7846]:last-of-type {
  width: 316px;
  font-weight: bold;
  display: inline-block;
}
.write-address .content .submit-btn[data-v-cfbd7846] {
  margin-top: 4px;
  margin-bottom: 16px;
}
.write-address .content .address-form-tip[data-v-cfbd7846] {
  padding-bottom: 30px;
}
[data-v-80a155b2]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-80a155b2]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-80a155b2]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-80a155b2],
body[data-v-80a155b2] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-80a155b2] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-80a155b2] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-80a155b2] {
    border: none;
    outline: none;
}
}
input[data-v-80a155b2]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-80a155b2],
textarea[data-v-80a155b2] {
  border: none;
  outline: none;
}
textarea[data-v-80a155b2] {
  font-family: "microsoft yahei";
}
em[data-v-80a155b2] {
  color: #e80000;
  font-style: normal;
}
i[data-v-80a155b2] {
  font-style: normal;
}
.v-enter-active[data-v-80a155b2],
.v-leave-active[data-v-80a155b2] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-80a155b2],
.v-leave-to[data-v-80a155b2] {
  opacity: 0;
}
[v-cloak][data-v-80a155b2] {
  display: none;
}
.f-e80000[data-v-80a155b2] {
  color: #e80000;
}
.flex[data-v-80a155b2] {
  display: flex;
}
.flex-a[data-v-80a155b2] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-80a155b2] {
  font-family: fangsong;
}
.pingfang[data-v-80a155b2] {
  font-family: pingfang sc !important;
}
.underline[data-v-80a155b2] {
  text-decoration: underline;
}
.t-over[data-v-80a155b2] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-80a155b2] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-80a155b2] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-80a155b2] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-80a155b2] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-80a155b2] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-80a155b2] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-80a155b2] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-80a155b2] {
  cursor: pointer;
}
.trans1[data-v-80a155b2] {
  transition: ease 0.1s;
}
.trans2[data-v-80a155b2] {
  transition: ease 0.2s;
}
.trans3[data-v-80a155b2] {
  transition: ease 0.3s;
}
.trans4[data-v-80a155b2] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-80a155b2] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-80a155b2]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-80a155b2] {
  text-align: center;
}
.icon-pay-way-wx[data-v-80a155b2] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-80a155b2] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-80a155b2]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-80a155b2] {
  animation: slide-down-in-80a155b2 ease 0.3s;
}
.dialog-fade-leave-active[data-v-80a155b2] {
  animation: slide-down-out-80a155b2 ease 0.3s;
}
.icon-loading-circle[data-v-80a155b2] {
  animation: loading-circle-80a155b2 1s linear infinite;
}
@keyframes slide-down-in-80a155b2 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-80a155b2 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-80a155b2 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-80a155b2] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-80a155b2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-80a155b2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-80a155b2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-80a155b2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-80a155b2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-80a155b2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-80a155b2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-80a155b2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-80a155b2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-80a155b2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-80a155b2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-80a155b2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-80a155b2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-80a155b2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-80a155b2] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-80a155b2] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-80a155b2] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-80a155b2] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-80a155b2] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-80a155b2] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-80a155b2] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-80a155b2] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-80a155b2] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-80a155b2] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-80a155b2] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-80a155b2] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-80a155b2] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-80a155b2] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-80a155b2] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-80a155b2] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-80a155b2] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-80a155b2] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-80a155b2] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-80a155b2] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-80a155b2] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-80a155b2] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-80a155b2] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-80a155b2] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-80a155b2] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-80a155b2] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-80a155b2] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-80a155b2] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-80a155b2] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-80a155b2] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-80a155b2] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-80a155b2] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-80a155b2] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-80a155b2] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-80a155b2] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-80a155b2] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-80a155b2] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-80a155b2] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-80a155b2] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-80a155b2] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-80a155b2] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-80a155b2] {
  background-position: -218px -553px;
}
.scan-code-payment[data-v-80a155b2] .dialog {
  min-width: 664px;
  max-width: 684px;
  width: -moz-max-content;
  width: max-content;
}
.scan-code-payment .content[data-v-80a155b2] {
  padding: 30px 55px 55px;
}
.scan-code-payment .content .purchase[data-v-80a155b2] {
  padding-bottom: 30px;
}
.scan-code-payment .content .purchase > p[data-v-80a155b2] {
  font-size: 16px;
  margin-bottom: 16px;
  color: #333;
}
.scan-code-payment .content .purchase .purchase-select[data-v-80a155b2] {
  border-radius: 5px;
  height: 68px;
  overflow: hidden;
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.scan-code-payment .content .purchase .purchase-select .left-text[data-v-80a155b2] {
  width: 120px;
  background-color: #4e4e4e;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.scan-code-payment .content .purchase .purchase-select .left-text > h4[data-v-80a155b2] {
  font-weight: normal;
  font-size: 21px;
}
.scan-code-payment .content .purchase .purchase-select .left-text > span[data-v-80a155b2] {
  margin-top: 10px;
}
.scan-code-payment .content .purchase .purchase-select .left-text[data-v-80a155b2]:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -14px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left: 7px solid #4e4e4e;
}
.scan-code-payment .content .purchase .purchase-select .right-text[data-v-80a155b2] {
  padding-left: 26px;
  font-size: 24px;
  line-height: 66px;
  color: #333;
  display: flex;
  align-items: center;
  flex: 1;
  border: 1px solid #4e4e4e;
  border-left: none;
  border-radius: 0 5px 5px 0;
}
.scan-code-payment .content .purchase .purchase-select .right-text del[data-v-80a155b2] {
  font-size: 14px;
  color: #999;
  margin-left: 8px;
}
.scan-code-payment .content .purchase .purchase-select.active .left-text[data-v-80a155b2] {
  background-color: var(--activity-text-color);
}
.scan-code-payment .content .purchase .purchase-select.active .left-text[data-v-80a155b2]:after {
  border-left-color: var(--activity-text-color);
}
.scan-code-payment .content .purchase .purchase-select.active .right-text[data-v-80a155b2] {
  color: var(--activity-text-color);
  border-color: var(--activity-text-color);
}
.scan-code-payment .content .pay-area[data-v-80a155b2] {
  display: flex;
  align-items: center;
}
.scan-code-payment .content .pay-area .pay-code[data-v-80a155b2] {
  width: 150px;
  height: 150px;
  padding: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -158px -11px;
  position: relative;
}
.scan-code-payment .content .pay-area .pay-info[data-v-80a155b2] {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.scan-code-payment .content .pay-area .pay-info > div[data-v-80a155b2] {
  font-size: 14px;
  color: #444;
  margin-top: 14px;
  display: flex;
  align-items: center;
  line-height: 18px;
}
.scan-code-payment .content .pay-area .pay-info > div[data-v-80a155b2]:first-of-type {
  margin-top: 0;
}
.scan-code-payment .content .pay-area .pay-info > div span[data-v-80a155b2] {
  font-size: 14px;
  color: #999;
  margin-right: 10px;
  flex: none;
}
.scan-code-payment .content .pay-area .pay-info .actually-paid .detail[data-v-80a155b2] {
  font-size: 14px;
  color: #333;
  display: flex;
}
.scan-code-payment .content .pay-area .pay-info .actually-paid .detail em[data-v-80a155b2] {
  font-size: 16px;
  color: var(--activity-text-color);
  margin-top: 11px;
}
.scan-code-payment .content .pay-area .pay-info .actually-paid .detail > p[data-v-80a155b2] {
  color: var(--activity-text-color);
  font-size: 30px;
  font-weight: 700;
}
.scan-code-payment .content .outer[data-v-80a155b2] {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.scan-code-payment .content .outer .timer[data-v-80a155b2] {
  font-size: 14px;
  color: #999;
}
.scan-code-payment .content .outer .timer span[data-v-80a155b2] {
  color: var(--activity-text-color);
}
.scan-code-payment .content .outer .paypal[data-v-80a155b2] {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.scan-code-payment .content .outer .paypal .link[data-v-80a155b2] {
  width: 112px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -20px -94px;
  cursor: pointer;
}
.scan-code-payment .content .outer .paypal > span[data-v-80a155b2] {
  font-size: 12px;
  color: #999;
  margin-top: 6px;
}
[data-v-8c74663d]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-8c74663d]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-8c74663d]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-8c74663d],
body[data-v-8c74663d] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-8c74663d] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-8c74663d] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-8c74663d] {
    border: none;
    outline: none;
}
}
input[data-v-8c74663d]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-8c74663d],
textarea[data-v-8c74663d] {
  border: none;
  outline: none;
}
textarea[data-v-8c74663d] {
  font-family: "microsoft yahei";
}
em[data-v-8c74663d] {
  color: #e80000;
  font-style: normal;
}
i[data-v-8c74663d] {
  font-style: normal;
}
.v-enter-active[data-v-8c74663d],
.v-leave-active[data-v-8c74663d] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-8c74663d],
.v-leave-to[data-v-8c74663d] {
  opacity: 0;
}
[v-cloak][data-v-8c74663d] {
  display: none;
}
.f-e80000[data-v-8c74663d] {
  color: #e80000;
}
.flex[data-v-8c74663d] {
  display: flex;
}
.flex-a[data-v-8c74663d] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-8c74663d] {
  font-family: fangsong;
}
.pingfang[data-v-8c74663d] {
  font-family: pingfang sc !important;
}
.underline[data-v-8c74663d] {
  text-decoration: underline;
}
.t-over[data-v-8c74663d] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-8c74663d] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-8c74663d] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-8c74663d] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-8c74663d] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-8c74663d] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-8c74663d] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-8c74663d] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-8c74663d] {
  cursor: pointer;
}
.trans1[data-v-8c74663d] {
  transition: ease 0.1s;
}
.trans2[data-v-8c74663d] {
  transition: ease 0.2s;
}
.trans3[data-v-8c74663d] {
  transition: ease 0.3s;
}
.trans4[data-v-8c74663d] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-8c74663d] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-8c74663d]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-8c74663d] {
  text-align: center;
}
.icon-pay-way-wx[data-v-8c74663d] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-8c74663d] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-8c74663d]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-8c74663d] {
  animation: slide-down-in-8c74663d ease 0.3s;
}
.dialog-fade-leave-active[data-v-8c74663d] {
  animation: slide-down-out-8c74663d ease 0.3s;
}
.icon-loading-circle[data-v-8c74663d] {
  animation: loading-circle-8c74663d 1s linear infinite;
}
@keyframes slide-down-in-8c74663d {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-8c74663d {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-8c74663d {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-8c74663d] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-8c74663d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-8c74663d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-8c74663d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-8c74663d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-8c74663d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-8c74663d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-8c74663d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-8c74663d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-8c74663d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-8c74663d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-8c74663d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-8c74663d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-8c74663d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-8c74663d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-8c74663d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-8c74663d] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-8c74663d] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-8c74663d] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-8c74663d] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-8c74663d] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-8c74663d] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-8c74663d] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-8c74663d] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-8c74663d] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-8c74663d] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-8c74663d] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-8c74663d] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-8c74663d] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-8c74663d] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-8c74663d] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-8c74663d] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-8c74663d] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-8c74663d] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-8c74663d] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-8c74663d] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-8c74663d] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-8c74663d] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-8c74663d] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-8c74663d] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-8c74663d] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-8c74663d] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-8c74663d] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-8c74663d] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-8c74663d] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-8c74663d] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-8c74663d] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-8c74663d] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-8c74663d] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-8c74663d] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-8c74663d] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-8c74663d] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-8c74663d] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-8c74663d] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-8c74663d] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-8c74663d] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-8c74663d] {
  background-position: -218px -553px;
}
.active-main-color[data-v-8c74663d] {
  color: var(--activity-popup-main-color);
}
.btn-small[data-v-8c74663d] {
  color: #fff;
  box-shadow: 0 5px 10px 0 rgba(255, 90, 78, 0.3);
  background: linear-gradient(90deg, var(--activity-button-color-1), var(--activity-button-color-2));
}
.btn-small[data-v-8c74663d]:hover {
  background: linear-gradient(90deg, var(--activity-button-hover-color-1), var(--activity-button-hover-color-2));
}
.icon-pay-success[data-v-8c74663d] {
  width: 56px;
  height: 56px;
  display: inline-block;
  background-image: url("https://down.om.cn/active/202106/icon.png");
  background-position: var(--activity-popup-pay-success-icon);
}
.btn-small-plain[data-v-8c74663d] {
  color: #666;
  font-weight: 400;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: none;
}
.btn-small-plain[data-v-8c74663d]:hover {
  background: #fff;
  border-color: var(--activity-popup-main-color);
  color: var(--activity-popup-main-color);
}
.btn-primary-pop[data-v-8c74663d] {
  color: #fff;
  width: 140px;
  height: 36px;
  border-radius: 4px;
  box-shadow: 0 5px 10px 0 rgba(255, 90, 78, 0.3);
  background-blend-mode: normal, normal;
  background: linear-gradient(90deg, var(--activity-button-color-1), var(--activity-button-color-2));
}
.btn-primary-pop[data-v-8c74663d]:hover {
  background: linear-gradient(90deg, var(--activity-button-hover-color-1), var(--activity-button-hover-color-2));
}
.pick-up-record .content[data-v-8c74663d] {
  padding: 20px 40px 30px;
}
.pick-up-record .content .title[data-v-8c74663d] {
  width: 570px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  color: #999;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
}
.pick-up-record .content .title span[data-v-8c74663d] {
  display: inline-block;
  text-align: center;
}
.pick-up-record .content .title span[data-v-8c74663d]:first-child {
  width: 256px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pick-up-record .content .title span[data-v-8c74663d]:nth-child(2) {
  width: 162px;
}
.pick-up-record .content .title span[data-v-8c74663d]:nth-child(3) {
  width: 152px;
  flex: 1;
}
.pick-up-record .content .record-list[data-v-8c74663d] {
  width: 570px;
  height: 460px;
  margin: 0 auto;
  overflow-y: auto;
}
.pick-up-record .content .record-list li[data-v-8c74663d] {
  display: flex;
  align-items: center;
  height: 44px;
  color: #666;
  font-size: 14px;
}
.pick-up-record .content .record-list li[data-v-8c74663d]:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.pick-up-record .content .record-list li span[data-v-8c74663d] {
  display: inline-block;
  text-align: center;
}
.pick-up-record .content .record-list li span[data-v-8c74663d]:first-child {
  width: 256px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pick-up-record .content .record-list li span[data-v-8c74663d]:nth-child(2) {
  width: 162px;
}
.pick-up-record .content .record-list li .details[data-v-8c74663d] {
  flex: 1;
  text-align: center;
}
.pick-up-record .content .record-list li .details button[data-v-8c74663d] {
  padding: 0 18px;
  height: 28px;
  border-radius: 14px;
  font-size: 14px;
}
.pick-up-record .content .empty-list[data-v-8c74663d] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 458px;
}
.pick-up-record .content .empty-list .btn-primary-pop[data-v-8c74663d] {
  margin-top: 40px;
}
.pick-up-record .content .empty-list p[data-v-8c74663d] {
  color: #666;
}
.information-viewing .content[data-v-8c74663d] {
  padding: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.information-viewing .content > ul[data-v-8c74663d] {
  display: flex;
  flex-direction: column;
}
.information-viewing .content > ul li[data-v-8c74663d] {
  display: flex;
  align-items: center;
  color: #333;
}
.information-viewing .content > ul li[data-v-8c74663d]:not(:last-child) {
  margin-bottom: 20px;
}
.information-viewing .content > ul li span[data-v-8c74663d]:first-of-type {
  color: #999;
}
.information-viewing .content > ul li span[data-v-8c74663d]:nth-of-type(2) {
  display: inline-block;
}
.information-viewing .content > ul li span.url[data-v-8c74663d] {
  width: 340px;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.information-viewing .content .copy-link[data-v-8c74663d] {
  margin: 40px auto 0;
}
.information-viewing .content .notice[data-v-8c74663d] {
  margin-top: 16px;
  text-align: center;
}
.information-viewing .content .view-status[data-v-8c74663d] {
  margin: 40px auto 0;
}
.success-write-address .content[data-v-8c74663d] {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px 40px 30px;
  color: #666;
}
.success-write-address .content .pay-success[data-v-8c74663d] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 26px 0;
  width: 100%;
}
.success-write-address .content .pay-success[data-v-8c74663d]:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #eee;
}
.success-write-address .content .pay-success > p[data-v-8c74663d] {
  margin-top: 12px;
  padding-left: 12px;
  font-size: 18px;
}
.success-write-address .content .true-gift-name[data-v-8c74663d] {
  margin: 24px 0 18px;
  padding: 0 34px;
}
.success-write-address .content .submit-btn[data-v-8c74663d] {
  margin-top: 4px;
  margin-bottom: 16px;
}
.write-address .content[data-v-8c74663d] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 20px 30px;
}
.write-address .content .gift-name[data-v-8c74663d] {
  margin: 24px 0 18px 0;
}
.write-address .content .gift-name span[data-v-8c74663d]:first-of-type {
  flex-shrink: 0;
  min-width: 82px;
  text-align: right;
  color: #666;
}
.write-address .content .gift-name span[data-v-8c74663d]:last-of-type {
  width: 316px;
  font-weight: bold;
  display: inline-block;
}
.write-address .content .submit-btn[data-v-8c74663d] {
  margin-top: 4px;
  margin-bottom: 16px;
}
.write-address .content .address-form-tip[data-v-8c74663d] {
  padding-bottom: 30px;
}
.address-form[data-v-8c74663d] {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.address-form .star-i[data-v-8c74663d] {
  color: #e80000;
}
.address-form .form-item[data-v-8c74663d] {
  display: flex;
  align-items: baseline;
  margin-bottom: 14px;
  position: relative;
}
.address-form .form-item > span[data-v-8c74663d] {
  flex-shrink: 0;
  min-width: 82px;
  text-align: right;
  color: #666;
}
.address-form .form-item[data-v-8c74663d] .address-result,
.address-form .form-item[data-v-8c74663d] .address-picker-wrap {
  width: 330px;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.address-form .form-item[data-v-8c74663d] .address-picker-wrap input,
.address-form .form-item input[data-v-8c74663d],
.address-form .form-item textarea[data-v-8c74663d] {
  width: 330px;
  height: 44px;
  padding: 0 18px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.address-form .form-item textarea[data-v-8c74663d] {
  height: 88px;
  padding: 12px 18px;
}
.video-vip .content[data-v-8c74663d] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 20px 30px;
}
.video-vip .content .gift-name[data-v-8c74663d] {
  margin: 24px 0 18px 0;
}
.video-vip .content .gift-name span[data-v-8c74663d]:first-of-type {
  flex-shrink: 0;
  min-width: 82px;
  text-align: right;
  font-weight: bold;
}
.video-vip .content .gift-name span[data-v-8c74663d]:last-of-type {
  color: #666;
  font-weight: 400;
  display: inline-block;
}
.video-vip .content .submit-btn[data-v-8c74663d] {
  margin-top: 4px;
  margin-bottom: 16px;
}
.video-vip .content .address-form-tip[data-v-8c74663d] {
  padding-bottom: 30px;
}
.video-vip .select-box[data-v-8c74663d] {
  width: 423px;
}
.video-vip .select-box .select-item[data-v-8c74663d] {
  width: calc(100% - 11px);
  height: 44px;
  margin-bottom: 14px;
  border: 1px solid #dddddd;
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding-left: 15px;
  background-color: #f6f6f6;
  position: relative;
  cursor: pointer;
}
.video-vip .select-box .select-item img[data-v-8c74663d] {
  width: 25px;
  height: 25px;
}
.video-vip .select-box .select-item span[data-v-8c74663d] {
  margin-left: 15px;
  color: #666;
}
.video-vip .select-box .select-item .icon-active[data-v-8c74663d] {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url('https://down.om.cn/active/202411/vip_active.png');
  width: 24px;
  height: 25px;
}
.video-vip .select-box .select-item-active[data-v-8c74663d] {
  border-color: #fe6348;
}
.video-vip .select-box .select-item-active span[data-v-8c74663d] {
  color: #fe6348;
}
[data-v-da9097d3]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-da9097d3]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-da9097d3]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-da9097d3],
body[data-v-da9097d3] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-da9097d3] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-da9097d3] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-da9097d3] {
    border: none;
    outline: none;
}
}
input[data-v-da9097d3]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-da9097d3],
textarea[data-v-da9097d3] {
  border: none;
  outline: none;
}
textarea[data-v-da9097d3] {
  font-family: "microsoft yahei";
}
em[data-v-da9097d3] {
  color: #e80000;
  font-style: normal;
}
i[data-v-da9097d3] {
  font-style: normal;
}
.v-enter-active[data-v-da9097d3],
.v-leave-active[data-v-da9097d3] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-da9097d3],
.v-leave-to[data-v-da9097d3] {
  opacity: 0;
}
[v-cloak][data-v-da9097d3] {
  display: none;
}
.f-e80000[data-v-da9097d3] {
  color: #e80000;
}
.flex[data-v-da9097d3] {
  display: flex;
}
.flex-a[data-v-da9097d3] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-da9097d3] {
  font-family: fangsong;
}
.pingfang[data-v-da9097d3] {
  font-family: pingfang sc !important;
}
.underline[data-v-da9097d3] {
  text-decoration: underline;
}
.t-over[data-v-da9097d3] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-da9097d3] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-da9097d3] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-da9097d3] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-da9097d3] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-da9097d3] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-da9097d3] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-da9097d3] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-da9097d3] {
  cursor: pointer;
}
.trans1[data-v-da9097d3] {
  transition: ease 0.1s;
}
.trans2[data-v-da9097d3] {
  transition: ease 0.2s;
}
.trans3[data-v-da9097d3] {
  transition: ease 0.3s;
}
.trans4[data-v-da9097d3] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-da9097d3] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-da9097d3]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-da9097d3] {
  text-align: center;
}
.icon-pay-way-wx[data-v-da9097d3] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-da9097d3] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-da9097d3]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-da9097d3] {
  animation: slide-down-in-da9097d3 ease 0.3s;
}
.dialog-fade-leave-active[data-v-da9097d3] {
  animation: slide-down-out-da9097d3 ease 0.3s;
}
.icon-loading-circle[data-v-da9097d3] {
  animation: loading-circle-da9097d3 1s linear infinite;
}
@keyframes slide-down-in-da9097d3 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-da9097d3 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-da9097d3 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-da9097d3] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-da9097d3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-da9097d3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-da9097d3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-da9097d3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-da9097d3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-da9097d3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-da9097d3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-da9097d3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-da9097d3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-da9097d3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-da9097d3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-da9097d3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-da9097d3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-da9097d3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-da9097d3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-da9097d3] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-da9097d3] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-da9097d3] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-da9097d3] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-da9097d3] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-da9097d3] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-da9097d3] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-da9097d3] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-da9097d3] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-da9097d3] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-da9097d3] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-da9097d3] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-da9097d3] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-da9097d3] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-da9097d3] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-da9097d3] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-da9097d3] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-da9097d3] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-da9097d3] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-da9097d3] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-da9097d3] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-da9097d3] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-da9097d3] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-da9097d3] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-da9097d3] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-da9097d3] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-da9097d3] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-da9097d3] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-da9097d3] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-da9097d3] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-da9097d3] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-da9097d3] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-da9097d3] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-da9097d3] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-da9097d3] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-da9097d3] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-da9097d3] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-da9097d3] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-da9097d3] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-da9097d3] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-da9097d3] {
  background-position: -218px -553px;
}
.scan-code-payment[data-v-da9097d3] .dialog {
  min-width: 664px;
  max-width: 684px;
  width: -moz-max-content;
  width: max-content;
}
.scan-code-payment .content[data-v-da9097d3] {
  padding: 30px 55px 55px;
}
.scan-code-payment .content .purchase[data-v-da9097d3] {
  padding-bottom: 30px;
}
.scan-code-payment .content .purchase > p[data-v-da9097d3] {
  font-size: 16px;
  margin-bottom: 16px;
  color: #333;
}
.scan-code-payment .content .purchase .purchase-select[data-v-da9097d3] {
  border-radius: 5px;
  height: 68px;
  overflow: hidden;
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.scan-code-payment .content .purchase .purchase-select .left-text[data-v-da9097d3] {
  width: 120px;
  background-color: #4e4e4e;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.scan-code-payment .content .purchase .purchase-select .left-text > h4[data-v-da9097d3] {
  font-weight: normal;
  font-size: 21px;
}
.scan-code-payment .content .purchase .purchase-select .left-text > span[data-v-da9097d3] {
  margin-top: 10px;
}
.scan-code-payment .content .purchase .purchase-select .left-text[data-v-da9097d3]:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -14px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left: 7px solid #4e4e4e;
}
.scan-code-payment .content .purchase .purchase-select .right-text[data-v-da9097d3] {
  padding-left: 26px;
  font-size: 24px;
  line-height: 66px;
  color: #333;
  display: flex;
  align-items: center;
  flex: 1;
  border: 1px solid #4e4e4e;
  border-left: none;
  border-radius: 0 5px 5px 0;
}
.scan-code-payment .content .purchase .purchase-select .right-text del[data-v-da9097d3] {
  font-size: 14px;
  color: #999;
  margin-left: 8px;
}
.scan-code-payment .content .purchase .purchase-select.active .left-text[data-v-da9097d3] {
  background-color: var(--activity-text-color);
}
.scan-code-payment .content .purchase .purchase-select.active .left-text[data-v-da9097d3]:after {
  border-left-color: var(--activity-text-color);
}
.scan-code-payment .content .purchase .purchase-select.active .right-text[data-v-da9097d3] {
  color: var(--activity-text-color);
  border-color: var(--activity-text-color);
}
.scan-code-payment .content .pay-area[data-v-da9097d3] {
  display: flex;
  align-items: center;
}
.scan-code-payment .content .pay-area .pay-code[data-v-da9097d3] {
  width: 150px;
  height: 150px;
  padding: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -158px -11px;
  position: relative;
}
.scan-code-payment .content .pay-area .pay-info[data-v-da9097d3] {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.scan-code-payment .content .pay-area .pay-info > div[data-v-da9097d3] {
  font-size: 14px;
  color: #444;
  margin-top: 14px;
  display: flex;
  align-items: center;
  line-height: 18px;
}
.scan-code-payment .content .pay-area .pay-info > div[data-v-da9097d3]:first-of-type {
  margin-top: 0;
}
.scan-code-payment .content .pay-area .pay-info > div span[data-v-da9097d3] {
  font-size: 14px;
  color: #999;
  margin-right: 10px;
  flex: none;
}
.scan-code-payment .content .pay-area .pay-info .actually-paid .detail[data-v-da9097d3] {
  font-size: 14px;
  color: #333;
  display: flex;
}
.scan-code-payment .content .pay-area .pay-info .actually-paid .detail em[data-v-da9097d3] {
  font-size: 16px;
  color: var(--activity-text-color);
  margin-top: 11px;
}
.scan-code-payment .content .pay-area .pay-info .actually-paid .detail > p[data-v-da9097d3] {
  color: var(--activity-text-color);
  font-size: 30px;
  font-weight: 700;
}
.scan-code-payment .content .outer[data-v-da9097d3] {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.scan-code-payment .content .outer .timer[data-v-da9097d3] {
  font-size: 14px;
  color: #999;
}
.scan-code-payment .content .outer .timer span[data-v-da9097d3] {
  color: var(--activity-text-color);
}
.scan-code-payment .content .outer .paypal[data-v-da9097d3] {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.scan-code-payment .content .outer .paypal .link[data-v-da9097d3] {
  width: 112px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
  background-position: -20px -94px;
  cursor: pointer;
}
.scan-code-payment .content .outer .paypal > span[data-v-da9097d3] {
  font-size: 12px;
  color: #999;
  margin-top: 6px;
}
[data-v-9773fc43]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-9773fc43]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-9773fc43]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-9773fc43],
body[data-v-9773fc43] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-9773fc43] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-9773fc43] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-9773fc43] {
    border: none;
    outline: none;
}
}
input[data-v-9773fc43]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-9773fc43],
textarea[data-v-9773fc43] {
  border: none;
  outline: none;
}
textarea[data-v-9773fc43] {
  font-family: "microsoft yahei";
}
em[data-v-9773fc43] {
  color: #e80000;
  font-style: normal;
}
i[data-v-9773fc43] {
  font-style: normal;
}
.v-enter-active[data-v-9773fc43],
.v-leave-active[data-v-9773fc43] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-9773fc43],
.v-leave-to[data-v-9773fc43] {
  opacity: 0;
}
[v-cloak][data-v-9773fc43] {
  display: none;
}
.f-e80000[data-v-9773fc43] {
  color: #e80000;
}
.flex[data-v-9773fc43] {
  display: flex;
}
.flex-a[data-v-9773fc43] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-9773fc43] {
  font-family: fangsong;
}
.pingfang[data-v-9773fc43] {
  font-family: pingfang sc !important;
}
.underline[data-v-9773fc43] {
  text-decoration: underline;
}
.t-over[data-v-9773fc43] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-9773fc43] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-9773fc43] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-9773fc43] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-9773fc43] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-9773fc43] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-9773fc43] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-9773fc43] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-9773fc43] {
  cursor: pointer;
}
.trans1[data-v-9773fc43] {
  transition: ease 0.1s;
}
.trans2[data-v-9773fc43] {
  transition: ease 0.2s;
}
.trans3[data-v-9773fc43] {
  transition: ease 0.3s;
}
.trans4[data-v-9773fc43] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-9773fc43] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-9773fc43]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-9773fc43] {
  text-align: center;
}
.icon-pay-way-wx[data-v-9773fc43] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-9773fc43] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-9773fc43]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-9773fc43] {
  animation: slide-down-in-9773fc43 ease 0.3s;
}
.dialog-fade-leave-active[data-v-9773fc43] {
  animation: slide-down-out-9773fc43 ease 0.3s;
}
.icon-loading-circle[data-v-9773fc43] {
  animation: loading-circle-9773fc43 1s linear infinite;
}
@keyframes slide-down-in-9773fc43 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-9773fc43 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-9773fc43 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-9773fc43] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-9773fc43] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-9773fc43] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-9773fc43] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-9773fc43] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-9773fc43] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-9773fc43] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-9773fc43] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-9773fc43] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-9773fc43] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-9773fc43] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-9773fc43] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-9773fc43] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-9773fc43] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-9773fc43] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-9773fc43] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-9773fc43] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-9773fc43] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-9773fc43] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-9773fc43] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-9773fc43] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-9773fc43] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-9773fc43] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-9773fc43] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-9773fc43] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-9773fc43] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-9773fc43] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-9773fc43] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-9773fc43] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-9773fc43] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-9773fc43] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-9773fc43] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-9773fc43] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-9773fc43] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-9773fc43] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-9773fc43] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-9773fc43] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-9773fc43] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-9773fc43] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-9773fc43] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-9773fc43] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-9773fc43] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-9773fc43] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-9773fc43] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-9773fc43] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-9773fc43] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-9773fc43] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-9773fc43] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-9773fc43] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-9773fc43] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-9773fc43] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-9773fc43] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-9773fc43] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-9773fc43] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-9773fc43] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-9773fc43] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-9773fc43] {
  background-position: -218px -553px;
}
.aside-nav[data-v-9773fc43] {
  position: fixed;
  top: 55%;
  right: 38px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.aside-nav .top-btn[data-v-9773fc43] {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  cursor: pointer;
}
.aside-nav .top-btn.show-btn[data-v-9773fc43] {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
.common-group[data-v-9773fc43] {
  position: absolute;
  right: 155px;
  transition: all 0.3s;
  background: white;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  cursor: default;
}
.common-group[data-v-9773fc43]:before {
  content: '';
  position: absolute;
  right: -5px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background-color: white;
}
.common-group[data-v-9773fc43]:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 100%;
  top: 0;
  right: -20px;
}
[data-v-d541f29d]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-d541f29d]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-d541f29d]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-d541f29d],
body[data-v-d541f29d] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-d541f29d] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-d541f29d] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-d541f29d] {
    border: none;
    outline: none;
}
}
input[data-v-d541f29d]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-d541f29d],
textarea[data-v-d541f29d] {
  border: none;
  outline: none;
}
textarea[data-v-d541f29d] {
  font-family: "microsoft yahei";
}
em[data-v-d541f29d] {
  color: #e80000;
  font-style: normal;
}
i[data-v-d541f29d] {
  font-style: normal;
}
.v-enter-active[data-v-d541f29d],
.v-leave-active[data-v-d541f29d] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-d541f29d],
.v-leave-to[data-v-d541f29d] {
  opacity: 0;
}
[v-cloak][data-v-d541f29d] {
  display: none;
}
.f-e80000[data-v-d541f29d] {
  color: #e80000;
}
.flex[data-v-d541f29d] {
  display: flex;
}
.flex-a[data-v-d541f29d] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-d541f29d] {
  font-family: fangsong;
}
.pingfang[data-v-d541f29d] {
  font-family: pingfang sc !important;
}
.underline[data-v-d541f29d] {
  text-decoration: underline;
}
.t-over[data-v-d541f29d] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-d541f29d] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-d541f29d] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-d541f29d] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-d541f29d] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-d541f29d] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-d541f29d] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-d541f29d] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-d541f29d] {
  cursor: pointer;
}
.trans1[data-v-d541f29d] {
  transition: ease 0.1s;
}
.trans2[data-v-d541f29d] {
  transition: ease 0.2s;
}
.trans3[data-v-d541f29d] {
  transition: ease 0.3s;
}
.trans4[data-v-d541f29d] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-d541f29d] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-d541f29d]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-d541f29d] {
  text-align: center;
}
.icon-pay-way-wx[data-v-d541f29d] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-d541f29d] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-d541f29d]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-d541f29d] {
  animation: slide-down-in-d541f29d ease 0.3s;
}
.dialog-fade-leave-active[data-v-d541f29d] {
  animation: slide-down-out-d541f29d ease 0.3s;
}
.icon-loading-circle[data-v-d541f29d] {
  animation: loading-circle-d541f29d 1s linear infinite;
}
@keyframes slide-down-in-d541f29d {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-d541f29d {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-d541f29d {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-d541f29d] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-d541f29d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-d541f29d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-d541f29d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-d541f29d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-d541f29d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-d541f29d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-d541f29d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-d541f29d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-d541f29d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-d541f29d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-d541f29d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-d541f29d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-d541f29d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-d541f29d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-d541f29d] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-d541f29d] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-d541f29d] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-d541f29d] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-d541f29d] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-d541f29d] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-d541f29d] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-d541f29d] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-d541f29d] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-d541f29d] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-d541f29d] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-d541f29d] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-d541f29d] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-d541f29d] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-d541f29d] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-d541f29d] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-d541f29d] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-d541f29d] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-d541f29d] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-d541f29d] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-d541f29d] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-d541f29d] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-d541f29d] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-d541f29d] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-d541f29d] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-d541f29d] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-d541f29d] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-d541f29d] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-d541f29d] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-d541f29d] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-d541f29d] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-d541f29d] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-d541f29d] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-d541f29d] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-d541f29d] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-d541f29d] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-d541f29d] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-d541f29d] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-d541f29d] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-d541f29d] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-d541f29d] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-d541f29d] {
  background-position: -218px -553px;
}
.active-main-color[data-v-d541f29d] {
  color: var(--activity-popup-main-color);
}
.btn-small[data-v-d541f29d] {
  color: #fff;
  box-shadow: 0 5px 10px 0 rgba(255, 90, 78, 0.3);
  background: linear-gradient(90deg, var(--activity-button-color-1), var(--activity-button-color-2));
}
.btn-small[data-v-d541f29d]:hover {
  background: linear-gradient(90deg, var(--activity-button-hover-color-1), var(--activity-button-hover-color-2));
}
.icon-pay-success[data-v-d541f29d] {
  width: 56px;
  height: 56px;
  display: inline-block;
  background-image: url("https://down.om.cn/active/202106/icon.png");
  background-position: var(--activity-popup-pay-success-icon);
}
.btn-small-plain[data-v-d541f29d] {
  color: #666;
  font-weight: 400;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: none;
}
.btn-small-plain[data-v-d541f29d]:hover {
  background: #fff;
  border-color: var(--activity-popup-main-color);
  color: var(--activity-popup-main-color);
}
.btn-primary-pop[data-v-d541f29d] {
  color: #fff;
  width: 140px;
  height: 36px;
  border-radius: 4px;
  box-shadow: 0 5px 10px 0 rgba(255, 90, 78, 0.3);
  background-blend-mode: normal, normal;
  background: linear-gradient(90deg, var(--activity-button-color-1), var(--activity-button-color-2));
}
.btn-primary-pop[data-v-d541f29d]:hover {
  background: linear-gradient(90deg, var(--activity-button-hover-color-1), var(--activity-button-hover-color-2));
}
.pick-up-record .content[data-v-d541f29d] {
  position: relative;
  height: 530px;
  padding: 0 24px;
}
.pick-up-record .content .title[data-v-d541f29d] {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  color: #999;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
}
.pick-up-record .content .title span[data-v-d541f29d] {
  display: inline-block;
  text-align: center;
}
.pick-up-record .content .title span[data-v-d541f29d]:first-child {
  width: 256px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pick-up-record .content .title span[data-v-d541f29d]:nth-child(2) {
  width: 162px;
}
.pick-up-record .content .title span[data-v-d541f29d]:nth-child(3) {
  width: 152px;
}
.pick-up-record .content .title span[data-v-d541f29d]:nth-child(4) {
  width: 152px;
  flex: 1;
}
.pick-up-record .content .record-list[data-v-d541f29d] {
  width: 100%;
  height: calc(460px - 110px);
  margin: 0 auto;
  overflow-y: auto;
}
.pick-up-record .content .record-list li[data-v-d541f29d] {
  display: flex;
  align-items: center;
  height: 44px;
  color: #666;
  font-size: 14px;
}
.pick-up-record .content .record-list li[data-v-d541f29d]:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.pick-up-record .content .record-list li > span[data-v-d541f29d] {
  display: inline-block;
  text-align: center;
}
.pick-up-record .content .record-list li > span[data-v-d541f29d]:first-child {
  width: 256px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pick-up-record .content .record-list li .details[data-v-d541f29d] {
  flex: 1;
  text-align: center;
}
.pick-up-record .content .record-list li .details button[data-v-d541f29d] {
  padding: 0 18px;
  height: 28px;
  border-radius: 14px;
  font-size: 14px;
}
.pick-up-record .content .empty-list[data-v-d541f29d] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 458px;
}
.pick-up-record .content .empty-list .btn-primary-pop[data-v-d541f29d] {
  margin-top: 40px;
}
.pick-up-record .content .optional-gifts[data-v-d541f29d] {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 110px;
  padding: 0 30px 20px 30px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
}
.pick-up-record .content .optional-gifts .o-g-title[data-v-d541f29d] {
  line-height: 43px;
  font-size: 14px;
  color: #666666;
  text-align: center;
}
.pick-up-record .content .optional-gifts .o-g-data[data-v-d541f29d] {
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  padding-right: 42px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pick-up-record .content .optional-gifts .o-g-data > span[data-v-d541f29d] {
  font-size: 14px;
  color: #333333;
}
.pick-up-record .content .optional-gifts .o-g-data > span > span[data-v-d541f29d] {
  color: #FF6248;
}
.pick-up-record .content .optional-gifts .o-g-data .btn-small[data-v-d541f29d] {
  width: 68px;
  height: 28px;
  border-radius: 14px;
  text-align: center;
}
.information-viewing .content[data-v-d541f29d] {
  padding: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.information-viewing .content > ul[data-v-d541f29d] {
  display: flex;
  flex-direction: column;
}
.information-viewing .content > ul li[data-v-d541f29d] {
  display: flex;
  align-items: baseline;
  color: #333;
}
.information-viewing .content > ul li[data-v-d541f29d]:not(:last-child) {
  margin-bottom: 20px;
}
.information-viewing .content > ul li span[data-v-d541f29d]:first-of-type {
  color: #999;
}
.information-viewing .content > ul li span[data-v-d541f29d]:nth-of-type(2) {
  display: inline-block;
}
.information-viewing .content > ul li span.url[data-v-d541f29d] {
  width: 340px;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.information-viewing .content > ul .address-info > span[data-v-d541f29d]:nth-child(1) {
  display: inline-block;
  width: 70px;
  text-align: right;
  white-space: nowrap;
}
.information-viewing .content .copy-link[data-v-d541f29d] {
  margin: 40px auto 0;
}
.information-viewing .content .notice[data-v-d541f29d] {
  margin-top: 16px;
  text-align: center;
}
.information-viewing .content .view-status[data-v-d541f29d] {
  margin: 40px auto 0;
}
.success-write-address .content[data-v-d541f29d] {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px 40px 30px;
  color: #666;
}
.success-write-address .content .pay-success[data-v-d541f29d] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 26px 0;
  width: 100%;
}
.success-write-address .content .pay-success[data-v-d541f29d]:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #eee;
}
.success-write-address .content .pay-success > p[data-v-d541f29d] {
  margin-top: 12px;
  padding-left: 12px;
  font-size: 18px;
}
.success-write-address .content .true-gift-name[data-v-d541f29d] {
  margin: 24px 0 18px;
  padding: 0 34px;
}
.success-write-address .content .submit-btn[data-v-d541f29d] {
  margin-top: 4px;
  margin-bottom: 16px;
}
.success-choose-gift .content[data-v-d541f29d] {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px 40px 30px;
  color: #666;
}
.success-choose-gift .content .pay-success[data-v-d541f29d] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 26px 0;
  width: 100%;
}
.success-choose-gift .content .pay-success[data-v-d541f29d]:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #eee;
}
.success-choose-gift .content .pay-success > p[data-v-d541f29d] {
  margin-top: 12px;
  padding-left: 12px;
  font-size: 18px;
}
.success-choose-gift .content .true-gift-name[data-v-d541f29d] {
  margin: 24px 0 18px;
  padding: 0 34px;
}
.success-choose-gift .content .choose-gift li[data-v-d541f29d] {
  width: 410px;
  height: 44px;
  background: #F6F6F6;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.success-choose-gift .content .choose-gift li .icon[data-v-d541f29d] {
  display: inline-block;
  width: 26px;
  height: 30px;
  background-image: url("https://down.om.cn/active/202402/icon_vip1.png");
  background-position: center;
  margin-left: 15px;
  margin-right: 12px;
}
.success-choose-gift .content .choose-gift li .icon-0[data-v-d541f29d] {
  background-image: url("https://down.om.cn/active/202402/icon_vip2.png");
}
.success-choose-gift .content .choose-gift li .icon-1[data-v-d541f29d] {
  background-image: url("https://down.om.cn/active/202402/icon_vip1.png");
}
.success-choose-gift .content .choose-gift li .c-g-text[data-v-d541f29d] {
  font-size: 14px;
  color: #333333;
}
.success-choose-gift .content .choose-gift .selected-item[data-v-d541f29d] {
  position: relative;
  border-color: #FF6248;
  overflow: hidden;
}
.success-choose-gift .content .choose-gift .selected-item[data-v-d541f29d]::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  background-image: url("	https://down.om.cn/active/202106/icon.png");
  background-position: -343px -107px;
}
.success-choose-gift .content .submit-btn[data-v-d541f29d] {
  margin-top: 4px;
  margin-bottom: 16px;
}
.success-choose-gift .active-main-color[data-v-d541f29d] {
  color: #999;
}
.write-address .content[data-v-d541f29d] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 40px 30px;
}
.write-address .content .gift-name[data-v-d541f29d] {
  margin: 24px 0 18px 0;
}
.write-address .content .gift-name span[data-v-d541f29d]:first-of-type {
  flex-shrink: 0;
  min-width: 82px;
  text-align: right;
  color: #666;
}
.write-address .content .gift-name span[data-v-d541f29d]:last-of-type {
  width: 316px;
  font-weight: bold;
  display: inline-block;
}
.write-address .content .submit-btn[data-v-d541f29d] {
  margin-top: 4px;
  margin-bottom: 16px;
}
.write-address .content .address-form-tip[data-v-d541f29d] {
  padding-bottom: 30px;
}
[data-v-a6a04749]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-a6a04749]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-a6a04749]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-a6a04749],
body[data-v-a6a04749] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-a6a04749] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-a6a04749] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-a6a04749] {
    border: none;
    outline: none;
}
}
input[data-v-a6a04749]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-a6a04749],
textarea[data-v-a6a04749] {
  border: none;
  outline: none;
}
textarea[data-v-a6a04749] {
  font-family: "microsoft yahei";
}
em[data-v-a6a04749] {
  color: #e80000;
  font-style: normal;
}
i[data-v-a6a04749] {
  font-style: normal;
}
.v-enter-active[data-v-a6a04749],
.v-leave-active[data-v-a6a04749] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-a6a04749],
.v-leave-to[data-v-a6a04749] {
  opacity: 0;
}
[v-cloak][data-v-a6a04749] {
  display: none;
}
.f-e80000[data-v-a6a04749] {
  color: #e80000;
}
.flex[data-v-a6a04749] {
  display: flex;
}
.flex-a[data-v-a6a04749] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-a6a04749] {
  font-family: fangsong;
}
.pingfang[data-v-a6a04749] {
  font-family: pingfang sc !important;
}
.underline[data-v-a6a04749] {
  text-decoration: underline;
}
.t-over[data-v-a6a04749] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-a6a04749] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-a6a04749] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-a6a04749] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-a6a04749] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-a6a04749] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-a6a04749] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-a6a04749] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-a6a04749] {
  cursor: pointer;
}
.trans1[data-v-a6a04749] {
  transition: ease 0.1s;
}
.trans2[data-v-a6a04749] {
  transition: ease 0.2s;
}
.trans3[data-v-a6a04749] {
  transition: ease 0.3s;
}
.trans4[data-v-a6a04749] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-a6a04749] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-a6a04749]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-a6a04749] {
  text-align: center;
}
.icon-pay-way-wx[data-v-a6a04749] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-a6a04749] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-a6a04749]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-a6a04749] {
  animation: slide-down-in-a6a04749 ease 0.3s;
}
.dialog-fade-leave-active[data-v-a6a04749] {
  animation: slide-down-out-a6a04749 ease 0.3s;
}
.icon-loading-circle[data-v-a6a04749] {
  animation: loading-circle-a6a04749 1s linear infinite;
}
@keyframes slide-down-in-a6a04749 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-a6a04749 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-a6a04749 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-a6a04749] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-a6a04749] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-a6a04749] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-a6a04749] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-a6a04749] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-a6a04749] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-a6a04749] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-a6a04749] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-a6a04749] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-a6a04749] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-a6a04749] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-a6a04749] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-a6a04749] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-a6a04749] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-a6a04749] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-a6a04749] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-a6a04749] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-a6a04749] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-a6a04749] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-a6a04749] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-a6a04749] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-a6a04749] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-a6a04749] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-a6a04749] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-a6a04749] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-a6a04749] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-a6a04749] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-a6a04749] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-a6a04749] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-a6a04749] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-a6a04749] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-a6a04749] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-a6a04749] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-a6a04749] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-a6a04749] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-a6a04749] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-a6a04749] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-a6a04749] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-a6a04749] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-a6a04749] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-a6a04749] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-a6a04749] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-a6a04749] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-a6a04749] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-a6a04749] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-a6a04749] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-a6a04749] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-a6a04749] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-a6a04749] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-a6a04749] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-a6a04749] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-a6a04749] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-a6a04749] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-a6a04749] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-a6a04749] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-a6a04749] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-a6a04749] {
  background-position: -218px -553px;
}
.icon-select[data-v-a6a04749] {
width:16px;height:16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -266px -212px;
}
.icon-select.active[data-v-a6a04749] {
  background-position: -286px -212px;
}
.ipt-border[data-v-a6a04749] {
  border: 1px solid #ddd;
}
.ipt-border[data-v-a6a04749]::-moz-placeholder {
  color: #bbb;
}
.ipt-border[data-v-a6a04749]::placeholder {
  color: #bbb;
}
.button-border[data-v-a6a04749] {
  border: 1px solid #ddd;
}
.button-border[data-v-a6a04749]:hover {
  border-color: #e80000;
}
[data-v-1e7ec5e3]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-1e7ec5e3]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-1e7ec5e3]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-1e7ec5e3],
body[data-v-1e7ec5e3] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-1e7ec5e3] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-1e7ec5e3] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-1e7ec5e3] {
    border: none;
    outline: none;
}
}
input[data-v-1e7ec5e3]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-1e7ec5e3],
textarea[data-v-1e7ec5e3] {
  border: none;
  outline: none;
}
textarea[data-v-1e7ec5e3] {
  font-family: "microsoft yahei";
}
em[data-v-1e7ec5e3] {
  color: #e80000;
  font-style: normal;
}
i[data-v-1e7ec5e3] {
  font-style: normal;
}
.v-enter-active[data-v-1e7ec5e3],
.v-leave-active[data-v-1e7ec5e3] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-1e7ec5e3],
.v-leave-to[data-v-1e7ec5e3] {
  opacity: 0;
}
[v-cloak][data-v-1e7ec5e3] {
  display: none;
}
.f-e80000[data-v-1e7ec5e3] {
  color: #e80000;
}
.flex[data-v-1e7ec5e3] {
  display: flex;
}
.flex-a[data-v-1e7ec5e3] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-1e7ec5e3] {
  font-family: fangsong;
}
.pingfang[data-v-1e7ec5e3] {
  font-family: pingfang sc !important;
}
.underline[data-v-1e7ec5e3] {
  text-decoration: underline;
}
.t-over[data-v-1e7ec5e3] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-1e7ec5e3] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-1e7ec5e3] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-1e7ec5e3] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-1e7ec5e3] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-1e7ec5e3] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-1e7ec5e3] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-1e7ec5e3] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-1e7ec5e3] {
  cursor: pointer;
}
.trans1[data-v-1e7ec5e3] {
  transition: ease 0.1s;
}
.trans2[data-v-1e7ec5e3] {
  transition: ease 0.2s;
}
.trans3[data-v-1e7ec5e3] {
  transition: ease 0.3s;
}
.trans4[data-v-1e7ec5e3] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-1e7ec5e3] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-1e7ec5e3]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-1e7ec5e3] {
  text-align: center;
}
.icon-pay-way-wx[data-v-1e7ec5e3] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-1e7ec5e3] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-1e7ec5e3]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-1e7ec5e3] {
  animation: slide-down-in-1e7ec5e3 ease 0.3s;
}
.dialog-fade-leave-active[data-v-1e7ec5e3] {
  animation: slide-down-out-1e7ec5e3 ease 0.3s;
}
.icon-loading-circle[data-v-1e7ec5e3] {
  animation: loading-circle-1e7ec5e3 1s linear infinite;
}
@keyframes slide-down-in-1e7ec5e3 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-1e7ec5e3 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-1e7ec5e3 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-1e7ec5e3] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-1e7ec5e3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-1e7ec5e3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-1e7ec5e3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-1e7ec5e3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-1e7ec5e3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-1e7ec5e3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-1e7ec5e3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-1e7ec5e3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-1e7ec5e3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-1e7ec5e3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-1e7ec5e3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-1e7ec5e3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-1e7ec5e3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-1e7ec5e3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-1e7ec5e3] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-1e7ec5e3] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-1e7ec5e3] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-1e7ec5e3] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-1e7ec5e3] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-1e7ec5e3] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-1e7ec5e3] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-1e7ec5e3] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-1e7ec5e3] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-1e7ec5e3] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-1e7ec5e3] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-1e7ec5e3] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-1e7ec5e3] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-1e7ec5e3] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-1e7ec5e3] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-1e7ec5e3] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-1e7ec5e3] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-1e7ec5e3] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-1e7ec5e3] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-1e7ec5e3] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-1e7ec5e3] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-1e7ec5e3] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-1e7ec5e3] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-1e7ec5e3] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-1e7ec5e3] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-1e7ec5e3] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-1e7ec5e3] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-1e7ec5e3] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-1e7ec5e3] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-1e7ec5e3] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-1e7ec5e3] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-1e7ec5e3] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-1e7ec5e3] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-1e7ec5e3] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-1e7ec5e3] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-1e7ec5e3] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-1e7ec5e3] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-1e7ec5e3] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-1e7ec5e3] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-1e7ec5e3] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-1e7ec5e3] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-1e7ec5e3] {
  background-position: -218px -553px;
}
.reset[data-v-1e7ec5e3] {
  border: 1px solid #ddd !important;
}
.slide[data-v-1e7ec5e3] {
  pointer-events: none;
}
.color-type[data-v-1e7ec5e3] {
margin-top:8px;margin-bottom:8px;margin-left:auto;margin-right:auto;display:flex;font-size:12px;line-height:1;
}
.color-type .name[data-v-1e7ec5e3] {
width:32px;height:24px;display:flex;align-items:center;justify-content:center;--un-text-opacity:1;color:rgb(160 172 192 / var(--un-text-opacity));
}
.color-type .value[data-v-1e7ec5e3] {
  border: 1px solid #ddd;
display:block;height:24px;width:100px;flex:1 1 0%;border-radius:4px;padding-left:10px;padding-right:10px;--un-text-opacity:1;color:rgb(51 51 51 / var(--un-text-opacity));
}
.colors .item[data-v-1e7ec5e3] {
  flex-basis: calc(20% - 4px);
}
.colors .item[data-v-1e7ec5e3]:hover {
  transform: scale(1.2);
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html,
body {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"] {
    border: none;
    outline: none;
}
}
input:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button,
textarea {
  border: none;
  outline: none;
}
textarea {
  font-family: "microsoft yahei";
}
em {
  color: #e80000;
  font-style: normal;
}
i {
  font-style: normal;
}
.v-enter-active,
.v-leave-active {
  transition: opacity 0.3s ease;
}
.v-enter-from,
.v-leave-to {
  opacity: 0;
}
[v-cloak] {
  display: none;
}
.f-e80000 {
  color: #e80000;
}
.flex {
  display: flex;
}
.flex-a {
  display: flex;
  align-items: center;
}
.fangsong {
  font-family: fangsong;
}
.pingfang {
  font-family: pingfang sc !important;
}
.underline {
  text-decoration: underline;
}
.t-over {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c {
  display: flex;
  justify-content: center;
}
.flex-a {
  display: flex;
  align-items: center;
}
.flex-ac {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999 {
  font-size: 14px;
  color: #999;
}
.f-14-bbb {
  font-size: 14px;
  color: #bbb;
}
.f-14-666 {
  font-size: 14px;
  color: #666;
}
.f-14-333 {
  font-size: 14px;
  color: #333;
}
.cursor {
  cursor: pointer;
}
.trans1 {
  transition: ease 0.1s;
}
.trans2 {
  transition: ease 0.2s;
}
.trans3 {
  transition: ease 0.3s;
}
.trans4 {
  transition: ease 0.4s;
}
._public-close-btn {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc {
  text-align: center;
}
.icon-pay-way-wx {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active {
  animation: slide-down-in ease 0.3s;
}
.dialog-fade-leave-active {
  animation: slide-down-out ease 0.3s;
}
.icon-loading-circle {
  animation: loading-circle 1s linear infinite;
}
@keyframes slide-down-in {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active {
  background-position: -29px -551px;
}
.icon-down-samil {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active {
  background-position: -112px -588px;
}
.icon-grey-search {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active {
  background-position: -152px -553px;
}
.icon-buy-new {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active {
  background-position: -185px -553px;
}
.icon-sign-new {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active {
  background-position: -218px -553px;
}
.dialog-delete-collection {
  position: relative;
}
.dialog-delete-collection .dialog-header,
.dialog-delete-collection .dialog-footer {
  display: none !important;
}
.dialog-delete-collection .dialog-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dialog-delete-collection .icon-close {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
  background-position: -267px -61px;
}
.dialog-delete-collection .icon-close:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
  background-position: -285px -61px;
}
.dialog-delete-collection .title {
  margin: 28px 0 30px 0;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
.dialog-delete-collection .content-text {
  color: #666;
  font-size: 14px;
  width: 214px;
  text-align: center;
  font-weight: bold;
}
.dialog-delete-collection .footer-bth {
  margin-top: 24px;
}
.dialog-delete-collection .footer-bth .btn-pop-plain,
.dialog-delete-collection .footer-bth .btn-pop-primary {
  width: 120px;
  height: 44px;
  border-radius: 5px;
}
.dialog-delete-collection .footer-bth .btn-pop-plain {
  background-color: #ffffff;
  color: #e80000;
  border: solid 1px #e80000;
  margin-right: 16px;
}
.dialog-delete-collection .footer-bth .btn-pop-plain:hover {
  background-color: #ffecec;
}
.dialog-delete-collection .footer-bth .btn-pop-primary {
  color: #fff;
  background-color: #e80000;
  border: solid 1px #e80000;
}
.dialog-delete-collection .footer-bth .btn-pop-primary:hover {
  background-color: #ff2424;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html,
body {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"] {
    border: none;
    outline: none;
}
}
input:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button,
textarea {
  border: none;
  outline: none;
}
textarea {
  font-family: "microsoft yahei";
}
em {
  color: #e80000;
  font-style: normal;
}
i {
  font-style: normal;
}
.v-enter-active,
.v-leave-active {
  transition: opacity 0.3s ease;
}
.v-enter-from,
.v-leave-to {
  opacity: 0;
}
[v-cloak] {
  display: none;
}
.f-e80000 {
  color: #e80000;
}
.flex {
  display: flex;
}
.flex-a {
  display: flex;
  align-items: center;
}
.fangsong {
  font-family: fangsong;
}
.pingfang {
  font-family: pingfang sc !important;
}
.underline {
  text-decoration: underline;
}
.t-over {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c {
  display: flex;
  justify-content: center;
}
.flex-a {
  display: flex;
  align-items: center;
}
.flex-ac {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999 {
  font-size: 14px;
  color: #999;
}
.f-14-bbb {
  font-size: 14px;
  color: #bbb;
}
.f-14-666 {
  font-size: 14px;
  color: #666;
}
.f-14-333 {
  font-size: 14px;
  color: #333;
}
.cursor {
  cursor: pointer;
}
.trans1 {
  transition: ease 0.1s;
}
.trans2 {
  transition: ease 0.2s;
}
.trans3 {
  transition: ease 0.3s;
}
.trans4 {
  transition: ease 0.4s;
}
._public-close-btn {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc {
  text-align: center;
}
.icon-pay-way-wx {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active {
  animation: slide-down-in ease 0.3s;
}
.dialog-fade-leave-active {
  animation: slide-down-out ease 0.3s;
}
.icon-loading-circle {
  animation: loading-circle 1s linear infinite;
}
@keyframes slide-down-in {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active {
  background-position: -29px -551px;
}
.icon-down-samil {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active {
  background-position: -112px -588px;
}
.icon-grey-search {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active {
  background-position: -152px -553px;
}
.icon-buy-new {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active {
  background-position: -185px -553px;
}
.icon-sign-new {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active {
  background-position: -218px -553px;
}
.collect-pop .dialog-header,
.collect-pop .dialog-footer {
  display: none !important;
}
.collect-pop .icon-close {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
  background-position: -267px -61px;
}
.collect-pop .icon-close:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
  background-position: -285px -61px;
}
.collect-pop .dialog-body {
  display: flex;
}
.collect-pop .dialog-body .collect-pop-left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  border-right: 1px solid #eee;
}
.collect-pop .dialog-body .collect-pop-left img {
  max-width: 200px;
  max-height: 368px;
}
.collect-pop .dialog-body .collect-pop-right {
  padding: 40px;
}
.collect-pop .dialog-body .collect-pop-right .collect-pop-title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.collect-pop .dialog-body .collect-pop-right .collect-list {
  width: 340px;
  height: 240px;
  overflow-y: auto;
  margin: 26px 0 40px 0;
  padding-right: 16px;
}
.collect-pop .dialog-body .collect-pop-right .collect-list li {
  display: flex;
  align-items: center;
  height: 56px;
  padding-left: 6px;
  cursor: pointer;
}
.collect-pop .dialog-body .collect-pop-right .collect-list li img {
  width: 44px;
  height: 44px;
  border-radius: 5px;
  margin-right: 10px;
}
.collect-pop .dialog-body .collect-pop-right .collect-list li span {
  font-size: 14px;
  color: #333333;
}
.collect-pop .dialog-body .collect-pop-right .collect-list li:hover {
  background-color: #f6f6f6;
  border-radius: 5px;
}
.collect-pop .dialog-body .collect-pop-right .collect-list li.active {
  background-color: #f6f6f6;
  border-radius: 5px;
  border: 1px solid #e80000;
}
.collect-pop .dialog-body .collect-pop-right .collect-list li.active span {
  color: #e80000;
}
.collect-pop .dialog-body .collect-pop-right .collect-list li .none-img {
  background-color: #f6f6f6;
  border-radius: 5px;
  margin-right: 10px;
}
.collect-pop .dialog-body .collect-pop-right .collect-list li .none-img .icon-none-favImg {
  width: 44px;
  height: 44px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
  background-position: -360px -78px;
}
.collect-pop .dialog-body .collect-pop-right .collect-list::-webkit-scrollbar-thumb {
  background-color: #ddd !important;
}
.collect-pop .dialog-body .collect-pop-right .collect-list::-webkit-scrollbar-thumb {
  box-shadow: none;
}
.collect-pop .dialog-body .collect-pop-right .collect-list::-webkit-scrollbar-track-piece {
  background-color: transparent !important;
}
.collect-pop .dialog-body .collect-pop-right input {
  width: 335px;
  height: 50px;
  background-color: #f6f6f6;
  border-radius: 5px;
  border: solid 1px #dddddd;
  margin: 26px 0 230px 0;
  padding-left: 16px;
}
.collect-pop .dialog-body .collect-pop-right .footer-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.collect-pop .dialog-body .collect-pop-right .footer-button .btn-create {
  color: #e80000;
  font-size: 14px;
  cursor: pointer;
}
.collect-pop .dialog-body .collect-pop-right .footer-button .btn-create .icon-add-collection {
  width: 18px;
  height: 18px;
  vertical-align: -4px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
  background-position: -452px -58px;
}
.collect-pop .dialog-body .collect-pop-right .footer-button .btn-pop-plain {
  width: 86px;
  background-color: #fff;
  height: 44px;
  color: #e80000;
  border-radius: 5px;
  border: solid 1px #e80000;
  margin-right: 14px;
}
.collect-pop .dialog-body .collect-pop-right .footer-button .btn-pop-plain:hover {
  background-color: #ffecec;
}
.collect-pop .dialog-body .collect-pop-right .footer-button .btn-pop-primary {
  height: 44px;
  font-size: 14px;
  color: #fff;
  background-color: #e80000;
  border-radius: 5px;
  padding: 0 46px;
}
.collect-pop .dialog-body .collect-pop-right .footer-button .btn-pop-primary:hover {
  background-color: #ff2424;
}
.collect-pop .dialog-body .collect-pop-right .footer-button .mr-74 {
  margin-right: 74px;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html,
body {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"] {
    border: none;
    outline: none;
}
}
input:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button,
textarea {
  border: none;
  outline: none;
}
textarea {
  font-family: "microsoft yahei";
}
em {
  color: #e80000;
  font-style: normal;
}
i {
  font-style: normal;
}
.v-enter-active,
.v-leave-active {
  transition: opacity 0.3s ease;
}
.v-enter-from,
.v-leave-to {
  opacity: 0;
}
[v-cloak] {
  display: none;
}
.f-e80000 {
  color: #e80000;
}
.flex {
  display: flex;
}
.flex-a {
  display: flex;
  align-items: center;
}
.fangsong {
  font-family: fangsong;
}
.pingfang {
  font-family: pingfang sc !important;
}
.underline {
  text-decoration: underline;
}
.t-over {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c {
  display: flex;
  justify-content: center;
}
.flex-a {
  display: flex;
  align-items: center;
}
.flex-ac {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999 {
  font-size: 14px;
  color: #999;
}
.f-14-bbb {
  font-size: 14px;
  color: #bbb;
}
.f-14-666 {
  font-size: 14px;
  color: #666;
}
.f-14-333 {
  font-size: 14px;
  color: #333;
}
.cursor {
  cursor: pointer;
}
.trans1 {
  transition: ease 0.1s;
}
.trans2 {
  transition: ease 0.2s;
}
.trans3 {
  transition: ease 0.3s;
}
.trans4 {
  transition: ease 0.4s;
}
._public-close-btn {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc {
  text-align: center;
}
.icon-pay-way-wx {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active {
  animation: slide-down-in ease 0.3s;
}
.dialog-fade-leave-active {
  animation: slide-down-out ease 0.3s;
}
.icon-loading-circle {
  animation: loading-circle 1s linear infinite;
}
@keyframes slide-down-in {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active {
  background-position: -29px -551px;
}
.icon-down-samil {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active {
  background-position: -112px -588px;
}
.icon-grey-search {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active {
  background-position: -152px -553px;
}
.icon-buy-new {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active {
  background-position: -185px -553px;
}
.icon-sign-new {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active {
  background-position: -218px -553px;
}
.report-pop .dialog-header,
.report-pop .dialog-footer {
  display: none !important;
}
.report-pop .icon-close {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
  background-position: -267px -61px;
}
.report-pop .icon-close:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
  background-position: -285px -61px;
}
.report-pop .dialog-body {
  padding: 0 40px;
}
.report-pop .title {
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #eee;
}
.report-pop .report-box {
  display: flex;
  margin-top: 30px;
}
.report-pop .report-box p {
  font-size: 14px;
  color: #333;
  margin-right: 20px;
}
.report-pop .report-box .img-box {
  display: flex;
  width: 200px;
  height: 200px;
  background-color: #f0f0f0;
}
.report-pop .report-box .img-box img {
  max-height: 200px;
  width: 100%;
  margin: auto 0;
}
.report-pop .report-box textarea {
  width: 538px;
  height: 130px;
  background-color: #f6f6f6;
  border-radius: 5px;
  border: solid 1px #dddddd;
  padding: 18px 0 0 21px;
  color: #bbb;
  font-size: 14px;
}
.report-pop .footer-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.report-pop .footer-button .btn-pop-plain {
  background-color: #fff;
  width: 120px;
  height: 44px;
  color: #e80000;
  border-radius: 5px;
  border: solid 1px #e80000;
  margin-right: 16px;
}
.report-pop .footer-button .btn-pop-plain:hover {
  background-color: #ffecec;
}
.report-pop .footer-button .btn-pop-primary {
  height: 44px;
  width: 120px;
  font-size: 14px;
  color: #fff;
  background-color: #e80000;
  border-radius: 5px;
}
.report-pop .footer-button .btn-pop-primary:hover {
  background-color: #ff2424;
}
[data-v-8163c75b]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-8163c75b]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-8163c75b]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-8163c75b],
body[data-v-8163c75b] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-8163c75b] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-8163c75b] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-8163c75b] {
    border: none;
    outline: none;
}
}
input[data-v-8163c75b]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-8163c75b],
textarea[data-v-8163c75b] {
  border: none;
  outline: none;
}
textarea[data-v-8163c75b] {
  font-family: "microsoft yahei";
}
em[data-v-8163c75b] {
  color: #e80000;
  font-style: normal;
}
i[data-v-8163c75b] {
  font-style: normal;
}
.v-enter-active[data-v-8163c75b],
.v-leave-active[data-v-8163c75b] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-8163c75b],
.v-leave-to[data-v-8163c75b] {
  opacity: 0;
}
[v-cloak][data-v-8163c75b] {
  display: none;
}
.f-e80000[data-v-8163c75b] {
  color: #e80000;
}
.flex[data-v-8163c75b] {
  display: flex;
}
.flex-a[data-v-8163c75b] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-8163c75b] {
  font-family: fangsong;
}
.pingfang[data-v-8163c75b] {
  font-family: pingfang sc !important;
}
.underline[data-v-8163c75b] {
  text-decoration: underline;
}
.t-over[data-v-8163c75b] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-8163c75b] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-8163c75b] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-8163c75b] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-8163c75b] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-8163c75b] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-8163c75b] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-8163c75b] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-8163c75b] {
  cursor: pointer;
}
.trans1[data-v-8163c75b] {
  transition: ease 0.1s;
}
.trans2[data-v-8163c75b] {
  transition: ease 0.2s;
}
.trans3[data-v-8163c75b] {
  transition: ease 0.3s;
}
.trans4[data-v-8163c75b] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-8163c75b] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-8163c75b]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-8163c75b] {
  text-align: center;
}
.icon-pay-way-wx[data-v-8163c75b] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-8163c75b] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-8163c75b]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-8163c75b] {
  animation: slide-down-in-8163c75b ease 0.3s;
}
.dialog-fade-leave-active[data-v-8163c75b] {
  animation: slide-down-out-8163c75b ease 0.3s;
}
.icon-loading-circle[data-v-8163c75b] {
  animation: loading-circle-8163c75b 1s linear infinite;
}
@keyframes slide-down-in-8163c75b {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-8163c75b {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-8163c75b {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-8163c75b] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-8163c75b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-8163c75b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-8163c75b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-8163c75b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-8163c75b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-8163c75b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-8163c75b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-8163c75b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-8163c75b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-8163c75b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-8163c75b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-8163c75b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-8163c75b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-8163c75b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-8163c75b] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-8163c75b] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-8163c75b] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-8163c75b] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-8163c75b] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-8163c75b] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-8163c75b] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-8163c75b] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-8163c75b] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-8163c75b] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-8163c75b] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-8163c75b] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-8163c75b] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-8163c75b] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-8163c75b] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-8163c75b] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-8163c75b] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-8163c75b] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-8163c75b] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-8163c75b] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-8163c75b] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-8163c75b] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-8163c75b] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-8163c75b] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-8163c75b] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-8163c75b] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-8163c75b] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-8163c75b] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-8163c75b] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-8163c75b] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-8163c75b] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-8163c75b] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-8163c75b] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-8163c75b] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-8163c75b] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-8163c75b] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-8163c75b] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-8163c75b] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-8163c75b] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-8163c75b] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-8163c75b] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-8163c75b] {
  background-position: -218px -553px;
}
.context-mask[data-v-8163c75b] {
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  background-color: #000;
  z-index: 9999;
}
img[data-v-8163c75b] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border: none;
  outline: none;
  max-width: 100%;
  max-height: 100%;
}
.feat[data-v-8163c75b] {
  cursor: pointer;
  position: fixed;
  z-index: 101;
}
.full-screen[data-v-8163c75b],
.full-screen-zoom[data-v-8163c75b] {
  top: 0;
  right: 40px;
}
.close[data-v-8163c75b] {
  top: 0;
  right: 0;
}
[data-v-1c080d56]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-1c080d56]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-1c080d56]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-1c080d56],
body[data-v-1c080d56] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-1c080d56] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-1c080d56] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-1c080d56] {
    border: none;
    outline: none;
}
}
input[data-v-1c080d56]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-1c080d56],
textarea[data-v-1c080d56] {
  border: none;
  outline: none;
}
textarea[data-v-1c080d56] {
  font-family: "microsoft yahei";
}
em[data-v-1c080d56] {
  color: #e80000;
  font-style: normal;
}
i[data-v-1c080d56] {
  font-style: normal;
}
.v-enter-active[data-v-1c080d56],
.v-leave-active[data-v-1c080d56] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-1c080d56],
.v-leave-to[data-v-1c080d56] {
  opacity: 0;
}
[v-cloak][data-v-1c080d56] {
  display: none;
}
.f-e80000[data-v-1c080d56] {
  color: #e80000;
}
.flex[data-v-1c080d56] {
  display: flex;
}
.flex-a[data-v-1c080d56] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-1c080d56] {
  font-family: fangsong;
}
.pingfang[data-v-1c080d56] {
  font-family: pingfang sc !important;
}
.underline[data-v-1c080d56] {
  text-decoration: underline;
}
.t-over[data-v-1c080d56] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-1c080d56] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-1c080d56] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-1c080d56] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-1c080d56] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-1c080d56] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-1c080d56] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-1c080d56] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-1c080d56] {
  cursor: pointer;
}
.trans1[data-v-1c080d56] {
  transition: ease 0.1s;
}
.trans2[data-v-1c080d56] {
  transition: ease 0.2s;
}
.trans3[data-v-1c080d56] {
  transition: ease 0.3s;
}
.trans4[data-v-1c080d56] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-1c080d56] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-1c080d56]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-1c080d56] {
  text-align: center;
}
.icon-pay-way-wx[data-v-1c080d56] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-1c080d56] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-1c080d56]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-1c080d56] {
  animation: slide-down-in-1c080d56 ease 0.3s;
}
.dialog-fade-leave-active[data-v-1c080d56] {
  animation: slide-down-out-1c080d56 ease 0.3s;
}
.icon-loading-circle[data-v-1c080d56] {
  animation: loading-circle-1c080d56 1s linear infinite;
}
@keyframes slide-down-in-1c080d56 {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-1c080d56 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-1c080d56 {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-1c080d56] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-1c080d56] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-1c080d56] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-1c080d56] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-1c080d56] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-1c080d56] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-1c080d56] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-1c080d56] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-1c080d56] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-1c080d56] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-1c080d56] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-1c080d56] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-1c080d56] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-1c080d56] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-1c080d56] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-1c080d56] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-1c080d56] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-1c080d56] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-1c080d56] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-1c080d56] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-1c080d56] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-1c080d56] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-1c080d56] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-1c080d56] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-1c080d56] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-1c080d56] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-1c080d56] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-1c080d56] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-1c080d56] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-1c080d56] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-1c080d56] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-1c080d56] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-1c080d56] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-1c080d56] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-1c080d56] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-1c080d56] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-1c080d56] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-1c080d56] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-1c080d56] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-1c080d56] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-1c080d56] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-1c080d56] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-1c080d56] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-1c080d56] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-1c080d56] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-1c080d56] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-1c080d56] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-1c080d56] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-1c080d56] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-1c080d56] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-1c080d56] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-1c080d56] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-1c080d56] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-1c080d56] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-1c080d56] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-1c080d56] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-1c080d56] {
  background-position: -218px -553px;
}
.icon-right-close[data-v-1c080d56] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
  background-position: -320px -58px;
  cursor: pointer;
  position: absolute;
  top: 14px;
  right: 14px;
}
.the-feedback-popup[data-v-1c080d56] .dialog .dialog-header,
.the-feedback-popup[data-v-1c080d56] .dialog .dialog-footer {
  display: none;
}
.the-feedback-popup[data-v-1c080d56] .dialog .dialog-body {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.the-feedback-popup .title[data-v-1c080d56] {
  margin: 36px 0 20px;
  font-size: 18px;
  color: #333;
}
.the-feedback-popup .contact-details[data-v-1c080d56] {
  margin: 14px 0;
  width: 480px;
  height: 42px;
  padding: 0 20px;
  font-size: 14px;
  color: #666;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.the-feedback-popup .text[data-v-1c080d56] {
  width: 480px;
  height: 150px;
  padding: 10px 20px;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 14px;
  font-family: inherit;
  color: #666;
  border: 1px solid #ddd;
  border-radius: 4px;
  resize: none;
}
.the-feedback-popup .submit[data-v-1c080d56] {
  width: 120px;
  height: 40px;
  background-color: #ffe032;
  border-radius: 4px;
  cursor: pointer;
}
.the-feedback-popup .submit[data-v-1c080d56]:hover {
  background-color: #ffd132;
}
.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:1;opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}[data-v-a17fb90c]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-a17fb90c]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-a17fb90c]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-a17fb90c],
body[data-v-a17fb90c] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-a17fb90c] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-a17fb90c] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-a17fb90c] {
    border: none;
    outline: none;
}
}
input[data-v-a17fb90c]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-a17fb90c],
textarea[data-v-a17fb90c] {
  border: none;
  outline: none;
}
textarea[data-v-a17fb90c] {
  font-family: "microsoft yahei";
}
em[data-v-a17fb90c] {
  color: #e80000;
  font-style: normal;
}
i[data-v-a17fb90c] {
  font-style: normal;
}
.v-enter-active[data-v-a17fb90c],
.v-leave-active[data-v-a17fb90c] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-a17fb90c],
.v-leave-to[data-v-a17fb90c] {
  opacity: 0;
}
[v-cloak][data-v-a17fb90c] {
  display: none;
}
.f-e80000[data-v-a17fb90c] {
  color: #e80000;
}
.flex[data-v-a17fb90c] {
  display: flex;
}
.flex-a[data-v-a17fb90c] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-a17fb90c] {
  font-family: fangsong;
}
.pingfang[data-v-a17fb90c] {
  font-family: pingfang sc !important;
}
.underline[data-v-a17fb90c] {
  text-decoration: underline;
}
.t-over[data-v-a17fb90c] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-a17fb90c] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-a17fb90c] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-a17fb90c] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-a17fb90c] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-a17fb90c] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-a17fb90c] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-a17fb90c] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-a17fb90c] {
  cursor: pointer;
}
.trans1[data-v-a17fb90c] {
  transition: ease 0.1s;
}
.trans2[data-v-a17fb90c] {
  transition: ease 0.2s;
}
.trans3[data-v-a17fb90c] {
  transition: ease 0.3s;
}
.trans4[data-v-a17fb90c] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-a17fb90c] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-a17fb90c]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-a17fb90c] {
  text-align: center;
}
.icon-pay-way-wx[data-v-a17fb90c] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-a17fb90c] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-a17fb90c]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-a17fb90c] {
  animation: slide-down-in-a17fb90c ease 0.3s;
}
.dialog-fade-leave-active[data-v-a17fb90c] {
  animation: slide-down-out-a17fb90c ease 0.3s;
}
.icon-loading-circle[data-v-a17fb90c] {
  animation: loading-circle-a17fb90c 1s linear infinite;
}
@keyframes slide-down-in-a17fb90c {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-a17fb90c {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-a17fb90c {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-a17fb90c] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-a17fb90c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-a17fb90c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-a17fb90c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-a17fb90c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-a17fb90c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-a17fb90c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-a17fb90c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-a17fb90c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-a17fb90c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-a17fb90c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-a17fb90c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-a17fb90c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-a17fb90c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-a17fb90c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-a17fb90c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-a17fb90c] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-a17fb90c] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-a17fb90c] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-a17fb90c] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-a17fb90c] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-a17fb90c] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-a17fb90c] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-a17fb90c] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-a17fb90c] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-a17fb90c] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-a17fb90c] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-a17fb90c] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-a17fb90c] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-a17fb90c] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-a17fb90c] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-a17fb90c] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-a17fb90c] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-a17fb90c] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-a17fb90c] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-a17fb90c] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-a17fb90c] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-a17fb90c] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-a17fb90c] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-a17fb90c] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-a17fb90c] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-a17fb90c] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-a17fb90c] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-a17fb90c] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-a17fb90c] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-a17fb90c] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-a17fb90c] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-a17fb90c] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-a17fb90c] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-a17fb90c] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-a17fb90c] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-a17fb90c] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-a17fb90c] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-a17fb90c] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-a17fb90c] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-a17fb90c] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-a17fb90c] {
  background-position: -218px -553px;
}
.adv[data-v-a17fb90c] {
  display: table-cell;
  vertical-align: middle;
  width: 340px;
  height: 284px;
  background: #eee;
  border-radius: 4px;
  cursor: pointer;
}
.adv img[data-v-a17fb90c] {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
[data-v-bf97295c]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-bf97295c]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-bf97295c]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-bf97295c],
body[data-v-bf97295c] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-bf97295c] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-bf97295c] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-bf97295c] {
    border: none;
    outline: none;
}
}
input[data-v-bf97295c]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-bf97295c],
textarea[data-v-bf97295c] {
  border: none;
  outline: none;
}
textarea[data-v-bf97295c] {
  font-family: "microsoft yahei";
}
em[data-v-bf97295c] {
  color: #e80000;
  font-style: normal;
}
i[data-v-bf97295c] {
  font-style: normal;
}
.v-enter-active[data-v-bf97295c],
.v-leave-active[data-v-bf97295c] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-bf97295c],
.v-leave-to[data-v-bf97295c] {
  opacity: 0;
}
[v-cloak][data-v-bf97295c] {
  display: none;
}
.f-e80000[data-v-bf97295c] {
  color: #e80000;
}
.flex[data-v-bf97295c] {
  display: flex;
}
.flex-a[data-v-bf97295c] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-bf97295c] {
  font-family: fangsong;
}
.pingfang[data-v-bf97295c] {
  font-family: pingfang sc !important;
}
.underline[data-v-bf97295c] {
  text-decoration: underline;
}
.t-over[data-v-bf97295c] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-bf97295c] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-bf97295c] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-bf97295c] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-bf97295c] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-bf97295c] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-bf97295c] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-bf97295c] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-bf97295c] {
  cursor: pointer;
}
.trans1[data-v-bf97295c] {
  transition: ease 0.1s;
}
.trans2[data-v-bf97295c] {
  transition: ease 0.2s;
}
.trans3[data-v-bf97295c] {
  transition: ease 0.3s;
}
.trans4[data-v-bf97295c] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-bf97295c] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-bf97295c]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-bf97295c] {
  text-align: center;
}
.icon-pay-way-wx[data-v-bf97295c] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-bf97295c] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-bf97295c]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-bf97295c] {
  animation: slide-down-in-bf97295c ease 0.3s;
}
.dialog-fade-leave-active[data-v-bf97295c] {
  animation: slide-down-out-bf97295c ease 0.3s;
}
.icon-loading-circle[data-v-bf97295c] {
  animation: loading-circle-bf97295c 1s linear infinite;
}
@keyframes slide-down-in-bf97295c {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-bf97295c {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-bf97295c {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-bf97295c] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-bf97295c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-bf97295c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-bf97295c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-bf97295c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-bf97295c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-bf97295c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-bf97295c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-bf97295c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-bf97295c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-bf97295c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-bf97295c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-bf97295c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-bf97295c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-bf97295c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-bf97295c] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-bf97295c] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-bf97295c] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-bf97295c] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-bf97295c] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-bf97295c] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-bf97295c] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-bf97295c] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-bf97295c] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-bf97295c] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-bf97295c] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-bf97295c] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-bf97295c] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-bf97295c] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-bf97295c] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-bf97295c] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-bf97295c] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-bf97295c] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-bf97295c] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-bf97295c] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-bf97295c] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-bf97295c] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-bf97295c] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-bf97295c] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-bf97295c] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-bf97295c] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-bf97295c] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-bf97295c] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-bf97295c] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-bf97295c] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-bf97295c] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-bf97295c] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-bf97295c] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-bf97295c] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-bf97295c] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-bf97295c] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-bf97295c] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-bf97295c] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-bf97295c] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-bf97295c] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-bf97295c] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-bf97295c] {
  background-position: -218px -553px;
}
.pagination-wrap[data-v-bf97295c] {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: 94px;
  border-top: 1px solid #eee;
}
.pagination-list[data-v-bf97295c] {
  display: flex;
  align-items: center;
}
.pagination-list li[data-v-bf97295c] {
  width: 36px;
  height: 36px;
  margin-right: 6px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
  font-size: 12px;
  cursor: pointer;
}
.pagination-list li[data-v-bf97295c] * {
  line-height: normal;
  line-height: initial;
}
.pagination-list .active[data-v-bf97295c] {
  color: #202020;
  background-color: #ffe032;
  border: none;
}
.pagination-list .first[data-v-bf97295c],
.pagination-list .last[data-v-bf97295c] {
  width: 46px;
}
.pagination-list .previous[data-v-bf97295c],
.pagination-list .next[data-v-bf97295c] {
  width: 58px;
}
.total-block[data-v-bf97295c] {
  margin-left: 10px;
  color: #999;
  font-size: 13px;
}
.pagination-target[data-v-bf97295c] {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.pagination-target input[data-v-bf97295c] {
  width: 46px;
  height: 28px;
  color: #666;
  line-height: 28px;
  text-align: center;
  border: 1px solid #dadada;
  border-radius: 4px;
}
[data-v-12d1a8ee]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-12d1a8ee]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}
[data-v-12d1a8ee]::-webkit-scrollbar-track-piece {
  background-color: #f6f6f6;
  border-radius: 6px;
}
html[data-v-12d1a8ee],
body[data-v-12d1a8ee] {
  width: 100vw;
  min-width: 1200px;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  overflow-x: hidden;
}
textarea[data-v-12d1a8ee] {
  font-family: inherit;
  text-indent: 0;
  resize: none;
}
input[data-v-12d1a8ee] {
  border: none;
  outline: none;
}
@-moz-document url-prefix() {
input[type="text"][data-v-12d1a8ee] {
    border: none;
    outline: none;
}
}
input[data-v-12d1a8ee]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
button[data-v-12d1a8ee],
textarea[data-v-12d1a8ee] {
  border: none;
  outline: none;
}
textarea[data-v-12d1a8ee] {
  font-family: "microsoft yahei";
}
em[data-v-12d1a8ee] {
  color: #e80000;
  font-style: normal;
}
i[data-v-12d1a8ee] {
  font-style: normal;
}
.v-enter-active[data-v-12d1a8ee],
.v-leave-active[data-v-12d1a8ee] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-12d1a8ee],
.v-leave-to[data-v-12d1a8ee] {
  opacity: 0;
}
[v-cloak][data-v-12d1a8ee] {
  display: none;
}
.f-e80000[data-v-12d1a8ee] {
  color: #e80000;
}
.flex[data-v-12d1a8ee] {
  display: flex;
}
.flex-a[data-v-12d1a8ee] {
  display: flex;
  align-items: center;
}
.fangsong[data-v-12d1a8ee] {
  font-family: fangsong;
}
.pingfang[data-v-12d1a8ee] {
  font-family: pingfang sc !important;
}
.underline[data-v-12d1a8ee] {
  text-decoration: underline;
}
.t-over[data-v-12d1a8ee] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-c[data-v-12d1a8ee] {
  display: flex;
  justify-content: center;
}
.flex-a[data-v-12d1a8ee] {
  display: flex;
  align-items: center;
}
.flex-ac[data-v-12d1a8ee] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-14-999[data-v-12d1a8ee] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-12d1a8ee] {
  font-size: 14px;
  color: #bbb;
}
.f-14-666[data-v-12d1a8ee] {
  font-size: 14px;
  color: #666;
}
.f-14-333[data-v-12d1a8ee] {
  font-size: 14px;
  color: #333;
}
.cursor[data-v-12d1a8ee] {
  cursor: pointer;
}
.trans1[data-v-12d1a8ee] {
  transition: ease 0.1s;
}
.trans2[data-v-12d1a8ee] {
  transition: ease 0.2s;
}
.trans3[data-v-12d1a8ee] {
  transition: ease 0.3s;
}
.trans4[data-v-12d1a8ee] {
  transition: ease 0.4s;
}
._public-close-btn[data-v-12d1a8ee] {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -542px -123px;
}
._public-close-btn[data-v-12d1a8ee]:hover {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
  background-position: -558px -123px;
}
.tc[data-v-12d1a8ee] {
  text-align: center;
}
.icon-pay-way-wx[data-v-12d1a8ee] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -345px -594px;
}
.icon-pay-way-zfb[data-v-12d1a8ee] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -379px -594px;
}
[data-v-12d1a8ee]:root {
  --color-primary: #e80000;
  --color-suspension: #ff2424;
  --transition-base: ease 0.3s;
}
.dialog-fade-enter-active[data-v-12d1a8ee] {
  animation: slide-down-in-12d1a8ee ease 0.3s;
}
.dialog-fade-leave-active[data-v-12d1a8ee] {
  animation: slide-down-out-12d1a8ee ease 0.3s;
}
.icon-loading-circle[data-v-12d1a8ee] {
  animation: loading-circle-12d1a8ee 1s linear infinite;
}
@keyframes slide-down-in-12d1a8ee {
from {
    opacity: 0;
    transform: translateY(-20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slide-down-out-12d1a8ee {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(-20px);
}
}
@keyframes loading-circle-12d1a8ee {
100% {
    transform: rotate(1turn);
}
}
.setDefaultClass[data-v-12d1a8ee] {
  display: inline-block;
  background-repeat: no-repeat;
}
.iconMemberClass[data-v-12d1a8ee] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.iconBbsClass[data-v-12d1a8ee] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.iconToolsClass[data-v-12d1a8ee] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
}
.iconUtilsClass[data-v-12d1a8ee] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_utils_v11.png");
}
.iconSoftClass[data-v-12d1a8ee] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_soft.png");
}
.iconVerify[data-v-12d1a8ee] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon-verify.png");
}
.iconDialogClass[data-v-12d1a8ee] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/dialog_icon_v9.png");
}
.iconSearchClass[data-v-12d1a8ee] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_search_v2.png");
}
.iconVerifyClass[data-v-12d1a8ee] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_verify.png");
}
.iconOutfitClass[data-v-12d1a8ee] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/soft_outfit/image/soft_outfit_v1.png");
}
.iconHeaderClass[data-v-12d1a8ee] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_header_v3.png");
}
.iconOmV5Class[data-v-12d1a8ee] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/images/common/om_v5_icon_new.png");
}
.iconPinClass[data-v-12d1a8ee] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/pin/pin_icon_v2.png");
}
.iconIndexV3Class[data-v-12d1a8ee] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/icon_indexV3_v2.png");
}
.iconCasesClass[data-v-12d1a8ee] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
}
.icon-1row-member-none[data-v-12d1a8ee] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -1px;
}
.icon-1row-member-big[data-v-12d1a8ee] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -1px;
}
.icon-1row-member-a[data-v-12d1a8ee] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -75px -1px;
}
.icon-1row-member-b[data-v-12d1a8ee] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -100px -1px;
}
.icon-1row-member-custom[data-v-12d1a8ee] {
  width: 12px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -125px -1px;
}
.icon-1row-member-design[data-v-12d1a8ee] {
  width: 18px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -1px;
}
.icon-2row-member-none[data-v-12d1a8ee] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -1px -24px;
}
.icon-2row-member-big[data-v-12d1a8ee] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -62px -24px;
}
.icon-2row-member-a[data-v-12d1a8ee] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -91px -21px;
}
.icon-2row-member-b[data-v-12d1a8ee] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -122px -21px;
}
.icon-2row-member-custom[data-v-12d1a8ee] {
  width: 16px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -152px -21px;
}
.icon-2row-member-design[data-v-12d1a8ee] {
  width: 25px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -51px -21px;
}
.icon-3row-member-none[data-v-12d1a8ee] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -3px -55px;
}
.icon-3row-member-big[data-v-12d1a8ee] {
  width: 19px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -73px -55px;
}
.icon-3row-member-a[data-v-12d1a8ee] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -107px -55px;
}
.icon-3row-member-b[data-v-12d1a8ee] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -143px -55px;
}
.icon-3row-member-custom[data-v-12d1a8ee] {
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -177px -55px;
}
.icon-4row-member-none[data-v-12d1a8ee] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -4px -96px;
}
.icon-4row-member-big[data-v-12d1a8ee] {
  width: 32px;
  height: 37px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -104px -96px;
}
.icon-4row-member-a[data-v-12d1a8ee] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -154px -92px;
}
.icon-4row-member-b[data-v-12d1a8ee] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -204px -92px;
}
.icon-4row-member-custom[data-v-12d1a8ee] {
  width: 32px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -254px -92px;
}
.icon-5row-member-none[data-v-12d1a8ee] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -8px -153px;
}
.icon-5row-member-big[data-v-12d1a8ee] {
  width: 52px;
  height: 57px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -164px -153px;
}
.icon-5row-member-a[data-v-12d1a8ee] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -241px -147px;
}
.icon-5row-member-b[data-v-12d1a8ee] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -319px -147px;
}
.icon-5row-member-custom[data-v-12d1a8ee] {
  width: 53px;
  height: 69px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -397px -147px;
}
.icon-certification[data-v-12d1a8ee] {
  width: 18px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -270px -22px;
}
.icon-signing[data-v-12d1a8ee] {
  width: 26px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
  background-position: -516px -23px;
}
.icon-channel[data-v-12d1a8ee] {
width:19px;height:19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -29px -517px;
}
.icon-channel.active[data-v-12d1a8ee] {
  background-position: -29px -551px;
}
.icon-down-samil[data-v-12d1a8ee] {
width:8px;height:5px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -90px -588px;
}
.icon-down-samil.active[data-v-12d1a8ee] {
  background-position: -112px -588px;
}
.icon-grey-search[data-v-12d1a8ee] {
width:21px;height:21px;min-width:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -270px -515px;
}
.icon-camera[data-v-12d1a8ee] {
width:25px;height:21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -304px -515px;
}
.icon-upload-new[data-v-12d1a8ee] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -152px -523px;
}
.icon-upload-new.active[data-v-12d1a8ee] {
  background-position: -152px -553px;
}
.icon-buy-new[data-v-12d1a8ee] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -185px -523px;
}
.icon-buy-new.active[data-v-12d1a8ee] {
  background-position: -185px -553px;
}
.icon-sign-new[data-v-12d1a8ee] {
width:21px;height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/cases/icon_v5.png");
  background-position: -218px -523px;
}
.icon-sign-new.active[data-v-12d1a8ee] {
  background-position: -218px -553px;
}
@font-face {
  font-family: "iconfont";
  src: url("//at.alicdn.com/t/font_1125598_kebm3ylu6on.eot?t=1596855633028");
  /* IE9 */
  src: url("//at.alicdn.com/t/font_1125598_kebm3ylu6on.eot?t=1596855633028#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAACfoAAsAAAAAR0gAACeYAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCNUgrtfNcgATYCJAOCLAuBGAAEIAWEbQeGbRuJOlVGhY0DQJ7Z96coythUnP3/MbkhQ2QLcFnvVTbiRo5KAuMumQy6TKphI9DiUx6kvf/lv6o999ndop/oiEok6MnLXEwEM+kyWfjmsP8Vm5yF0dWGEiTE19pnz84u/2NgexUVDWRZpeIizIEKAOgIRfAmYeHyf+D17P3/s2TMkmEkEmOWJEa3yKCIVihHh5pBdd/VGl1iHdrTCkpKV7ih3ehQvdvS6qal3PXaW6V6C+318PC2e//uKFEWJCEL1jWyQkpmZkLSkyIALJq2bHIpe5nr30oR/j1CIhwSi2PenK+WnRQkQyEwAjjuWhCUIDBkX+SrdaWECw5vnPw/gg8FXuDd1+bn6Oz3dfqlQn6pW7nCsKTAXX/79amu/wkjbBEjUeyAYTC4vwFh3HAge77c/GauM1dDWgffddqumJDAF9VckmtyVaB1JPJVkK+26HsL3//fOmmJJZTob0Uvk8jWeXMr3gy6CQf0qzW2aIyBFgF/r6qugIpTmmj3TZSPqW/zsHjyOON9sH0UiR9uBKkGuIJIIehGkPKFaaVuyTABVAqgcge4UqliSiljqeuWMeuYyzKv8WNsfbwZ464ZUlD/imxxUTnYphXmQsVSGnEgcQL32vXIUCBUqJ4avmjXAYlNv5QCaqeMZCCtNrIrCcUfdgtzFqZ/Kn76sy4AF+Mvr35ao4iwODnSUZZXTRooPvgd079xvuQLSLqdDgxzgQb1wIbui9usLtKJRDks/XjsFAGbFPAyP6rkE3HhzpMvuZXU1tKJkyRFpr3O27XvsuueeCViIpOeMOe8C2x1ESWVX2e3+/R9aznLOzX+giS3XObE7QTZ+rEbbqeH9HfTTmXTdgdl2XGecK1/b7jnf46HHt369BtQKEUTl61FpQxdOtQqV6FKpnxJIo3KJCsxpFSWOgVmWfE1KJZqkpDWyzKMqt2gZtXaJKiRJpvi8OQZoeQl1xg1jTBknVrlSDdlNR+NEqHqCPvGAPrl8+eBYAE9EAXohliAPogG9ENswADEARRCXEAKxAM0QXyJmhIAYENCQAskAlRCYoAMSDKgC5IC6ICkAmohaYBySDqgApIBqIJk8pwqWYB8SDYgCZIDiCC5gEZIHqAMkg9IhhQDSiDlgCFIBaAUUgnIglQD6iA1gAJIHWAWSDMggLQCfEgboAEyACiGjANSIUuASSArgCLIBkBDNgG9kG2ABTkAGAZyEBCDnAK0Q84DBiE7Ek+rsgtANWRfAsplABIg1wE1kCeANMgrQDZEAAomAjgw6QAPpgiQB1MBGAGmATAKTBegHmYakAszBxgDZhswDsxJwAQwO4AZYG4DQphPgE5832K0RuUYGDlQTgCQjt8+YwpKAMY0lBCMJigRGI1QYmgiEcCcn+US/kHKCGTO6DFrmk0Gmxbdoqzsfr4lkC0uK/rzL6mqToHc413dEwj1Zjksk1EOm8jOBbI6kYCsypqSEZ0IZKusOgMZ8KSgBrYoeDyi3sA7NzarHXPd653rtBwAQlidd/DoBH3xzZ+CNEZXkKPlaTAY9sm1Oh6qjuVEqS5k2zCm46MsJTqLY0GJSBZoh02LuFD5UsoskeqsTYEaYQFiYTvd3hvqM4+hLNtNK2IW3eLVauF0q1W1L+vefW1Rg9NYYmQlPIG9tyxG3IS1AREmzu3BmFRCqMyWQIctPj1+Ndlp+xnzoF57hvLQ/raPjy6Tm1ucKjuL3/1cWQQW5GYhWCg/9/YZSwKiS25cD2yoNqJerwU3Rs29nqApNx2dQnwIPEtu5g2tpTTV+homfMVDeIFwmVV1NR825+axQeRdc4BVdfEXNS+GY0d2o2gqsWLVPNUBJ1Zm5Cx+cgwWAjrvz5m98Jzs/jRtsU0hV7vZNPj3v2GRlfJZRVGDI5t3/7qiTPwodqm+ZuggNciJk2iVYKrLyftRojReNsoaAu+dYvDl4xeEuDFYvjcQpmjztsbdzx75cyBhUrWdMqNYVr1imFFdLPlxxoyvuZSQjluwpUKJXl9x3FM3LlUCHA470lcQvxKKLrO56ynI47IjXE2IAve2P8LsbCHitZEFYgdM1fbh7Fnv7JrvulF1Oz1LSR00e8I6YVTtfb9gNGrG/hsGN3mv/8E37Vi+lQIRIxdDAqs/lE3ubNlNd1jIeitCUpkScCzigkRSgCDkCUzZSEuSwY6SrpYdu0CLBdnhjJdV+hO+wkplUyp61TI5vnALKjxlLeHDFhGAADnw8OnBj8FqjKdOdL/z1zxxOMUb0aDXCqdrzZif1CV/RWOpk73vg3Um06f6+YJUGdWKGZQwox2VznAHUtUGDkQLIijZk32lytU5CVrdsSYEYKzHEQCaLrBQLx31HrQOb5/7YWXNLPV/WJuHVW8TnJ7DrJra/+dFQbYR9qlFxmEnjKtKDSMGJ9YqRcRM+MgLBCNhyDqCVjjVkMVps6cNRg0Erb5Iksi4q/anuzGt8F58eaD1pjpRJRO8Mv6w5pC1hOB5dTiCmHl2fQkbaFVeZCR5avzdvJWAJ7D48XpzEkEbUUykiUGx+ZVVut+t5PE0mODd4pEkIve4a4zkqWAxNXl6c3iHg04jmKrUIxBT2G2G0vXWqp5H3rvcEJaVEwBa8Gu+1Nb06zvobsJ2vguQhRZvewgXJuNFMhWxm0+x1xvABaT1iAAfJjbdW61w1Csxp1YlAISQ+UAgZpGHoCwTnM1Il96ran0OtIf2fs+O74kdms0QVaFI+JASVzscykSNv6vRXTR2iKUqmGBbPGqGuYuRqXGWyxu2n+oqg7EDiE/LELKNi1lW+CyXDy1CRdZCHa+VvvCfKRE3pz0G9lmNaHFOgkMO7Mo5UyHAUvUUzmzL7WWVS/cIN3hiNOJ2XcWMfGnLk4a3kqJbEbSN0eshbeDOKfofufknTp/s7BUW/Jtk7m6Kp9OlsSlOUfO8RaNBs5+QVUaHg3R51EsSZZO+3NDSRqNk0E0U+uJOVYki7dmun1D8rHkJtt/dpf12Wpnu/BWLp42LAS7KmRb/FlLYerRTc4spnHGgSNhW43Ozplg20IlMdoTWpvtk5Ap88K27J43hvXyWFPqPUq8kVi8NFbn8ZjxxU8A8UbhfiaLBfShkgGJ4qiO/N1xeaT1+mBx033QPuIzqTg/+1EUYDXTdj5Pexz/fHRZeH/SG7a92sASmYm/KwOaCimo/dSO7T7Agd6r/iTYhogbjX38Jfjuiz6V++W5FX/3jK+6qf4Y03objug92/2xUArvZmAqWW6NOxHrnIWg117qOJwxgc339t4NBVBmUnyHE4jpywVF9o+3SDHUiC+83Fu/1em9DfS67rXlWfURh9vP8QQlM4gEDQwWi7zR8LarlUhz+TM2oAgbC4nkjPkdWVWolOKSNEp23WDrAsk6H4C+i51XzanwIIi8LX9AqeQ6CyOJs0RFjgMN+N8EtJI6EpZgISg+mI58GxgUp7jAY6zKq3ImZXnkYMzrsJrA0NDGtRgl5xNFEOCaSQWifv4lCghgkURXBIO3gYfRIbxoC1LMjIWWjlRQdoiSB6VB1IX05SbAk2Moqipg8DWSgpdlIWU8WjWLuoG9rK5rJoAQ/DsqkQB8jOMQp2MGIkjcLsKRkUhTwFUg2t8lX3Wl/qT1yuP16JpjcHa5q4VP9H6L88XJgN3rJwVMcdOLLndH6yB1OTd3vtVfcRBZm/jEDq3sRjGjXyXo9JXYs07CcDYUIDmmDv/E93/zqBsPbG1vNnW4A9niK4JniZmw7rHbJiNA5LatmCUpHdikS3WxE/O6teOjnY2RKSpHBFQGs/74PRGcwHP0fwBHUw9iIYFHyAuAod4irPQjY3AawdikSKFcNh45BbCl9n3apr8xeEaxE4F9thmOR+yaluaEDoUoke0CzJJMgqxpFE7Ee7wRnPVwrwRhN24TV+GKAMdPx/xoYh+pxdAPSw9Xb6J1R+OqnedBV1t/wwKtEFWx9Y9kiunvT/eGKPvuj/wNM/m3TFFUa7w1y357tM5VT9vriN/0JZMdqfP7n4EdCxomu5OZk3uY9w4ma+XDTbVAGLAM2RwOJlVSYDvbbrVC9MamzVVdCOnw27Y6fJPBXvbeLg6fa83T520G2IG+ot1hpuBxm9dtUF+NmkFQXs5jqqm5ToigynJmiWd4Xx6gmOLl2ax4NhlE9v3A7bsv5etAj2EEpKkoQY26WYElJ9UwkEUWUKMuCY7UF/BiWaTLa9UIUaBOBWCc4whew1Ihjq7kA5qE2XU/yx2+G7OZ/GDmpjkRHJbu9thqDU8lwApOwo0vxoFMAb0ew2ugcLYIj6bCwk77ZGeCQTYXjgUiitVvIjW8EcL+XLKqrGC2nWaK5VWUlXRQNX4kvSuIjyWylweP0WFopS7UmyuJWZPH68jjiUsuOo3peVRJXpr8YVAbgmR55WXJWnqPDFQt1GoDrpLKUJEq77vua61aU8MmPVkLahPVWfOAMs6DMqy0hj9ULVPVDO4li89X0+AWRpPgqmVYpWPGIy5yH0UKJo8mUGRWZNkQ7rKh6ObX8mhsur2HoNphuUQF4+Nzc7GZr9M8utZWO9p/8RiLKNUyvS4oG3XaucCARZc9rXjG83xQHk/c3+rzUpvskyAx0BoiDTLX7DIW/QKp3dh8hmBHKjtHQA0qNDPRKK0ZLI+ArGcH2DKoIPBm2YsAh8CNQVaglHYRijwFT2zLSc74Zct7bMug0SFvnOxkKwWiwxYL/CtHjk1ssdvH6UE50xfEb+T+to7Tzc/8zVNL/nZ7h74GcuKLVU/0lZXpVGNe/RmHXfMJ1Jy7FpjyyDelWe602FavYpLmQeNhH2kR8SrGuz4jn4YaBPWFZEDgg2sy7rVvkMslI5MYsl9828rzD7MgqgPMHyRFZ65WndEBGqCXnI+xMPg6ES/GRY7psF+jRxZ78uCkVq0cSPSaLphr3VKVg78g53VMFu0xcXS2WNs359l+Y6I39x8jsyv5/i193P5qbzJRt9d8R2ncaW0TFLci2U1bnTc+qlPzapj1uzRwFm9yEK4HGDeQST6TOmmqxyPbBX5JCDSQqhjY76PU3hxOqGH9u/p2Mm0pLa8j1NZW62izscEsPfsQ6Vs3N8bBP8IXibynrs5RUNH/KfE+WmX/RIaqRLJZH+JXAW8Yywl2THfcSp36l96SeGFpnJU7ylqlRUymTyDmnlAphYc274gQaoJFJYm6M7KVUWwjNWhcr0BiebVjg2bB+DA73wixr82CzF66HHKJo53Y4p9kfInVsmPAuLOgE/3gKrrYphav5IjpT4mKwKK46u3yFHc90lwdRWpud2rXvp0fneautvhmaCGes19G4k+jXAz2uHLAFU3OBHSStWzV7IGi1p21VtjKghrdyGt6f7XT3DXfUz0JS98g2HzpmR2+8OTGDtl565Y8+koSeTHDm4KZ2O77rk3MHsl3SCi/3qlToTyb5KW47gjFhYaKDqmKLUsDqpZhPA1Hj+415NHlu3tRcTkgAF2mo0a76uSuBfIv3DvyR4abIqHTFmZvR9syiE0iSm6n+OC2jyc9eSLhilTi9vDDFp3h/D2AhkTcT3XFXyy2v4WORbZjWTqfroyfGPUyLwR2PDsSb1LsgBN1SW7MFzUJBvJAigSpoe3Khq/EHpIIRyEQbBgcaMBFIoABmIAPZV//NBRwSvW1btEsg27dt1G2/H2XbNvDlbP5DILZyshLX/2ESC5yUJz7gDwJePCcmCDm+5Ev4Ye4HvH8Wn+XHktuvF9T/8ABh5YorWNshcNPAmix+lkPJSdgKGeJcFhw03il3LZe8SQjfsYOlFxlY90HP8u0ZgBx4iLD1Ej1z25L117WZAr1dSQeafQaHnGwp4+K5neTgC3cPloovOobAGly43WioJ7S1sUI8RsPt12Ia+AQ04Yc1qlGlJESyszb8yHduYZ5rIg5/zWKp1vgobIO5qfQBTLdEkd8bvWN5PYd+fZjZu4i2RIcp9FQNf40wxGfktdnW/OuvKSnh41DbGgsLjXZGBDHawg+vqydyxR80bUkB5S5Z9zCj3D+8AOmtdNqhv/G0ELlS6bwjvXqi/oEczUpFVmzxODAxn7cYlgYfamt2eiq61vHm5ZcZX2W8fNN5VeT8tL25v+SLj5AxYfI3JSZHUwmE7IF++EUJSBtu8rh6ShOPxTN4exucyeIFVNGAVyU3YgWPx+Ud5bG4lbCKxUT1JyqK0ELUr0b1aMbshehS2CDj6hDdqtSaLIh1lC0XIb3tORYikbnlStUB9GP02jEsB9ShH75EbDdlLT2ksHZsQzH9CUPEblGTa5OLwdUwnKDQdgIfetcQEpe/3LqGpax/KrVmxXsroWed86ecVlccUMKyc8Ta8Q8TU7mm6NFyQmLNKnooBUfGsbbhCw8dL0NL0cPHmW1j3fxSUEL/Bx5LfvCgfFVYWAabSiXI/f3leBqNIPfzl9vvfvXqydPp6QDHEw7qxMSpqcRNmpWagwc0sPBVIpWNR1hZWQZEP3PabdxtegpqSshiHTligNdL69GbN1GXr+8RLXOVVwc2MoIh38GIHEe42Obu4R7prnKHoBuE0NDkEh0GbIptBnQlyQsmBBUV28l7SkxySjFFbirpkYPfvqB6kVKF1KNKpSidqESjqZTlCRTKlOtUm/G2a7/rWEHOq1/Gu3A3kP45FDScQVVQMxyC7A12Xcchf1tbd4v629u7aXqH3v37598u/PqDXBe5sJA55DmE7/gMTsHbnPUiLv/meRWqtjxPUO3nsS27kk0pu4Ld+f5/4Ujq/U5LXg8Kq79R4DQ6aa3UBeEU1d+c3kGb4c3Q9mipgARFm/MBATXHOYfK4DOoUbqG9bEbYhNSPscnf54VGxG7XtcQQVvgL9D2OINnTNF2OCR3acXhztZ53TXBZ3G4VpdD8h3wKJMyKoilbFYHCX6j9OJ7Kb+tekbDEl9n7U14p3Umr/w3cDscPrsH61oGBP4bIniThsNZ40Xf37rn/G+SAhLeRjqTW3DYuTqvzDVjHj+lYfiK0b9uf8J9fHByK4aPt+kchlO+TMqE9JtpJWud32UFB/7Cehl48ydSdZRR/3Wps4E+T+iQT+CsX6c/tC8MnJwMZLlpslQrkwu7OdEkD5DbeAvJCV89d1vrNm3p1y/X+arDc06fyt2xY2IiQ3AiN6f4keXkQqBudDrwny15396rJ5FLm092jIj/s0lvFGsJQWOCbvbyVVLIrwtuQuyfWhuZhY47YZL/lvlrwo7Ora1tO2ZxMjsNmdqgjs6h2wwvpsE8U0hjDYcgoItpXJ9guqSYS2PT5yH4D4ImZMIsbfEwj47Roab92JikS2Jpb6sB+lrhCu9KOswCnU3jCtfSq6G9zeJkdBojBtVNQ7kDi6nwLzBoeQRXmKc5nM9xuI/p0BFdtBw7VkML9uHSxLS3MENHaQyAbEkkM8cpl/3uHTvXKQNxRvRMdkzI7JvDdIs6B544cEcyaiEDw3d/EBvEV+8O+553QE65lA154OQB16jBUbcFdosR56tOA0uQJKCz7Fh0P1ZbSk8EgRDku+LSZa9lzRCH+4ZE/MYlcETiwDdEUqQ4aF42ePnSkONQK2PZ2TdY5+PHnSqP4WZY57xgOJXq0hWmNdo154ByIdjKMfcYwyKaIbz5p5ErYWBWvpTmHNVr5QGjvTFMu9mZ+ccRc2a5JhbSfxqNZcX5+3kI9d1xDpTogFh2+u1Xq2fFaZw8hDndcTRP5xm62rZ5cNBsp7brunnTnJBJnzZ12YWosCpJSWu8MFG9uFGdB2FozrHWHHQP2tWjORCmymusWsw/CnojnmAvGqgaENnjof2Ev39iYizJltRVxgdSrMEwpGFq+LxYZmz/V8P1bAuCo3AejHd2iH1lUEBk8fkZwRknT+hBwMtn6OC9KKO2dlzm2NnRzMRRyGNl8gs/CHNFufZf4qX83oN1kd6S6xDZFQnwAP9gI1paim6kr0jXRTpwlnlvjYvL8h6eieVnEt698Iy2s/tGoggpTrvn9b2YdunWqpED9zNQgwHNYDOVS5M++cs/NgDCkpNWI8vCkKQkJAxkMRdU+XiCKilGDXzyPNl+dX4s+HfUOejFdKey7utUfXhKtPruUG+3lDnRxXoH0TSabfe2SctQotO+kb7TqJKhbXprl41Ox++12m1FsZCVZMuf+/6OkGtY2qPZOE6FuSw6mzJGDmoJIo83fLt/OBR6HC77qFbDipD/fbHp6MZ95HEVd4wCIcd/YIYMIOLdPiiGjkwgaNBOTEfsQ7BeXsOt7z720LpnNqEbcPv7uw6i8oFc7cL2IxuymrTudR63vucdxlNnaEB+5463PfHPzc+Rz5C/b9p24j3sdk9SfVM+R7ObDm5DleALaHa/salprm8C35mHEdREOgscOhPHPMCMZSax+7sJLf2sJIp4gBlCN+v7uiX9fSn7EF9mJPUDejwdrwuk6PqoB8OXae60K3eHiGZGF3FoMoXhzkiZfBDdGKmZYSRhd6/UX9nltA4jo6+28rQamo40+VObBlRHm6bc3tdWxTgYT4mU0uDEUAv9hHKh6sj+vdYxAtEWofkB2o04sutYbtkCF6q/Q4FVB1lIFlFFsJx5aWior19uI9m3VywYUPX3D1lkAeLKSnGAxDLU0hJLcvoRj9cO4n5xLoszGi1D4gCZwSAJeJ6Qw1Tt3aeCuLHWVmmMmqGpNGgm1Zahzg4UpNLWVsuQfa1IUVEjz3fn7spKNWPdkKWjwzKkYfxZTtbfuKHnjC8KnzwsiV7UQrfdaKOiB/NMMjJ4sb2YvKiZRc6uzivWakw4U5TGSyr9BMEFe9t+7riivnEpN20TixHq7Bajeqd4w+HqntfRrnF71bpepWfrDYa7/fbOT1RpoPbzXhZEu0bbgnUOXG66Ap3bjduM05HmB3+Ve/SZ6NPrzvguYNHYgm9sEru4s3Odctne3PrgDHPRc2ZN711PhMhjvGd5sHMQ+MWEL+kJEKzoEfLHBQm2q2VO9Z+REqzG+d6mVsERU0i9X5g0z+9GWfzSvmV50iVhUdCgG4RCt0L2Tbb3ZoJ2kKmeOTSjZgIT/KFra16rZ2IW9SDCrE7hxsZwLn+qR7TMVbJebG4Og9U3N9uLoTiL9YXC7Bz9aG7j2TIW6/c0ZYAcJRwssjqRe/Xa+/GuNZn146N3FsVydgWzyO3c4UANouJIWRz8rjUUzU2/0ypv5MThxYFrY37dI8GqNPzizUGTHgY2h8k6+7Tu99kbBdgtQJb24ebnsH6sb36+D4Fz87g+XP/cHOWW7Dj26BGG/PEekZvnCo95sqJ0Nigzco8u+m2NJQaQn6wo+QW8VBJTun9QkI1q2oLWtqAfgco7tTF6z8y95X+I//B8cy9XN3qlIir0o52OCGNhSQOdg5Pnr53Upu6SJthCRmZxIhKcGkGlUveCE5FtxZBhF7AJ+JiSOGNkEBjNIqKwS0QQmR3WEglEL5eXUYQZ85oc0ubapFG4lqDbv2wliprpRIZxhjhpPrnoEEUE83I+0SXqEhJF5hlCo2hEerMwikAkwLLogNJvbUvgI9juOXmlodF7l3UsCVsa5hY896LRQeuXdtxhujDvKE8C99eybztU1h9Zy8+h6lfu7x8dfyaeIezfRaGX3oaUo+Uh5B0q+p0N99gc0un43Sn2w1naEf5vgLCPGFux/3/jE0p0v+3OgJiuw5oogG3/zpiugJ39ttGUJ+b/K/ZriMI+f6L9mj9MZ3b+QXS5LBQv7BefG6/YLyctitP1C8QvdsaYwX83Buhe5/SlLXso7hfo4haR5BX7x8/JhP2EUHF59OkPeODfKbhiCqQukCVeQ/k5Rltzbs73nnLPBe9QWip1YJRuzMrIzjQOjw5QF0hHRVeYR63K5gB8lpzFB8jlrQ/4S7Gvs7IhP6AKmHJJb3j23qN88WQ41SbNOuXH6UuyEdUUZJX8YMfGdvVvyG1FQsICNuYay46kF+YSsj5/0spIY7R+8SSB8JB46mzXBWOZkp//Ra/UUXbqQr5AUQ5LdcPaYAH6NXsUwkp218+70gNfOL7Lfb7oed4r8cvFWyxN+rkLXUm0VQ2gPNlGXqI0kb9RysP1yG0J3hzzi6TUwJdiWubfi/7Ofy95mHbsoJmzkkAp8aWbug9leQ0+DBelUeOY+YtcVqo2+4kwyvVCpbKNk27COW6Uy1eEFQBHrVHgkFCfeGumf7EIxSCeWcBxPjHZ38+U7lQtkxU4pZvwPa+OxMRp1FJCOObjDyGbHighPh6UIviCEoEAdGTe9n9Zbgx3DpKYTTtebUv+8a0LeqRhZ//FKy3VDh446fWL7NmJwq/tH5HHv+wLX4g8cItrunaiXt1ZfwR76/xT0rYdr3acczoHL1xZs19mUIWXQnwu+XZ06FnjV6OyoXKOG6d8t2z0q8ZnmwJ7rq3PE4Jz7wXPhRfLghdSBHDe/SuIOEHXcO/e4q9i19/9p3Zfx717hwtRr719p3nC21lfKdDzHRzKifV15VxHkZUq1nN39eV6q7rNEOB44Yc/pzZSj9PxdB0WMXHj5g3INCxnTiMb7kjRWsopb9+eXkolezUqleG2dbZlYJm4muNIlkxHQ/ad6N2L7UX7LmEVMlj4b8LCiESr7iQ78EkUSytezmn78Jaq0gJlfmkQsjguzVcWeP6Wi79eHnFNfG35jXJkkY8IhwuGfwk9BluuoLKHYDKSuZSmzy70LPAkvPNNvp8Mb89rDhBdIhBddvZ32XnEC67DCBfigRYiQ04nNu8nDhH3NxPpcgaxfSOi2BAXjLBAIYgiQlEairNiq9m4Uzhl4x3w7JBZgAPfW6u1OvruIsIX/MTdZUkS/GmCJCkGEE7jJQgw/JhlDDXztD10RhnTjx7jz+xmdDeqb6kb7S+kkhBiqsOFVR38aRmZ6nLocr9MnuaAvel8j/0BDVClh1/PtVqPRG5R1AbBBwgmDPk4yP5oRUGCTqas0T6/fj9GiseS6EFDlyr2U7dtfRKxnk/TZJEi11Qt0tpsSToD2xtYr/QW8e30KcmY/rbYoh8zIKxX6bcHeTx+wGNn/udfO0dwNbntPhbVuVwwSov6ytOZbcUfYZfOt3lFdanodh0aK3aO9Qb2+htuq2zslgWDz/OaZzhXV9wzETy63GzT/oq09ftGzPBzwpPjJDmE7EczkcHtzMhILjcPKmwqRka6oQrI5eWyPJuCzAXuSLCM5JPT/Pm9mx+be84h3qzFcOjYJ8dgiu39BiaI674Z/lo9/szAZXIrLPdv36/gQsPbIZwtBT/Ia9p47qy24sM9465DrlMJKUKn+Es/DkvLztrk+SbYEFy4aVLFBIPZkGGFYIhNplOmDY8ECouiuroRPgHRKYL+U2+HmSu9FxqtOVFKKJHgzty7e+3XLfH09nhD5ubNhorKIz0pycHqfALB3HqM2mQPC+9q2n//vXvR/9Ay3w/K8+U/1/DbU1RZYRSIBU2VBi1Mef6SGlpOkuR8Y9Irq5u23ZVwZweuy63L3d6Zi2+1jtFhP8yiBRCe9apeMEhx0etItG/XqmiIKiFe5QaQhPXtsDPmdXwsgMaCzd/P9Sahv8btxfRvhCYFKXZncFksSWHakBR04rYgnR5MWxll7RMDO5OTdEdbIDPaQJGbQFq8CVIsTCw8kSCR/T8tXe8k24rW1aFb7Rdv6F+hYJ+UnRSvUt710DHQrQ88oJ3Bmdq8+ZnLM1ecchkKdKUWVoc+BEv3fn6akkTxoRJxohiG1FbK0CgldsK+xzl4kktUOlKDPMNCPO8UfezYpxSuf1upCLrSX+iGFcjk5OrVQYmDmbvhxRexGhn/xL807fjJfZ5Zlws/hFbs7jB2jATf9VYsDU4lSmMSE2EuG5BNK/uSIqeSruGnV3gs9x3HW1xebdIhTD9YCo+bOV2cLy2J9ZOKYLPWHBw8Mde3vN899eixQWBw9VP/LCp6TGNRC9mP9rjQ2v5kJZ/FZ6st+0ipHhY+/9DfTwQcFMHf3IjOVf/EIrt2IS4fS4gWrlKI1GoUtaoo1kDpwsL/134fAyB+TwO2GMkBCiwp+Uwz5nR4x3EI2wwAegB9BRB/5Az6fp3QoibrnR8xPJLn8Snmb3+nG/OslRPQUeg7MSbsQdex4NY4iiTr/8vBQmeiL5DswnfYxrUGXMWKpzNhAMT/VoNRL9EvYGEo3CRy0DevhAWLpJMwvChZmkKxsmQLXmBbkofxK5ZKe2XjQ5PvG8EEa+/4HFsmX6RtX8VXmIZG4iLGt/fCjJXsJi5g65PfuoItoV/LJC8DJQYwSfI6BjFl8ivXsOXJV05hnPJDfTzKf7sls/NvbZjVwnvZejH6GFZ206H3xuFZNGJyANAdaC0AWK/RuVpF+qbchnY3KwDlyF66J8axKPpbn/KL1n6YpmC1yyjohfLfaDWtZW9R62VE1Kr8GVpnWqnFRFlT5Bp6o2/JFZ3oMx4pv65h0wm+fBbzausdKC5oVMSrcgP6ZzN2Ff3i4pYXglRmVvpmxop/SJT/gtn5Zl1A8HKN/ZCVc6MPm6FexAtXWE0L9z73kn2nc6//bL6uT4Buso0mOl22voEt7E3t6sCzD3O+IvwjNGVF7loukplI9b5/1Qxo8kP9nfRtyuIpSGm+ct7ur085Iu0pl28oFaozNX8kzSEYVTiCWmcXKSXZtZQl0bOUluw1b/e/Szky/Um5kiNJhTYjLWKkMr7PN1N1CA6LJA8JKeHSbHHny/1/o/YWuu1sM/gfu552JunusH/hV2TsaIT0J505VyZlJ3XyZXF0aK0kTScVKrczzjWf9/sSFLpTUs/OVR2C+zlnkeRhXVLC5b2784Of/zdqb6FrudTndf9j19PzT9LdAYL/KjPUpcri7k86c7VeJl8Hd1InX2od7YctSQOerkLldgbDaj7v62srYeUdf7X2b9USL+N9ZgpzKCUkKKWMciqI/wD8H0YgRZoMWUIZF5KsqJpumJbtuJ4fhFGcpFlelFXdtF0/jNO8rNt+nNf9BCtVak1I6Oqw8Ahxf828IKyNTze9EV/Ru7dnk/HAXxeLCs8N0NVeYSTUPCgDrBEanc8JZFvT0Qrr7W1fMV3t6k48nBENSMD4i7aNGmRFdlmgjRz1htKo9OOLcvnbLt0qacKj8RRanK3HDvmZlDsHLn2OHFNsY0DSVUvA629Hdj5IgRxMGSneswqQuGgcE3Dce4ABsmnpnt8Q6wjVdVsC6wKqgzQ3aXVSizSn+uxyMngUH4yf8bQMni8sDZs9pBDWV+1sMo/WSPzi2EszgMWWAk4G+Pn/byKEpsP5aPLCT18rQLVWFVkvEmFZ4kuFu3sydEiFiGNKoLMuZwqeWaSr/S0tT9RsjqiRbqRTiJSsN7xKdD+wRpDGmiVppEvocsCtRi+0hKJY1VTDJgjUkC7ePnU+YO7xdnZ4uwlDkyZtWngTy+91BFoaL9daPEaVwc6R14bac62s9HgBmQGJmzSukv6WsoveKTRlTCnFitTmlMUDsslQGwF43EzPRzppl2TtGX82+dcsQxb3j9tG4qtbFFFkRKodE1CsiTYDAA==") format("woff2"), url("//at.alicdn.com/t/font_1125598_kebm3ylu6on.woff?t=1596855633028") format("woff"), url("//at.alicdn.com/t/font_1125598_kebm3ylu6on.ttf?t=1596855633028") format("truetype"), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url("//at.alicdn.com/t/font_1125598_kebm3ylu6on.svg?t=1596855633028#iconfont") format("svg");
  /* iOS 4.1- */
}
.iconfont[data-v-12d1a8ee] {
  font-family: "iconfont" !important;
}
.iconfont[data-v-12d1a8ee] {
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.iconyonghu1[data-v-12d1a8ee]:before {
  content: "\e6e6";
}
.iconshouji54[data-v-12d1a8ee]:before {
  content: "\e660";
}
.iconzhuanhuan[data-v-12d1a8ee]:before {
  content: "\e655";
}
.icondunpai[data-v-12d1a8ee]:before {
  content: "\e609";
}
.iconzhuanhuanxian[data-v-12d1a8ee]:before {
  content: "\e70b";
}
.iconchangyongtubiao-mianxing-[data-v-12d1a8ee]:before {
  content: "\e608";
}
.iconshuangjiantouxia[data-v-12d1a8ee]:before {
  content: "\e714";
}
.iconweixin[data-v-12d1a8ee]:before {
  content: "\e632";
}
.iconqq[data-v-12d1a8ee]:before {
  content: "\e630";
}
.iconpencil[data-v-12d1a8ee]:before {
  content: "\e7b4";
}
.icondel[data-v-12d1a8ee]:before {
  content: "\e619";
}
.icontishi1[data-v-12d1a8ee]:before {
  content: "\e668";
}
.iconfuxuan[data-v-12d1a8ee]:before {
  content: "\e6ac";
}
.iconfuxuan1-copy[data-v-12d1a8ee]:before {
  content: "\ec0c";
}
.iconhuiyishiqueren_huabanfuben[data-v-12d1a8ee]:before {
  content: "\e618";
}
.iconjiahao1[data-v-12d1a8ee]:before {
  content: "\e61c";
}
.iconqian[data-v-12d1a8ee]:before {
  content: "\e606";
}
.iconqian2[data-v-12d1a8ee]:before {
  content: "\e644";
}
.iconwodexiaoxi[data-v-12d1a8ee]:before {
  content: "\e6bd";
}
.iconqiandao[data-v-12d1a8ee]:before {
  content: "\e878";
}
.icondianzan[data-v-12d1a8ee]:before {
  content: "\e60c";
}
.iconsuoxiao[data-v-12d1a8ee]:before {
  content: "\e616";
}
.iconquanping[data-v-12d1a8ee]:before {
  content: "\e626";
}
.iconjiahao[data-v-12d1a8ee]:before {
  content: "\e6c3";
}
.iconfangdajing1-copy[data-v-12d1a8ee]:before {
  content: "\e876";
}
.iconquan[data-v-12d1a8ee]:before {
  content: "\e748";
}
.icongeren2[data-v-12d1a8ee]:before {
  content: "\e71f";
}
.iconzhekouyouhui[data-v-12d1a8ee]:before {
  content: "\e617";
}
.iconyun[data-v-12d1a8ee]:before {
  content: "\e629";
}
.iconliwuhuodong[data-v-12d1a8ee]:before {
  content: "\e605";
}
.icongerenzhongxin[data-v-12d1a8ee]:before {
  content: "\e651";
}
.iconkujialeqiyezhan_VRquanjingtu[data-v-12d1a8ee]:before {
  content: "\e63d";
}
.iconzuopin[data-v-12d1a8ee]:before {
  content: "\e620";
}
.iconcaiwu[data-v-12d1a8ee]:before {
  content: "\e625";
}
.iconjilu[data-v-12d1a8ee]:before {
  content: "\e61b";
}
.icondingdan[data-v-12d1a8ee]:before {
  content: "\e613";
}
.iconchongzhi0101[data-v-12d1a8ee]:before {
  content: "\e614";
}
.iconjiaoyi[data-v-12d1a8ee]:before {
  content: "\e60b";
}
.iconshoucang1[data-v-12d1a8ee]:before {
  content: "\e615";
}
.iconguanli[data-v-12d1a8ee]:before {
  content: "\e6a4";
}
.iconvip[data-v-12d1a8ee]:before {
  content: "\e6b0";
}
.iconshoucang[data-v-12d1a8ee]:before {
  content: "\e612";
}
.iconxiaoxi[data-v-12d1a8ee]:before {
  content: "\e628";
}
.iconhuiyuan[data-v-12d1a8ee]:before {
  content: "\e737";
}
.iconshezhi[data-v-12d1a8ee]:before {
  content: "\e633";
}
.iconwujiaoxingquanxing[data-v-12d1a8ee]:before {
  content: "\e61a";
}
.iconwujiaoxingquanxing-copy[data-v-12d1a8ee]:before {
  content: "\ec0b";
}
.iconshouye--copy[data-v-12d1a8ee]:before {
  content: "\ec0a";
}
.iconshouye-[data-v-12d1a8ee]:before {
  content: "\e607";
}
.iconadd[data-v-12d1a8ee]:before {
  content: "\e6a3";
}
.iconmima[data-v-12d1a8ee]:before {
  content: "\e60a";
}
.iconyanjing1[data-v-12d1a8ee]:before {
  content: "\e857";
}
.icon44[data-v-12d1a8ee]:before {
  content: "\e6a6";
}
.iconwebicon204[data-v-12d1a8ee]:before {
  content: "\e682";
}
.iconyouxiang[data-v-12d1a8ee]:before {
  content: "\e611";
}
.iconxiala3[data-v-12d1a8ee]:before {
  content: "\e7e1";
}
.iconzhankai[data-v-12d1a8ee]:before {
  content: "\e610";
}
.iconhuo[data-v-12d1a8ee]:before {
  content: "\e601";
}
.icongouwuche1-copy[data-v-12d1a8ee]:before {
  content: "\e600";
}
.icontishi[data-v-12d1a8ee]:before {
  content: "\e656";
}
.iconclose[data-v-12d1a8ee]:before {
  content: "\e602";
}
.iconxiala1-copy[data-v-12d1a8ee]:before {
  content: "\e603";
}
.iconxiala[data-v-12d1a8ee]:before {
  content: "\e604";
}
.iconxiala1[data-v-12d1a8ee]:before {
  content: "\e687";
}
.iconxiala2[data-v-12d1a8ee]:before {
  content: "\e624";
}
.iconshangchuan1[data-v-12d1a8ee]:before {
  content: "\e662";
}
.iconguanbi2[data-v-12d1a8ee]:before {
  content: "\e725";
}
.iconwenhao1[data-v-12d1a8ee]:before {
  content: "\e72d";
}
.iconshanchu1[data-v-12d1a8ee]:before {
  content: "\e74b";
}
.iconxihuanfill[data-v-12d1a8ee]:before {
  content: "\e760";
}
.iconxiangzuo1[data-v-12d1a8ee]:before {
  content: "\e779";
}
.icongouwuche[data-v-12d1a8ee]:before {
  content: "\e64f";
}
.iconshuaxin[data-v-12d1a8ee]:before {
  content: "\ec08";
}
.iconxiangyou-copy[data-v-12d1a8ee]:before {
  content: "\ec09";
}
.iconxiazai[data-v-12d1a8ee]:before {
  content: "\e7a3";
}
.iconyanjing[data-v-12d1a8ee]:before {
  content: "\e62b";
}
[data-v-12d1a8ee] {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  line-height: 1;
}
body[data-v-12d1a8ee] {
  min-width: 1200px;
  font-size: 14px;
  background-color: #f6f6f6;
}
a[data-v-12d1a8ee] {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
textarea[data-v-12d1a8ee]::-webkit-input-placeholder,
input[data-v-12d1a8ee]::-webkit-input-placeholder {
  color: #bbb;
}
button[data-v-12d1a8ee],
textarea[data-v-12d1a8ee],
input[data-v-12d1a8ee] {
  border: none;
  outline: none;
}
input[data-v-12d1a8ee]:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
em[data-v-12d1a8ee] {
  color: #e89300;
  font-style: normal;
}
ul[data-v-12d1a8ee],
li[data-v-12d1a8ee],
ol[data-v-12d1a8ee] {
  list-style: none;
}
img[data-v-12d1a8ee] {
  width: auto;
  height: auto;
  border: none;
  outline: none;
}
a[data-v-12d1a8ee] {
  display: inline-block;
}
i[data-v-12d1a8ee] {
  font-style: normal;
}
.inner[data-v-12d1a8ee] {
  max-width: 1200px;
  margin: 0 auto;
}
.cursor[data-v-12d1a8ee] {
  cursor: pointer;
}
.f-12-fff[data-v-12d1a8ee] {
  font-size: 12px;
  color: #fff;
}
.f-12-666[data-v-12d1a8ee] {
  font-size: 12px;
  color: #666;
}
.f-14-333[data-v-12d1a8ee] {
  font-size: 14px;
  color: #333;
}
.f-14-666[data-v-12d1a8ee] {
  font-size: 14px;
  color: #666;
}
.f-12-999[data-v-12d1a8ee] {
  font-size: 12px;
  color: #999;
}
.f-14-999[data-v-12d1a8ee] {
  font-size: 14px;
  color: #999;
}
.f-14-bbb[data-v-12d1a8ee] {
  font-size: 14px;
  color: #bbb;
}
.f-14-e893[data-v-12d1a8ee] {
  font-size: 14px;
  color: #e89300;
}
.f-14-202020[data-v-12d1a8ee] {
  font-size: 14px;
  color: #202020;
}
.f-18-333[data-v-12d1a8ee] {
  font-size: 18px;
  color: #333;
}
.f-24-fff[data-v-12d1a8ee] {
  font-size: 24px;
  color: #fff;
}
.f-c-e89300[data-v-12d1a8ee] {
  color: #e89300;
}
.f-blod[data-v-12d1a8ee] {
  font-weight: bold;
}
.bg-ffe032[data-v-12d1a8ee] {
  background-color: #ffe032;
}
.bg-ff5050[data-v-12d1a8ee] {
  background-color: #ff5050;
}
.f-align[data-v-12d1a8ee] {
  display: flex;
  align-items: center;
}
.fl-center[data-v-12d1a8ee] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mr-30[data-v-12d1a8ee] {
  margin-right: 30px;
}
.mt20[data-v-12d1a8ee] {
  margin-top: 20px;
}
.br-4[data-v-12d1a8ee] {
  border-radius: 4px;
}
.b1-ddd[data-v-12d1a8ee] {
  border: 1px solid #ddd;
}
.t-over[data-v-12d1a8ee] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.t-over-s[data-v-12d1a8ee] {
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.t-over-ie[data-v-12d1a8ee]::after {
  content: '...';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22px;
  text-align: right;
  background: linear-gradient(to right, transparent, #fff 50%);
}
.bg-url[data-v-12d1a8ee] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
}
.level-icon-bg[data-v-12d1a8ee] {
  width: 20px;
  height: 20px;
  margin-left: 4px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/v5_icon_v20.png");
}
.level-0[data-v-12d1a8ee] {
  background-position: 0 -22px;
}
.level-1[data-v-12d1a8ee] {
  background-position: -30px -22px;
}
.level-3[data-v-12d1a8ee] {
  background-position: -60px -22px;
}
.level-5[data-v-12d1a8ee] {
  background-position: -90px -22px;
}
.level-6[data-v-12d1a8ee] {
  background-position: -120px -22px;
}
.level-7[data-v-12d1a8ee] {
  background-position: -180px -22px;
}
.level-8[data-v-12d1a8ee] {
  background-position: -150px -22px;
}
.icon-vip-star[data-v-12d1a8ee] {
  display: inline-block;
  width: 20px;
  height: 16px;
  background-image: url("https://down.om.cn/home/image/vip-star-xs.png");
  vertical-align: -2px;
}
.f-clear[data-v-12d1a8ee]::after {
  content: '';
  display: block;
  clear: both;
}
.header[data-v-12d1a8ee] {
  background-color: #333;
}
.header .main[data-v-12d1a8ee] {
  display: flex;
  justify-content: space-between;
  height: 35px;
}
.header .main > div[data-v-12d1a8ee] {
  flex: 1;
}
.header .main-left[data-v-12d1a8ee] {
  display: flex;
  align-items: center;
}
.header .main-left .slogan-title[data-v-12d1a8ee] {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #fff;
  height: 100%;
  margin-right: 44px;
}
.header .main-left .slogan-title .slogan[data-v-12d1a8ee] {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
}
.header .main-left .slogan-title li[data-v-12d1a8ee] {
  position: relative;
  cursor: pointer;
}
.header .main-left .slogan-title li[data-v-12d1a8ee]::before {
  content: "";
  position: absolute;
  right: -25px;
  top: 0;
  width: 1px;
  height: 14px;
  background-color: #727272;
}
.header .main-left .website-nav[data-v-12d1a8ee] {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .main-left .website-nav > li[data-v-12d1a8ee] {
  height: 100%;
  margin-right: 30px;
}
.header .main-left .website-nav > li[data-v-12d1a8ee]:last-of-type {
  margin-right: 0;
}
.header .main-left .website-nav > li a[data-v-12d1a8ee],
.header .main-left .website-nav > li .nav-title[data-v-12d1a8ee] {
  font-size: 12px;
  color: #fff;
  line-height: 35px;
  cursor: pointer;
}
.header .main-left .website-nav .nav-list[data-v-12d1a8ee] {
  position: relative;
}
.header .main-left .website-nav .nav-list:hover .dropdown-menu[data-v-12d1a8ee] {
  width: 658px;
  top: 35px;
  visibility: visible;
  opacity: 1;
}
.header .main-left .website-nav .nav-list .dropdown-menu[data-v-12d1a8ee] {
  position: absolute;
  top: 70px;
  left: -57px;
  font-size: 14px;
  padding: 20px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  transition: opacity, top 0.2s;
  z-index: 2;
}
.header .main-left .website-nav .nav-list .dropdown-menu > div[data-v-12d1a8ee] {
  display: flex;
}
.header .main-left .website-nav .nav-list .dropdown-menu ul[data-v-12d1a8ee] {
  width: 103px;
  flex: 1;
  line-height: 30px;
}
.header .main-left .website-nav .nav-list .dropdown-menu ul > li[data-v-12d1a8ee] {
  padding: 0 8px;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #999;
}
.header .main-left .website-nav .nav-list .dropdown-menu ul > li[data-v-12d1a8ee]:first-of-type {
  line-height: 36px;
  background-color: #f3f3f3;
  color: #666;
}
.header .main-left .website-nav .nav-list .dropdown-menu ul > li a[data-v-12d1a8ee] {
  font-size: 14px;
  color: #999;
}
.header .main-left .website-nav .nav-list .dropdown-menu ul > li a[data-v-12d1a8ee]:hover {
  color: #e80000;
}
.header .main-left .website-nav .community-model-nav[data-v-12d1a8ee] {
  position: relative;
}
.header .main-left .website-nav .community-model-nav:hover .model-nav-cate[data-v-12d1a8ee] {
  opacity: 1;
  visibility: visible;
}
.header .main-left .website-nav .community-model-nav a:hover i[data-v-12d1a8ee] {
  width: 24px;
}
.header .main-left .website-nav .community-model-nav a i[data-v-12d1a8ee] {
  position: absolute;
  bottom: 5px;
  left: 50%;
  width: 0;
  height: 2px;
  transform: translateX(-50%);
  transition: all 0.4s;
  border-radius: 4px;
  background-color: #e80000;
}
.header .main-left .website-nav .community-model-nav .model-nav-cate[data-v-12d1a8ee] {
  position: absolute;
  top: 35px;
  left: -19px;
  height: 156px;
  width: 78px;
  opacity: 0;
  visibility: hidden;
  padding: 8px 0;
  border-radius: 4px;
  background-color: #fff;
  transition: all 0.2s;
  z-index: 10;
}
.header .main-left .website-nav .community-model-nav .model-nav-cate li[data-v-12d1a8ee] {
  width: 78px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background-color: #fff;
}
.header .main-left .website-nav .community-model-nav .model-nav-cate li a[data-v-12d1a8ee] {
  font-size: 14px;
  color: #666;
  line-height: 22px;
}
.header .main-left .website-nav .community-model-nav .model-nav-cate li[data-v-12d1a8ee]:hover {
  background-color: #e80000;
}
.header .main-left .website-nav .community-model-nav .model-nav-cate li:hover a[data-v-12d1a8ee] {
  color: #fff;
}
.header .main-right[data-v-12d1a8ee] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .main-right > ul[data-v-12d1a8ee] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  margin-right: 20px;
}
.header .main-right > ul > li[data-v-12d1a8ee] {
  margin-right: 30px;
}
.header .main-right > ul > li[data-v-12d1a8ee]:last-of-type {
  margin-right: 0;
}
.header .main-right > ul > li a[data-v-12d1a8ee] {
  font-size: 12px;
  color: #fff;
  position: relative;
}
.header .main-right > ul > li .red_dot[data-v-12d1a8ee] {
  display: none;
  position: absolute;
  top: -6px;
  right: -17px;
  padding: 2px 4px 2px 2px;
  line-height: 12px;
  border-radius: 10px;
  font-size: 12px;
  background-color: #e80000;
  color: #fff;
  transform: scale(0.8);
}
/*右上角个人信息*/
.common-header-right[data-v-12d1a8ee] {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 20px;
  height: 35px;
}
.common-header-right:hover .dropdown-user[data-v-12d1a8ee] {
  opacity: 1;
  visibility: visible;
}
.common-header-right > a[data-v-12d1a8ee] {
  display: inline-block;
  font-size: 12px;
  color: #fff;
}
.common-header-right .user-avatar[data-v-12d1a8ee] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.common-header-right .login-link[data-v-12d1a8ee] {
  margin-right: 8px;
}
.common-header-right .dropdown-user[data-v-12d1a8ee] {
  position: absolute;
  top: 39px;
  left: -164px;
  width: 232px;
  padding: 18px 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  z-index: 10;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
}
.common-header-right .dropdown-user .main-info[data-v-12d1a8ee] {
  display: flex;
  align-items: center;
}
.common-header-right .dropdown-user .main-info .level[data-v-12d1a8ee] {
  font-size: 12px;
}
.common-header-right .dropdown-user > div > span[data-v-12d1a8ee] {
  display: inline-block;
  max-width: 70%;
}
.common-header-right .dropdown-user .icon_pic[data-v-12d1a8ee] {
  display: inline-block;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 6px;
  text-align: center;
}
.common-header-right .dropdown-user .nameSpan[data-v-12d1a8ee] {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.common-header-right .dropdown-user .level[data-v-12d1a8ee] {
  display: flex;
  align-items: center;
  color: #999;
  font-size: 12px;
}
.common-header-right .dropdown-user .level a[data-v-12d1a8ee] {
  margin-left: 24px;
  text-decoration: underline;
  color: #ED0017;
}
.common-header-right .dropdown-user[data-v-12d1a8ee]:before {
  content: "";
  position: absolute;
  top: -20px;
  right: 19%;
  width: 0;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
.common-header-right .dropdown-user .info[data-v-12d1a8ee] {
  display: flex;
  padding: 10px 14px;
  border-radius: 3px;
  background-color: #f3f3f3;
  line-height: 26px;
  overflow: hidden;
  text-align: center;
}
.common-header-right .dropdown-user .info li[data-v-12d1a8ee] {
  flex: 1;
}
.common-header-right .dropdown-user .info a[data-v-12d1a8ee] {
  display: block;
  font-size: 12px;
  color: #999;
}
.common-header-right .dropdown-user .info a[data-v-12d1a8ee]:hover {
  color: #e80000;
}
.common-header-right .dropdown-user .info a:hover span[data-v-12d1a8ee] {
  color: #e80000;
}
.common-header-right .dropdown-user .info a span[data-v-12d1a8ee] {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #333;
}
.common-header-right .dropdown-user .func-user[data-v-12d1a8ee] {
  display: flex;
  flex-wrap: wrap;
  margin: 6px 0;
  justify-content: center;
  color: #666;
}
.common-header-right .dropdown-user .func-user a[data-v-12d1a8ee] {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 50%;
  line-height: 24px;
  font-size: 12px;
}
.common-header-right .dropdown-user .func-user a[data-v-12d1a8ee]:hover {
  color: #e80000;
}
.common-header-right .dropdown-user .func-user a .iconfont[data-v-12d1a8ee] {
  margin-right: 4px;
}
.common-header-right .dropdown-user .nameLogout[data-v-12d1a8ee] {
  display: block;
  width: 176px;
  height: 30px;
  margin: 0 auto;
  border: 1px solid #ddd;
  line-height: 28px;
  font-size: 12px;
  color: #999;
  text-align: center;
  cursor: pointer;
}
.common-header-right .dropdown-user .nameLogout[data-v-12d1a8ee]:hover {
  background-color: #e80000;
  color: #fff;
}
.bbs-nav[data-v-12d1a8ee] {
  height: 64px;
  background-color: #ffe032;
}
.bbs-nav .inner[data-v-12d1a8ee] {
  display: flex;
  justify-content: space-between;
}
.bbs-nav .logo[data-v-12d1a8ee] {
  display: flex;
  align-items: center;
  margin-right: 64px;
}
.bbs-nav .logo a[data-v-12d1a8ee] {
  width: 164px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
  margin-right: 3px;
  background-position: -293px -14px;
}
.bbs-nav .logo_v5[data-v-12d1a8ee] {
  display: flex;
  align-items: center;
  margin-right: 64px;
}
.bbs-nav .logo_v5 a[data-v-12d1a8ee] {
  width: 164px;
  height: 30px;
}
.bbs-nav .logo_v5 a img[data-v-12d1a8ee] {
  width: 164px;
  height: 30px;
}
.bbs-nav .nav-list[data-v-12d1a8ee] {
  display: flex;
}
.bbs-nav .nav-list li[data-v-12d1a8ee] {
  position: relative;
  width: 64px;
  height: 64px;
  color: #202020;
  margin-right: 16px;
  transition: all 0.5s;
}
.bbs-nav .nav-list li[data-v-12d1a8ee]:last-of-type {
  margin-right: 0;
}
.bbs-nav .nav-list li a[data-v-12d1a8ee] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.bbs-nav .nav-list li[data-v-12d1a8ee]:hover {
  background-color: #fff2bf;
  border-radius: 0 0 10px 10px;
}
.bbs-nav .nav-list li img[data-v-12d1a8ee] {
  position: absolute;
  right: -30px;
  top: 12px;
}
.bbs-nav .nav-list li.active[data-v-12d1a8ee] {
  background-color: #fff2bf;
  border-radius: 0 0 10px 10px;
}
.bbs-nav .nav-search[data-v-12d1a8ee] {
  display: flex;
  align-items: center;
}
.bbs-nav .nav-search .search-box[data-v-12d1a8ee] {
  position: relative;
  width: 218px;
  height: 36px;
}
.bbs-nav .nav-search .search-box i[data-v-12d1a8ee],
.bbs-nav .nav-search .search-box span[data-v-12d1a8ee] {
  position: absolute;
}
.bbs-nav .nav-search .search-box i[data-v-12d1a8ee] {
  left: 11px;
  top: 37%;
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
  margin-right: 3px;
  background-position: -320px -59px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.bbs-nav .nav-search .search-box span[data-v-12d1a8ee] {
  width: 20px;
  height: 20px;
  right: 12px;
  top: 24%;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
  margin-right: 3px;
  background-position: -337px -55px;
  cursor: pointer;
}
.bbs-nav .nav-search .search-box span[data-v-12d1a8ee]:hover {
  background-position: -359px -55px;
}
.bbs-nav .nav-search .search-box input[data-v-12d1a8ee] {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  padding: 0 36px 0 32px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.bbs-nav .nav-search .search-box .active[data-v-12d1a8ee] {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}
.footer-wrap[data-v-12d1a8ee] {
  background-color: #333;
}
.footer-wrap .icon[data-v-12d1a8ee] {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/home/image/icon-10-220325.png");
  vertical-align: middle;
}
.footer-wrap .icon.icon-qq-fill[data-v-12d1a8ee],
.footer-wrap .icon.icon-weibo-fill[data-v-12d1a8ee] {
  width: 20px;
  height: 16px;
}
.footer-wrap .icon.icon-qzone-fill[data-v-12d1a8ee] {
  width: 20px;
  height: 20px;
}
.footer-wrap .icon.icon-qq-fill[data-v-12d1a8ee] {
  background-position: -194px -252px;
}
.footer-wrap .icon.icon-weibo-fill[data-v-12d1a8ee] {
  background-position: -214px -253px;
}
.footer-wrap .icon.icon-qzone-fill[data-v-12d1a8ee] {
  background-position: -238px -251px;
}
.footer-wrap .footer-img[data-v-12d1a8ee] {
  padding-top: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-wrap .footer-img > a[data-v-12d1a8ee] {
  margin: 0 10px;
}
.footer-wrap .footer-img img[data-v-12d1a8ee] {
  max-width: 84px;
}
.footer-wrap .publicity-wrap[data-v-12d1a8ee] {
  max-width: 50%;
  display: flex;
  flex: 1;
  line-height: 1;
  justify-content: center;
  text-align: center;
}
.footer-wrap .publicity-wrap > li[data-v-12d1a8ee] {
  margin-right: 30px;
  font-size: 14px;
}
.footer-wrap .publicity-wrap > li[data-v-12d1a8ee]:first-of-type {
  margin-right: 40px;
}
.footer-wrap .publicity-wrap > li.multi-code[data-v-12d1a8ee] {
  display: flex;
}
.footer-wrap .publicity-wrap > li.multi-code .tab[data-v-12d1a8ee] {
  margin-right: 8px;
  height: 146px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer-wrap .publicity-wrap > li.multi-code .tab li[data-v-12d1a8ee] {
  cursor: pointer;
  width: 26px;
  height: 26px;
  opacity: 0.5;
  margin-bottom: 4px;
  transition: ease 0.3s;
}
.footer-wrap .publicity-wrap > li.multi-code .tab li[data-v-12d1a8ee]:last-of-type {
  margin-bottom: 0;
}
.footer-wrap .publicity-wrap > li.multi-code .tab li.active[data-v-12d1a8ee] {
  opacity: 1;
  transition: ease 0.3s;
}
.footer-wrap .publicity-wrap > li.multi-code .tab li img[data-v-12d1a8ee] {
  margin-bottom: 0;
}
.footer-wrap .publicity-wrap img[data-v-12d1a8ee] {
  display: block;
  width: 146px;
  max-height: 146px;
  margin-bottom: 14px;
  border-radius: 4px;
  overflow: hidden;
}
.footer-wrap .contact-wrap[data-v-12d1a8ee] {
  line-height: 1;
  margin-left: 12px;
  font-size: 14px;
  white-space: nowrap;
}
.footer-wrap .contact-wrap b[data-v-12d1a8ee] {
  font-family: 'Microsoft YaHei';
  font-size: 30px;
  color: #f0f0f0;
}
.footer-wrap .contact-wrap > li[data-v-12d1a8ee]:last-child {
  margin-top: 30px;
}
.footer-wrap .contact-wrap > li:last-child a[data-v-12d1a8ee] {
  display: inline-block;
  min-width: 34px;
  min-height: 34px;
  line-height: 34px;
  margin-right: 6px;
  padding: 0 8px;
  border-radius: 4px;
  text-align: center;
  background-color: #222;
  color: #999;
}
.footer-wrap .contact-wrap > li:last-child a[data-v-12d1a8ee]:first-child {
  width: 148px;
}
.footer-wrap .contact-wrap > li:last-child a[data-v-12d1a8ee]:hover {
  background-color: #e80000;
  color: #fff;
}
.footer-wrap .contact-wrap > li:last-child a:hover .icon-qq-fill[data-v-12d1a8ee] {
  background-position: -194px -277px;
}
.footer-wrap .contact-wrap > li:last-child a:hover .icon-weibo-fill[data-v-12d1a8ee] {
  background-position: -214px -276px;
}
.footer-wrap .contact-wrap > li:last-child a:hover .icon-qzone-fill[data-v-12d1a8ee] {
  background-position: -238px -274px;
}
.footer-wrap .copyright-wrap[data-v-12d1a8ee] {
  line-height: 40px;
  font-size: 12px;
  color: #999;
  text-align: center;
}
.footer-wrap .copyright-wrap a[data-v-12d1a8ee] {
  color: #666;
}
.footer-wrap .copyright-wrap a[data-v-12d1a8ee]:hover {
  color: #e80000;
  text-decoration: underline;
}
.footer-wrap .copyright-wrap b[data-v-12d1a8ee] {
  font-weight: normal;
}
.footer-wrap .copyright-wrap > span[data-v-12d1a8ee] {
  color: #666;
}
.footer-content[data-v-12d1a8ee] {
  display: flex;
  width: 1800px;
  height: 270px;
  margin: 0 auto;
  padding-top: 30px;
  align-items: flex-start;
  border-bottom: 1px solid #4b4b4b;
  font-size: 12px;
  color: #999999;
}
.footer-content .quick-link[data-v-12d1a8ee] {
  margin-right: 40px;
}
.footer-content .quick-link[data-v-12d1a8ee] > * {
  display: block;
  min-height: 26px;
  line-height: 26px;
  margin-bottom: 10px;
  cursor: pointer;
  color: inherit;
}
.footer-content .quick-link[data-v-12d1a8ee] > *:hover {
  color: #f0f0f0;
}
.footer-content .disclaimer[data-v-12d1a8ee] {
  position: relative;
  white-space: nowrap;
  cursor: auto;
}
.footer-content .disclaimer[data-v-12d1a8ee]:hover {
  color: #999;
}
.footer-content .disclaimer span[data-v-12d1a8ee] {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer-content .disclaimer a[data-v-12d1a8ee] {
  text-decoration: underline;
}
.footer-content > ul:first-child > li[data-v-12d1a8ee] {
  width: 66px;
  height: 26px;
  line-height: 26px;
  margin-right: 24px;
  margin-bottom: 10px;
  border-radius: 4px;
  background-color: #222;
  text-align: center;
  color: #fff;
}
.footer-content img[data-v-12d1a8ee] {
  max-width: 100%;
}
@media only screen and (max-width: 1800px) {
.main-container[data-v-12d1a8ee],
  .footer-content[data-v-12d1a8ee] {
    width: 1500px;
}
}
@media only screen and (max-width: 1500px) {
.footer-content[data-v-12d1a8ee] {
    width: 1200px;
}
.footer-wrap .publicity-wrap > li[data-v-12d1a8ee] {
    margin-right: 30px;
}
.footer-wrap .publicity-wrap > li img[data-v-12d1a8ee] {
    width: 130px;
}
.footer-wrap .publicity-wrap > li[data-v-12d1a8ee]:last-child {
    margin-right: 15px;
}
.footer-wrap .publicity-wrap > li[data-v-12d1a8ee]:first-of-type {
    margin-right: 24px;
}
.footer-wrap .publicity-wrap > li.multi-code .tab[data-v-12d1a8ee] {
    height: 120px;
}
.footer-wrap .publicity-wrap > li.multi-code .tab li[data-v-12d1a8ee] {
    width: 21px;
    height: 21px;
    margin-right: 0;
}
.icon.icon-contact[data-v-12d1a8ee] {
    display: none;
}
}
.friend-link[data-v-12d1a8ee] {
  max-width: 1500px;
  margin: 0 auto;
  line-height: 28px;
  padding-bottom: 30px;
}
.friend-link .fr[data-v-12d1a8ee] {
  float: right;
  line-height: 80px;
}
.friend-link .btn-default-fill[data-v-12d1a8ee] {
  display: inline-block;
  min-width: 88px;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
  background-color: #eeeeee;
  text-align: center;
  color: #666666;
}
.friend-link .btn-default-fill[data-v-12d1a8ee]:hover {
  background-color: #e80000;
  color: #fff;
}
.friend-link .model-title[data-v-12d1a8ee] {
  position: relative;
  height: 80px;
  line-height: 80px;
  letter-spacing: 1px;
  font-size: 12px;
  color: #ccc;
  overflow: hidden;
}
.friend-link .model-title h3[data-v-12d1a8ee] {
  display: inline;
  margin-right: 4px;
  padding-left: 10px;
  color: #333;
  font-size: 20px;
  font-weight: 400;
  vertical-align: baseline;
}
.friend-link .model-title h3[data-v-12d1a8ee]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 26px;
  height: 18px;
  border: 3px solid #ffe032;
  border-radius: 4px;
}
.friend-link > a[data-v-12d1a8ee] {
  padding-right: 26px;
  white-space: nowrap;
  font-size: 12px;
  color: #666;
}
.bbs-common-side[data-v-12d1a8ee] {
  position: fixed;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 4px;
  z-index: 2;
}
.bbs-common-side li[data-v-12d1a8ee] {
  position: relative;
  width: 52px;
  height: 66px;
  transition: all 0.5s;
}
.bbs-common-side li .item[data-v-12d1a8ee],
.bbs-common-side li > a[data-v-12d1a8ee] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.5s;
}
.bbs-common-side li .item[data-v-12d1a8ee]::before,
.bbs-common-side li > a[data-v-12d1a8ee]::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 13px;
  height: 1px;
  width: 26px;
  background-color: #ddd;
}
.bbs-common-side li .side-icon[data-v-12d1a8ee] {
  display: block;
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
  margin-right: 3px;
}
.bbs-common-side li[data-v-12d1a8ee]:hover {
  background-color: #ffe032;
}
.bbs-common-side li:hover > a > span[data-v-12d1a8ee],
.bbs-common-side li:hover .item > span[data-v-12d1a8ee] {
  color: #333;
}
.bbs-common-side .publish .side-icon[data-v-12d1a8ee] {
  background-position: -14px -15px;
}
.bbs-common-side .publish:hover .side-icon[data-v-12d1a8ee] {
  background-position: -44px -15px;
}
.bbs-common-side .service .side-icon[data-v-12d1a8ee] {
  background-position: -14px -48px;
}
.bbs-common-side .service:hover .side-icon[data-v-12d1a8ee] {
  background-position: -44px -48px;
}
.bbs-common-side .service:hover .service-box[data-v-12d1a8ee] {
  right: 52px;
  opacity: 1;
  visibility: visible;
}
.bbs-common-side .service .service-box[data-v-12d1a8ee] {
  position: absolute;
  right: 102px;
  top: 0;
  width: 270px;
  height: 334px;
  padding-right: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.bbs-common-side .service .service-main[data-v-12d1a8ee] {
  padding: 8px 0 0 0;
  background-color: #fff;
  border-radius: 4px;
}
.bbs-common-side .service .service-main > div[data-v-12d1a8ee] {
  display: flex;
  padding: 16px 0 16px 24px;
  border-bottom: 1px solid #ddd;
}
.bbs-common-side .service .service-main > div[data-v-12d1a8ee]:last-of-type {
  border-bottom: none;
}
.bbs-common-side .service .service-main .title-icon[data-v-12d1a8ee] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
  margin-right: 3px;
}
.bbs-common-side .service .service-main .content p[data-v-12d1a8ee] {
  margin-bottom: 14px;
  font-size: 14px;
  color: #666;
  display: flex;
}
.bbs-common-side .service .service-main .content p[data-v-12d1a8ee]:last-of-type {
  margin-bottom: 0;
}
.bbs-common-side .service .service-main .content .title[data-v-12d1a8ee] {
  font-size: 15px;
  color: #202020;
  margin-bottom: 12px;
}
.bbs-common-side .service .service-main .content .qq-icon[data-v-12d1a8ee] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
  margin-right: 3px;
  background-position: -283px -92px;
}
.bbs-common-side .service .service-main .qq .title-icon[data-v-12d1a8ee] {
  background-position: -207px -90px;
}
.bbs-common-side .service .service-main .qq a[data-v-12d1a8ee]:hover {
  font-size: 14px;
  color: #e89300;
}
.bbs-common-side .service .service-main .qq .wechat-contact[data-v-12d1a8ee] {
  display: flex;
  margin-top: 14px;
}
.bbs-common-side .service .service-main .qq .wechat-contact > span[data-v-12d1a8ee] {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-image: url("https://down.om.cn/home/image/wechat_code_06.png");
  background-size: cover;
}
.bbs-common-side .service .service-main .business .title-icon[data-v-12d1a8ee] {
  background-position: -231px -90px;
}
.bbs-common-side .service .service-main .tel .title-icon[data-v-12d1a8ee] {
  background-position: -257px -90px;
}
.bbs-common-side .service .service-main .tel .title[data-v-12d1a8ee] {
  font-size: 18px;
  font-weight: 600;
}
.bbs-common-side .fans .side-icon[data-v-12d1a8ee] {
  background-position: -14px -75px;
}
.bbs-common-side .fans:hover .side-icon[data-v-12d1a8ee] {
  background-position: -44px -75px;
}
.bbs-common-side .fans:hover .fandom-box[data-v-12d1a8ee] {
  right: 52px;
  opacity: 1;
  visibility: visible;
}
.bbs-common-side .fans .fandom-box[data-v-12d1a8ee] {
  position: absolute;
  right: 102px;
  top: 0;
  padding-right: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.bbs-common-side .fans .fandom-box .fandom-main[data-v-12d1a8ee] {
  width: 116px;
  height: 190px;
  padding: 16px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
.bbs-common-side .fans .fandom-box .fandom-main > p[data-v-12d1a8ee] {
  margin-bottom: 14px;
  height: 14px;
}
.bbs-common-side .fans .fandom-box .fandom-main > p .group-icon[data-v-12d1a8ee] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  background-position: -301px -91px;
}
.bbs-common-side .fans .fandom-box .fandom-main > p .full[data-v-12d1a8ee] {
  margin-left: 2px;
  font-size: 12px;
  color: #ff4f4f;
  vertical-align: 1px;
}
.bbs-common-side .mini .side-icon[data-v-12d1a8ee] {
  background-position: -14px -101px;
}
.bbs-common-side .mini:hover .side-icon[data-v-12d1a8ee] {
  background-position: -44px -101px;
}
.bbs-common-side .mini:hover .qrcode-box[data-v-12d1a8ee] {
  right: 52px;
  opacity: 1;
  visibility: visible;
}
.bbs-common-side .mini .qrcode-box[data-v-12d1a8ee] {
  position: absolute;
  right: 102px;
  top: 0;
  padding-right: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.bbs-common-side .mini .qrcode-box .qrcode-main[data-v-12d1a8ee] {
  width: 150px;
  height: 150px;
  padding: 16px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
.bbs-common-side .mini .qrcode-box .qrcode-main img[data-v-12d1a8ee] {
  width: 118px;
  height: 118px;
}
.bbs-common-side .feedback .side-icon[data-v-12d1a8ee] {
  background-position: -14px -130px;
}
.bbs-common-side .feedback:hover .side-icon[data-v-12d1a8ee] {
  background-position: -44px -130px;
}
.bbs-common-side .back-top[data-v-12d1a8ee] {
  height: 34px;
}
.bbs-common-side .back-top > div[data-v-12d1a8ee] {
  height: 30px;
}
.bbs-common-side .back-top > div[data-v-12d1a8ee]::before {
  display: none;
}
.bbs-common-side .back-top > div .side-icon[data-v-12d1a8ee] {
  height: 24px;
}
.bbs-common-side .back-top .side-icon[data-v-12d1a8ee] {
  background-position: -14px -157px;
}
.bbs-common-side .back-top:hover .side-icon[data-v-12d1a8ee] {
  background-position: -44px -157px;
}
.model[data-v-12d1a8ee] {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99999;
}
.model .model-main[data-v-12d1a8ee] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}
.model .model-main .close-btn[data-v-12d1a8ee] {
  display: block;
  position: absolute;
  top: 14px;
  right: 14px;
  width: 12px;
  height: 12px;
  background-position: -320px -58px;
  cursor: pointer;
}
.proposal-box .model-main[data-v-12d1a8ee] {
  width: 610px;
  height: 404px;
}
.proposal-box .model-main .proposal-main[data-v-12d1a8ee] {
  flex-direction: column;
}
.proposal-box .model-main .proposal-main ul li[data-v-12d1a8ee] {
  text-align: center;
}
.proposal-box .model-main .proposal-main ul li[data-v-12d1a8ee]:first-of-type {
  margin: 36px 0 20px 0;
  font-size: 18px;
  color: #333;
}
.proposal-box .model-main .proposal-main ul li[data-v-12d1a8ee]:nth-of-type(3) {
  margin: 14px 0;
}
.proposal-box .model-main .proposal-main ul li input[type="text"][data-v-12d1a8ee] {
  width: 480px;
  height: 42px;
  padding: 0 20px;
  font-size: 14px;
  color: #666;
  border: solid 1px #dddddd;
  border-radius: 4px;
}
.proposal-box .model-main .proposal-main ul li textarea[data-v-12d1a8ee] {
  width: 480px;
  height: 150px;
  padding: 10px 20px;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 14px;
  font-family: inherit;
  color: #666;
  border: solid 1px #dddddd;
  border-radius: 4px;
  resize: none;
}
.proposal-box .model-main .proposal-main ul li button[data-v-12d1a8ee] {
  width: 120px;
  height: 40px;
  background-color: #ffe032;
  border-radius: 4px;
  cursor: pointer;
}
.proposal-box .model-main .proposal-main ul li button[data-v-12d1a8ee]:hover {
  background-color: #ffd132;
}
.wx-share .model-main[data-v-12d1a8ee] {
  width: 325px;
  height: 340px;
  text-align: center;
}
.wx-share .model-main .share-main[data-v-12d1a8ee] {
  flex-direction: column;
  height: 100%;
  padding: 14px;
}
.wx-share .model-main .share-main > span[data-v-12d1a8ee] {
  display: block;
  width: 200px;
  line-height: 22px;
  margin-bottom: 24px;
}
.wx-share .model-main .share-main #qrcode[data-v-12d1a8ee] {
  margin-top: 24px;
  background-color: #eee;
}
.big-cate-title[data-v-12d1a8ee] {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 14px;
}
.big-cate-title .title[data-v-12d1a8ee] {
  position: relative;
  height: 24px;
  line-height: 24px;
  font-size: 20px;
  letter-spacing: 2px;
  color: #333;
}
.big-cate-title .title[data-v-12d1a8ee]::before {
  content: '';
  float: left;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
  background-position: -176px -53px;
}
.big-cate-title .more[data-v-12d1a8ee]:hover {
  color: #e89300;
}
.breadcrumb[data-v-12d1a8ee] {
  margin: 24px 0;
}
.pagination[data-v-12d1a8ee] {
  width: 100%;
  height: 94px;
  font-size: 12px;
  color: #666;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
}
.pagination ul[data-v-12d1a8ee] {
  display: flex;
}
.pagination ul li[data-v-12d1a8ee] {
  height: 36px;
  margin-right: 6px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 34px;
}
.pagination ul li.active[data-v-12d1a8ee] {
  color: #202020;
  background-color: #ffe032;
  border: none;
}
.pagination ul li > a[data-v-12d1a8ee],
.pagination ul li > span[data-v-12d1a8ee] {
  display: block;
  width: 100%;
  height: 100%;
  line-height: normal;
  line-height: initial;
}
.popular-tag[data-v-12d1a8ee] {
  width: 340px;
  min-height: 200px;
  padding: 20px 10px 0 18px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 4px;
}
.popular-tag .title[data-v-12d1a8ee] {
  font-size: 18px;
}
.popular-tag .tag-list[data-v-12d1a8ee] {
  display: flex;
  flex-wrap: wrap;
}
.popular-tag .tag-list li[data-v-12d1a8ee] {
  padding: 8px 10px;
  margin: 0 8px 12px 0;
  background-color: #eee;
  border-radius: 4px;
  cursor: pointer;
}
.popular-tag .tag-list li[data-v-12d1a8ee]:hover,
.popular-tag .tag-list li.active[data-v-12d1a8ee] {
  background-color: #ffe032;
}
.popular-tag .tag-list li:hover span[data-v-12d1a8ee],
.popular-tag .tag-list li.active span[data-v-12d1a8ee] {
  color: #202020;
}
.popular-tag .tag-list li span[data-v-12d1a8ee] {
  font-size: 14px;
  color: #666;
}
.cate-list[data-v-12d1a8ee] {
  margin: 14px 0;
}
.cate-list li[data-v-12d1a8ee] {
  width: 840px;
  height: 150px;
  margin-bottom: 14px;
  background-color: #fff;
  border-radius: 4px;
  transition: all 0.5s;
}
.cate-list li > a[data-v-12d1a8ee] {
  display: flex;
}
.cate-list li[data-v-12d1a8ee]:last-of-type {
  margin-bottom: 0;
}
.cate-list li[data-v-12d1a8ee]:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}
.cate-list li:hover .wrap-r .title[data-v-12d1a8ee] {
  color: #e89300;
}
.cate-list li .wrap-l[data-v-12d1a8ee] {
  flex-shrink: 0;
  width: 200px;
  height: 150px;
  background-color: #eee;
  overflow: hidden;
}
.cate-list li .wrap-l img[data-v-12d1a8ee] {
  width: 100%;
  height: 100%;
  border-radius: 4px 0 0 4px;
}
.cate-list li .wrap-r[data-v-12d1a8ee] {
  padding: 22px 30px 20px 18px;
  width: 640px;
}
.cate-list li .wrap-r span[data-v-12d1a8ee] {
  display: block;
}
.cate-list li .wrap-r .title[data-v-12d1a8ee] {
  font-size: 18px;
  font-weight: bold;
  color: #202020;
}
.cate-list li .wrap-r .desc[data-v-12d1a8ee] {
  max-width: 590px;
  margin: 14px 0 44px 0;
}
.cate-list li .wrap-r .active-during[data-v-12d1a8ee] {
  display: flex;
  align-items: center;
}
.cate-list li .wrap-r .active-during .active-status[data-v-12d1a8ee] {
  padding: 4px 10px;
  margin-right: 6px;
  font-size: 12px;
  color: #fff;
  background-color: #bbb;
  border-radius: 4px;
}
.cate-list li .wrap-r .active-during .active-status.active[data-v-12d1a8ee] {
  color: #fff;
  background-color: #ff5050;
}
.ask-list > li[data-v-12d1a8ee] {
  position: relative;
  width: 100%;
  height: 122px;
  margin-bottom: 14px;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.ask-list > li[data-v-12d1a8ee]:last-of-type {
  margin-bottom: 0;
}
.ask-list > li[data-v-12d1a8ee]:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
}
.ask-list > li:hover .question[data-v-12d1a8ee] {
  color: #e89300;
}
.ask-list > li:hover .question[data-v-12d1a8ee]::before {
  background-position: -264px -59px;
}
.ask-list > li > a[data-v-12d1a8ee] {
  width: 100%;
  padding: 22px 0;
}
.ask-list > li > a .question[data-v-12d1a8ee] {
  display: block;
  padding: 0 30px 14px 22px;
  font-size: 16px;
  color: #202020;
  line-height: 22px;
}
.ask-list > li > a .question[data-v-12d1a8ee]::before {
  content: "";
  float: left;
  width: 26px;
  height: 22px;
  margin-right: 6px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
  background-position: -231px -59px;
}
.ask-list > li > a .question em[data-v-12d1a8ee] {
  color: #e89300;
}
.ask-list > li > a .desc[data-v-12d1a8ee] {
  display: -webkit-box;
  height: 44px;
  margin: 0 56px;
  line-height: 22px;
}
.solved-icon[data-v-12d1a8ee] {
  margin-right: 0 !important;
}
.solved-icon[data-v-12d1a8ee] {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 64px;
  background-position: -84px -109px;
}
.bg-url[data-v-12d1a8ee] {
  margin-right: 3px;
}
.solved-question[data-v-12d1a8ee] {
  margin-bottom: 40px;
  background-color: #fff;
}
.solved-question > span[data-v-12d1a8ee],
.solved-question .publish-question-btn[data-v-12d1a8ee] {
  display: block;
  text-align: center;
}
.solved-question > span[data-v-12d1a8ee] {
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: bold;
  color: #202020;
}
.solved-question > span .solved-num[data-v-12d1a8ee] {
  color: #e89300;
}
.solved-question > a[data-v-12d1a8ee] {
  width: 100%;
}
.solved-question > a .publish-question-btn[data-v-12d1a8ee] {
  width: 248px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  font-size: 14px;
  color: #202020;
  background-color: #ffe032;
  border-radius: 4px;
  cursor: pointer;
}
.solved-question > a .publish-question-btn[data-v-12d1a8ee]:hover {
  background-color: #ffd132;
}
.content-r .solved-question[data-v-12d1a8ee] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 184px;
  margin-bottom: 30px;
  border-radius: 4px;
}
.content-r .solved-question > span[data-v-12d1a8ee] {
  margin-bottom: 28px;
}
.content-r .related-ask[data-v-12d1a8ee] {
  width: 340px;
  padding: 20px 20px 12px 20px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 4px;
}
.content-r .related-ask .big-cate-title .title[data-v-12d1a8ee] {
  font-size: 18px;
}
.content-r .related-ask ul > li[data-v-12d1a8ee] {
  height: 72px;
  border-top: 1px solid #eee;
}
.content-r .related-ask ul > li:hover .question[data-v-12d1a8ee] {
  color: #e89300;
  text-decoration: underline;
}
.content-r .related-ask ul > li a[data-v-12d1a8ee] {
  width: 100%;
  height: 100%;
  padding: 16px 0;
}
.content-r .related-ask ul > li a .question[data-v-12d1a8ee] {
  height: 44px;
  line-height: 22px;
}
.category-list[data-v-12d1a8ee] {
  display: flex;
  align-items: center;
  width: 840px;
  height: 46px;
  background-color: #fff;
  border-radius: 4px;
}
.category-list li[data-v-12d1a8ee] {
  position: relative;
  margin-left: 60px;
  cursor: pointer;
}
.category-list li[data-v-12d1a8ee]:first-of-type {
  margin-left: 40px;
}
.category-list li:hover > a > span[data-v-12d1a8ee],
.category-list li.active > a > span[data-v-12d1a8ee] {
  color: #e89300;
}
.category-list li:hover i[data-v-12d1a8ee],
.category-list li.active i[data-v-12d1a8ee] {
  width: 28px;
}
.category-list li > a[data-v-12d1a8ee] {
  height: 46px;
  line-height: 46px;
}
.category-list li i[data-v-12d1a8ee] {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 4px;
  transform: translateX(-50%);
  transition: all 0.4s;
  border-radius: 2px;
  background-color: #ffe032;
}
.content-l[data-v-12d1a8ee] {
  width: 840px;
}
.content-l .content-page[data-v-12d1a8ee] {
  width: 100%;
  padding: 0 30px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  word-wrap: break-word;
}
.content-l .content-page .page-top[data-v-12d1a8ee] {
  position: relative;
  border-bottom: 1px solid #eeeeee;
}
.content-l .content-page .page-top .title[data-v-12d1a8ee] {
  padding: 26px 0 20px 0;
  font-size: 20px;
  font-weight: bold;
  color: #202020;
}
.content-l .content-page .page-top .page-state[data-v-12d1a8ee] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.content-l .content-page .page-top .page-state .cate-and-date[data-v-12d1a8ee] {
  display: flex;
  align-items: center;
}
.content-l .content-page .page-top .page-state .cate-and-date .cate[data-v-12d1a8ee] {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.content-l .content-page .page-top .page-state .cate-and-date .cate .avatar[data-v-12d1a8ee] {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  background-color: #eee;
  border-radius: 50%;
}
.content-l .content-page .page-top .page-state .like-and-view li[data-v-12d1a8ee] {
  float: left;
  margin-left: 16px;
  font-size: 12px;
  color: #999;
}
.content-l .content-page .page-top .page-state .like-and-view li span[data-v-12d1a8ee] {
  display: inline-block;
}
.content-l .content-page .page-top .page-state .like-and-view li .like[data-v-12d1a8ee] {
  width: 14px;
  height: 14px;
  background-position: -320px -77px;
}
.content-l .content-page .page-top .page-state .like-and-view li .view[data-v-12d1a8ee] {
  width: 14px;
  height: 14px;
  background-position: -355px -91px;
}
.content-l .content-page .page-top .solved-icon[data-v-12d1a8ee] {
  display: none;
  position: absolute;
  top: 0;
  right: -30px;
  width: 80px;
  height: 64px;
  background-position: -84px -109px;
}
.content-l .content-page .page-main[data-v-12d1a8ee] {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}
.content-l .content-page .page-main p[data-v-12d1a8ee] {
  line-height: 26px;
  letter-spacing: 1px;
}
.content-l .content-page .page-main img[data-v-12d1a8ee] {
  max-width: 100%;
  margin: 30px 0;
}
.content-l .content-page .page-main table[data-v-12d1a8ee] {
  max-width: 780px !important;
}
.content-l .content-page .page-bottom .cate-tag[data-v-12d1a8ee] {
  display: flex;
  margin-top: 16px;
}
.content-l .content-page .page-bottom .cate-tag p[data-v-12d1a8ee]:first-of-type {
  margin-right: 2px;
}
.content-l .content-page .page-bottom .cate-tag .tag a[data-v-12d1a8ee] {
  position: relative;
  margin: 0 10px;
}
.content-l .content-page .page-bottom .cate-tag .tag a[data-v-12d1a8ee]:not(:last-of-type)::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: -10px;
  width: 1px;
  height: 14px;
  background-color: #eeeeee;
}
.content-l .content-page .page-bottom .btn-wrap[data-v-12d1a8ee] {
  padding: 38px 0;
}
.content-l .content-page .page-bottom .btn-wrap .like-btn[data-v-12d1a8ee] {
  width: 148px;
  height: 50px;
  background-color: #bbbbbb;
  border-radius: 4px;
  cursor: pointer;
}
.content-l .content-page .page-bottom .btn-wrap .like-btn .like[data-v-12d1a8ee] {
  display: inline-block;
  width: 24px;
  height: 30px;
  margin-right: 8px;
  background-position: -176px -84px;
}
.content-l .content-page .page-bottom .btn-wrap .like-btn.active[data-v-12d1a8ee] {
  background-color: #ffe032;
}
.content-l .content-page .page-bottom .btn-wrap .like-btn[data-v-12d1a8ee]:hover {
  background-color: #ffd132;
  box-shadow: 0px 4px 8px 0px rgba(255, 184, 60, 0.32);
}
.content-l .content-page .page-bottom .disclaimer[data-v-12d1a8ee] {
  padding: 10px 0 30px 0;
  color: #e80000;
  line-height: 26px;
}
.content-l .content-comment[data-v-12d1a8ee] {
  width: 100%;
  padding: 30px 30px 0 30px;
  background-color: #fff;
  border-radius: 4px;
}
.content-l .content-comment .big-cate-title > .title[data-v-12d1a8ee] {
  font-size: 16px;
}
.content-l .content-comment .rich-text[data-v-12d1a8ee] {
  width: 780px;
  height: 180px;
  background-color: #f5f5f5;
  padding: 16px;
}
.content-l .content-comment .p1[data-v-12d1a8ee] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}
.content-l .content-comment .p1 .comment-num[data-v-12d1a8ee] {
  font-size: 16px;
  font-weight: bold;
  color: #202020;
}
.content-l .content-comment .p1 .publish-btn[data-v-12d1a8ee] {
  display: inline-block;
  width: 120px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #ffe032;
  border-radius: 3px;
  cursor: pointer;
}
.content-l .content-comment .p1 .publish-btn[data-v-12d1a8ee]:hover {
  background-color: #ffd132;
}
.content-l .content-comment .comment-list > ul > li[data-v-12d1a8ee] {
  padding: 20px 0;
  border-top: 1px solid #eee;
}
.content-l .content-comment .comment-list > ul > li[data-v-12d1a8ee]:last-of-type {
  border-bottom: none;
}
.content-l .content-comment .comment-list > ul > li .user-info[data-v-12d1a8ee] {
  display: flex;
  align-items: center;
  position: relative;
}
.content-l .content-comment .comment-list > ul > li .user-info img[data-v-12d1a8ee] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.content-l .content-comment .comment-list > ul > li .user-info .nickname[data-v-12d1a8ee] {
  margin: 0 10px 0 12px;
}
.content-l .content-comment .comment-list > ul > li .user-info .accept-btn-wrap[data-v-12d1a8ee] {
  flex-grow: 1;
}
.content-l .content-comment .comment-list > ul > li .user-info .accept-btn-wrap .accept-btn[data-v-12d1a8ee] {
  display: inline-block;
  float: right;
  width: 80px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  color: #666;
  background-color: #fff;
  border: solid 1px #ddd;
  border-radius: 3px;
  cursor: pointer;
}
.content-l .content-comment .comment-list > ul > li .user-info .accept-btn-wrap .accept-btn[data-v-12d1a8ee]:hover {
  color: #202020;
  background-color: #ffe032;
}
.content-l .content-comment .comment-list > ul > li .user-info .best-answer-icon[data-v-12d1a8ee] {
  display: inline-block;
  position: absolute;
  top: -8px;
  right: 0;
  width: 84px;
  height: 52px;
  background-position: -179px -116px;
}
.content-l .content-comment .comment-list > ul > li .comment-text[data-v-12d1a8ee] {
  padding: 14px 0 18px 44px;
  word-break: break-word;
  line-height: 22px;
}
.content-l .content-comment .comment-list > ul > li .comment-text p[data-v-12d1a8ee],
.content-l .content-comment .comment-list > ul > li .comment-text h2[data-v-12d1a8ee],
.content-l .content-comment .comment-list > ul > li .comment-text h3[data-v-12d1a8ee],
.content-l .content-comment .comment-list > ul > li .comment-text h4[data-v-12d1a8ee],
.content-l .content-comment .comment-list > ul > li .comment-text h5[data-v-12d1a8ee] {
  line-height: 24px;
}
.content-l .content-comment .comment-list > ul > li .comment-text h1[data-v-12d1a8ee] {
  line-height: 36px;
}
.content-l .content-comment .comment-list > ul > li .comment-text .emoji_icon[data-v-12d1a8ee] {
  width: 20px;
  height: 20px;
  vertical-align: sub;
}
.content-l .content-comment .comment-list > ul > li .comment-text img[data-v-12d1a8ee] {
  max-width: 100%;
}
.content-l .content-comment .comment-list > ul > li .operate[data-v-12d1a8ee] {
  display: flex;
  align-items: center;
  padding-left: 44px;
}
.content-l .content-comment .comment-list > ul > li .operate > li[data-v-12d1a8ee] {
  position: relative;
  cursor: pointer;
}
.content-l .content-comment .comment-list > ul > li .operate > li[data-v-12d1a8ee]:first-of-type {
  margin-right: 18px;
}
.content-l .content-comment .comment-list > ul > li .operate > li:first-of-type:hover > span[data-v-12d1a8ee],
.content-l .content-comment .comment-list > ul > li .operate > li:first-of-type.active > span[data-v-12d1a8ee] {
  color: #e89300;
}
.content-l .content-comment .comment-list > ul > li .operate > li:first-of-type:hover > span[data-v-12d1a8ee]:first-of-type,
.content-l .content-comment .comment-list > ul > li .operate > li:first-of-type.active > span[data-v-12d1a8ee]:first-of-type {
  background-position: -320px -92px;
}
.content-l .content-comment .comment-list > ul > li .operate > li:nth-of-type(2):hover > span[data-v-12d1a8ee],
.content-l .content-comment .comment-list > ul > li .operate > li:nth-of-type(2).active > span[data-v-12d1a8ee] {
  color: #e89300;
}
.content-l .content-comment .comment-list > ul > li .operate > li:nth-of-type(2):hover > span[data-v-12d1a8ee]:first-of-type,
.content-l .content-comment .comment-list > ul > li .operate > li:nth-of-type(2).active > span[data-v-12d1a8ee]:first-of-type {
  background-position: -336px -92px;
}
.content-l .content-comment .comment-list > ul > li .operate > li > span[data-v-12d1a8ee]:first-of-type {
  display: inline-block;
  width: 14px;
  height: 14px;
}
.content-l .content-comment .comment-list > ul > li .operate .like[data-v-12d1a8ee] {
  background-position: -320px -77px;
}
.content-l .content-comment .comment-list > ul > li .operate .check-comment[data-v-12d1a8ee] {
  background-position: -336px -77px;
}
.content-l .content-comment .comment-list > ul > li .reply-wrap[data-v-12d1a8ee] {
  width: 736px;
  margin-top: 14px;
  margin-left: 44px;
  background-color: #f6f6f6;
  border-radius: 4px;
}
.content-l .content-comment .comment-list > ul > li .reply-wrap textarea[data-v-12d1a8ee] {
  height: 48px;
  line-height: 22px;
  padding: 12px 18px;
  font-family: inherit;
  font-size: 14px;
  color: #666;
  overflow-y: auto;
  background-color: #eee;
  border-radius: 4px;
  resize: none;
}
.content-l .content-comment .comment-list > ul > li .reply-wrap .self-reply[data-v-12d1a8ee] {
  position: relative;
  padding: 18px 18px 0 18px;
}
.content-l .content-comment .comment-list > ul > li .reply-wrap .self-reply[data-v-12d1a8ee]::before {
  content: '';
  position: absolute;
  top: -24px;
  left: 88px;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-bottom: 12px solid #f6f6f6;
}
.content-l .content-comment .comment-list > ul > li .reply-wrap .self-reply > textarea[data-v-12d1a8ee] {
  width: 700px;
}
.content-l .content-comment .comment-list > ul > li .reply-wrap .other-reply .reply-list > li[data-v-12d1a8ee] {
  padding: 16px 18px 12px 18px;
  border-top: 1px solid #eee;
}
.content-l .content-comment .comment-list > ul > li .reply-wrap .other-reply .reply-list > li .reply-others[data-v-12d1a8ee] {
  margin-top: 12px;
}
.content-l .content-comment .comment-list > ul > li .reply-wrap .other-reply .reply-list > li .reply-others > textarea[data-v-12d1a8ee] {
  width: 658px;
  margin-left: 44px;
}
.content-l .content-comment .comment-list > ul > li .reply-wrap .other-reply .reply-list > li .reply-bottom[data-v-12d1a8ee] {
  margin-left: 44px;
}
.content-l .content-comment .comment-list > ul > li .reply-wrap .hide-reply[data-v-12d1a8ee] {
  width: 100%;
  height: 58px;
  border-top: 1px solid #eee;
  cursor: pointer;
}
.content-l .content-comment .comment-list > ul > li .reply-wrap .hide-reply:hover > span[data-v-12d1a8ee] {
  color: #e89300;
}
.content-l .content-comment .comment-list > ul > li .reply-wrap .hide-reply .arrow-up[data-v-12d1a8ee] {
  display: inline-block;
  width: 12px;
  height: 6px;
  margin-left: 6px;
  background-position: -305px -66px;
}
.content-l .content-comment .comment-list > ul > li .reply-wrap .reply-bottom[data-v-12d1a8ee] {
  position: relative;
  height: 50px;
  padding: 10px 0;
  line-height: 30px;
}
.content-l .content-comment .comment-list > ul > li .reply-wrap .reply-bottom[data-v-12d1a8ee]:after {
  content: '';
  display: block;
  clear: both;
}
.content-l .content-comment .comment-list > ul > li .reply-wrap .reply-bottom .add-expression[data-v-12d1a8ee] {
  font-size: 14px;
  color: #666;
  background-color: transparent;
  cursor: pointer;
}
.content-l .content-comment .comment-list > ul > li .reply-wrap .reply-bottom .add-expression[data-v-12d1a8ee]::before {
  content: '';
  width: 16px;
  height: 16px;
  margin-right: 6px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
  margin-right: 3px;
  background-position: -375px -91px;
  vertical-align: text-bottom;
}
.content-l .content-comment .comment-list > ul > li .reply-wrap .reply-bottom .p-r[data-v-12d1a8ee] {
  float: right;
}
.content-l .content-comment .comment-list > ul > li .reply-wrap .reply-bottom .p-r .reply-btn[data-v-12d1a8ee] {
  display: inline-block;
  width: 90px;
  height: 30px;
  line-height: 30px;
  margin-left: 14px;
  color: #333;
  text-align: center;
  background-color: #ffe032;
  border-radius: 3px;
  cursor: pointer;
}
.content-l .content-comment .comment-list > ul > li .reply-wrap .reply-bottom .p-r .reply-btn[data-v-12d1a8ee]:hover {
  background-color: #ffd132;
}
.content-l .content-comment .comment-list .checkmore[data-v-12d1a8ee] {
  display: none;
  width: 100%;
  height: 84px;
  border-top: 1px solid #eee;
}
.content-l .content-comment .comment-list .checkmore .checkmore-btn[data-v-12d1a8ee] {
  width: 120px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  border-radius: 4px;
  cursor: pointer;
}
.content-l .content-comment .comment-list .checkmore .checkmore-btn[data-v-12d1a8ee]:hover {
  color: #202020;
  background-color: #ffd132;
}
.content-l .content-comment .comment-list .pagination[data-v-12d1a8ee] {
  display: none;
  border-top: 1px solid #eee;
}
.content-l .content-comment .comment-list .pagination li > span[data-v-12d1a8ee] {
  cursor: pointer;
}
.content-l .content-comment .comment-list .nodata[data-v-12d1a8ee] {
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #eee;
}
.content-l .latest-answer[data-v-12d1a8ee] {
  margin: 30px 0;
}
.content-l .latest-answer .ask-list > li .answer-state[data-v-12d1a8ee] {
  display: flex;
  justify-content: space-between;
  padding: 0 20px 0 54px;
  margin-bottom: 20px;
}
.content-l .latest-answer .ask-list > li .answer-state .user-info[data-v-12d1a8ee] {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.content-l .latest-answer .ask-list > li .answer-state .user-info .avatar[data-v-12d1a8ee] {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  background-color: #eee;
  border-radius: 50%;
}
.content-l .latest-answer .ask-list > li .answer-state .state-r[data-v-12d1a8ee] {
  display: flex;
  align-items: flex-end;
}
.content-l .latest-answer .ask-list > li .answer-state .state-r .time[data-v-12d1a8ee] {
  font-size: 12px;
  color: #bbb;
}
.content-l .latest-answer .ask-list > li .answer-state .state-r .like-and-comment[data-v-12d1a8ee] {
  margin-left: 20px;
}
.content-l .latest-answer .ask-list > li .answer-state .state-r .like-and-comment li[data-v-12d1a8ee] {
  float: left;
  margin-left: 14px;
  font-size: 12px;
  color: #999;
}
.content-l .latest-answer .ask-list > li .answer-state .state-r .like-and-comment li[data-v-12d1a8ee]:first-of-type {
  margin-left: 0;
}
.content-l .latest-answer .ask-list > li .answer-state .state-r .like-and-comment li:first-of-type:hover .like[data-v-12d1a8ee],
.content-l .latest-answer .ask-list > li .answer-state .state-r .like-and-comment li:first-of-type.active .like[data-v-12d1a8ee] {
  background-position: -320px -91px;
}
.content-l .latest-answer .ask-list > li .answer-state .state-r .like-and-comment li:nth-of-type(2):hover .comment[data-v-12d1a8ee] {
  background-position: -336px -91px;
}
.content-l .latest-answer .ask-list > li .answer-state .state-r .like-and-comment li span[data-v-12d1a8ee] {
  display: inline-block;
}
.content-l .latest-answer .ask-list > li .answer-state .state-r .like-and-comment li .like[data-v-12d1a8ee] {
  width: 14px;
  height: 14px;
  background-position: -320px -76px;
}
.content-l .latest-answer .ask-list > li .answer-state .state-r .like-and-comment li .comment[data-v-12d1a8ee] {
  width: 14px;
  height: 14px;
  background-position: -336px -76px;
}
.hover-aside[data-v-12d1a8ee] {
  position: fixed;
  right: 50px;
  top: 161px;
  background-color: #fff;
  border-radius: 4px;
}
.hover-aside li[data-v-12d1a8ee] {
  position: relative;
  width: 52px;
  height: 66px;
  transition: all 0.5s;
}
.hover-aside li:not(:last-of-type) .item[data-v-12d1a8ee]::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 13px;
  height: 1px;
  width: 26px;
  background-color: #ddd;
}
.hover-aside li[data-v-12d1a8ee]:hover {
  background-color: #ffe032;
}
.hover-aside li:hover .item[data-v-12d1a8ee] {
  font-size: 12px;
  color: #202020;
}
.hover-aside li .item[data-v-12d1a8ee] {
  position: relative;
  flex-direction: column;
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #666;
  transition: all 0.5s;
  cursor: pointer;
}
.hover-aside li .item .icon[data-v-12d1a8ee] {
  display: block;
  width: 30px;
  height: 30px;
}
.hover-aside .share:hover .icon[data-v-12d1a8ee] {
  background-position: -108px -14px;
}
.hover-aside .share:hover .share-box[data-v-12d1a8ee] {
  right: 52px;
  opacity: 1;
  visibility: visible;
}
.hover-aside .share .icon[data-v-12d1a8ee] {
  background-position: -80px -14px;
}
.hover-aside .share .share-box[data-v-12d1a8ee] {
  position: absolute;
  top: 0;
  right: 102px;
  padding-right: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.hover-aside .share .share-box .share-main[data-v-12d1a8ee] {
  width: 188px;
  height: 66px;
  background-color: #fff;
  border-radius: 4px;
}
.hover-aside .share .share-box .share-main .social-app[data-v-12d1a8ee] {
  display: flex;
}
.hover-aside .share .share-box .share-main .social-app > span[data-v-12d1a8ee] {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  cursor: pointer;
}
.hover-aside .share .share-box .share-main .social-app > span[data-v-12d1a8ee]:last-of-type {
  margin-right: 0;
}
.hover-aside .share .share-box .share-main .social-app .sina[data-v-12d1a8ee] {
  background-position: -178px -15px;
}
.hover-aside .share .share-box .share-main .social-app .wechat[data-v-12d1a8ee] {
  background-position: -217px -15px;
}
.hover-aside .share .share-box .share-main .social-app .qq[data-v-12d1a8ee] {
  background-position: -256px -15px;
}
.hover-aside .hover-like.active .icon[data-v-12d1a8ee] {
  background-position: -136px -42px;
}
.hover-aside .hover-like .icon[data-v-12d1a8ee] {
  background-position: -80px -42px;
}
.hover-aside .collect.active .icon[data-v-12d1a8ee] {
  background-position: -136px -70px;
}
.hover-aside .collect .icon[data-v-12d1a8ee] {
  background-position: -80px -70px;
}
.related-page[data-v-12d1a8ee] {
  margin-bottom: 30px;
}
.related-page > ul > li[data-v-12d1a8ee] {
  float: left;
  width: 285px;
  height: 290px;
  margin-right: 20px;
  background-color: #fff;
  border-radius: 4px;
  transition: all 0.5s;
}
.related-page > ul > li[data-v-12d1a8ee]:last-of-type {
  margin-right: 0;
}
.related-page > ul > li[data-v-12d1a8ee]:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}
.related-page > ul > li:hover p[data-v-12d1a8ee] {
  color: #e89300;
}
.related-page > ul > li .cover-wrap[data-v-12d1a8ee] {
  width: 285px;
  height: 214px;
  margin-bottom: 16px;
  background-color: #eee;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.related-page > ul > li .cover-wrap img[data-v-12d1a8ee] {
  width: 100%;
  height: 100%;
  border-radius: 4px 4px 0 0;
}
.related-page > ul > li .title[data-v-12d1a8ee] {
  height: 44px;
  padding: 0 16px;
  margin-bottom: 16px;
  line-height: 22px;
}
.w-e-toolbar[data-v-12d1a8ee] {
  background-color: #f9f9f9 !important;
  border: none !important;
}
.w-e-toolbar[data-v-12d1a8ee] {
  align-items: center;
  height: 30px;
}
.edit-full[data-v-12d1a8ee] {
  position: absolute !important;
}
.edit-full[data-v-12d1a8ee] {
  top: 4px;
  right: 0;
}
.w-e-text-container[data-v-12d1a8ee] {
  height: 150px !important;
  border: none !important;
}
.w-e-text-container[data-v-12d1a8ee] {
  background-color: #f4f4f4;
}
.w-e-text[data-v-12d1a8ee] {
  overflow-y: auto !important;
}
.w-e-text img[data-v-12d1a8ee] {
  max-width: 100%;
}
.w-e-text-container .w-e-panel-container[data-v-12d1a8ee] {
  left: 80px !important;
  width: 320px !important;
  margin-left: 0 !important;
}
.w-e-text-container .w-e-panel-container .w-e-emoticon-container .w-e-item[data-v-12d1a8ee] {
  width: 54px !important;
  padding: 10px !important;
  font-size: 28px !important;
}
.w-e-toolbar[data-v-12d1a8ee] {
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
}
.w-e-toolbar .w-e-menu[data-v-12d1a8ee]:hover {
  z-index: 10002 !important;
}
.w-e-menu a[data-v-12d1a8ee] {
  text-decoration: none;
}
.fullscreen-editor[data-v-12d1a8ee] {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  left: 0px !important;
  top: 0px !important;
}
.fullscreen-editor[data-v-12d1a8ee] {
  background-color: white;
  z-index: 99999;
}
.fullscreen-editor .w-e-text-container[data-v-12d1a8ee] {
  width: 100% !important;
  height: 95% !important;
}
.iconquanping[data-v-12d1a8ee],
.iconsuoxiao[data-v-12d1a8ee] {
  color: #999;
}
.iconquanping[data-v-12d1a8ee]:hover,
.iconsuoxiao[data-v-12d1a8ee]:hover {
  color: #333;
}
.no-data[data-v-12d1a8ee] {
  flex-direction: column;
  padding: 14px 0;
  background-color: #fff;
  border-radius: 4px;
}
.no-data .standard-pic[data-v-12d1a8ee] {
  width: 136px;
  height: 115px;
  margin-bottom: 14px;
  background: url("https://down.om.cn/community/no_data.png") no-repeat;
}
.emoji-content[data-v-12d1a8ee] {
  padding: 10px !important;
}
.emoji-content[data-v-12d1a8ee] {
  position: absolute;
  bottom: -180px;
  left: 0;
  width: 300px;
  height: 190px;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #fff;
  border: 1px solid #bfbfbf;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.176);
  z-index: 999999;
}
.emoji-content[data-v-12d1a8ee]:after {
  content: '';
  display: block;
  clear: both;
}
.emoji-content li[data-v-12d1a8ee] {
  float: left;
  width: 54px;
  height: 44px;
  line-height: 44px;
  font-size: 28px;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 1500px) {
.header .main[data-v-12d1a8ee] {
    width: 1200px;
}
.friend-link[data-v-12d1a8ee] {
    width: 1200px;
}
.footer .footer_content[data-v-12d1a8ee],
  .footer .inner[data-v-12d1a8ee] {
    width: 1200px;
}
.footer > .footer_content ul.lf[data-v-12d1a8ee] {
    margin-right: 32px;
}
.footer > .footer_content ul.lf li[data-v-12d1a8ee]:first-child {
    font-size: 12px;
}
.footer > .footer_content ul.lf li[data-v-12d1a8ee] {
    font-size: 12px;
}
.footer > .footer_content ul.publicity[data-v-12d1a8ee] {
    margin-right: 16px;
}
.footer > .footer_content ul.publicity img[data-v-12d1a8ee] {
    width: 90px;
    height: 90px;
}
.flink .flink_main[data-v-12d1a8ee],
  .flink .footer_content[data-v-12d1a8ee],
  .flink .inner[data-v-12d1a8ee] {
    width: 1200px;
}
.footer-content ul:first-child li[data-v-12d1a8ee] {
    margin-right: 14px;
}
.footer-content .quick-link[data-v-12d1a8ee] {
    margin-right: 20px;
}
.footer-wrap .publicity-wrap li[data-v-12d1a8ee] {
    margin-right: 30px;
}
.footer-wrap .publicity-wrap li img[data-v-12d1a8ee] {
    width: 130px;
}
.footer-wrap .publicity-wrap li[data-v-12d1a8ee]:last-child {
    margin-right: 15px;
}
}
@media all and (-ms-high-contrast: none) {
[data-v-12d1a8ee]::-ms-backdrop,
  .content-r .related-ask .question[data-v-12d1a8ee] {
    display: block;
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.content-r .related-ask .question[data-v-12d1a8ee] {
    display: block;
}
}
.icon-share[data-v-12d1a8ee] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
  background-position: -108px -14px;
}
.icon-sina[data-v-12d1a8ee] {
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
  background-position: -178px -15px;
}
.icon-wechat[data-v-12d1a8ee] {
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
  background-position: -217px -15px;
}
.icon-qq[data-v-12d1a8ee] {
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
  background-position: -256px -15px;
}
.icon-like[data-v-12d1a8ee] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
  background-position: -80px -42px;
}
.icon-like-active[data-v-12d1a8ee] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
  background-position: -136px -42px;
}
.icon-collect[data-v-12d1a8ee] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
  background-position: -80px -70px;
}
.icon-collect-active[data-v-12d1a8ee] {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("https://down.om.cn/common/bbs_icon.png");
  background-position: -136px -70px;
}
.aside-wrap-bbs[data-v-12d1a8ee] {
  position: fixed;
  right: 50px;
  top: 161px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 3;
}
.aside-wrap-bbs .detail-aside li[data-v-12d1a8ee],
.aside-wrap-bbs .common-aside li[data-v-12d1a8ee] {
  position: relative;
  width: 52px;
  height: 66px;
  transition: all 0.5s;
  cursor: pointer;
}
.aside-wrap-bbs .detail-aside li[data-v-12d1a8ee]:before,
.aside-wrap-bbs .common-aside li[data-v-12d1a8ee]:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 13px;
  height: 1px;
  width: 26px;
  background-color: #ddd;
}
.aside-wrap-bbs .detail-aside li[data-v-12d1a8ee]:last-of-type:before,
.aside-wrap-bbs .common-aside li[data-v-12d1a8ee]:last-of-type:before {
  content: none;
}
.aside-wrap-bbs .detail-aside li .item[data-v-12d1a8ee],
.aside-wrap-bbs .common-aside li .item[data-v-12d1a8ee] {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.aside-wrap-bbs .detail-aside li .item span[data-v-12d1a8ee],
.aside-wrap-bbs .common-aside li .item span[data-v-12d1a8ee] {
  font-size: 12px;
  color: #202020;
}
.aside-wrap-bbs .detail-aside li .float-box[data-v-12d1a8ee],
.aside-wrap-bbs .common-aside li .float-box[data-v-12d1a8ee] {
  position: absolute;
  top: 0;
  right: 102px;
  padding-right: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.aside-wrap-bbs .detail-aside li .float-box .float-main[data-v-12d1a8ee],
.aside-wrap-bbs .common-aside li .float-box .float-main[data-v-12d1a8ee] {
  width: 188px;
  height: 66px;
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aside-wrap-bbs .detail-aside li .float-box .float-main span[data-v-12d1a8ee],
.aside-wrap-bbs .common-aside li .float-box .float-main span[data-v-12d1a8ee] {
  margin-right: 10px;
  color: #666;
  font-size: 12px;
}
.aside-wrap-bbs .detail-aside li .float-box .float-main i[data-v-12d1a8ee],
.aside-wrap-bbs .common-aside li .float-box .float-main i[data-v-12d1a8ee] {
  margin-right: 10px;
}
.aside-wrap-bbs .detail-aside li .float-box .float-main i[data-v-12d1a8ee]:last-of-type,
.aside-wrap-bbs .common-aside li .float-box .float-main i[data-v-12d1a8ee]:last-of-type {
  margin-right: 0;
}
.aside-wrap-bbs .detail-aside li[data-v-12d1a8ee]:hover,
.aside-wrap-bbs .common-aside li[data-v-12d1a8ee]:hover {
  background-color: #ffe032;
}
.aside-wrap-bbs .detail-aside li:hover .float-box[data-v-12d1a8ee],
.aside-wrap-bbs .common-aside li:hover .float-box[data-v-12d1a8ee] {
  right: 52px;
  opacity: 1;
  visibility: visible;
}
