/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  padding: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/**
 * 多倍屏背景图
 * */
/**
 * 边框 1px
 * */
html[lang=en] .in-pc .app .content {
  max-width: 400px;
  padding: 0 30px;
}
html[lang=en] .in-pc .app .content .main-wrap {
  padding-top: 50px;
}
html[lang=en] .content .we-btn {
  margin-top: 20px;
}
html[lang=en] .content .main-wrap .desc {
  line-height: 20px;
}
html,
body {
  width: 100%;
  height: 100%;
  font-family: PingFangSC-Regular, Microsoft YaHei;
  position: relative;
}
.app {
  width: 100%;
  height: 100%;
  position: relative;
}
.main-button {
  background: #fff;
  font-size: 14px;
  height: 40px;
  border-radius: 3px;
  border: 1px solid;
  outline: none;
  cursor: pointer;
}
.main-button:active {
  background: #f1f1f1;
}
.main-button.confirm {
  background: #3940ee;
  color: #fff;
}
/*
 * 清除浮动
 */
.clearfix {
  display: inline-block;
}
.clearfix:after {
  display: block;
  content: ".";
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
.content {
  width: 100%;
  margin: auto;
  max-width: 375px;
  height: 100%;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
}
.content .main-wrap {
  padding-top: 92px;
}
.content .main-wrap .logo img {
  width: 116px;
  height: 116px;
}
.content .main-wrap .logo .logo-txt {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #2D3033;
  letter-spacing: 0;
  text-align: center;
  line-height: 26px;
  padding: 30px 0px;
}
.content .main-wrap .desc {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #939699;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
}
.content .main-wrap .desc .link {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #006FFF;
  letter-spacing: 0;
  text-align: center;
}
.content .header {
  position: relative;
  height: 44px;
  padding: 0px 16px;
  background: #F8F9FB;
  border-radius: 6px;
}
.content .header .wemeet-logo {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAAXNSR0IArs4c6QAABHxJREFUWAntlV1oHFUUx8+9k90k1G1sYkRsDVEkpNg+lKKColhRRPDzodigaROsFaNWH8QiogTE9CFSUfADRa1IQx9EfRYFBaE+CGIttZa0oKIvEhuwbbK7M/f4P+fu3YzJTLMtlLzMsLv3zrlnzvmd/z13lqi4CgUKBQoFCgUKBQoFCgVWSIFVY3zF5l1cajV95QXu6R/njlb9s/xslrEVW3mEB6un+a/Dx3j62ru5fblnOp/ndWeq9Mfvs/Rr7xhfspx/3voFAZd38HXO8VEiNpxw32+n+cf+2/KV69zDfVVD0/DvJKa+GUtHLxT6vIGh7EbH/LPABhXY8fo/42zojnHuV1jX2AVmPMZXzRAd636aV4cYrY7nBVzazpucc4fTsCERMw8C+qd1W6Fi4+rYy9fUYzpuTKrPUaYwo8i1p6p0fM0u7gr+rYxNlZZzLu3kzVxzPyzxOwGLEBgfCr8ne7vtxpkbaG3s6Beuc0Qx1hOsJHCN4eowx4h2IpOYv1c7Gpjdb2aXxM4w+CwZC2lTaZRv5MR9n7Y150fO6pTRnEDx3F1tR3hLx3qOXQSgJig5uAC0CY41RhGwz6CsAfrA/IO7c17LtkTbDr45Fxahee4s8Ty+GEnG9hrxHeUNWIlCZm1bcOuoRq8T2sgbHfXQHE1XtnNPeCZvPCcwYG+lxH2n4omAGRdXBXSOTHWOeFWd6P5L4bWwcaq73GISrAKKvfAGaSX5GFrzb41O0BBflpGmacoF7hiq385V921jy5AQUZdAwwBl3dwZcpWE7LYrkRh+KUe9Sz0noopNfYIdRl8EdZmYTtKDfLm6ZPxkArc/xANxEn0dlGXpPYfoOvpczVhQl7oNRaNXa1LdZkWCioBXJhBqHXhIYdN2DSS9D18441uBzzSNZL/XM4GThN6RE0xymvVQ+MPhwZEBdp1Lgl5L0RODmsyrKwSCqWhKoBbxlYmYQSWDtIUWiBtVWB/R41uhUzQk7ouvTGDA9GkLiKr4GFEWLaGvI8zxDm2ozXeVntwwFZIuBNfMDRjtVgVtM+Zxa82bHhyw4QEpIGyBlqELmW2RCWyZJvz2I7GqiaoB6b8IBugS2TvjA6Uvq7tLj7QRXkhBLc0VetLDClhkzWjtNXq/vo+ejSKzT4uUHlDQVIEowxdEn2qoRT+ZwLXPaL9lc3ABMKjrCzDGbpmfMl9JLCjD80/ZxzC82xRJVGrcSHIoO1zbSx+Lr3zrb9BzkTGTgcUjBpWRw9Kj9IWRv6QlVyawBH1xEz1syH4SDlqAx9ot8UHzTTqS+Nd227HI2re83SssIIAdqr5KB8QnPCPz+tu0x1gz4ftZermxamgU2n4UfBePfi8WWxv32DbTdh99iMQjIpiJzE3x5+ZQjrv0rClP0usu5mfksEaJ2VobN5lbKzHEP9pJ467OL8s/Is7OME/9v7i8XLl2DXoPv1e6l6/PdUotKPREMll+hR9ImXOn4m9H+KVomLfJPNfxYi6sWOKLWVQRu1CgUKBQoFCgUKBQoFBgJRT4D6FzFZLpN5nCAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .content .header .wemeet-logo {
    background-image: url(data:image/png;base64,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);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.content .header .header-txt {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: PingFangSC-Regular, Microsoft YaHei;
  font-size: 12px;
  color: #939699;
  letter-spacing: 0;
  text-align: right;
  line-height: 20px;
}
.content .header .header-txt.orange-color {
  color: #FF801A;
}
.content .items .item {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 28px;
  padding: 9px 0px;
}
.content .items .item .item-label {
  float: left;
  padding-left: 16px;
  font-family: PingFangSC-Regular, Microsoft YaHei;
  font-size: 16px;
  color: #2D3033;
  letter-spacing: 0;
  text-align: left;
  line-height: 26px;
}
.content .items .item .item-txt {
  float: right;
  padding-right: 16px;
  font-family: PingFangSC-Regular, Microsoft YaHei;
  font-size: 16px;
  color: #939699;
  letter-spacing: 0;
  text-align: right;
  line-height: 26px;
  max-width: 68%;
}
.content .items .item .item-btn {
  width: 48px;
  height: 28px;
  display: inline-block;
  background: #FFFFFF;
  position: relative;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #006FFF;
  letter-spacing: 0;
  text-align: center;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
  cursor: pointer;
  margin-left: 12px;
  line-height: 29px;
}
.content .items .item .item-btn:after {
  content: " ";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  border: 1px solid #C8CACC;
  border-radius: 2px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .content .items .item .item-btn:after {
    content: " ";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    border: 1px solid #C8CACC;
    border-radius: 2px;
    box-sizing: border-box;
    width: 200%;
    height: 200%;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
        transform: scale(0.5);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
        transform-origin: left top;
  }
}
.content .items .item .item-btn:after {
  z-index: 0;
}
.content .items .item-line {
  position: relative;
}
.content .items .item-line:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #E0E2E5;
  color: #E0E2E5;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .content .items .item-line:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    height: 1px;
    border-bottom: 1px solid #E0E2E5;
    color: #E0E2E5;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
        transform: scaleY(0.5);
  }
}
.content .we-btn {
  text-align: center;
  margin-top: 40px;
  padding: 0px 28px;
}
.content .we-btn.show-tel {
  padding: 0px;
}
.content .we-btn.show-tel .main-button {
  width: 154px;
  display: inline-block;
  margin-top: 0px;
}
.content .we-btn.show-tel .main-button.we-btn-2 {
  margin-left: 10px;
}
.content .we-btn .main-button {
  width: 100%;
  height: 44px;
}
.content .we-btn .main-button.confirm {
  background: #006FFF;
  font-family: PingFangSC-Regular, Microsoft YaHei;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 26px;
  border: 1px solid #006FFF;
}
.content .we-btn .main-button.confirm:hover {
  background: #1A8CFF;
}
.content .we-btn .main-button.confirm:active {
  background: #0054E6;
}
.content .we-btn .main-button.confirm:disabled,
.content .we-btn .main-button.confirm[disabled] {
  background: gray;
  border-color: gray;
}
.content .we-btn .we-btn-2 {
  font-family: PingFangSC-Regular, Microsoft YaHei;
  font-size: 16px;
  color: #006FFF;
  letter-spacing: 1px;
  text-align: center;
  line-height: 26px;
  border: 1px solid #C8CACC;
  border-radius: 2px;
}
.content .we-btn .we-btn-2:active {
  background: #D4D6D9;
}
.content .qrcode {
  margin-top: 37px;
  text-align: center;
}
.content .qrcode .qrcode-wrap {
  display: inline-block;
}
.content .qrcode .qrcode-wrap img {
  display: inline-block;
  width: 120px;
  height: 120px;
}
.content .qrcode .qrcode-wrap .qrcode-txt {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #2D3033;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  margin-top: 12px;
}
.content .foot-wrap {
  margin-top: 12px;
}
.content .cards {
  background: #fff;
}
.content .cards .card {
  width: 100%;
  padding: 0px 16px;
  padding-top: 15px;
  box-sizing: border-box;
}
.content .cards .card .card-wrap {
  position: relative;
  width: 100%;
}
.content .cards .card .card-wrap .card-txt {
  float: left;
  max-width: 65%;
  font-family: PingFangSC-Regular, Microsoft YaHei;
  font-size: 12px;
  color: #939699;
  letter-spacing: 0;
  text-align: left;
  line-height: 20px;
}
.content .cards .card .card-wrap .main-button {
  float: right;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #C8CACC;
  font-family: PingFangSC-Regular, Microsoft YaHei;
  font-size: 12px;
  color: #006FFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  width: 100px;
  height: 28px;
}
.content .cards .card .card-wrap.line-1 {
  margin-bottom: 16px;
}
.content .cards .card-line {
  position: relative;
}
.content .cards .card-line:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #E0E2E5;
  color: #E0E2E5;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .content .cards .card-line:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    height: 1px;
    border-bottom: 1px solid #E0E2E5;
    color: #E0E2E5;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
        transform: scaleY(0.5);
  }
}
.content .foot-txt {
  font-family: PingFangSC-Regular, Microsoft YaHei;
  font-size: 12px;
  color: #939699;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 15px;
  box-sizing: border-box;
  background: #fff;
}
.content .foot-txt a {
  font-family: PingFangSC-Regular, Microsoft YaHei;
  font-size: 12px;
  color: #939699;
  letter-spacing: 0;
  line-height: 20px;
  cursor: pointer;
  text-decoration: none;
}
.content.foot-fixed .foot-wrap {
  width: 100%;
  position: fixed;
  bottom: 0px;
}
.content.foot-fixed .foot-txt {
  width: 100%;
}
.in-mobile {
  width: 100%;
  max-width: 100%;
}
.in-pc .app {
  background: url(/df/static/img/join_page_bg.1bab72d.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.in-pc .app .content {
  height: 520px;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 375px;
  margin: auto;
}
.in-pc .app .content .main-wrap {
  padding-top: 92px;
}
.in-pc .app .content .main-wrap .desc .link {
  outline: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.android-download-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  background-size: cover;
  color: #FFFFFF;
}
.android-download-container .content-container {
  text-align: right;
  margin-right: 6%;
  padding-top: 5%;
}
.android-download-container .hint-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 5%;
}
.android-download-container .hint-container p {
  font-size: 14px;
  margin-right: 2%;
}

#root-toast2 .toast2 {
  position: fixed;
  width: 100%;
  left: 0px;
  top: 70px;
  text-align: center;
  z-index: 99999;
}
#root-toast2 .toast2 .toast2-wrap {
  background: #444444;
  padding: 14px 15px;
  border-radius: 4px;
}
#root-toast2 .toast2 .toast2-wrap .txt {
  font-family: MicrosoftYaHei, Microsoft YaHei;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
}

#root-toast2 .toast2 {
  position: fixed;
  width: 100%;
  left: 0px;
  top: 50%;
  text-align: center;
  z-index: 99999;
}
#root-toast2 .toast2 .toast2-wrap {
  background: #444444;
  padding: 14px 15px;
  border-radius: 4px;
}
#root-toast2 .toast2 .toast2-wrap .txt {
  font-family: MicrosoftYaHei, Microsoft YaHei;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
}

#we-dialog {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
#we-dialog .dialog-mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
#we-dialog .dialog-wrap {
  width: 340px;
  /* height: 500px; */
  position: fixed;
  top: 50%;
  left: 50%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99999;
  border-radius: 6px;
}
#we-dialog .dialog-wrap .dialog-title {
  position: relative;
  border-radius: 6px;
  background-color: #f6f6f6;
  font-size: 16px;
  margin: 0 auto;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: 400;
  color: black;
}
#we-dialog .dialog-wrap .dialog-title .close-dialog-btn {
  width: 16px;
  height: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAjBJREFUWAntVj1PG0EQndmzSGEKFKRIkYVFhwyRIsvByIQK6KCysVLlB1AkLRUNVZo0RPkBFKkcaCJBRxchvitMhUB8K5GCgpQYEXzDrtGiOXvvbi8u7Wt2dubtvOfZuTkDtJ92BVq9Ak5QAYrFovOkM/W5p7f/6Pxk/2cQtj6WHsrPPU8OiMvT8mF9jO8F33BbkR8cu18AaPrujlYHXxcGeDzIzmQLH4BgFl36ls5NjQVh0RTU5ET05jGO8CMWw9HN74t7jz6DochdoBkdQsQKkJjc2Sitah9fjRUolUpVQPCWnOBZWCXqyRURAVSE415xUm779sDF6f5KIpHqlgmG2IG4SzAle2KlvidM5ID4yxEwvrW2uMtyeExfAQp1cWYn4n/JFYexB1SAP5lsft4FeMd98mStJ9x/8JbfeQ1j8ct1LisBCmwSgYB/CCiuk9XWCOQKH3gFPLHPdXRwjM2de/BRBKiDPiJ0zt+Og2NBDaeBfDW+hhzQaOPfRp/0IFRRwK0xFuCMJMDY7To5wdOwOaGhfLUWYCKXU+6GJ5NTJ3RYefByYyXARK4aTggYlgk+eZJGFBH6FviR6wnn05i+E9MjVm4CBYSR62TNiPAVYEverAhjD6jPMSGldPLaajHhtjeW3jf2BHZRFZOeXGxjrEC5XKaR4RdLV9f0UmL7okw473XgrQCR317/usw47U1ZiQ7512rhVa6Qtj/1gJRX+DGTLU5EPdfGtyvQehW4B7axHAGJ6ukKAAAAAElFTkSuQmCC) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 5px;
  top: 5px;
  display: block;
  cursor: pointer;
}
#we-dialog .dialog-wrap .dialog-content {
  text-align: center;
}
#we-dialog .dialog-wrap .dialog-content .dialog-detail {
  margin: 20px 5px;
  font-weight: 400;
  color: black;
  line-height: 22px;
  font-size: 14px;
}
#we-dialog .dialog-wrap .dialog-btn {
  margin-bottom: 20px;
  text-align: center;
}
#we-dialog .dialog-wrap .dialog-btn .main-button {
  width: 140px;
  height: 40px;
  color: white;
  font-size: 14px;
  color: #3940ee;
  border: 1px solid #3940ee;
}
#we-dialog .dialog-wrap .dialog-btn .main-button.confirm {
  background: #3940ee;
  color: #fff;
}
#we-dialog .dialog-wrap .dialog-btn .main-button.close {
  margin-left: 8px;
}
#we-dialog .dialog-wrap .dialog-btn.hide-close-btn .main-button.confirm {
  width: 260px;
}
#we-dialog .dialog-wrap .dialog-btn.hide-close-btn .main-button.close {
  display: none;
}

