/**安装引导口令码弹框 start*/

.guide-install-right .dialog-content {
  background: linear-gradient(180deg, #EEF3FF 0%, #FFFFFF 100%);
}

.guide-install-right .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.guide-install-right .dialog-header {
  padding: 0;
}
.guide-install-right .dialog-body {
  padding: 40px 30px;
  position: relative;
}

.guide-install-right .text-info h1 {
  font-size: 24px;
  color: #000000;
  font-weight: 500;
  line-height: 24px;
}

.guide-install-right .text-info h1 span {
  color: var(--primary-color);
}

.guide-install-right .text-info p {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}

.guide-install-right .code-box {
  width: 100%;
  height: 88px;
  border-radius: 12px;
  border: 1px solid #BEDAFF;
  position: relative;
  padding: 12px 20px;
  background: #ffffff;
}

.guide-install-right .code-box .text {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
}

.guide-install-right .code-box .code-info {
  width: 100%;
}

.guide-install-right .code-box .code-info p {
  font-size: 20px;
  font-weight: 500;
  color: var(--primary-color);
}

.guide-install-right .code-box .code-info div {
  cursor: pointer;
  width: 100px;
  height: 36px;
  background: linear-gradient(94.56deg, #4080FF 20.78%, #0095FF 106.28%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 20px;
}

.guide-install-right .code-box .code-tag {
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(83.8deg, #FF009D 2%, #E45FFF 100.68%);
  border-radius: 0 12px 0 12px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 10px;
  line-height: 14px;
}

.guide-install-right .methods-list-box {
  width: 100%;
}

.guide-install-right .methods-list-box .title {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
}

.guide-install-right .methods-list-box .methods-list-item {
  font-size: 16px;
  line-height: 28px;
  color: var(--text-sub-color);
  text-align: left;
}

.guide-install-right .btn-box {
  display: none;
}

.guide-install-right .btn-box .btn {
  width: 220px;
  height: 68px;
  border-radius: 12px;
  border: 1px solid #4080FF;
  color: #000000;
  font-size: 18px;
  position: relative;
  padding: 14px;
}

.guide-install-right .btn-box .btn .text-info p {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  font-family: PingFang SC;
  font-weight: 500;
}

.guide-install-right .btn-box .btn:hover {
  cursor: pointer;
  opacity: 0.7;
}

.guide-install-right .btn-box .btn .tag {
  position: absolute;
  right: -1px;
  top: -1px;
  padding: 6px 10px;
  background: linear-gradient(83.8deg, #7716FF 2%, #BF5FFF 100.68%);
  color: #ffffff;
  font-size: 13px;
  line-height: 14px;
  border-radius: 0 12px 0 12px;
}
.guide-install-right .help-btn {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
}

.guide-install-right .help-btn:hover {
  cursor: pointer;
  opacity: 0.9;
}


/**安装引导口令码弹框 end*/


/* 使用插件弹窗 guide-use start */
.flex {
  display: flex;
  align-items: center;
}

.column {
  flex-flow: column nowrap;
}

.guide-use .fq-model .dialog-content {
  background: linear-gradient(180deg, #EEF3FF 0%, #FFFFFF 100%);
}

.guide-use .fq-model .dialog-body {
  padding: 25px 50px 0;
  font-family: PingFang SC;
}

.guide-use .fq-model .dialog-body .title {
  font-weight: bold;
  font-size: 22px;
  color: var(--text-color);
  margin-bottom: 20px;
}

.guide-use .fq-model .dialog-body .tip {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
  line-height: 20px;
}

.guide-use .fq-model .dialog-body .sub-tip {
  font-size: 13px;
  color: var(--text-sub-color);
  line-height: 16px;
}

.guide-use .fq-model .dialog-body .steps {
  row-gap: 10px;
  margin-bottom: 30px;
}

.guide-use .fq-model .dialog-body .steps .step {
  width: 100%;
  border-radius: 10px;
  background: #F6F9FE;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 13px;
  color: #4E5969;
}

.guide-use .fq-model .dialog-body .steps .step .index-img {
  width: 15px;
  height: 15px;
  margin-top: 2px;
  margin-right: 6px;
}

.guide-use .fq-model .dialog-body .steps .step .icon-logo {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-left: 6px;
  margin-right: 6px;
}

.guide-use .fq-model .dialog-body .steps .step .extra-text {
  display: none;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}

.guide-use .fq-model .dialog-body .steps .step:nth-child(1) .icon-logo {
  background: url('/statics/fanyi-net/old/images/guide-use-chrome-icon-1.png') 100% 100% / cover no-repeat;
}
.guide-use .fq-model .dialog-body .steps .step:nth-child(2) .icon-logo {
  background: url('/statics/fanyi-net/old/images/guide-use-chrome-icon-2.png') 100% 100% / cover no-repeat;
}
.guide-use .fq-model .dialog-body .steps .step:nth-child(3) .icon-logo {
  background: url('/statics/fanyi-net/old/images/guide-use-logo.png') 100% 100% / cover no-repeat;
}

.guide-use .fq-model .dialog-body .steps .step:nth-child(1) .index-img {
  background: url('/statics/fanyi-net/old/images/guide-use-index-1.png') 100% 100% / cover no-repeat;
}
.guide-use .fq-model .dialog-body .steps .step:nth-child(2) .index-img {
  background: url('/statics/fanyi-net/old/images/guide-use-index-2.png') 100% 100% / cover no-repeat;
}
.guide-use .fq-model .dialog-body .steps .step:nth-child(3) .index-img {
  background: url('/statics/fanyi-net/old/images/guide-use-index-3.png') 100% 100% / cover no-repeat;
}

.guide-use.Edge .fq-model .dialog-body .steps .step:nth-child(1) .icon-logo {
  background: url('/statics/fanyi-net/old/images/guide-use-edge-icon-1.png') 100% 100% / cover no-repeat;
}

.guide-use.Edge .fq-model .dialog-body .steps .step:nth-child(2) .icon-logo {
  background: url('/statics/fanyi-net/old/images/guide-use-edge-icon-2.png') 100% 100% / cover no-repeat;
}

.guide-use.Chrome .fq-model .dialog-body .steps .step:nth-child(1) .icon-logo {
  background: url('/statics/fanyi-net/old/images/guide-use-chrome-icon-1.png') 100% 100% / cover no-repeat;
}

.guide-use.Chrome .fq-model .dialog-body .steps .step:nth-child(2) .icon-logo {
  background: url('/statics/fanyi-net/old/images/guide-use-chrome-icon-2.png') 100% 100% / cover no-repeat;
}

.guide-use.SE360 .fq-model .dialog-body .steps .step:nth-child(1) .icon-logo {
  background: url('/statics/fanyi-net/old/images/guide-use-360SE-icon-1.png') 100% 100% / cover no-repeat;
}

.guide-use.SE360 .fq-model .dialog-body .steps .step:nth-child(2) .icon-logo {
  background: url('/statics/fanyi-net/old/images/guide-use-360SE-icon-2.png') 100% 100% / cover no-repeat;
}

.guide-use.EE360 .fq-model .dialog-body .steps .step:nth-child(1) .icon-logo {
  background: url('/statics/fanyi-net/old/images/guide-use-360EE-icon-1.png') 100% 100% / cover no-repeat;
}

.guide-use.EE360 .fq-model .dialog-body .steps .step:nth-child(2) .icon-logo {
  background: url('/statics/fanyi-net/old/images/guide-use-360EE-icon-2.png') 100% 100% / cover no-repeat;
}

.guide-use.ZiNiao .fq-model .dialog-body .steps .step:nth-child(1) .icon-logo {
  background: url('/statics/fanyi-net/old/images/guide-use-ziniao-icon-1.png') 100% 100% / cover no-repeat;
}

.guide-use.ZiNiao .fq-model .dialog-body .steps .step:nth-child(2) .icon-logo {
  background: url('/statics/fanyi-net/old/images/guide-use-ziniao-icon-2.png') 100% 100% / cover no-repeat;
}

.guide-use.SLBrowser .fq-model .dialog-body .steps .step:nth-child(1) .icon-logo {
  background: url('/statics/fanyi-net/old/images/guide-use-sLBrowser-icon-1.png') 100% 100% / cover no-repeat;
}

.guide-use.SLBrowser .fq-model .dialog-body .steps .step:nth-child(2) .icon-logo {
  background: url('/statics/fanyi-net/old/images/guide-use-sLBrowser-icon-2.png') 100% 100% / cover no-repeat;
}

.guide-use.QQBrowser .fq-model .dialog-body .steps .step:nth-child(1) .icon-logo {
  background: url('/statics/fanyi-net/old/images/guide-use-logo.png') 100% 100% / cover no-repeat;
}

.guide-use.Firefox .fq-model .dialog-body .steps .step:nth-child(1) .icon-logo {
  background: url('/statics/fanyi-net/old/images/guide-use-logo.png') 100% 100% / cover no-repeat;
}

.guide-use.Firefox .fq-model .dialog-body .steps .step:nth-child(2),
.guide-use.QQBrowser .fq-model .dialog-body .steps .step:nth-child(2) {
  display: none;
}

.guide-use.Firefox .fq-model .dialog-body .steps .step:nth-child(3),
.guide-use.QQBrowser .fq-model .dialog-body .steps .step:nth-child(3) {
  display: none;
}

.guide-use.Firefox .fq-model .dialog-body .steps .step .extra-text,
.guide-use.QQBrowser .fq-model .dialog-body .steps .step .extra-text {
  display: inline-block;
}

.guide-use .fq-model .dialog-body .eg-image {
  position: relative;
  width: 348px;
  height: 193px;
  margin-bottom: 10px;
  background: url('/statics/fanyi-net/old/images/guide-use-chrome-img.png') 100% 100% / contain no-repeat;
  margin: 0 auto;
}

.guide-use.Edge .fq-model .dialog-body .eg-image {
  background: url('/statics/fanyi-net/old/images/guide-use-edge-img.png') 100% 100% / contain no-repeat;
}

.guide-use.Chrome .fq-model .dialog-body .eg-image {
  background: url('/statics/fanyi-net/old/images/guide-use-chrome-img.png') 100% 100% / contain no-repeat;
}

.guide-use.SE360 .fq-model .dialog-body .eg-image {
  background: url('/statics/fanyi-net/old/images/guide-use-360SE-img.png') 100% 100% / contain no-repeat;
}

.guide-use.EE360 .fq-model .dialog-body .eg-image {
  background: url('/statics/fanyi-net/old/images/guide-use-360EE-img.png') 100% 100% / contain no-repeat;
}

.guide-use.ZiNiao .fq-model .dialog-body .eg-image {
  background: url('/statics/fanyi-net/old/images/guide-use-ziniao-img.png') 100% 100% / contain no-repeat;
}

.guide-use.Firefox .fq-model .dialog-body .eg-image {
  background: url('/statics/fanyi-net/old/images/guide-use-firefox-img.png') 100% 100% / contain no-repeat;
}

.guide-use.SLBrowser .fq-model .dialog-body .eg-image {
  background: url('/statics/fanyi-net/old/images/guide-use-sLBrowser-img.png') 100% 100% / contain no-repeat;
}

.guide-use.QQBrowser .fq-model .dialog-body .eg-image {
  background: url('/statics/fanyi-net/old/images/guide-use-qqBrowser-img.png') 100% 100% / contain no-repeat;
}

.guide-use .fq-model .dialog-body .eg-image .logo-1,
.guide-use .fq-model .dialog-body .eg-image .logo-2 {
  width: 12px;
  height: 12px;
  background: url('/statics/fanyi-net/old/images/guide-use-logo.png') 100% 100% / cover no-repeat;
}

.guide-use .fq-model .dialog-body .eg-image .name-1,
.guide-use .fq-model .dialog-body .eg-image .name-2 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-size: 10px;
  color: #333333;
}

.guide-use .fq-model .dialog-body .eg-image .name-2 {
  display: none;
}

.guide-use.Chrome .fq-model .dialog-body .eg-image .logo-1 {
  position: absolute;
  top: 48px;
  right: 93px;
}

.guide-use.Chrome .fq-model .dialog-body .eg-image .logo-2 {
  position: absolute;
  top: 141px;
  left: 86px;
}

.guide-use.Chrome .fq-model .dialog-body .eg-image .name-1 {
  position: absolute;
  top: 131px;
  left: 109px;
}

.guide-use.Edge .fq-model .dialog-body .eg-image .logo-1 {
  position: absolute;
  top: 42px;
  right: 155px;
}

.guide-use.Edge .fq-model .dialog-body .eg-image .logo-2 {
  position: absolute;
  top: 93px;
  left: 27px;
}

.guide-use.Edge .fq-model .dialog-body .eg-image .name-1 {
  position: absolute;
  top: 83px;
  left: 46px;
}

.guide-use.SE360 .fq-model .dialog-body .eg-image .logo-1 {
  position: absolute;
  top: 41px;
  right: 146px;
}

.guide-use.SE360 .fq-model .dialog-body .eg-image .logo-2 {
  position: absolute;
  top: 98px;
  left: 39px;
}

.guide-use.SE360 .fq-model .dialog-body .eg-image .name-1 {
  position: absolute;
  top: 89px;
  left: 56px;
}

.guide-use.EE360 .fq-model .dialog-body .eg-image .logo-1 {
  position: absolute;
  top: 39px;
  right: 122px;
}

.guide-use.EE360 .fq-model .dialog-body .eg-image .logo-2 {
  position: absolute;
  top: 92px;
  left: 61px;
}

.guide-use.EE360 .fq-model .dialog-body .eg-image .name-1 {
  position: absolute;
  top: 82px;
  left: 80px;
}

.guide-use.ZiNiao .fq-model .dialog-body .eg-image .logo-1 {
  position: absolute;
  top: 44px;
  right: 76px;
}

.guide-use.ZiNiao .fq-model .dialog-body .eg-image .logo-2 {
  position: absolute;
  top: 209px;
  left: 179px;
}

.guide-use.ZiNiao .fq-model .dialog-body .eg-image .name-1 {
  display: none;
}

.guide-use.ZiNiao .fq-model .dialog-body .eg-image .name-2 {
  display: block;
  position: absolute;
  top: 203px;
  left: 215px;
}

.guide-use.Firefox .fq-model .dialog-body .eg-image .logo-1 {
  position: absolute;
  top: 48px;
  right: 35px;
}

.guide-use.Firefox .fq-model .dialog-body .eg-image .logo-2 {
  display: none;
}

.guide-use.Firefox .fq-model .dialog-body .eg-image .name-1 {
  display: none;
}

.guide-use.SLBrowser .fq-model .dialog-body .eg-image .logo-1 {
  position: absolute;
  top: 41px;
  right: 113px;
}

.guide-use.SLBrowser .fq-model .dialog-body .eg-image .logo-2 {
  position: absolute;
  top: 132px;
  left: 60px;
}

.guide-use.SLBrowser .fq-model .dialog-body .eg-image .name-1 {
  position: absolute;
  top: 122px;
  left: 84px;
}

.guide-use.QQBrowser .fq-model .dialog-body .eg-image .logo-1 {
  position: absolute;
  top: 47px;
  right: 88px;
}

.guide-use.QQBrowser .fq-model .dialog-body .eg-image .logo-2 {
  display: none;
}

.guide-use.QQBrowser .fq-model .dialog-body .eg-image .name-1 {
  display: none;
}


.guide-use .fq-model .dialog-footer .close-btn {
  width: 176px;
  height: 46px;
  font-size: 16px;
  color: #FFFFFF;
  background: var(--primary-color);
  border-radius: 30px;
}
.guide-use .fq-model .dialog-footer .close-btn:hover {
  cursor: pointer;
  opacity: 0.9;
}

/* 使用插件弹窗 guide-use end */