.pc-toast {
  position: fixed;
  top: 20px;
  left: 50%;
  min-width: 100px;
  border-radius: 3px;
  font-size: 14px;
  padding: 10px 14px 10px 40px;
  color: #000;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAfNJREFUWEfNl81LVFEYxp9npntnJAlShBCX0aKFO6GljoHpImjRyr8gFy7cRnpU3LYImv6CVi6CoI+FqUvBZRAULUOEUEGNnHt1nji3row6k/eOR45n/X78zvt13kNkPI+Nwh0eDh1JDwHcJdQrsNeqE9oQuAHgS5F8e1PXVhYNoyymeZ7QmNGtA8TTAMYl3ThPPgEidwG8LiOYe2+4+T+dlgCjL1SKtqOnEqcEXc/i+LQMwV+knodd4cKHSdaa2WgKYG/9G/EbSPfacXxGh1zrQPCoWTTOAAzP1PrrxDsIfU6cp0aIH8UCxpamS58b7Z4A+HvzaN258waIDoQDjZE4BrA5P9iOV52FvVX4yLVyVzCY1sQxwLCpzdWFZ07D3sJYgZj/ZEq2s5AAJK2m+Hueal824QnzFZOp7RMd2x1lBrdtKhKAiomqkp7kuf1FAP7NilfLJpygnXBbiH9mHTIppAOA3W4EPbw/G48c1esf89zeyl4UwNooFgoPOGSil5Am8gI4kSerFmAF0qATg3mNkKusmNpXCXfy6rpIAYlvNgJ7kDp9AIDc9wsA7l2JFLRVhC5qALYI221DRwBV/4PI+yj2/hhdiefYQnhdSCyA95UsTYW3pTR9C7yu5SmE149JCuH1a9b4NHv7nJ7eDy7re/4HY6RQCMDtziIAAAAASUVORK5CYII=) no-repeat;
  background-position: 12px center;
  background-size: 18px;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.12);
  border: 1px solid #E7E9EB;
  border-radius: 5px;
  background-color: #FFF;
  transform: translate(-50%, 0);
  animation: fadeIn 2.2s 1;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.mobile-toast {
  position: fixed;
  min-width: 50px;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  padding: 12px 14px;
  background: rgba(0, 0, 0, 0.8);
  transform: translate(-50%, -50%);
  animation: fadeIn 2.2s 1;
}
* {
  padding: 0;
  margin: 0;
  -webkit-user-select: none;
}
body {
  min-width: 1280px;
}
.auth-wrap {
  display: none;
  height: 100vh;
}
.auth-wrap > header,
.auth-wrap > section {
  padding-left: calc(100vw - 100%);
  box-sizing: border-box;
}
.auth-wrap .download-body {
  position: relative;
  display: flex;
  height: 100%;
  background: #f7f9fb;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 1280px;
}
.auth-wrap .download-body::before {
  position: absolute;
  width: 60%;
  height: 300px;
  content: '';
  top: 0;
  right: 0;
  background: url(../images/bg-top-right.png) no-repeat;
  background-position: top right;
  background-size: contain;
}
.auth-wrap .download-body::after {
  position: absolute;
  width: 60%;
  height: 300px;
  content: '';
  bottom: 0;
  left: 0;
  background: url(../images/bg-bottom-left.png) no-repeat;
  background-position: bottom left;
  background-size: contain;
}
.auth-wrap .download-body .download-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.auth-wrap .download-body .download-left .title {
  font-size: 36px;
  color: #1E2023;
  line-height: 40px;
  margin-bottom: 22px;
  white-space: nowrap;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
}
.auth-wrap .download-body .download-left .woa {
  padding-right: 0.75rem;
}
.auth-wrap .download-body .download-left .content-tip {
  margin-bottom: 20px;
}
.auth-wrap .download-body .download-left .content-tip .tips {
  font-size: 16px;
  font-weight: 400;
  color: #9EA1A6;
  line-height: 26px;
  white-space: nowrap;
  font-family: PingFangSC-Regular, PingFang SC;
}
.auth-wrap .download-body .download-left .topic-icon {
  position: relative;
  display: flex;
  width: 412px;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 999;
}
.auth-wrap .download-body .download-left .topic-icon .topic {
  width: 200px;
  height: 66px;
  margin: 12px 0;
  cursor: pointer;
  text-decoration: none;
}
.auth-wrap .download-body .download-left .topic-icon .topic img {
  width: 200px;
  height: 66px;
}
.auth-wrap .download-body .download-left .topic-icon .topic .words {
  flex: 1;
  margin-left: 0.75rem;
}
.auth-wrap .download-body .download-left .topic-icon .topic .words p {
  color: #ffffff;
  line-height: 4.8px;
  white-space: nowrap;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
}
.auth-wrap .download-body .download-left .topic-icon .topic .words p:nth-child(1) {
  font-size: 10px;
  -webkit-transform-origin-x: 0;
  -webkit-transform: scale(0.83);
}
.auth-wrap .download-body .download-left .topic-icon .topic .words p:nth-child(2) {
  font-size: 13px;
}
.auth-wrap .download-body .download-left .topic-icon .topic-wrap {
  width: 200px;
  height: 66px;
  position: relative;
}
.auth-wrap .download-body .download-right {
  display: flex;
  align-items: center;
  max-width: 1100px;
  max-height: 781px;
  width: 60%;
  vertical-align: middle;
  position: relative;
  margin-left: 50px;
  margin-right: -100px;
}
.auth-wrap .download-body .download-right img {
  width: 100%;
}
.auth-wrap .img-wrap {
  position: relative;
  color: #51565d;
  font-size: 1rem;
  cursor: pointer;
}
.auth-wrap .img-wrap .img-qrcode {
  position: absolute;
  opacity: 0;
  transition: opacity 0.2s ease;
  width: 162px;
  height: 162px;
  margin: 0 auto;
  border: 1px solid #f7f9fb;
  left: 50%;
  transform: translateY(-99999px);
}
.auth-wrap .topic-wrap:hover .img-qrcode {
  opacity: 1;
  transform: translate(-50%, 0);
}
.auth-wrap #ad_download:hover ~ .img-wrap,
.auth-wrap #ios_download:hover ~ .img-wrap {
  opacity: 1;
  cursor: default;
}
.auth-wrap .mobile-download {
  display: none;
}
.auth-wrap #modal-wrap {
  display: none;
}
@media screen and (max-width: 1500px) {
  .auth-wrap .download-body .download-right {
    margin-right: -50px;
    margin-left: 0;
  }
}
.is-mobile {
  display: none;
}
.is-mobile html,
.is-mobile body {
  background-color: #417FF9;
  background-image: url(../images/mobile-bg2.png);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-width: 0;
}
.is-mobile .download-body {
  display: none;
}
.is-mobile .mobile-download {
  display: block;
}
.is-mobile .mobile-download .header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 31px;
}
.is-mobile .mobile-download .header img {
  display: block;
}
.is-mobile .mobile-download .header .logo {
  width: 48px;
  height: 48px;
  margin-right: 16px;
}
.is-mobile .mobile-download .header .title {
  width: 73px;
  height: 25px;
}
.is-mobile .mobile-download .main-tip {
  text-align: center;
  margin-bottom: 6px;
  font-size: 22px;
  color: #ffffff;
  line-height: 28px;
  letter-spacing: 2px;
  padding: 6vh 0 3vh;
}
.is-mobile .mobile-download .sub-tip {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 18px;
}
.is-mobile .mobile-download .content {
  margin-bottom: 4vh;
  background: url(../images/mobile-img.png);
  width: 280px;
  min-height: 64vh;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 auto;
}
.is-mobile .mobile-download .button-download {
  width: 250px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  display: block;
  border: none;
  border: 0px solid #d9d9d9;
  font-size: 16px;
  font-weight: 600;
  color: #417ff9;
  margin: 0 auto 6vh;
  text-decoration: none;
  background: #ffffff;
  border-radius: 4px;
}
.is-mobile .mobile-download .button-download:visited {
  opacity: 0.9;
}
.is-mobile .mobile-download .button-download:hover {
  opacity: 0.9;
}
.is-mobile .mobile-download .button-download:active {
  opacity: 0.9;
}
.is-mobile #modal-wrap .tip-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 999;
}
.is-mobile #modal-wrap .tip-modal img {
  width: 320px;
  height: 239px;
  position: absolute;
  right: 9px;
  top: 6px;
}
.is-mobile #modal-wrap .tip-modal .woa-img {
  height: 110px;
  right: -20px;
  top: 6px;
}
.linux-download {
  display: none;
  text-align: center;
  font-size: 14px;
  color: #7e8186;
}
.linux-download.wrap {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  z-index: 999;
}
.linux-download .content {
  position: absolute;
  width: 600px;
  height: 386px;
  background-color: #fff;
  border-radius: 6px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px 60px;
  box-sizing: border-box;
}
.linux-download .title {
  font-size: 18px;
  font-weight: 800;
  margin-top: 24px;
  color: #1e2023;
}
.linux-download .subtitle {
  margin: 24px auto 12px;
}
.linux-download .type {
  position: relative;
  width: 360px;
  height: 32px;
  line-height: 32px;
  margin-left: 10px;
  border-radius: 4px;
  border: 1px solid #d4d5d8;
  color: #c1c5cb;
  padding-left: 10px;
  cursor: pointer;
}
.linux-download .type.disabled {
  background: rgba(117, 122, 129, 0.06);
  cursor: not-allowed;
}
.linux-download .type .caret {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAU1JREFUWEftlC1PxEAURe9tNhWEBI3BYLD8BBwBhaAKAQGDR7SwtNPy0Qo8BgICVQQKguMnYDEYDJqEIJpNH5kmJM2mdHeKWMTUNOnLu3N6Zt4QE3444fVhAawBa8Aa+P8GVHK6J66Tx77/ZnJrRlk2x6L0VLh/1tbXakAl6WYpcgXivQeuhmHwPA5EkqSLA8g9BLMOuaXC4Pq3vlaALMtmvoryDoIlAp90uK4Og8c2CHWULksptwJMg3iacp013/c/OgHoJpXnrry8XorIBoEByV0VBhdNgSpJd0TkXIAeyRsuzG8rzys6b0G9MYrTY4Ec6G8ET+Io6JvUOxuoNzb9oa6Pa6gJwngMh/e4CjU4I8MQxgA6oH7Kq0DDKalDdALQAXrOpZCHan2XK6b3xA9EZwAdoMdUv9vGbNS98SeAUeHj1C2ANWANWAPWwDcfQIghZJmlDwAAAABJRU5ErkJggg==) no-repeat;
  transition: transform 0.3s;
  transform: rotate(0deg);
  background-size: contain;
}
.linux-download .type .option {
  display: flex;
  height: 32px;
  font-size: 12px;
  padding: 0 16px;
  align-items: center;
  cursor: pointer;
}
.linux-download .type .option:hover {
  background: #edeff2;
  color: #417ff9;
}
.linux-download .type .option.selected {
  position: relative;
  color: #417ff9;
}
.linux-download .type .option.selected::after {
  position: absolute;
  content: '';
  right: 16px;
  width: 16px;
  height: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAgpJREFUWEft1T9oE2EYBvDnufTuLIIdlI5dOzgVVETIkD861EEcWgr+2azOFUVQuS8V0aG6iYqOgmIWIYNKe4dLhVIXJwcdHIogVJAOWu+SeyRDJJT8uaRNOphb7/vu+fF+730vscsPdzkfA8CgAv9PBaZeKlWcZmXrX9eXCuTMn5kYvLxH9unXBa7VI3oOyM+HE5UKlgEN0+Js4DlP+gY4YTRaRrgqYYzk08A4F/p2BLOPZX/5FvmC0iTf74edKRqGfQNkTPgI0kUQa5btHPKv83uja78nPZD1wkuCHoLcHBLSiwXnQ7OZs+OA3HyUjmP5kGwLOOcX3GetBl5TwNR9DRfn+LuTaZn3NBYzWpU0SmIhMO6VdvsbAjK3NI5KuGgBV33jvmj3ker7KvjHRrQsaQLA2wMHnZONLp5ETZgz0Vys+B7BCqmzSRBZEz6XNEPg8z46R14Z/kwCb3oE2ULkKY5NEkTWi64J8R2SG1bKPrp0k5+ShFfXtGzCJIiMV54k45IAktapwBsqJQ1vC6guaIWo9grL0YqgEVrWjcCzb3cSngjQDJG/q5F4M1yRME6iGBh3utPwxICtCFHnCZyRMEnw417ax0qGv3oKqEf8CyLXXdiH3xh+7Sa8owrUAmo9AbKcAo8vGftdt+FdAWqVILTue86D7YR3DdhuaP3+HR9GneIGgEEF/gJeHechkufA5wAAAABJRU5ErkJggg==) no-repeat;
  background-size: contain;
}
.linux-download .type .option-list {
  position: absolute;
  display: none;
  width: 100%;
  top: 20px;
  left: 0;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
.linux-download .type .option-list:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 20px;
  top: -20px;
  left: 0;
}
.linux-download .type:hover .option-list {
  display: block;
}
.linux-download .type:hover .caret {
  transform: rotate(180deg);
}
.linux-download .btn {
  width: 136px;
  height: 32px;
  background: #417ff9;
  border-radius: 4px;
  line-height: 32px;
  margin: 40px auto 10px;
  cursor: pointer;
  color: #fff;
}
.linux-download .format {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  margin: 20px 0;
}
.linux-download .tip {
  font-size: 12px;
}
.linux-download .close {
  position: absolute;
  right: 20px;
  top: 20px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+5YiH54mHPC90aXRsZT4KICAgIDxnIGlkPSLmtojmga8iIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJXT0Et5by556qXIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTIyMC4wMDAwMDAsIC0zNzEuMDAwMDAwKSIgZmlsbD0iIzdFODE4NiI+CiAgICAgICAgICAgIDxnIGlkPSLnu4Tku7Yv5by556qXL+WfuuehgCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjYwLjAwMDAwMCwgMzQ3LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9IuWbvuaghy/pgJrnlKgxNi/lhbPpl60iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDU2MC4wMDAwMDAsIDI0LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMi4yNDI2NDA3LDMuMDUwMjUyNTMgTDEyLjk0OTc0NzUsMy43NTczNTkzMSBMOC43MDcyNTI1Myw4LjAwMDI1MjUzIEwxMi45NDk3NDc1LDEyLjI0MjY0MDcgTDEyLjI0MjY0MDcsMTIuOTQ5NzQ3NSBMOC4wMDAyNTI1Myw4LjcwNzI1MjUzIEwzLjc1NzM1OTMxLDEyLjk0OTc0NzUgTDMuMDUwMjUyNTMsMTIuMjQyNjQwNyBMNy4yOTMyNTI1Myw4LjAwMDI1MjUzIEwzLjA1MDI1MjUzLDMuNzU3MzU5MzEgTDMuNzU3MzU5MzEsMy4wNTAyNTI1MyBMOC4wMDAyNTI1Myw3LjI5MzI1MjUzIEwxMi4yNDI2NDA3LDMuMDUwMjUyNTMgWiIgaWQ9IkNvbWJpbmVkLVNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  cursor: pointer;
}


/*# sourceMappingURL=download.1b40a7e.css.map*/