body.hide-meiqia #MEIQIA-BTN-HOLDER {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
body.body-no-scroll {
  overflow: hidden !important;
}
* {
  font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.clearfix::after {
  display: table;
  content: "";
  clear: both;
}
ul {
  list-style: none;
}
.mpa-hide,
.hide {
  display: none !important;
}
body,
h3,
p,
ul,
li {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimSun, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.has-dialog {
  overflow: hidden;
}
button {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.global-help-box {
  position: fixed;
  right: 0;
  top: 40%;
  width: 3em;
  background-color: white;
  border: 1px solid #efefef;
  border-radius: 3px;
  box-shadow: -1px 1px 2px #efefef;
  z-index: 100;
  text-align: center;
}
.global-help-box a {
  padding: 10px 0.5em;
  color: #999;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: color 100ms ease;
  transition: color 100ms ease;
  text-decoration: none;
}
.global-help-box a:hover {
  color: #666;
  text-decoration: none;
}
.global-help-box #line {
  width: 70%;
  height: 1px;
  margin: 0 auto;
  background-color: #ccc;
}
.gs-dialog {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2000;
}
.gs-dialog .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 20px 35px 20px;
  border-radius: 2px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  width: 316px;
}
.gs-dialog .inner img.close {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 32px;
  height: 34px;
  padding: 10px;
  cursor: pointer;
}
.gs-dialog .inner .title {
  text-align: center;
  font-size: 17px;
  margin: 20px 0 0;
  color: #222222;
  font-weight: 500;
  padding: 0;
}
.gs-dialog footer {
  margin-top: 20px;
}
.dialog-enlarge {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2000;
}
.dialog-enlarge > img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.dialog {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2000;
  overflow: auto;
}
.dialog header {
  padding: 10px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 15px;
}
.dialog header .dialog-close {
  height: 24px;
  cursor: pointer;
  float: right;
  padding: 5px;
  position: absolute;
  right: 7px;
  opacity: 0.6;
}
.dialog header .dialog-close:hover {
  opacity: 1;
}
.dialog .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: white;
  text-align: left;
  min-width: 380px;
  border-radius: 2px;
}
.dialog .inner .content {
  padding: 0px 15px;
  width: 100%;
  overflow: hidden;
}
.dialog .inner .content .input {
  display: block;
  width: 100%;
}
.dialog .inner .content p {
  margin: 10px 0;
}
.dialog footer {
  padding: 12px 12px;
  padding-top: 0;
  text-align: right;
}
.dialog .inner > .content {
  margin-bottom: 15px;
}
.dialog .btn {
  cursor: pointer;
  border: none;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  border-radius: 3px;
  outline: none;
  display: inline-block;
  min-width: 90px;
  padding: 0;
}
.dialog .btn + .btn {
  margin-left: 10px;
}
.dialog .btn-default {
  border: 1px solid #dcdcdc;
  background: white;
  color: #333;
  -webkit-transition: background-color 0.2s ease 0s;
  transition: background-color 0.2s ease 0s;
}
.dialog .btn-default:hover {
  background: #fafafa;
  border: 1px solid #d5d5d5;
  color: #333;
}
.dialog .btn-default:active {
  background: #eee;
}
.dialog .btn-primary {
  color: white;
  background: #20c05c;
  -webkit-transition: background-color 0.2s ease 0s, color 0.2s ease 0s;
  transition: background-color 0.2s ease 0s, color 0.2s ease 0s;
}
.dialog .btn-primary:hover {
  border-color: #1ab955;
  background: #1ab955;
  color: white;
}
.dialog .btn-primary:active {
  border-color: #22ad56;
  background: #22ad56;
  color: white;
}
.common-dialog {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.48);
  z-index: 900000000;
}
.common-dialog .inner {
  position: relative;
  padding: 32px;
  padding-bottom: 24px;
  border-radius: 4px;
  width: 399px;
  box-sizing: border-box;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
}
.common-dialog .inner .close-icon {
  position: absolute;
  top: 21px;
  right: 21px;
  width: 11px;
  height: 11px;
  cursor: pointer;
}
.common-dialog .inner .title {
  font-size: 16px;
  color: #222222;
  font-weight: 500;
  margin-bottom: 12px;
}
.common-dialog .inner .content {
  font-size: 14px;
  color: #222;
  margin-bottom: 24px;
}
.common-dialog .inner .btn-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.common-dialog .inner .btn-box .btn {
  display: inline-block;
  border: none;
  outline: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 5px 16px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  background: #FFFFFF;
  margin-right: 8px;
}
.common-dialog .inner .btn-box .confirm-btn {
  background: #24BE48;
  color: #FFFFFF;
  border-color: #24BE48;
}
.mpa-btn-v1 {
  outline: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 0 20px;
  white-space: nowrap;
  color: #000000;
  font-size: 14px;
  background: white;
  box-sizing: content-box;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 32px;
  line-height: 32px;
}
.mpa-btn-v1:hover {
  color: #333333;
  background: #f8f8f8;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
}
.mpa-btn-v1:active {
  color: #1a1a1a;
  background: #f2f2f2;
  border-radius: 4px;
  border: 1px solid #cfcfcf;
}
.mpa-btn-v1.primary {
  background: #24BE58;
  color: white;
  border: 1px solid #24BE58;
}
.mpa-btn-v1.primary:hover {
  background: #21af42;
  color: #ffffff;
}
.mpa-btn-v1.primary:active {
  background: #1fa63f;
}
.mpa-btn-v1.primary.disable {
  background: #f5f5f5;
  color: #b8b8b8;
  border: 1px solid transparent;
  cursor: not-allowed;
}
.mpa-btn-v1.primary.disable:hover {
  opacity: 1;
}
.common-dialog-container {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  background: rgba(0, 0, 0, 0.48);
  top: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.common-dialog-container .inner {
  width: 400px;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.18);
  border-radius: 4px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 22px 30px 16px 30px;
  position: relative;
  background: white;
}
.common-dialog-container .inner > .close-icon {
  width: 14px;
  height: 14px;
  padding: 4px;
  box-sizing: content-box;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 12px;
  right: 18px;
}
.common-dialog-container .inner > .title {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  width: 100%;
  text-align: left;
}
.common-dialog-container .inner > .content {
  width: 100%;
  font-size: 14px;
  color: #222;
  white-space: pre-wrap;
  word-break: break-all;
  text-align: left;
  line-height: 18px;
  margin-top: 10px;
}
.common-dialog-container .inner > .action-wrap {
  margin-top: 20px;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
}
.common-dialog-container .inner > .action-wrap .btn {
  line-height: 32px;
}
.common-dialog-container .inner > .action-wrap .cancel-btn {
  border: none;
  outline: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #D9D9D9;
  color: #333;
  background: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.common-dialog-container .inner > .action-wrap .cancel-btn:active {
  background: #f2f2f2;
  border: 1px solid #cfcfcf;
}
.common-dialog-container .inner > .action-wrap .cancel-btn:hover {
  background: #f8f8f8;
  border: 1px solid #d3d3d3;
}
.common-dialog-container .inner > .action-wrap .btn.primary {
  margin-left: 12px;
  border: none;
  outline: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  background: #24be48;
  border-radius: 4px;
  color: #FFF;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.common-dialog-container .inner > .action-wrap .btn.primary:active {
  background: #1FA63F;
}
.common-dialog-container .inner > .action-wrap .btn.primary:hover {
  background: #21AF42;
}
@font-face {
  font-family: "index";
  src: url("//assets.yiban.io/assets/iconfonts/index-d8637f03e5.ttf");
}
.iconfont {
  font-family: "index" !important;
  font-size: 22px;
  font-style: normal;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.icon-screenshot::before {
  content: "\e611";
}
.icon-triangle-right::before {
  content: "\e616";
}
.icon-arrow-left::before {
  content: "\e620";
}
.icon-arrow-right::before {
  content: "\e617";
}
.icon-arrow-down::before {
  content: "\e640";
}
.icon-chrome::before {
  content: "\e600";
}
.icon-win::before {
  content: "\e69e";
}
.icon-mac::before {
  content: "\e6a9";
}
.icon-photo::before {
  content: "\e6fc";
}
.icon-article::before {
  content: "\e61a";
}
.icon-message::before {
  content: "\e619";
}
.icon-uploader::before {
  content: "\e61c";
}
.icon-pointer::before {
  content: "\e64a";
}
.icon-bulb::before {
  content: "\e65e";
}
.icon-checked::before {
  content: "\e7c2";
}
.icon-gift::before {
  content: "\e630";
}
.icon-account-add::before {
  content: "\e618";
}
.icon-phone::before {
  content: "\e601";
}
.icon-photo-invite::before {
  content: "\e604";
}
.icon-article-invite::before {
  content: "\e62c";
}
.icon-person::before {
  content: "\e663";
}
.icon-share::before {
  content: "\e61d";
}
.icon-friend::before {
  content: "\e688";
}
.icon-bind::before {
  content: "\e607";
}
.icon-download::before {
  content: "\e6a2";
}
.icon-edit::before {
  content: "\e63c";
}
* {
  box-sizing: border-box;
  font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
body {
  background: white;
  color: #707a7d;
  text-align: center;
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 14px;
  min-width: 1240px;
}
template {
  display: none;
}
p {
  margin: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hide {
  display: none !important;
}
.common-banner {
  background-color: #32bcbf;
  background-image: url("//assets.yiban.io/assets/imgs/index-global/common-banner-9753ddfc06.jpg");
  background-position: center top;
}
h1,
h2 {
  font-weight: normal;
}
a {
  color: white;
  text-decoration: none;
}
.btn {
  font-size: 14px;
  cursor: pointer;
  outline: none;
  border: none;
  background-repeat: no-repeat;
  display: inline-block;
  color: #FFF;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-round {
  background: #81e24c;
  background-repeat: no-repeat;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-round-primary {
  background: #81e24c;
  border: none;
  display: inline-block;
  border-radius: 20px;
  cursor: pointer;
  position: relative;
  padding: 0;
  width: 180px;
  text-align: center;
  line-height: 38px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
  transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
  transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s, transform 0.2s ease 0s;
  transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s, transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
}
.btn-round-primary:hover {
  background: #84ef48;
  box-shadow: 0 16px 12px rgba(20, 20, 20, 0.15);
}
.btn-round-primary:active {
  background: #84ef48;
  box-shadow: 0 6px 6px rgba(20, 20, 20, 0.2);
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.btn-round-primary.has-icon {
  text-indent: 15px;
}
.btn-round-primary .icon {
  position: absolute;
  left: 18px;
  top: 0px;
}
.btn-round-primary .icon::before {
  font-size: 16px;
}
.btn-rect {
  background: #81e24c;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
}
.btn-rect:hover {
  background: #7fee42;
}
.spc {
  width: 30px;
  height: 2px;
  background: #efefef;
}
.index-header {
  background-size: cover;
  height: 500px;
}
.header-inner {
  width: 1140px;
  margin: 0 auto;
  letter-spacing: 2px;
}
.header-inner h1,
.header-inner h2 {
  color: white;
}
.header-inner .logo {
  float: left;
  margin: 0;
  margin-right: 15px;
  width: 60px;
  line-height: 60px;
  height: 60px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.header-inner .logo .icon {
  width: 50px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -3px;
}
.header-inner .logo:hover {
  opacity: 0.9;
}
.header-inner li {
  float: left;
  height: 60px;
  line-height: 60px;
  margin-left: 5px;
}
.header-inner li a {
  padding: 10px 15px;
}
.header-inner .header-menu {
  float: left;
}
.header-inner .header-menu > li .emoji {
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-left: 4px;
}
.header-inner .header-menu > li a {
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.header-inner .header-menu > li a:hover {
  opacity: 0.7;
}
.header-inner .header-menu #products-list a {
  color: #444;
}
.header-inner .header-user-operation {
  float: right;
}
.header-inner .header-user-operation > li > a {
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.header-inner .header-user-operation > li > a:hover {
  opacity: 0.7;
}
.header-inner .header-user-operation .register {
  padding: 6px 15px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}
.header-inner .header-user-operation li:last-child {
  margin-left: 20px;
}
.header-inner #products-btn {
  position: relative;
  padding-right: 8px;
  cursor: pointer;
}
.header-inner #products-btn .iconfont {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  font-size: 12px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.header-inner #products-btn:hover .iconfont {
  opacity: 0.7;
}
.header-inner #products-btn #products-list {
  display: none;
  position: absolute;
  top: 55px;
  left: 15px;
  background: white;
  padding: 5px 0;
}
.header-inner #products-btn #products-list::before {
  position: absolute;
  left: 30px;
  top: -10px;
  content: "";
  width: 0;
  height: 0;
  border-left: solid transparent 5px;
  border-right: solid transparent 5px;
  border-top: solid transparent 5px;
  border-bottom: solid white 5px;
}
.header-inner #products-btn #products-list li:first-of-type {
  padding-top: 3px;
}
.header-inner #products-btn #products-list li:last-of-type {
  padding-bottom: 3px;
}
.header-inner #products-btn #products-list li {
  float: none;
  width: 120px;
  height: 35px;
  line-height: 35px;
  margin-left: 0;
  color: #707a7d;
  text-align: left;
}
.header-inner #products-btn #products-list li a {
  width: 100%;
  cursor: pointer;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
.header-inner #products-btn #products-list li:hover a {
  color: #22ad56;
}
.slogan-wrapper {
  letter-spacing: 3px;
}
.index-footer {
  height: 100px;
  background: #2c3736;
}
.footer-wrapper {
  width: 1140px;
  margin: 0 auto;
  padding-top: 42px;
}
.footer-wrapper li,
.footer-wrapper p {
  color: #efefef;
}
.footer-wrapper p {
  float: left;
  font-size: 12px;
}
.footer-wrapper ul {
  float: right;
}
.footer-wrapper li {
  float: left;
  margin-left: 10px;
  font-size: 12px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.footer-wrapper li:hover {
  opacity: 0.9;
}
.gif-container {
  width: 696px;
  height: 394px;
  background-size: 696px auto;
  margin: 0 auto;
  padding: 4px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(40, 40, 40, 0.08);
  border-radius: 4px;
  margin-bottom: 80px;
}
.gif-container img {
  display: block;
  margin: 0 auto;
  height: 100%;
  border-radius: 4px;
  border: 2px solid #ffffff;
}
.dialog.extension-download-dialog header {
  margin-bottom: 0;
}
.dialog.extension-download-dialog > .inner {
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.dialog.extension-download-dialog > .inner .content {
  padding: 0 20px;
  margin-bottom: 25px;
}
.dialog.extension-download-dialog .dialog-header {
  text-align: center;
  font-size: 18px;
  color: #444;
  border-bottom: none;
  padding-top: 20px;
}
.dialog.extension-download-dialog .dialog-header .dialog-title.bold {
  font-size: 24px;
}
.dialog.extension-download-dialog .dialog-header .dialog-close {
  right: 15px;
}
.dialog.extension-download-dialog .hint {
  font-size: 18px;
  margin-top: 0;
}
.dialog.extension-download-dialog .footer {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  text-align: left;
}
.dialog.extension-download-dialog .footer .help {
  color: #888;
}
.dialog.extension-download-dialog .footer .help a {
  color: #888;
  text-decoration: underline;
}
.dialog.extension-download-dialog .footer .help a:hover {
  color: #666;
}
.dialog.extension-download-dialog .welcome-box,
.dialog.extension-download-dialog .unsupported-box {
  width: 508px;
  height: 292px;
}
.dialog.extension-download-dialog .welcome-box {
  padding: 10px;
  text-align: center;
}
.dialog.extension-download-dialog .welcome-box li {
  display: inline-block;
  opacity: 1;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid transparent;
}
.dialog.extension-download-dialog .welcome-box li a {
  display: inline-block;
  color: #707a7d;
  width: 100%;
}
.dialog.extension-download-dialog .welcome-box li:hover {
  opacity: 0.8;
  border: 1px solid #eee;
}
.dialog.extension-download-dialog .welcome-box ul.browser-list {
  margin-bottom: 20px;
}
.dialog.extension-download-dialog .welcome-box ul.browser-list li {
  font-size: 12px;
  width: 96px;
  text-align: center;
  padding: 5px 0;
}
.dialog.extension-download-dialog .welcome-box ul.browser-list li + li {
  margin-left: 5px;
}
.dialog.extension-download-dialog .welcome-box ul.browser-list img {
  display: block;
  width: 46px;
  margin: 5px auto 8px auto;
}
.dialog.extension-download-dialog .unsupported-box {
  padding: 0 30px;
}
.dialog.extension-download-dialog .unsupported-box small {
  color: #40615d;
  font-size: 14px;
  display: block;
  margin: 20px 0;
}
.dialog.extension-download-dialog .unsupported-box ul {
  margin-bottom: 10px;
}
.dialog.extension-download-dialog .unsupported-box ul::after {
  display: table;
  content: "";
  clear: both;
}
.dialog.extension-download-dialog .unsupported-box li {
  display: inline-block;
  text-align: center;
  float: left;
  width: 100px;
  padding: 10px 0;
  font-size: 12px;
  opacity: 1;
  cursor: pointer;
}
.dialog.extension-download-dialog .unsupported-box li img {
  display: block;
  margin: auto;
  height: 42px;
  margin-bottom: 5px;
}
.dialog.extension-download-dialog .unsupported-box li:hover {
  opacity: 0.8;
}
.dialog.extension-download-dialog .unsupported-box li:hover a {
  text-decoration: underline;
}
.dialog.extension-download-dialog .unsupported-box li:first-child {
  margin-left: -28px;
}
.dialog.extension-download-dialog .unsupported-box a {
  color: #444;
}
.dialog.extension-download-dialog .unsupported-box .contact {
  color: #4cb8e5;
  cursor: pointer;
}
.dialog.extension-download-dialog .unsupported-box .contact:hover {
  text-decoration: underline;
}
.dialog.extension-download-dialog .intro-box {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.dialog.extension-download-dialog .intro-box::after {
  display: table;
  content: "";
  clear: both;
}
.dialog.extension-download-dialog .intro-box .intro {
  width: 670px;
}
.dialog.extension-download-dialog .intro-box .intro > img {
  position: absolute;
  top: 50%;
  margin-top: -130px;
}
.dialog.extension-download-dialog .intro-box .steps {
  width: 275px;
  float: left;
  counter-reset: item-counter;
  list-style: none;
  padding-left: 2px;
  display: block;
  vertical-align: middle;
  margin-top: 0;
  padding-right: 20px;
}
.dialog.extension-download-dialog .intro-box .steps li {
  line-height: 28px;
  color: #444;
  font-size: 18px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.dialog.extension-download-dialog .intro-box .steps li span {
  font-size: 14px;
  color: #727272;
  display: inline-block;
  margin-top: 5px;
}
.dialog.extension-download-dialog .intro-box .steps li:before {
  position: absolute;
  content: counter(item-counter);
  counter-increment: item-counter;
  color: white;
  background: #20c05c;
  width: 18px;
  line-height: 18px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  top: 4px;
  font-size: 12px;
  left: 0;
  margin-right: 5px;
}
.dialog.extension-download-dialog .intro-box .steps a {
  color: #4cb8e5;
  font-size: 15px;
  margin-right: 2px;
}
.dialog.extension-download-dialog .intro-box .steps a:hover {
  text-decoration: underline;
}
.dialog.extension-download-dialog .intro-box .steps .btn {
  color: white;
  font-size: 14px;
  padding: 2px 35px;
  outline: none;
  margin-top: 10px;
  width: 128px;
}
.dialog.extension-download-dialog .intro-box .steps .btn:hover {
  text-decoration: none;
}
.dialog.extension-download-dialog .intro-box .intro-gif {
  width: 395px;
  background: #f0f0f0;
  float: right;
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
}
.dialog.extension-download-dialog .intro.liebao ol {
  margin-top: -10px;
}
.dialog.extension-download-dialog .intro.liebao img {
  float: right;
  width: 380px;
}
.dialog.extension-download-dialog .intro.chrome {
  width: 676px;
  margin-top: -30px;
  margin-bottom: -35px;
}
.dialog.extension-download-dialog .intro.chrome ol {
  display: inline-block;
  margin-top: 14px;
}
.dialog.extension-download-dialog .intro.chrome li {
  position: relative;
  margin-left: 10px;
  margin-bottom: 40px;
}
.dialog.extension-download-dialog .intro.chrome li::after {
  display: table;
  content: "";
  clear: both;
}
.dialog.extension-download-dialog .intro.chrome .steps {
  width: 350px;
}
.dialog.extension-download-dialog .intro.chrome em {
  color: #ff4a41;
  font-style: normal;
  font-weight: bold;
}
.dialog.extension-download-dialog .intro.chrome em.mark-1 {
  position: absolute;
  right: 71px;
  top: -18px;
}
.dialog.extension-download-dialog .intro.chrome em.mark-2 {
  position: absolute;
  right: 212px;
  bottom: 90px;
  font-weight: normal;
}
.dialog.extension-download-dialog .intro.chrome .img-set {
  display: inline-block;
  width: 210px;
  float: right;
  margin-right: 50px;
}
.dialog.extension-download-dialog .intro.chrome .img-set::after {
  display: table;
  content: "";
  clear: both;
}
.dialog.extension-download-dialog .intro.chrome .img-set .step-img {
  width: 210px;
  vertical-align: top;
  margin-bottom: 30px;
  display: inline-block;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.dialog.extension-download-dialog .back {
  position: absolute;
  bottom: 0;
  right: 20px;
  color: #4cb8e5;
  float: left;
  margin-top: 8px;
  cursor: pointer;
}
.dialog.extension-download-dialog .back:hover {
  text-decoration: underline;
}
.code {
  background-color: #efefef;
  border-radius: 4px;
  padding: 0px 6px;
}
#vip-bundle-dialog .pricing-box .detail {
  cursor: pointer;
  padding: 5px 0 !important;
  margin-left: 12px !important;
  margin-top: -5px !important;
  z-index: 2;
  position: relative;
}
#vip-bundle-dialog .pricing-box .detail:hover + .detail-box {
  min-width: 150px;
  white-space: nowrap;
  padding: 5px 5px !important;
  line-height: normal;
  border-radius: 5px;
  display: inline-block;
  position: absolute;
  background: rgba(20, 20, 20, 0.8);
  z-index: 1;
  top: 27px;
  left: 76px;
  color: #fff;
}
#vip-bundle-dialog .pricing-box .detail:hover + .detail-box.tuchong {
  width: 220px;
}
#vip-bundle-dialog .pricing-box .detail:hover + .detail-box.right {
  text-align: right;
  left: -100px;
}
#vip-bundle-dialog .pricing-box .detail:hover + .detail-box.right::after {
  left: 67%;
}
#vip-bundle-dialog .pricing-box .detail:hover + .detail-box.weike {
  width: 200px;
  left: -40px;
}
#vip-bundle-dialog .pricing-box .detail:hover + .detail-box::after {
  content: "";
  display: inline-block;
  border: 6px solid transparent;
  border-bottom-color: rgba(20, 20, 20, 0.8);
  position: absolute;
  top: -12px;
  left: 8%;
}
#vip-bundle-dialog .pricing-box .detail-box {
  display: none;
}
#vip-bundle-dialog .inner {
  background: #fff;
}
#vip-bundle-dialog .inner.for-buy {
  padding: 0 45px;
}
#vip-bundle-dialog .hint-box {
  margin-bottom: 20px;
  text-align: left;
}
#vip-bundle-dialog .hint-box p span.title {
  color: #0c0c0c;
  font-size: 16px;
}
#vip-bundle-dialog .hint-box span.price {
  font-size: 20px;
  color: #24be48;
}
#vip-bundle-dialog .hint-box p.hint-1 {
  margin-bottom: 10px;
}
#vip-bundle-dialog .header {
  width: 100%;
  height: 96px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 18px;
  color: #070707;
  border: none;
  margin: 0;
  padding: 0;
}
#vip-bundle-dialog .header .header-title.two {
  display: none;
}
#vip-bundle-dialog .header .header-img {
  height: 55px;
  margin-right: 10px;
  margin-left: -80px;
  position: relative;
  top: -2px;
}
#vip-bundle-dialog .header .close-btn {
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 20px;
  opacity: 0.6;
}
#vip-bundle-dialog .header .close-btn:hover {
  opacity: 1;
}
#vip-bundle-dialog .content {
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  overflow: unset;
}
#vip-bundle-dialog .content.for-buy {
  height: auto;
}
#vip-bundle-dialog .content .gift-li {
  width: 440px;
  height: 127px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  border: 1px #f4f8ff solid;
  margin-bottom: 11px;
}
#vip-bundle-dialog .content .gift-li.empty {
  visibility: hidden;
}
#vip-bundle-dialog .content .gift-li.for-buy {
  width: 45%;
  height: 125px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
  background: #fffcf2;
  padding-top: 5px;
}
#vip-bundle-dialog .content .gift-li.for-buy div.text-box {
  width: 100%;
  padding-left: 10px;
}
#vip-bundle-dialog .content .gift-li.for-buy div.text-box .name {
  margin-top: 10px;
}
#vip-bundle-dialog .content .gift-li.for-buy div.text-box .pricing-box {
  margin-top: 10px;
}
#vip-bundle-dialog .content .gift-li .img {
  width: 130px;
  max-height: 56px;
  object-fit: cover;
  margin: 0 7px;
}
#vip-bundle-dialog .content .gift-li .text-box {
  height: 127px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
  font-size: 13px;
}
#vip-bundle-dialog .content .gift-li .text-box * {
  padding: 0;
  margin: 0;
}
#vip-bundle-dialog .content .gift-li .text-box .name {
  font-size: 16px;
  line-height: 16px;
  color: #1d1d1d;
  margin-top: 20px;
  letter-spacing: 1.5px;
}
#vip-bundle-dialog .content .gift-li .text-box .text-content {
  margin-top: 20px;
  font-size: 12px;
  line-height: 12px;
  color: #666666;
  letter-spacing: 1.1px;
}
#vip-bundle-dialog .content .gift-li .text-box .pricing-box {
  margin-top: 24px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
}
#vip-bundle-dialog .content .gift-li .text-box .pricing-box .current-pricing {
  font-size: 15px;
  color: #24be48;
  margin-right: 5px;
}
#vip-bundle-dialog .content .gift-li .text-box .pricing-box .old-pricing {
  font-size: 12px;
  color: #838383;
  margin-left: 6px;
  text-decoration: line-through;
}
#vip-bundle-dialog .content .gift-li .text-box .receive-box {
  text-align: left;
  margin-top: 13px;
}
#vip-bundle-dialog .content .gift-li .text-box .receive-box .receive-btn {
  display: inline-block;
  border: none;
  outline: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  color: white;
  background: #20c05c;
  margin-top: 11px;
  padding: 4px 8px;
  border-radius: 4px;
}
#vip-bundle-dialog .content .gift-li .text-box .receive-box .receive-btn:hover {
  border-color: #2ad069;
  background: #2ad069;
  color: white;
}
#vip-bundle-dialog .content .gift-li .text-box .receive-box .receive-btn:active {
  border-color: #22ad56;
  background: #22ad56;
  color: white;
}
#vip-bundle-dialog .content .gift-li .text-box .receive-box p + p {
  margin-top: 8px;
}
#vip-bundle-dialog .content .gift-li .text-box .receive-box b {
  color: #333;
  font-size: 13px;
  margin-right: 5px;
  font-weight: normal;
}
#vip-bundle-dialog .content .gift-li .text-box .receive-box a {
  color: #707a7d;
  text-decoration: underline;
}
#vip-bundle-dialog .content .gift-li.multi-text .text-box .name {
  margin-top: 20px;
}
#vip-bundle-dialog .content .gift-li.multi-text .text-box .text-content {
  margin-top: 14px;
  line-height: 18px;
  letter-spacing: 1.5px;
}
#vip-bundle-dialog .content .gift-li.multi-text .text-box .pricing-box {
  margin-top: 14px;
}
#vip-bundle-dialog .register-discount-tips {
  color: #24be48;
  margin: 28px 0 0 20px;
}
#vip-bundle-dialog .receive-tips {
  text-align: left;
  margin-top: 43px;
  font-size: 13px;
  line-height: 24px;
  color: #666;
}
#vip-bundle-dialog .receive-tips a {
  color: #3dc0ce;
  text-decoration: none;
}
#vip-bundle-dialog .receive-tips a:hover {
  color: #25a5b3;
}
#vip-bundle-dialog .footer {
  margin-top: 22px;
  padding-bottom: 28px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
#vip-bundle-dialog .footer .text {
  font-size: 15px;
  color: #333333;
}
#vip-bundle-dialog .footer .text span {
  font-size: 30px;
  color: #e94527;
  margin: 5px;
}
#vip-bundle-dialog .footer .buy-btn {
  width: 109px;
  height: 38px;
  background: #20c05c;
  color: #fff;
  border: none;
  border-radius: 5px;
  margin: 0 18px 0 26px;
  cursor: pointer;
  font-size: 14px;
  outline: none;
}
#vip-bundle-dialog .footer .buy-btn:hover {
  background: #2ad069;
}
#vip-bundle-dialog .footer .skip-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: #979797;
  font-size: 14px;
  outline: none;
}
#vip-bundle-dialog .footer .skip-btn:hover {
  text-decoration: underline;
}
#vip-bundle-dialog .fotor-dialog .inner {
  width: 538px;
  box-sizing: border-box;
  padding: 32px 32px 24px;
  background: #fff;
  border-radius: 4px;
}
#vip-bundle-dialog .fotor-dialog .inner .close-area {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: absolute;
  top: 19px;
  right: 19px;
  width: 20px;
  height: 20px;
  padding: 3px;
}
#vip-bundle-dialog .fotor-dialog .inner .close-area img {
  width: 14px;
  height: 14px;
}
#vip-bundle-dialog .fotor-dialog .inner .dialog-title {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 13px;
  font-weight: bold;
  color: #222;
}
#vip-bundle-dialog .fotor-dialog .inner .dialog-desc {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 13px;
  color: #353535;
}
#vip-bundle-dialog .fotor-dialog .inner .dialog-image {
  position: relative;
  left: -9px;
  display: block;
  width: 488px;
  height: 264px;
  object-fit: cover;
  margin: 0 auto;
}
#vip-bundle-dialog .fotor-dialog .inner .dialog-button {
  float: right;
  height: 32px;
  line-height: 32px;
  padding: 0 16px;
  background: #24BE48;
  color: #fff;
  font-size: 14px;
  margin-top: 12px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
#vip-bundle-dialog .fotor-dialog .inner .dialog-button:hover {
  background: #50CB6D;
}
