* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #333;
  background-color: #f3f3f3;
  font-family: Microsoft YaHei;
}
a{
  color: inherit;
  text-decoration: none;
}
a:active,a:visited{
  color: inherit;
}
a:hover{
  color: #007EFF;
}
.container{
  padding: 0;
  min-width: 1240px;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.svg-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
header {
  background-color: #fff;
}

header .w1200 {
  display: flex;
  height: 70px;
  align-items: center;
  justify-content: space-between;
}

header .logo-info {
  display: flex;
}

header .title-info {
  margin-left: 8px;
  font-size: 24px;
  line-height: 1.25;
}

header .title-info .sub-title {
  color: #999;
  font-size: 14px;
}

header .fast-options {
  display: flex;
  align-items: center;
  height: 100%;
}
section {
  padding: 44px 0 30px;
}
.nav-right{
  display: flex;
  align-items: center;
}
.crx-fy-link{
  position: relative;
  margin-right: 34px;
}
.crx-fy-link .popover{
  padding: 2px 5px;
  left: 46px;
  top: 22px;
  animation: move2 .5s infinite linear;
}
@keyframes move2{
  0%{
    top: -20px;
  }
  100%{
    top: -21px;
  }
}
.fast-options .option {
  display: flex;
  width: 110px;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  border-radius: 20px;
}

.fast-options .option:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.fast-options .option.active {
  color: #fff;
  background-color: #007eff;
}

.fast-options .option .svg-icon {
  margin: 0 4px;
  font-size: 13px;
}

.translate-btn,
.translate-btn2,
.translate-btn3 {
  display: inline-block;
  width: 160px;
  height: 40px;
  line-height: 38px;
  border-radius: 6px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}

.translate-btn {
  background: #f8f8f8;
  border: 1px solid #e1e1e1;
  color: #333;
}
.translate-btn.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.translate-btn:not(.disabled):hover {
  border-color: #2c97fe;
}

.translate-btn2 {
  width: 110px;
  background: #2c97fe;
  color: #ffffff;
  margin-left: 30px;
  border: 1px solid #2c97fe;
}

.translate-btn2:hover {
  opacity: 0.9;
}
.translate-btn3 {
  width: 230px;
  background: linear-gradient(90deg, #007EFF, #00B0FA);
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  position: relative;
  margin-left: 30px;
}
.translate-btn3:hover{
  background: linear-gradient(45deg, #007EFF, #00B0FA);
}
.translate-btn3 .popover{
  left: 58px;
  top: -29px;
  animation: move1 .5s infinite linear;
}
.popover {
  position: absolute;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #fff;
  background: linear-gradient(90deg, #FF934C, #FC686F);
  border-radius: 4px;
}
@keyframes move1{
  0%{
    top: -29px;
  }
  100%{
    top: -30px;
  }
}

.popover i{
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 15px;
  height: 7px;
  overflow: hidden;
}
.popover i::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  border: 8px solid transparent;
  border-top-color: #FD7C5F;
  border-left-width: 16px;
  border-right-width: 16px;
  border-left-color: #FD7C5F;
}

.translate-switch {
  display: inline-block;
  width: 42px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
}
.translate-switch.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.translate-switch svg {
  font-size: 20px;
}

.translate-switch:not(.disabled):hover svg {
  color: #2c97fe;
}

.select-wrap {
  display: inline-block;
  position: relative;
}

.select-layer {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  width: 530px;
  background: #fff;
  box-shadow: 0 0 15px #e3e3e3;
  padding: 14px;
  border: 1px solid #efefef;
  flex-wrap: wrap;
  display: none;
  box-sizing: border-box;
  transform: translateY(4px);
}

.select-wrap.open .select-layer {
  display: flex;
}

.select-layer .lang-btn {
  flex: 90px 0 0;
  display: inline-flex;
  margin: 5px;
  width: 90px;
  height: 35px;
  color: #333;
  border-radius: 6px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid #e2e3e4;
  -moz-box-sizing: border-box;
}

.select-layer .lang-btn.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.select-layer .lang-btn:not(.disabled):hover {
  border-color: #2c97fe;
}
.translate-top {
  height: 40px;
  margin-bottom: 10px;
  line-height: 40px;
}

.translate-top .tips {
  float: right;
  color: #999;
  font-size: 16px;
}
.translate-content{
  display: flex;
}
.translate-input,
.translate-result {
  flex: 1;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  box-sizing: border-box;
  overflow: hidden;
}
.result-title{
  margin-bottom: 8px;
  color: #999;
}
.translate-result {
  border-left: none;
  border-radius: 0 6px 6px 0;
}
.translate-input {
  position: relative;
  border-radius: 6px 0 0 6px;
}

.translate-input textarea {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 300px;
  padding: 10px 26px 10px 16px;
  border: none;
  resize: none;
  outline: none;
  font-size: 22px;
  color: #444;
  line-height: 35px;
  overflow-y: auto;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 126, 255, 0.05);
  font-family: Microsoft YaHei;
}
.translate-input textarea::placeholder {
  color: #999;
}
.translate-input .input-total {
  display: none;
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: 6px;
  line-height: 18px;
  font-size: 14px;
  color: rgba(51, 51, 51, 0.7);
}

.translate-input .input-total i {
  color: #333;
  font-style: normal;
}

.translate-input .input-close {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
}

.translate-input .input-close:hover svg {
  color: #2c97fe;
}

.translate-input .input-border {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}

.translate-input:hover .input-border,
.translate-input textarea:focus + .input-border {
  border-color: #2c97fe;
}
.translate-tips {
  color: #999;
  margin-top: 15px;
  margin-bottom: 12px;
  font-size: 14px;
}
.download-fyzk{
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0,126,255,0.05);
  padding: 12px 0 0;
  margin-bottom: 40px;
  border-radius: 6px;
}
.download-fyzk-title{
  width: 280px;
  height: 28px;
  background: linear-gradient(90deg, #007FFF, #B541FF);
  border-radius: 0px 14px 14px 0px;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 28px;
  padding: 0 9px;
}
.browser-list{
  display: flex;
  flex-wrap: wrap;
}
.browser-item{
  flex: 0 0 130px;
  margin: 0 10px;
  text-align: center;
  padding: 12px 0 17px;
  text-decoration: none;
  color: #999;
}
.browser-icon{
  width: 50px;
  height: 50px;
  vertical-align: middle;
}
.browser-title{
  font-size: 16px;
  color: #666666;
  padding: 4px 0 3px;
  line-height: 30px;
}
.browser-down {
  display: block;
  margin: 0 auto;
  width: 90px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  background: #EDEDED;
  border-radius: 2px;
  cursor: pointer;
}
.browser-item .browser-down:hover{
  background: #007FFF;
  color: #fff;
}
.browser-help{
  display: block;
  margin-top: 8px;
  font-size: 12px;
  cursor: pointer;
}
.browser-help:hover{
  color: #007EFF;
}
.translate-result .result-copy {
  display: none;
  position: absolute;
  right: 14px;
  top: 11px;
  cursor: pointer;
}

.translate-result .result-copy svg {
  vertical-align: -0.3rem;
  color: #333;
}

.translate-result .result-copy:hover svg {
  color: #2c97fe;
}
.translate-result .result-box {
  position: relative;
  padding: 10px 16px;
}
.translate-result .result-cont {
  font-size: 22px;
  color: #444;
  height: 250px;
  line-height: 30px;
  word-break: break-all;
  overflow: auto;
  user-select: text;
}

.translate-result .result-loading {
  display: none;
  position: absolute;
  z-index: 999;
  color: #999;
  font-size: 4px;
  width: 1em;
  height: 1em;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  text-indent: -9999em;
  animation: load4 1.3s infinite linear;
  transform: translate(-50%, -50%);
}

@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }

  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em,
      0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em,
      0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }

  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }

  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

@media (prefers-color-scheme: dark) {
  .translate-result .result-loading {
    color: #9b9797 !important;
  }
}

footer {
  color: #999;
  font-size: 16px;
  text-align: center;
  line-height:40px;
}

footer .links {
  margin-top: 10px;
}

footer .link {
  color: #999;
  font-size: 14px;
  margin-right: 8px;
  text-decoration: none;
}

footer .link:hover {
  color: #666;
  text-decoration: underline;
}
.swiper-container {
  width: 1200px;
  height: 510px;
  border-radius: 10px;
  background-color: #fff;
}
.swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  opacity: 0.6;
}
.swiper-pagination-bullet-active{
  background-color: #007EFF;
  opacity: 1;
}
.swiper-button-next,
.swiper-button-prev{
  width: 40px;
  height: 60px;
  background-color: #000;
  opacity: 0.2;
  border-radius: 2px;
}
.swiper-button-next:hover,
.swiper-button-prev:hover{
  opacity: 0.6;
}
.swiper-button-next:after,
.swiper-button-prev:after{
  font-size: 35px;
  color: #fff;
}
.help-head{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
  font-size: 36px;
  color: #000000;
  font-weight: bold;
}
.help-head::before,.help-head::after{
  content: " ";
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #ccc;
}
.help-head::before{
  margin-right: 20px;
}
.help-head::after{
  margin-left: 20px;
}
.help-tips{
  margin-top: 15px;
  font-size: 18px;
  color: #999;
  text-align: center;
}
.fun-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  padding: 0 30px 0 60px;
}
.fun-txt b {
  position: relative;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  font-size: 36px;
  letter-spacing: 1px;
  background-image: linear-gradient(rgba(210, 217, 252, 1) 0%, rgba(210, 217, 252, 1) 100%);
  background-size: 100% 20px;
  background-repeat: no-repeat;
  background-position: 0 bottom;
}
.fun-txt p {
  height: 32px;
  line-height: 32px;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-top: 30px;
}
@media only screen and (max-device-width : 768px) {
  .only-pc{
    display: none!important;
  }
  .container{
    min-width: auto;
  }
  .w1200{
    padding: 0 10px;
    width: 100%;
  }
  .translate-content{
    display: block;
  }
  .translate-top{
    display: flex;
    position: relative;
    height: auto;
    margin-top: 10px;
  }
  .select-wrap{
    position: initial;
    flex: 1;
  }
  .translate-btn{
    width: 100%;
  }
  .select-layer{
    width: calc(100vw - 20px);
  }
  .translate-input,.translate-result{
    border-radius: 6px;
  }
  .translate-result{
    border-left: 1px solid #e3e3e3;
    margin: 10px 0;
  }
}