.fancy-title {
  line-height: 1.4;
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
  margin-top: 30px;
  text-align: center;
}
.fancy-title a {
  color: #333;
}
.fancy-title a:hover {
  color: #3c64ff;
}
.fancy_text {
  line-height: 2;
  margin-bottom: 30px;
  text-align: center;
}
/*banner*/
.banner_row {
  height: 700px;
  padding-top: 100px;
  text-align: center;
  log: true;
  log2: official;
  -webkit-background-size: auto 100% !important;
  -moz-background-size: auto 100% !important;
  background-size: auto 100% !important;
}
.banner_title {
  font-size: 35px;
  color: #fff;
  margin-bottom: 35px;
}
.banner_title span {
  font-size: 64px;
}
.search_form input {
  width: 580px;
  border: none;
  background: url("/wp-content/uploads/2019/06/sousuo.png") no-repeat left;
  font-size: 18px;
  color: #000;
  background-color: #fff;
  height: 52px;
  log: true;
  log2: official;
  -webkit-background-size: 30px;
  -moz-background-size: 30px;
  background-size: 30px;
  log: true;
  log2: official;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background-position: 20px 8px;
  padding-left: 52px;
  outline: 0;
  margin: 0 auto;
}
.search_form button {
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: block;
  margin: auto;
  width: 180px;
  background: linear-gradient(to right, #f3c900, #f78759);
  color: #fff;
  log: true;
  log2: official;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: 0;
  line-height: 3;
  margin-top: 40px;
}
.mk-pagination {
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: none;
}
.answer_row {
  margin-top: -280px;
}
.answer_row > .vc_wrapper {
  box-shadow: 0px 0px 29px 0px #ccc;
  log: true;
  log2: official;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #fff;
  padding: 10px 0;
  height: 370px;
}
.answer_row .vc_column {
  width: 50%;
  float: left;
  border-left: 2px solid #dbdbdb;
  padding: 0 30px;
}
.answer_row .vc_column:first-child {
  border-left: 0;
}
.answer_list .vc_column-inner {
  width: 50%;
  float: left;
}
.blog {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}
.blog a {
  color: #333;
}
.blog a:hover {
  color: #3c64ff;
}
.blog span {
  position: absolute;
  top: 50%;
  left: 0;
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: block;
  width: 10px;
  height: 10px;
  background: #3b65ff;
  log: true;
  log2: official;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-top: -5px;
}
@media (max-width: 1200px) {
  .vc_row > .vc_wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .fancy-title {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.4;
    font-weight: bold;
    margin-top: 0;
  }
  .search_form input {
    width: 80%;
    log: true;
    log2: official;
    -webkit-background-size: 24px;
    -moz-background-size: 24px;
    background-size: 24px;
    height: 34px;
    background-position: 10px 4px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
  }
  .search_form button {
    log: true;
    log2: official;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 100px;
    height: auto;
    line-height: 2.2;
    margin-top: 25px;
    font-size: 13px;
  }
  .banner_row {
    margin-bottom: 40px;
    height: auto;
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .banner_title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .banner_title span {
    font-size: 18px;
  }
  .answer_row {
    margin-top: 0;
    margin: 0 20px 40px;
  }
  .answer_row > .vc_wrapper {
    height: auto;
  }
  .answer_row .vc_column {
    width: 100%;
    float: none;
    border-left: 0;
    padding: 20px 0;
    border-bottom: 1px solid #dbdbdb;
  }
  .fancy_text {
    line-height: 1.4;
    margin-bottom: 20px;
    font-size: 12px;
  }
  .answer_list .vc_wrapper {
    padding: 0;
  }
  .answer_list .vc_column-inner {
    width: 100%;
    float: none;
  }
  .answer_list .vc_column-inner:first-child {
    display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
    display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
    display: none;
  }
  .loop-main-wrapper {
    padding-left: 10px;
  }
  .blog {
    margin-bottom: 5px;
    padding-left: 15px;
    font-size: 13px;
  }
  .blog span {
    width: 6px;
    height: 6px;
    margin-top: -3px;
  }
  .mk-shortcode.mk-padding-shortcode {
    display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
    display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
    display: none;
  }
}
