.tech-header-nav{
  width: 100%;
  height:60px;
  background: #F4F4F4;
  margin-bottom:10px;
  display:none;
  position:fixed;
  z-index: 10;
  margin-top:-39px;
}
.header-nav-box{
  width:100%;
  height:60px;
  margin:0 auto;
}
.header-nav-logo{
  float:left;
  width:30%;
  display:none;
}
.header-nav-title{
  display: inline-flex;
  align-items: flex-start;
  float:left;
  width:50%;
  height:60px;
  padding-left:10px;
  /* display:none; */
}
.nav-right-btn{
  float:right;
  width:30%;
}
.nav-right-btn div{
  width:49%;
  height:60px;
  background:#ee6d02;
}
.nav-right-btn div a{
  display:inline-block;
  /* padding-top:10px; */
  width:100%;
  height:100%;
  text-decoration: none;
  color:#fff;
  font-size:20px;
}
.nav-right-btn div a p{
  width: 100%;
  text-align:center;
}
.nav-right-btn div a p span{
  display:inline-block;
  font-size:12px;
}
.nav-right-btn div:hover{
  background:#de5f02;
}
.nav-right-btn .nav-btn-right{
  margin-left:4px;
  background-color: #30c7cc;
}
.header-nav-box .nav-right-btn .nav-btn-right:hover{
  background-color: #2cb5ba;
}
.nav-right-btn div a p img{
  width:25px;
  height:25px;
}
.body-box{
  padding:0;
}
.seo-header{
  margin-top:100px;
}
.seo-header p{
  color:#8b8b8b;
  padding:15px;
}
.seo-header p a{
  color:#8b8b8b;
  margin-left:8px;
}
.seo-header p a:hover{
  color:#639c1f;
}
.seo-header-title h1{
  font-size:30px;
  margin:20px 0;
  padding:15px 0;
  color:#333;
  border-bottom:1px solid #ebebeb;
}
.seos-box{
  padding:0;
  align-items:start;
}
.seo-header-top .select-language{
  height:80px;
  padding-top:20px;
  font-size:14px;
}
.select-language span{
  color:#639c1f;
}
.select-language a{
  margin-left:10px;
}
.seo-header-top p{
  font-size:16px;
  line-height:28px;
  margin:15px 0;
}
.seo-header-top .seo-header-img{
  margin:40px 0;
  width:100%;
  text-align:center;
}
.seo-header-img img{
  display:inline-block;
}
.seo-tipps{
  background-color: #e8f3dc;
  border: 1px solid transparent;
  width:100%;
  padding:.75rem 1.25rem;
  align-items: start;
  border-radius: 5px;
}
.seo-dislick-text p span{
  font-size:15px;
  font-weight:bold;
}
.seo-header-top .seo-top-parts{
  background-color:#f4f4f4;
  border:1px solid #eaeaea;
  width:100%;
  padding-left:12px;
  align-items: start;
}
.seo-top-parts p span{
  color:#639c1f;
  font-weight:550;
}
.seo-top-parts p a{
  color:#333;
}
.seo-top-parts p a:hover{
  color:#639c1f;
}
.seo-header-top .seo-top-part1{
  margin:30px 0;
}
.seo-header-top .seo-top-part1 h2{
  font-size:26px;
  color:#639c1f;
  margin:20px 0;
  padding:10px 0;
}
.seo-header-top .seo-top-part1 h2 a{
  color:#639c1f;
}
.seo-header-top .seo-top-part1 h3{
  color:#639c1f;
  font-size:22px;
  margin: 20px 0;
}
.seo-header-top .seo-top-part1 h4{
  color:#639c1f;
  font-size:18px;
  margin: 25px 0;
}
.seo-header-top .seo-top-part1 p{
  margin-top:25px;
}
.seo-header-top .seo-top-part1 ul{
  margin:15px 5px;
  font-size:16px;
  line-height:30px;
}
.seo-header-top .seo-top-part1 ul span{
  color:#639c1f;
  font-weight: bold;
}
.seo-header-top .seo-Key-box{
  margin:30px 0;
  border:1px solid #ebebeb;
  height:auto;
  padding-bottom:30px;
  padding-top:20px;
}
.seo-Key-box .key-box-donwload{
  width:auto;
}
.key-box-donwload div .donwload-list p{
  font-size:24px;
  font-weight:500;
}
table {
  max-width:100%;
}
.tb-article {
	border: 1px solid #ddd;
	border-collapse: collapse;
	word-break: break-word;
}
.tb-article th {
	padding:10px;
	text-align:center;
	vertical-align:top;
	border:1px solid #b9b9b9;
	font-weight:bold;
}
.tb-article td {
	padding:10px;
	background-color:#fff;
	border:1px solid #b9b9b9;
}
/* Border styles */
.table-3 thead, .table-3 tr {
border-top-width: 1px;
border-top-style: solid;
border-top-color: rgb(235, 242, 224);
}
.table-3 {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: rgb(235, 242, 224);
}
/* Padding and font style */
.table-3 td, .table-3 th {
padding: 5px 10px;
font-size: 18px;
font-family: sans-serif;
color: #20262e;
width: 50%;
}
/* Alternating background colors */
.table-3 tr:nth-child(even) {
background: rgb(230, 238, 214)
}
.table-3 tr:nth-child(odd) {
background: #FFF
}
.mt-2 {
    margin-top: 0.75rem !important; }
.mt-3 {
    margin-top: 1.5rem !important; }
.mt-4 {
    margin-top: 2.25rem !important; }
.ml-2 {
    margin-left: 0.75rem !important; }
.ml-3 {
    margin-left: 1.5rem !important; }
.ml-4 {
    margin-left: 2.25rem !important; }
.mb-2 {
    margin-bottom: 0.75rem !important; }
.mb-3 {
    margin-bottom: 1.5rem !important; }
.mb-4 {
    margin-bottom: 2.25rem !important; }
.donwload-list ul{
  margin-top:34px;
  list-style: none;
}
.donwload-list ul li{
  margin-top:10px;
  font-size: 16px;
}
.donwload-list ul li span{
  margin-right:8px;
}
.key-box-donwload .seo-button-box div{
  width:180px;
  height:50px;
  margin-top:15px;
  border-radius:10px;
  background-color:#80c132;
}
.seo-button-box div:hover{
  background-color:#659f21;
}
.seo-button-box div a{
  display:inline-block;
  text-decoration: none;
  width:100%;
  height:100%;
  line-height:50px;
  color:#fff;
  font-size:20px;
  text-align:center;
}
.key-box-donwload .seo-button-box .btm-bottom{
  background-color:#3daff5;
}
.seo-button-box .btm-bottom:hover{
  background-color:#3598d6;
}
.seo-header-top .seo-Step p{
  margin:20px 0;
  font-size:16px;
}
.seo-Step p span{
  display:inline-block;
  width:75px;
  height:30px;
  border-radius:30px;
  text-align:center;
  line-height: 30px;
  color:#fff;
  margin-right:10px;
  background-color:#80c132;
}
.seo-Step div{
  width:100%;
  text-align:center;
}
.seo-method-1 {
  margin-top:30px;
}
.seo-method-1 h3{
  padding-left:22px;
  font-size:16px;
  border-left:5px solid #80c132;
  background-color:#F4F4F4;
  line-height: 25px;
}
.seo-method-1 h3 a{
  color:#333;
}
.seo-method-text{
  margin-top:25px;
}
.seo-extra-tips p, .seo-extra-tips div{
  margin-top:30px;
  color:#7c7c7c;
  font-size:14px;
  text-align: left;
  line-height: 25px;
}
.seo-extra-tips p span, .seo-extra-tips div span{
  color:#639c1f;
}
.seo-hos-use{
  width:100%;
  background-color:#F4F4F4;
  margin-top:30px;
}
.seo-hos-use div h5{
  font-size:20px;
  font-weight:500;
  margin-top:20px;
}
.seo-hos-use div span a{
  float:right;
  margin-right:20px;
  color:#639c1f;
}
.seo-Conslusion{
  margin-top:30px;
  margin-bottom:30px;
}
.seo-Conslusion h5{
  font-size:24px;
  font-weight:500;
}
.seo-Conslusion p{
  font-size:15px;
  margin-top:20px;
}
.seo-bottom-note p{
  color:#639c1f;
  margin-top:30px;
}
.note-bottom-button{
  width:100%;
}
.note-bottom-button div{
  width:200px;
  height:55px;
  font-size:22px;
  border-radius:12px;
  background-color:#80c132;
}
.note-bottom-button div a{
  display:inline-block;
  text-decoration: none;
  width:100%;
  height:100%;
  line-height:55px;
  color:#fff;
  font-size:20px;
  text-align:center;
  padding:0 10px;
}
.btm-left:hover{
  background-color:#659f21;
}
.note-bottom-button .btm-right {
  margin-top:20px;
  background-color:#3daff5;
}
.btm-right:hover{
  background-color:#3598d6;
}
.btm-left a, .btm-right a{
 cursor: pointer;
 color:#fff;
}
.seo-related{
  margin-top:40px;
  margin-bottom:40px;
  border:1px solid #e5e5e5;
}
.seo-related h5{
  padding-left:15px;
  margin-top:30px;
  margin-bottom:30px;
  color:#639c1f;
  font-size:18px;
}
.seo-Step div img{
  margin-top:30px;
  margin-bottom:30px;
}
.columns-right-box .right-header{
  width:100%;
  height:48px;
  line-height:48px;
  font-size:18px;
  margin-top:30px;
  color:#fff;
  padding-left:20px;
  background-color:#80c132;
}
.columns-right-box .right-top{
  width: 100%;
  height: 294px;
  background-color:#f4f4f4;
}
.right-top-img{
  text-align:center;
  padding-top:30px;
}
.right-top-img img{
  display:inline-block;
}
.seoColumns-right-btns{
  width:100%;
  flex-wrap:wrap;
  margin-top:8px;
}
.seoColumns-right-btns div{
  width:120px;
  height:34px;
  border-radius:10px;
  background-color:#80c132;
  padding:0 10px;
}
.seoColumns-right-btns div a{
  display:inline-block;
  width:100%;
  text-align: center;
  height:34;
  text-decoration: none;
  line-height:34px;
  color:#fff;
}
.seoColumns-right-btns div:hover{
  background-color:#639c1f;
}
.seoColumns-right-btns .btn-right{
  background-color:#3daff5;
  margin-left:10px;
}
.seoColumns-right-btns .btn-right:hover{
  background-color:#3598d6;
}
.right-btm-box{
  margin-top:40px;
}
.right-list-box{
  background-color:#f4f4f4;
  padding:10px;
}
.right-list-box li span{
  display:inline-block;
  margin:0 18px;
  width:6px;
  height: 6px;
  background-color:#858585;
  border-radius: 50%;
}
.right-list-box li a{
  color: #639c1f;
  background: url(/images/go.png) no-repeat 15px 50%;
  display: block;
  border-bottom: dotted 1px #cacaca;
  padding: 10px 5px 10px 40px;
  font-size: 16px;
}
.right-top-box .right-box-title{
  width:100%;
  height:48px;
  line-height:48px;
  background-color:#80c132;
  color:#fff;
  padding-left:22px;
  font-size:18px;
}
.right-top-contant{
  width: 100%;
  height:294px;
  background-color:#F4F4F4;
}
.right-contant-img{
  width:100%;
  padding-top:22px;
  text-align:center;
}
.right-btm-box{
  margin-top:40px;
}
.right-btm-contant{
  width: 100%;
  height:auto;
  background-color:#F4F4F4;
}
.contant-items img{
  margin-top:30px;
}
.right-btm-contant .contant-items p{
  color:#333;
  width:100%;
  font-size:15px;
  margin-top:14px;
  text-align:center;
  padding:0 20px;
}
.img-center-box{
  width:100%;
  text-align: center;
}
.img-center-box img{
  display:inline-block;
}
.img-description{
  font-size: 14px;
  color:#666;
  padding: 0 2em 0;
}
.seo-ul-box{
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 2px #ddd;;
  border-radius: 10px;
}
.seo-ul-box .box-title{
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background:#fafafa;
  color:#639c1f;
  font-weight: bold;
}
.seo-ul-box h4{
  font-size:18px;
  color:#333;
}
.seo-ul-box ul{
  margin: 15px 10px;
  padding:0;
}
.seo-ul-box ul li{
  font-size:16px;
  color:#333;
  margin-top:6px;
  line-height:26px;
}
.seo-ul-box ul li span{
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #858585;
  margin-right: 10px;
  margin-bottom: 2px;
}
.seo-ul-box ul li a{
  color:#639c1f;
}
.seo-ul-right{
  margin-top:20px;
}
.seo-ul-list{
  position: relative;
  padding: 0.5em 1em;
  border-radius: 10px;
}
.seo-ul-list ul{
  margin-top:0;
  padding:0;
}
.seo-ul-list ul li{
  font-size:16px;
  color:#333;
  margin-top:6px;
  line-height:26px;
}
.steps-video-box .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0; 
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.steps-video-box{
  width:100%;
  position:relative;
  margin:0 auto;
  margin-top:20px;
}
.steps-imgs{
  width:100%;
}
.related-text a{
  color:#333;
}
.related-text a:hover{
  color:#639c1f;
}
@media (min-width: 400px){
  .seo-header{
    margin-top:100px;
  }
  .seo-header p{
    color:#8b8b8b;
  }
  .seo-header p a{
    margin-left:8px;
  }
  .seo-header p a:hover{
    color:#639c1f;
  }
  .seo-header-img img{
    width:80%;
    height:220px;
  }
  .seo-header-top .seo-dislick-text h3{
    font-size:22px;
    font-weight:580;
  }
  .seo-dislick-text p{
    margin-top:20px;
  }
  .seo-header-top .seo-top-parts{
    height:88px;
    margin-top:30px;
  }
  .seo-Key-box p{
    font-size:15px;
    font-weight:bold;
  }
  .seo-Key-box .key-box-donwload{
    height:auto;
  }
  .key-box-donwload .seo-button-box div{
    width:200px;
    height:50px;
    margin-top:15px;
    border-radius:10px;
    background-color:#80c132;
  }
  .seo-button-box div a{
    padding:0 10px;
  }
  .seo-button-box .btm-top{
    background-color:#80c132;
    margin-top:20px;
  }
  .seo-button-box .btm-bottom{
    background-color:#3daff5;
    margin-top:25px;
  }
  .seoColumns-right-btns .btn-right{
    margin-top:0;
  }
}
@media (min-width: 768px){
  .tech-header-nav{
    height:90px;
  }
  .header-nav-box{
    width:762px;
    height:90px;
    margin:0 auto;
  }
  .header-nav-logo{
    float:left;
    width:110px;
    height:90px;
    line-height:90px;
    display:block;
  }
  .tech-header-nav{
    width: 100%;
    height:90px;
    background: #F4F4F4;
    margin-bottom:40px;
    /* display:none; */
    position:fixed;
    z-index: 10;
    margin-top:-19px;
  }
  .header-nav-title{
    display: inline-flex;
    float:left;
    height:90px;
    /*line-height:90px;*/
    font-size:24px;
    color:#333;
    width:46%;
    margin-left:46px;
    /*display:block;*/
  }
  .nav-right-btn{
    float:left;
    height:90px;
    width:30%;
  }
  .nav-right-btn div{
    width:49%;
    height:90px;
    background:#ee6d02;
  }
  .nav-right-btn div a p span{
    display:inline-block;
  }
  .nav-right-btn div:hover{
    background:#de5f02;
  }
  .nav-right-btn .nav-btn-right{
    margin-left:4px;
  }
  .nav-right-btn div a p img{
    width:30px;
    height:30px;
  }
  .seo-header{
    margin-top:100px;
  }
  .seo-header p{
    color:#8b8b8b;
  }
  .seo-header p a{
    color:#8b8b8b;
    margin-left:8px;
  }
  .seo-header-img img{
    width:auto;
    height:auto;
  }
  .seo-header-top .seo-dislick-text h3{
    font-size:22px;
    font-weight:580;
  }
  .seo-dislick-text p{
    margin-top:35px;
  }
  .seo-Key-box p{
    font-size:15px;
    font-weight:bold;
  }
  .seo-Key-box .key-box-donwload{
    height:410px;
  }
  .key-box-donwload .seo-button-box div{
    width:200px;
    height:50px;
  }
  .seo-method-1 p{
    padding-left:22px;
    height:74px;
    line-height:38px;
    font-size:20px;
  }
  .seo-hos-use{
    background-color:#F4F4F4;
    height:250px;
  }
  .seo-hos-use div h5{
    margin-top:0;
  }
  .btm-right {
    margin-top:0;
  }
  .related-text{
    width:100%;
  }
  .note-bottom-button .btm-right {
    margin-top:0;
    margin-left:20px;
  }
  .seoColumns-right-btns{
    width:100%;
    margin-top:22px;
  }
  .seoColumns-right-btns .btn-right{
    margin-top:0;
    margin-left:10px;
  }
  .nav-right-btn div a p span{
    display:inline-block;
    font-size:18px;
  }
  .seo-ul-right{
    margin-top:0;
  }
  .nav-right-btn div a{
    padding-top:10px;
  }
}

@media (min-width: 992px){
  .seo-header{
    margin-top:100px;
  }
  .seo-header p{
    color:#8b8b8b;
  }
  .seo-header p a{
    color:#8b8b8b;
    margin-left:8px;
  }
  .seo-header-top .seo-dislick-text h3{
    font-size:22px;
    font-weight:580;
  }
  .seo-dislick-text p{
    margin-top:35px;
  }
  .seo-Key-box p{
    font-size:15px;
    font-weight:bold;
  }
  .seo-button-box{
    width:100%;
    justify-content: start;
  }
  .key-box-donwload .seo-button-box div{
    width:220px;
    height:60px;
    font-size:22px;
    border-radius:12px;
    margin-left:50px;
    background-color:#80c132;
  }
  .seo-button-box div a{
    line-height:60px;
    padding:0 12px;
  }
  .seo-method-1 h3{
    padding-left:22px;
    height:74px;
    line-height:38px;
    font-size:20px;
  }
  .seo-hos-use div h5{
    margin-top:0;
  }
  .tech-header-nav{
    height:90px;
  }
  .header-nav-box{
    width:995px;
    height:90px;
    margin:0 auto;
  }
  .header-nav-logo{
    float:left;
    width:110px;
    height:90px;
    line-height:90px;
  }
  .header-nav-title{
    /*float:left;*/
    height:90px;
    /*line-height:90px;*/
    font-size:24px;
    color:#333;
    width:50%;
    margin-left:46px;
  }
  .nav-right-btn{
    float:left;
    height:90px;
    width:30%;
  }
  .nav-right-btn div{
    width:49%;
    height:90px;
    background:#ee6d02;
  }
  .nav-right-btn div a p span{
    display:inline-block;
  }
  .nav-right-btn div:hover{
    background:#de5f02;
  }
  .nav-right-btn .nav-btn-right{
    margin-left:4px;
  }
  .nav-right-btn div a p img{
    width:35px;
    height:35px;
  }
  .seo-ul-box{
    width:744px;
  }
  .btm-right{
    margin-left:-260px;
  }
  .steps-imgs{
    width:70%;
  }
  .information{
  background: #deefca4a;
  padding: 20px;
  color: #232323;
  border-left: solid 10px #8dce3f;
  margin-top:20px;
  }
  .information p {
    margin: 0; 
    padding: 0;
  }
  .information-1{
  background: #deefca4a;
  padding: 20px;
  color: #232323;
  border-left: solid 10px #FFEB3B;
  margin-top:20px;
  }
  .information-1 p {
    margin: 0; 
    padding: 0;
  }
}

@media (min-width: 1200px){
  .seo-header{
    margin-top:100px;
  }
  .seo-header p{
    color:#8b8b8b;
  }
  .seo-header p a{
    color:#8b8b8b;
    margin-left:8px;
  }
  .seo-header-top .seo-dislick-text h3{
    font-size:22px;
    font-weight:580;
  }
  .seo-dislick-text p{
    margin-top:30px;
  }
  .seo-header-top .seo-Key-box{
    height:auto;
  }
  .seo-Key-box p{
    font-size:15px;
    font-weight:bold;
  }
  .seo-Key-box .key-box-donwload{
    height:auto;
  }
  .key-box-donwload .donwload-big-img{
    width:220px;
    height:260px;
    margin-top:30px;
  }
  .key-box-donwload .donwload-big-img-s{
    margin-top:30px;
  }
  .key-box-donwload .seo-button-box div{
    width:220px;
    height:60px;
  }
  .seo-top-part2{
    padding-top:40px;
    border-top:1px solid #ebebeb;
  }
  .seo-method-1 h3{
    padding-left:22px;
    height:54px;
    line-height:54px;
    font-size:20px;
  }
  .seo-hos-use div{
    margin-left:45px;
  }
  .seo-hos-use div h5{
    font-size:20px;
    font-weight:500;
  }
  .seo-hos-use div h5{
    margin-top:10px;
  }
  .tech-header-nav{
    height:90px;
  }
  .header-nav-box{
    width:1170px;
    height:90px;
    margin:0 auto;
  }
  .header-nav-logo{
    float:left;
    width:110px;
    height:90px;
    line-height:90px;
  }
  .header-nav-title{
    /*float:left;*/
    height:90px;
    /*line-height:90px;*/
    font-size:24px;
    color:#333;
    width:50%;
    margin-left:46px;
  }
  .nav-right-btn{
    float:left;
    height:90px;
    width:30%;
  }
  .nav-right-btn div{
    width:49%;
    height:90px;
    background:#ee6d02;
  }
  .nav-right-btn div a p span{
    display:inline-block;
  }
  .nav-right-btn div:hover{
    background:#de5f02;
  }
  .nav-right-btn .nav-btn-right{
    margin-left:4px;
  }
  .nav-right-btn div a p img{
    width:35px;
    height:35px;
  }
  .seo-ul-box{
    width: 100%;
  }
}