/**/
* {
  margin: 0;
  padding: 0;
}
div, address, b, big, blockquote, body, center, cite, code, dd, del, dl, dt, em, fieldset, font, form, b, b, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var, th, td, input {
  margin: 0;
  padding: 0;
}
div, dl, dt, dd, form, input, button, textarea, p, ul, li, ol, table, tr, td, header, footer, aside, nav, b, b, h3, h4, h5, h6, section {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  font-size: 14px;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  padding: 0px;
  margin: 0px;
}
button:foucs {
  border: none !important;
  outline: none !important;
}
button::-moz-focus-inner {
  border-color: transparent;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
i {
  font-style: normal;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
video, embed, iframe {
  width: 100%;
}
img {
  border: none !important;
  vertical-align: middle
}
input[type="button"], input[type="text"], input[type="submit"], input[type="reset"], button, select {
  -webkit-appearance: none;
  outline: none;
}
textarea {
  -webkit-appearance: none;
  outline: none;
}
.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  /*兼容 IE*/
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*t图片样式*/
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
img {
  border: 0px;
  vertical-align: middle;
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%
}
.avatar {
  display: block;
  overflow: hidden;
  width: 100%;
}
.avatar img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.avatar:hover img {
  transform: scale(1.1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.1);
}
/*文字超出隐藏*/
.dot {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dot2 {
  display: -webkit-box;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/*--------------------------------------------------------------
# 头部Header
--------------------------------------------------------------*/
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #FF6A00;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.scroll-to-top i {
  color: #ffffff;
  font-size: 18px;
  line-height: 45px;
}
.scroll-to-top:hover {
  background-color: #FF6A00;
}
.scroll-to-top:hover i {
  color: #fff;
}
/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.page-wrapper {
  width: 100%;
}
.main-header {
  position: relative;
  display: block;
}
.main-menu {
  position: relative;
  z-index: 91;
}
.main-menu-wrapper {
  display: block;
}
.main-menu-wrapper-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}
.main-menu-wrapper-logo {
  position: relative;
  margin-right: 35px;
}
.main-menu-wrapper-main-menu {
  display: block;
  height: 70px;
  line-height: 70px;
}
.stricky-header.main-menu {
  background: rgba(255, 255, 255, .9);
}
.main-menu .main-menu-list, .main-menu .main-menu-list ul, .stricky-header .main-menu-list, .stricky-header .main-menu-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}
.main-menu .main-menu-list {
  display: flex;
}
.main-menu .main-menu-list > li, .stricky-header .main-menu-list > li {
  position: relative;
  padding: 0 30px;
}
.main-menu .main-menu-list > li > a {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #333;
  position: relative;
  transition: all 500ms ease;
}
.stricky-header .main-menu-list > li > a {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #333;
  transition: all 500ms ease;
}
.main-menu .main-menu-list > li.current > a, .main-menu .main-menu-list > li:hover > a, .stricky-header .main-menu-list > li.current > a, .stricky-header .main-menu-list > li:hover > a {
  color: #FF6A00;
}
.main-menu .main-menu-list > li > a:hover {
  color: #FF6A00;
}
.main-menu .main-menu-list li ul, .stricky-header .main-menu-list li ul {
  position: absolute;
  top: 100%;
  left: -15%;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 130%;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  display: inline-block;
}
.main-menu .main-menu-list li:hover > ul, .stricky-header .main-menu-list li:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.main-menu .main-menu-list li ul li, .stricky-header .main-menu-list li ul li {
  position: relative;
  text-align: center;
  line-height: 32px;
  padding: 10px 0;
}
.main-menu .main-menu-list li ul li a, .stricky-header .main-menu-list li ul li a {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  text-align: center;
  transition: 500ms;
}
.main-menu .main-menu-list li ul li:hover > a, .stricky-header .main-menu-list li ul li:hover > a {
  color: #FF6A00;
}
.main-menu .main-menu-list li ul li > ul, .stricky-header .main-menu-list li ul li > ul {
  top: 0;
  left: 100%;
}
.main-menu .main-menu-list li ul li > ul.right-align, .stricky-header .main-menu-list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}
.main-menu .main-menu-list li ul li > ul ul, .stricky-header .main-menu-list li ul li > ul ul {
  display: none;
}
.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  transform: translateY(-120%);
  transition: transform 500ms ease, visibility 500ms ease;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}
.stricky-header.stricky-fixed {
  transform: translateY(0%);
  visibility: visible;
}
.stricky-header .main-menu-inner {
  box-shadow: none;
  padding-right: 0;
  width: 100%;
  margin: 0 auto;
}
.mobile-nav-buttons {
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}
.mobile-nav-buttons a {
  font-size: 20px;
  color: var(--thm-black);
  cursor: pointer;
}
.mobile-nav-buttons a + a {
  margin-left: 10px;
}
.mobile-nav-buttons a:hover {
  color: var(--thm-base);
}
.mobile-nav-toggler {
  font-size: 20px;
  color: #FF6A00;
  cursor: pointer;
  transition: 500ms;
}
.sticky-header-content .mobile-nav-toggler i {
  color: #FF6A00 !important;
}
.top-tel b {
  font-size: 18px;
  color: #333;
}
/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transform: translateX(-50%);
  transform-origin: right center;
  transition: transform 500ms ease-in, opacity 500ms linear, visibility 500ms ease-in;
  z-index: 999;
  visibility: hidden;
}
.mobile-nav-wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav-wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
}
.mobile-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}
.mobile-nav-content {
  width: 300px;
  background-color: #007AFF;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.mobile-nav-content .thm-btn {
  padding: 8px 0;
  width: 100%;
  text-align: center;
}
.mobile-nav-content .logo-box {
  margin-bottom: 40px;
  display: flex;
}
.mobile-nav-close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--thm-text-dark);
  cursor: pointer;
}
.mobile-nav-close i {
  color: #fff;
}
.mobile-nav-content .main-menu-list, .mobile-nav-content .main-menu-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mobile-nav-content .main-menu-list ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav-content .main-menu-list li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav-content .main-menu-list li a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--thm-font);
  font-weight: 500;
  height: 56px;
  align-items: center;
  transition: 500ms;
}
.mobile-nav-content .main-menu-list li a.expanded {
  color: rgba(255, 255, 255, .7);
}
.mobile-nav-content .main-menu-list li a button {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: none;
  outline: none;
  color: #FF6A00;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}
.mobile-nav-content .main-menu-list li a button.expanded {
  transform: rotate(0deg);
  background-color: #fff;
  color: #FF6A00;
}
.mobile-nav-content .main-menu-list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  transform: translate(0, 0);
}
.mobile-nav-content .main-menu-list li.cart-btn i {
  font-size: 16px;
}
.mobile-nav-container {
  margin-top: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav-container .main-logo, .mobile-nav-container .topbar-buttons, .mobile-nav-container .main-menu-language, .mobile-nav-container .main-menu-login {
  display: none;
}
/* 首页banner图*/
#banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
#banner .swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
}
#banner .swiper-slide img {
  display: block;
  width: 100%;
}
#banner .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 70px;
  font-size: 30px;
  line-height: 70px;
  height: 70px;
  transition: all .5s ease;
  outline: none;
}
#banner .swiper-button:hover {
  background: #FF6A00;
}
.btn-prev {
  left: 5%;
}
.btn-next {
  right: 5%;
}
#banner .swiper-pagination-bullet {
  width: 13px;
  height: 10px;
  display: inline-block;
  background: #fff;
  opacity: .9;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity .5s, background-color .5s, width .5s;
  transition-delay: .5s, .5s, 0s;
}
#banner .swiper-pagination-bullet-active {
  opacity: 1;
  background-image: linear-gradient(90deg, #00aeff 0, #596efb 100%);
  background-color: #596efb;
  width: 40px;
  transition-delay: 0s;
}
#banner .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 90px;
  left: 0;
  width: 100%;
}
.banner_txt {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  color: #FF6A00;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.banner_txt p {
  font-size: 36px;
  color: #FF6A00;
  text-shadow: none;
}
.banner_txt b {
  display: block;
  font-size: 42px;
  color: #fff;
  margin: 30px 0;
  text-shadow: none;
}
.banner_txt span {
  color: #fff;
  font-size: 20px;
  display: block;
  text-shadow: none;
}
.banner-more {
  display: block;
  width: 130px;
  letter-spacing: 1px;
  margin-top: 20px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  border: 1px solid #999;
  border-radius: 38px;
  text-shadow: none;
}
.banner-more:hover {
  background-image: linear-gradient(90deg, #00aeff 0, #596efb 100%);
  background-color: #596efb;
  color: #fff;
}
.banner-more::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -1px;
  margin-left: 7px;
  -webkit-transition: .6s ease;
  transition: .6s ease;
}
.banner-more:hover::after {
  margin-left: 13px;
}
/*  */
.h-bg {
  margin-top: -70px;
  z-index: 99;
  position: relative;
}
.zyzs-list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.zyzs-list .zyzs:nth-child(1) {
  background-image: linear-gradient(90deg, #4888B6 0, #429FC9 100%);
  background-color: #596efb;
}
.zyzs-list .zyzs:nth-child(2) {
  background-image: linear-gradient(90deg, #5F56D3 0, #4A69D3 100%);
  background-color: #4A69D3;
}
.zyzs-list .zyzs:nth-child(3) {
  background-image: linear-gradient(90deg, #5CB37F 0, #61BF66 100%);
  background-color: #61BF66;
}
.zyzs-list .zyzs:nth-child(4) {
  background-image: linear-gradient(90deg, #51A4AC 0, #4AA1A5 100%);
  background-color: #4AA1A5;
}
.zyzs {
  width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 20px 20px;
}
.zyzs .line {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.zyzs-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0px 22px 35px 0px rgba(2, 18, 106, 0.08);
  box-shadow: 0px 22px 35px 0px rgba(2, 18, 106, 0.08);
  width: 115px;
  height: 115px;
  transition: all 0.5s;
  border-radius: 50%;
}
.zyzs:hover .zyzs-icon {
  margin-top: -20px;
}
.zyzs-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.zyzs-content b {
  color: #fff;
  text-align: center;
  margin: 15px 0;
  font-size: 20px;
  display: block;
}
.zyzs-content p {
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #fff;
}
/* 标王推广 */
.main_title {
  font-size: 38px;
  color: #333;
  display: block;
  text-align: center;
  font-weight: 700;
}
.main_title2 {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin-top: 30px;
}
.bwtg {
  padding: 60px 0;
}
.bwtg-info {
  margin-top: 30px;
}
.bwtg-txt {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}
.bwtg-txt span {
  color: #FF6A00;
}
#case {
  margin-top: 30px;
}
#case .swiper-container {
  width: 100%;
  padding-bottom: 30px;
  margin-top: 30px;
}
#case .swiper-slide {
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
  transform: scale(0.85);
  margin-top: 70px;
  margin-bottom: 70px;
  -webkit-transition: transform 1.0s;
  transition: transform 1.0s;
}
#case .swiper-slide img {
  width: 100%;
  display: block;
  height: 100%;
  border: none;
}
#case .swiper-slide a {
  display: block;
  position: relative;
}
#case .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .5);
  height: 110px;
}
#case .swiper-slide-active {
  border-radius: 2px;
  box-shadow: 0 8px 20px rgb(0 0 0 / 10%);
}
#case .swiper-slide-active .layer-mask {
  display: none;
}
.layer-mask {
  width: 100%;
  height: calc(100% - 110px);
  transition: all 0.5s;
  background: rgba(255, 255, 255, .5);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 100px;
}
#case .swiper-slide-active, .swiper-slide-duplicate-active {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  z-index: 1002;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}
.more {
  border-radius: 23px;
  height: 46px;
  display: block;
  font-size: 16px;
  line-height: 46px;
  color: #fff;
  font-family: Arial;
  text-align: center;
  width: 190px;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, #00aeff 0, #596efb 100%);
  background-color: #596efb;
  box-shadow: 0 8px 20px rgba(0, 141, 230, 0.2);
  margin: 0px auto;
  position: relative;
  margin-top: 20px;
}
.more:hover {
  background-image: linear-gradient(90deg, #09f 0, #575dfa 100%);
  background-color: #5064e6
}
/* 为什么选择百搜标王 */
.product-bg {
  background: #F7F8FD;
  padding: 60px 0 90px 0;
}
.pro-box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.pro-fl {
  flex: 1;
  background-image: linear-gradient(90deg, #4E83FF 0, #2462F5 100%);
  background-color: #4E83FF;
  margin-top: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #fff;
}
.pro-fl p {
  padding: 30px;
  font-size: 18px;
  line-height: 30px;
}
.product {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
  flex: 3;
}
.product a {
  transition: all .3s;
  width: calc(33.33% - 20px);
  text-align: center;
  margin: 10px;
  padding: 10px 0;
  background-color: #fff;
  position: relative;
}
.product a::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  border: 1px solid #007AFF;
  transform: scale(1.1);
  opacity: 0;
  transition: 0.3s;
}
.product a:hover::before {
  transform: scaleX(1);
  opacity: 1;
}
.product a img {
  margin: 20px auto;
}
.product a .info b {
  display: block;
  color: #333;
  font-size: 18px;
}
.product a .info p {
  margin: 10px;
  line-height: 28px;
  color: #666;
}
/* 品牌专区 */
/* 品牌专区 */
.ppzq {
  padding: 60px 0 40px 0;
  background: #D0E3FD;
}
.ppzq-list {
  margin-top: 30px;
}
.ppzq-list .swiper-wrapper {
  padding-bottom: 70px;
}
.ppzq-list .swiper-slide img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  transition: all .3s;
}
.ppzq-list .swiper-slide span {
  overflow: hidden;
  display: block;
}
.ppzq-list .swiper-slide p {
  background: rgba(255, 255, 255, 1);
  color: #333;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  padding: 10px;
  border-radius: 20px;
}
.ppzq-list .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.ppzq-list .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.ppzq-list .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  display: inline-block;
  border-radius: 0;
  background: #000;
  opacity: .1;
}
.ppzq-list .swiper-pagination-bullet-active {
  opacity: 1;
  background: #007AFF;
}
.ppzq-list {
  background: #007AFF;
  background-image: linear-gradient(to left, rgba(255, 255, 255), rgba(12, 103, 252, 1));
  padding: 50px 20px 20px 20px;
  border-radius: 20px;
}
.ppzqal {}
.ppzqal .ppzq-fl {
  width: 35%;
  background: rgba(131, 175, 250, 0.5);
  border-radius: 20px;
  padding: 20px;
  margin-right: 30px;
  box-shadow: 0 0 10px #2A78FB;
}
.ppzqal .ppzq-fl b {
  color: #fff;
  display: block;
  font-size: 20px;
  margin: 10px 0;
}
.ppzqal .ppzq-fr {
  background: rgba(131, 175, 250, 0.5);
  border-radius: 20px;
  padding: 20px;
  margin: 0 10px;
  box-shadow: 0 0 10px #2A78FB;
  overflow: hidden;
}
.ppzqal .ppzq-fr img {
  border-radius: 20px;
}
.ppzq-list .swiper-slide .ppzqal .ppzq-fr:hover img {
  transform: scale(1.05);
}
.ppzq-list .swiper-pagination-bullets {
  bottom: 25px !important;
}
/* 百搜词包 */
.bdcb {
  background: #49A2FE url(../image/cbbg.png) no-repeat top;
  padding: 60px 0 0;
}
.bdcb-info {
  margin-top: 40px;
}
.bdcb-info p {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
.service-con {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
  margin-top: 80px;
}
.service-con .ser-item {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  position: relative;
  padding: 30px;
  flex: 1;
  color: #333;
  text-align: center;
  line-height: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.service-con .ser-item a {
  color: #fff;
}
.service-con .ser-item .inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-con .ser-item .inner img {
  margin-right: 10px;
}
.service-con .ser-item .bg {
  background: rgba(255, 106, 0, 0.85);
  height: 0;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.service-con .ser-item:hover .bg {
  height: 100%;
}
.service-con .ser-item:hover img {
  filter: brightness(1);
  opacity: 1;
}
.service-con .ser-item:hover a {
  color: #fff;
}
.service-con .ser-item b {
  display: block;
  font-size: 38px;
  margin: 10px 0;
}
.service-con .ser-item b i {
  font-size: 16px;
  font-weight: normal;
}
.in_title {
  color: #000;
  font-weight: 800;
  font-size: 36px;
  line-height: 54px;
  position: relative;
  z-index: 2;
}
.mark-bar {
  border-top-width: 8px;
  border-top-style: solid;
  border-top-color: #34237D;
  width: 50px;
  height: 0;
  margin: 10px 0;
  border-right: 10px solid rgba(0, 0, 0, 0);
}
#server-list {
  position: relative;
}
/* 百度词包四大优势 */
.advantage {
  padding: 60px 0;
}
.adv-con {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.adv-con a {
  width: calc(25% - 24px);
  margin: 20px 10px;
  box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%), -8px -8px 20px 0 #fff;
  background-image: linear-gradient(0deg, #fff, #f3f5f8);
  background-color: #f3f5f8;
  border: 2px solid #fff;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 20px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  cursor: pointer;
}
.adv-con a img {
  margin: 10px auto;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.adv-con a b {
  font-size: 24px;
  display: block;
  text-align: center;
  margin: 20px auto;
  color: #000;
  font-weight: normal;
}
.adv-con a p {
  line-height: 28px;
  font-size: 14px;
  text-align: center;
  color: #666;
  margin: 20px auto;
}
.adv-con a:hover img {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  transform: rotateY(180deg);
}
/* 独立开户 */
.dlkh-bg {
  background: #F7F8FD;
  padding: 60px 0;
}
.dlkh {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 30px;
}
.dlkh a {
  flex: 1;
  margin: 10px;
  background-color: #69A6FF;
  background-image: linear-gradient(to right, #0A83FE, #69A6FF 40%);
  border-radius: 10px;
  color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px;
}
.dlkh a b {
  font-size: 18px;
  display: block;
  margin-bottom: 15px;
}
.dlkh a:hover {
  background: #FF6A00;
}
/* 流程 */
.lc-bg {
  padding: 60px 0;
}
.liuchengbox1 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
  margin-top: 30px;
}
.liuchengbox1 .liucheng-list {
  text-align: center;
  width: calc(20% - 40px);
  color: #333;
  position: relative;
  z-index: 1;
  margin: 15px 20px;
  cursor: pointer;
  transition: all .3s;
  border-radius: 10px;
  box-shadow: 0 0 10px #EDEDED;
}
.liuchengbox1 .liucheng-list .lc_title {
  background-color: #69A6FF;
  background-image: linear-gradient(to right, #0A83FE, #69A6FF);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  line-height: 55px;
  color: rgba(255, 255, 255, 1);
  font-size: 32px;
  padding: 5px 0;
  position: relative;
}
.liuchengbox1 .liucheng-list .lc_title span {
  position: absolute;
  top: 20px;
  right: -40px;
  width: 40px;
  height: 20px;
  border-bottom: 2px solid #0A83FE;
}
.liuchengbox1 .liucheng-list .lc_title em {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #fff;
  border: 2px solid #0A83FE;
  margin: auto;
  margin-top: 12px;
}
.liuchengbox1 .liucheng-list:nth-child(5) span, .liuchengbox1 .liucheng-list:nth-child(10) span {
  display: none;
}
.liuchengbox1 .liucheng-list i {
  font-size: 16px;
  color: #000;
  padding: 10px;
  display: block;
  line-height: 28px;
  height: 54px;
}
.liuchengbox1 .liucheng-list p {
  margin: 10px 20px;
  color: #358FFD;
  font-size: 16px;
  border-top: 1px solid #f1f1f1;
  padding-top: 10px;
}
.liuchengbox1 .liucheng-list:hover {
  margin-top: -5px;
  background: #f7f7f7;
}
/* 百姓网 */
.ab-bg {
  background-color: #D0E3FD;
  padding: 60px 0;
}
.about-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}
.about_fl {
  width: 50%;
  padding-right: 5%;
}
.about_fl p {
  line-height: 30px;
  padding: 10px 0;
  color: #666;
  font-size: 15px;
}
.about_fl .ab-title {
  font-size: 22px;
  color: #222;
  font-weight: bold;
  margin-top: 10px;
}
.about_fr {
  width: 50%;
  overflow: hidden;
}
.fl2 {
  float: left;
}
.shade-move {
  animation: movepoint 3s infinite;
  -webkit-animation: movepoint 3s infinite;
}
@keyframes movepoint {
  25% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.about_fr img {
  border-radius: 30px;
}
.more {
  border-radius: 23px;
  height: 46px;
  display: block;
  font-size: 16px;
  line-height: 46px;
  color: #fff;
  font-family: Arial;
  text-align: center;
  width: 220px;
  text-transform: uppercase;
  background-color: #006AB5;
  box-shadow: 0 8px 20px rgba(0, 141, 230, 0.2);
  margin-top: 65px;
  position: relative;
}
.more:hover {
  background: #035A98;
}
.about-list {
  margin-top: 50px;
}
.about-list li {
  width: calc(45% - 20px);
  padding: 10px 0;
  margin-right: 80px;
  border-bottom: 1px solid #B4D1F7;
  float: left;
}
.about-list li a {
  display: block;
  height: 100%;
  padding-top: 10px;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
}
.about-list li a span {
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #333;
  position: relative;
  transition: color 0.3s;
}
.about-list li a span::before {
  content: '';
  width: 6px;
  height: 6px;
  background: url(../image/s1.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  margin-left: -3px;
  margin-top: -3px;
  transition: transform 0.3s;
}
.about-list li a:hover span {
  color: #FF6A00;
}
/* 常见问题 */
.news {
  padding: 60px 0;
}
.news-two ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.news-two ul li {
  width: 33.3%;
}
.news-two a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 30px 20px;
  transition: .3s;
  margin: 10px;
  border: 1px solid #f1f1f1;
}
.news-two ul li:nth-child(5), .news-two ul li:nth-child(6) {
  margin-bottom: 0;
}
.news-two a:hover {
  box-shadow: 0 0 10px #dedede;
  background: #FF6A00;
  background-size: 100%;
}
.news-two a:hover span {
  color: #fff;
}
.news-two a:hover .day, .news-two a:hover .newscon, .news-two a:hover .newscon b {
  color: #fff;
}
.day {
  color: #666;
  width: 100%;
  margin: 7px 0;
  font-size: 14px;
  border-top: 1px solid #dedede;
}
.day span {
  font-size: 16px;
  float: right;
}
.day p {
  padding-top: 20px;
}
.newscon b {
  padding-bottom: 10px;
  font-size: 16px;
  color: #333;
  display: block;
}
.newscon p {
  text-align: left;
  line-height: 24px;
  font-size: 14px;
}
/*  */
.fot_bg {
  background-color: #348EFD;
  background-image: linear-gradient(to right, #0C67FB, #348EFD);
  background-size: cover;
  padding: 60px 0;
  display: flex;
  align-items: center;
}
.fot_bg p {
  color: #fff;
  line-height: 46px;
  margin: 20px 0;
  font-size: 36px;
  text-align: center;
}
.fot_bg a {
  color: #fff;
  text-align: center;
  display: block;
}
.fot_bg a:hover {
  color: #FF6A00;
}
/* 底部 */
.footer {
  background: #F5F7FA;
}
.foot {
  padding-top: 30px;
  padding-bottom: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.foot b {
  font-size: 22px;
  color: #333;
  display: block;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.foot span {
  color: #666;
  font-size: 20px;
  font-weight: bold;
  padding-right: 9px;
}
.foot .ft-nav {
  width: 100%;
}
.foot .ft-nav .ft-nav-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  color: #333;
}
.foot .ft-nav .ft-nav-list dl {
  margin-right: 30px;
}
.foot .ft-nav .ft-nav-list dl:last-child {
  margin-right: 0;
}
.foot .ft-nav .ft-nav-list dt {
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
  font-weight: normal;
}
.foot .ft-nav .ft-nav-list dd {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
.foot .ft-nav .ft-nav-list dd a {
  color: #666;
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
.foot .ft-nav .ft-nav-list dd p {
  color: #666;
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
.foot .ft-nav .ft-nav-list dd img {
  margin: 10px 0;
}
.foot .ft-nav .ft-nav-list dd a:hover {
  color: #FF6A00
}
.copyright {
  padding: 20px;
  text-align: center;
  color: #fff;
  background: #333;
  border-top: 1px solid #D3D7DE;
}
.copyright a {
  color: #fff;
}
.foot .ft-nav .ft-nav-list dl:first-child dd {
  flex-direction: row;
  flex-wrap: wrap;
}
.foot .ft-nav .ft-nav-list dl:first-child dd a {
  width: 50%;
}
/*返回*/
.back-to-top {
  position: fixed;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 3px;
  right: 65px;
  bottom: 65px;
  background: #FF6A00;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 999;
}
.back-to-top i {
  font-size: 26px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.back-to-top:hover {
  color: #fff;
  background: #FF6A00;
  transition: background 0.2s ease-in-out;
}
/* 至尊标王3.0产品政策及注意事项 */
.smgz {
  margin-top: 60px;
}
.smgz_list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 30px;
}
.smgz_list a {
  flex: 1;
  background: #f7f7f7;
  border-radius: 20px;
  margin: 10px;
  position: relative;
  z-index: 1;
}
.smgz_txt {
  font-size: 20px;
  color: #1e1e1e;
  text-align: left;
  width: 100%;
  padding: 20px;
  margin: auto;
}
.smgz_txt b {
  font-size: 24px;
  margin-bottom: 20px;
  display: block;
}
.smgz_txt p {
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
}
.smgz_txt p em {
  display: block;
  line-height: 36px;
  background: url(../image/check_fill.png) no-repeat left;
  padding-left: 35px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: #333;
  width: calc(100% - 35px);
}
.smgz_txt .tb2 em {
  display: block;
  color: #767676;
  line-height: 36px;
  background: url(../image/quchujinzhi.png) no-repeat left;
  padding-left: 35px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  width: calc(100% - 35px);
}
.smgz_txt span {
  color: #999;
  height: 50px;
  font-size: 17px;
  display: block;
  margin-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 24px;
}
.pro_tu {
  flex: 2;
}
.pro_tu img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.ab_more2 {
  font-size: 14px;
}
.ab_more2:hover {
  color: #0054AA;
}
.prone .swiper-slide a:hover .smgz_txt {
  background: #0054AA;
  color: #fff;
}
.gjc {
  margin-top: 30px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.gjc p {
  width: calc(25% - 20px);
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gjc p span {
  background: #358FFD;
  color: #fff;
  flex: 1;
  padding: 20px 0;
  text-align: center;
  font-size: 18px;
}
.gjc p i {
  background: #f1f1f1;
  color: #333;
  flex: 1;
  font-size: 18px;
  padding: 20px 0;
  text-align: center;
}
.gjc p:last-child {
  width: calc(50% - 20px);
}
.jsgjc {
  margin: 60px 0;
}
.zsys {
  background: #f7f7f7;
  padding: 60px 0;
}
.zsys_con {
  margin-top: 30px;
}
.zsys_con p {
  text-align: center;
  font-size: 18px;
}
.zsys_con p a:hover {
  color: #358FFD;
}
.zsys_con .zsys_tu {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  box-shadow: 0 0 10px #F2F3F5;
  background: #fff;
  padding: 20px;
  margin-top: 30px;
}
.zsys_con .zsys_tu div {
  margin: 10px;
}
.zsys_con .zsys_tu2 p {
  text-align: left;
  margin: 20px 0;
}
.att {
  text-align: left;
  color: #666;
  font-size: 16px;
  margin-top: 30px;
  border-top: 1px solid #dedede;
  padding-top: 30px;
  line-height: 28px;
}
.att span {
  color: #FF6A00;
}
/* 百搜词包内页 */
.nycb {
  margin-top: 60px;
}
.bdcb2 {
  background: url(../image/cbbg2.png) no-repeat top;
  padding: 60px 0 0;
  margin-top: 30px;
}
.cbtc {
  margin-top: 30px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.cbtc .cbtc_list {
  margin: 10px;
  width: calc(33.33% - 20px);
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 10px;
}
.cbtc .cbtc_list:nth-child(1) {
  background: url(../image/tc1.jpg) no-repeat bottom;
  background-size: cover;
}
.cbtc .cbtc_list:nth-child(2) {
  background: url(../image/tc2.jpg) no-repeat bottom;
  background-size: cover;
}
.cbtc .cbtc_list:nth-child(3) {
  background: url(../image/tc3.jpg) no-repeat bottom;
  background-size: cover;
}
.cbtc .cbtc_list span {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background: rgba(255, 255, 255, .5);
  display: flex;
  align-items: center;
}
.cbtc .cbtc_list span img {
  transition: all .5s
}
.cbtc .cbtc_list b {
  font-size: 24px;
  color: #fff;
  display: block;
  margin: 20px 0;
}
.cbtc .cbtc_list em {
  font-size: 32px;
  color: #fff;
  margin: 10px 0;
  font-style: normal;
}
.cbtc .cbtc_list i {
  color: #fff;
  line-height: 28px;
  font-size: 16px;
}
.cbtc .cbtc_list p {
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
}
.cbtc .cbtc_list .more {
  background: #fff;
  cursor: pointer;
}
.cbtc .cbtc_list .more:hover a {
  color: #FF6A00;
}
.cbtc .cbtc_list:hover span img {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.tfys {
  margin-top: 60px;
}
.ab_list2 {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 5;
  margin-top: 30px;
}
.ab_list2 li {
  cursor: pointer;
  color: #333;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  border-right: 1px solid #f1f1f1;
  -webkit-transition: transform .3s;
  transition: transform .3s;
  font-size: 18px;
}
.ab_list2 li a {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.ab_list2 li:last-child {
  border: none;
}
.ab_list2 li b {
  display: block;
  font-size: 24px;
  color: #000;
}
.ab_list2 li p {
  color: #666;
  font-size: 16px;
  margin-top: 10px;
}
.ab_list2 li i {
  font-size: 16px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #666;
  border-radius: 50%;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  position: relative;
  top: -20px;
  left: 0px;
  color: #fff;
  display: inline-block;
}
.ab_list2 li:hover {
  -webkit-transform: translate(0, -15px);
  transform: translate(0, -15px);
}
/* 联系我们 */
.contact {
  margin: 60px 0;
}
.contact .contact_info {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 30px;
}
.contact .contact_info div {
  margin: 10px;
  background: #f1f1f1;
  width: 50%;
  padding: 50px 0;
  text-align: center;
  cursor: pointer;
}
.contact .contact_info div b {
  font-size: 26px;
  margin: 20px 0;
  display: block;
}
.contact .contact_info div p {
  font-size: 18px;
  color: #666;
}
.contact .contact_info div:hover {
  background: #358FFD;
  color: #fff;
}
.contact .contact_info div:hover img {
  filter: brightness(100);
}
.contact .contact_info div:hover p {
  color: #fff;
}
.contact .contact_con {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.contact .contact_con div {
  margin: 10px;
  background: #f1f1f1;
  width: 33.33%;
  padding: 50px 10px;
  text-align: center;
  cursor: pointer;
}
.contact .contact_con div b {
  font-size: 26px;
  margin: 20px 0;
  display: block;
}
.contact .contact_con div p {
  font-size: 18px;
  color: #666;
}
.contact .contact_con div:hover {
  background: #358FFD;
  color: #fff;
}
.contact .contact_con div:hover p {
  color: #fff;
}
.contact .contact_con div:hover img {
  filter: brightness(100);
}