* {
  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;
  background: url('../images/bg.png') center top no-repeat;
}
.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%;
}
.top-cont{
  text-align: center;
  padding: 40px 0 0;
}
.top-cont > h1{
  font-size: 65px;
  color: #000000;
  line-height: 88px;
  font-weight:normal;
  letter-spacing:5px;
}
.top-cont h2 {  height:25px; border-bottom:1px solid #e3e3e3; width:600px; margin:10px auto 40px auto; text-align:center;}
.top-cont h2 strong { background:#f3f3f3; padding:0px 30px; font-weight:normal;font-size:30px;}
.top-cont > p{
  font-size: 26px;
  color: #666666;
  line-height: 30px;
  margin: 20px 0 25px 0;
}
.translate-btn3{
  display: inline-block;
  vertical-align: middle;
  padding: 0px 50px;
  height: 70px;
  line-height:70px;
  background: linear-gradient(90deg, #007EFF, #00B0FA);
  border-radius: 35px;
  color: #FFFFFF;
  cursor: pointer;
  position:relative;
}
.translate-btn3:hover{
  opacity: .9;
}
.translate-btn3 > b{
  font-size: 22px;
  font-weight: 400;
}
.title_info { font-weight:100;}
.download_box { position:relative;}
.verbox{font-size: 14px;line-height:30px; color:#999; margin:10px auto 20px auto;}
.title_info i { color:#cfcfcf; padding:0 20px;font-weight:100;}
.text-btn{color: #333333;cursor: pointer;margin:0 15px;font-size: 16px;}
.text-btn:hover{
  color: rgba(0, 126, 255, 1);
}
section {
  padding: 30px 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{
  display: inline-block;
  width: 160px;
  height: 40px;
  line-height: 38px;
  border-radius: 6px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.btn-default,
.btn-primary{
  text-align: center;
  cursor: pointer;
}
.btn-default{
  background: #FFFFFF;
  border: 1px solid #E2E3E4;
  color: #333333;
}
.btn-default:hover{
  color: #007EFF;
  border-color: #007EFF;
}
.btn-primary{
  background: #007EFF;
  color: #ffffff;
  border: 1px solid #007EFF;
}
.btn-primary:hover {
  opacity: 0.9;
}
.translate-btn {
  background: #fff;
  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;
  margin-left: 30px;
}
.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 .collect {
  float: right;
  height: 30px;
  width: 180px;
  margin-top: 5px;
  line-height: 28px;
  font-size: 14px;
  border-radius: 15px;
}
.translate-content{
  display: flex;
}
.translate-input,
.translate-result {
  flex: 1;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 6px;
}
.result-title{
  margin-bottom: 8px;
  color: #999;
}
.translate-input {
  position: relative;
  margin-right:10px;
}

.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: 23px;
  font-size: 14px;
}

.download-fyzk{
  display: flex;
  align-items: center;
  justify-content: center;
}
.download-fyzk-title{
  font-size: 18px;
}
.browser-click { 
  cursor:pointer;
  margin-left: 20px;
}
.browser-icon{
  width: 32px;
  height: 32px;
  vertical-align: middle;
}


.translate-result .result-copy, .translate-result .result-play,.translate-input .cont-translate {
  display: none;
  position: absolute;
  right: 14px;
  bottom: 11px;
  padding: 9px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 20px;
}
.translate-result .result-play{
  right: 100px;
}
.translate-input .cont-translate{
  display: block;
  z-index: 1;
}
.fanyi-play-audio{
  cursor: pointer;
}
.fanyi-play-audio.disabled {
  opacity: 1;
  cursor: not-allowed;
}
.fanyi-play-audio:not(.disabled) .fanyi-play-audio-ico .disabled-line{
  opacity: 0;
}
/* .fanyi-play-audio.playing .fanyi-play-audio-ico {
  
} */
.fanyi-play-audio em{
  font-style: normal;
}
.fanyi-play-audio-ico {
  margin-right: 6px;
  vertical-align: -0.23rem;
}

.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,
  .qrcode-wrap .qrcode-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;
}
.fq-dialog{
  display: none;
}
.fq-model{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
}
.dialog-content{
  margin: 0 auto;
  position: relative;
  width: 430px;
  min-height: 230px;
  background: #FFFFFF;
  box-shadow: 0px 5px 25px 0px rgb(160 187 214 / 60%);
  border-radius: 10px;
  font-size: 16px;
  max-width: 95%;
  position:absolute;
  top:50%;
  left:50%;
  /* margin:-115px 0 0 -235px; */
  transform: translate(-50%, -50%);
}
.dialog-header{
  padding: 11px 20px;
  color: #999;
}
.dialog-header .close-btn{
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
}
.dialog-header .close-btn:hover{
  color: #007EFF;
}
.dialog-body{
  padding: 25px 25px;
  text-align: center;
  line-height: 30px;
}
.dialog-body .c-red{
  color: #FF3030;
}
.dialog-footer{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px 30px;
}
.dialog-footer.center{
  justify-content: center;
}
.dialog-footer .btn-default,
.dialog-footer .btn-primary{
  padding: 8px 0;
  width: 120px;
  border-radius: 20px;
}
.dialog-footer .btn-default + .btn-primary{
  margin-left: 20px;
}
.remind{
  display: none;
  font-size: 14px;
  color: #999;
  cursor: pointer;
}
.remind input{
  float: left;
  margin-top: 3px;
  margin-right: 10px;
}

.login-dialog .dialog-content{
  width: 500px;
  min-height: 400px;
  /* margin:-200px 0 0 -250px; */
}
.login-dialog .dialog-body{
  padding: 20px;
  line-height: normal;
  color: #333333;
}
.login-dialog .login-title{
  font-size: 24px;
  line-height: 30px;
}
.login-dialog .login-txt{
  font-size: 16px;
  line-height: 30px;
}
.qrcode-wrap{
  margin: 17px auto 22px;
  width: 200px;
  height: 200px;
  text-align: center;
}

.qrcode-loading,
.qrcode-err-wrap,
.wx-wrap{
  display: none;
}
.qrcode-wrap .qrcode-loading {
  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%);
}
.qrcode-wrap[data-status="loading"] .qrcode-loading{
  display: block;
}
.qrcode-wrap[data-status="error"] .qrcode-err-wrap{
  display: block;
}
.qrcode-wrap[data-status="loaded"] .wx-wrap{
  display: block;
}
.qrcode-err-wrap .btn-primary{
  display: block;
  margin: 0 auto;
  height: 32px;
  line-height: 32px;
  width: 100px;
  border-radius: 5px;
}

.user-info{
  position: relative;
  display: flex;
  color: #666666;
  height: 50px;
  align-items: center;
  cursor: default;
}
.user-info img{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 7px;
}
.user-info.unlogined{
  cursor: pointer;
}
.user-info.unlogined:hover{
  color: #007EFF;
}
.user-info-box .logined,
.user-info-box.logined .unlogined{
  display: none;
}
.user-info-box.logined .logined{
  display: flex;
}
.user-info:hover .account-select{
  display: block;
}
.account-select{
  display: none;
  position: absolute;
  background: #fff;
  top: 90%;
  right: 0;
  width: 90px;
  padding: 10px;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  border-radius: 6px;
  box-shadow: 0px 5px 25px 0px rgb(160 187 214 / 60%);
}
.account-select p{
  cursor: pointer;
}
.account-select p:hover{
  color: #007EFF;
}

.help-dialog .dialog-content{
  width: 910px;
  /* margin:-300px 0 0 -455px; */
}
.help-dialog .dialog-body{
  padding-top: 0;
}
.help-dialog .btn-primary{
    width: auto;
    padding: 8px 30px;
}
.help-title{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.help-title img{
  width: 58px;
  height: 58px;
  margin-right: 12px;
}
.help-title span{
  font-size: 24px;
  color: #000000;
  font-weight: bold;
}
.help-title strong{
  font-size: 24px;
  color: #000000;
 font-weight: 400; 
}
.course-cont_item {
	text-align: left;
  list-style: none;
}

.course-cont_item li+li {
	margin-top: 23px;
}

.course-cont_item b {
	display: block;
	font-size: 16px;
  font-weight: bold;
	line-height: 26px;
	letter-spacing: 1px;
}

.course-cont_item p {
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
}


@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-input{
    margin-right: 0;
  }
  .translate-result{
    border-left: 1px solid #e3e3e3;
    margin: 10px 0;
  }
}
@media only screen and (min-device-width : 769px){
  .only-mobile{
    display: none!important;
  }
  header{
    box-shadow: 0px 10px 10px 0px rgba(0,126,255,0.05);
    position: sticky;
    top: 0;
    z-index: 99;
  }
}

/**--start 客服---**/
.kefubox {
    position: fixed;
    right: 30px;
    top: 40%;
    width: 80px;
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    font-size: 14px;
    z-index: 1000;
}

.kefubox>div {
    height: 75px;
    width: 100%;
    background: hsla(0, 0%, 100%, .85);
    text-align: center;
    cursor: default;
    position: relative;
    box-sizing: border-box;
    padding: 1px;
}

.kefubox>div:hover {
    background: #f0f0f0
}

.kefubox>div:first-child {
    border-radius: 6px 6px 0 0;
}
.kefubox>div:last-child {
    border-radius: 0 0 6px 6px;
}
.kefubox>div:first-child~div {
    border-top: 1px solid rgba(232, 232, 232, .4);
}

.kefubox-ico {
    margin: 10px auto -5px
}

.kefu .layer.sins {
    padding: 10px 0
}

.kefu .layer.sins a,
.kefu .layer.sins div {
    padding-left: 23px;
    text-align: left;
}

.kefu .layer.sins a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}

.kefu .layer.sins a em {
    text-decoration: underline;
    font-style: normal;
}

.kefu .layer.sins a:hover,
.kefu .layer.sins a:hover em {
    color: #ff5f50;
}

.kefu .layer.sins div {
    padding-bottom: 5px;
}

.kefu .layer.sins div img {
    display: inline-block;
    width: 126px;
    height: 126px;
    vertical-align: text-top
}

.kefu .layer.sins p {
    border-top: 1px solid #efefef;
    padding-top: 10px;
    margin-top: 5px
}

.kefubox-layer {
    display: none
}

.kefu:hover .kefubox-layer {
    width: 250px;
    text-align: center;
    position: absolute;
    left: -240px;
    top: 0;
    display: block
}

.layer {
    background: #fff;
    box-shadow: 0 0 6px #ccc;
    border-radius: 4px;
    margin-right: 20px
}

.layer img {
    width: 100%
}

.layer a {
    display: block;
    color: #333
}

.layer a em {
    color: #20ca8d
}

.corner {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
    display: inline-block;
    position: absolute;
    right: 13px;
    top: 20px
}

.layer p {
    line-height: 25px;
}

.qq:hover .kefubox-layer {
    width: 200px;
    text-align: center;
    position: absolute;
    left: -190px;
    top: 0;
    display: block
}

.qq .layer a {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.qq .layer p {
    line-height: 20px;
    padding: 10px 0;
    margin-top: -10px;
}
.nad { float:right; margin:0 20px 0 0;}