body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
ol {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
body {
  font: 12px "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  line-height: 1.5;
  overflow-x: hidden;
}
ol,
ul,
li {
  list-style-type: none;
  vertical-align: middle;
}
img {
  vertical-align: top;
  border: 0;
}
input,
select,
textarea,
button {
  vertical-align: middle;
}
textarea,
input {
  text-indent: 10px;
}
/*表单元素默认有10像素的缩进*/
input[type="submit"],
input[type="button"],
button {
  text-indent: 0;
  text-align: center;
  cursor: pointer;
}
label,
button,
a {
  cursor: pointer;
}
ins,
em,
b,
i {
  text-decoration: none;
  font-style: normal;
}
/* 去掉浏览器激活样式 */
select:focus,
textarea:focus,
input:focus,
button {
  outline: none;
}
/* 提示文字的初始样式 */
input::-webkit-input-placeholder,
input::-moz-input-placeholder,
textarea::-webkit-textarea-placeholder,
textarea::-moz-textarea-placeholder {
  color: #999;
  transition: color 0.5s;
}
/* 提示文字的激活样式 */
input:focus::-webkit-input-placeholder,
input:focus::-moz-input-placeholder,
input:hover::-webkit-input-placeholder,
input:hover::-moz-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-input-placeholder,
textarea:hover::-webkit-input-placeholder,
textarea:hover::-moz-input-placeholder {
  color: #c2c2c2;
}
/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font: inherit;
}
/* a_link */
a {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a[href] {
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
a:focus {
  background-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6,
em {
  font-weight: normal;
}
a,
span,
li,
b,
i,
label,
p,
strong,
div,
h1,
h2,
h3,
h4,
h5,
h6,
font,
small,
em,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  font-size: 14px;
}
p {
  line-height: 2;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
/*用来解决在安卓上的点击出现篮框问题*/
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*解决ios上去除微信点击蓝色边框 */
a:focus,
input:focus,
p:focus,
div:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img[src=""],
img:not([src]) {
  opacity: 0;
}
font {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  text-transform: inherit;
}
body,
html {
  height: 100%;
  scroll-behavior: smooth;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.swiper-pagination-bullet {
  width: 0.0573rem !important;
  height: 0.0573rem !important;
  background: rgba(255, 255, 255, 0.7) !important;
}
.swiper-pagination-bullet-active {
  width: 0.0573rem !important;
  height: 0.0573rem !important;
  background: #fff !important;
}
::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  border: none;
  width: 4px;
  border-radius: 4px;
  background-color: #269dd9;
}
::-webkit-scrollbar-corner {
  background-color: transparent;
}
::-webkit-scrollbar:horizontal {
  height: 9px;
}
@font-face {
  font-family: "Futura_Md_BT_Medium";
  src: url("../fonts/futura_md_bt_medium.ttf");
}
@font-face {
  font-family: "HarmonyOS_Sans_SC_Regular";
  src: url("../fonts/harmonyos_sans_sc_regular.ttf");
}
* {
  font-family: "HarmonyOS_Sans_SC_Regular";
}
.f_f {
  font-family: "Futura_Md_BT_Medium";
}
.flex_c {
  display: flex;
  align-items: center;
}
.flex_c_sb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p180 {
  box-sizing: border-box;
  padding: 0 0.9375rem;
}
header {
  width: 10rem;
  transition: 0.3s;
  height: 0.4688rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 55;
  background-color: transparent;
  padding: 0 0.3125rem;
  box-sizing: border-box;
}
header .header {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
header .logo {
  height: 100%;
}
header .logo img {
  transition: 0.3s;
  height: 0.2604rem;
}
header .logo .black {
  display: none;
}
header nav ul {
  display: flex;
  height: 0.4688rem;
  transition: 0.3s;
}
header nav ul li {
  height: 0.4688rem;
  width: auto;
  padding: 0 0.2083rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s;
}
header nav ul li .title_nav {
  transition: 0.3s;
  height: 0.4688rem;
  width: 100%;
  text-align: center;
  line-height: 0.4688rem;
  font-size: 0.0938rem;
  color: #fff;
}
header nav ul li .sub_nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0.0781rem 0;
  background-color: #fff;
  box-shadow: 1px 10px 15px 1px rgba(0, 0, 0, 0.05);
}
header nav ul li .sub_nav a {
  display: block;
  width: 100%;
  height: 0.1875rem;
  line-height: 0.1875rem;
  color: #333333;
  font-size: 0.0833rem;
  text-align: center;
}
@media (any-hover: hover) {
  header nav ul li .sub_nav a:hover {
    color: #175dc6;
  }
}
header nav ul li .sub_nav.nav_product {
  display: none;
  width: auto;
  padding: 0;
  box-sizing: border-box;
}
header nav ul li .sub_nav.nav_product .left {
  width: 1.4583rem;
  border-right: 1px solid #f3f3f3;
  padding: 0.0521rem 0.2083rem;
  box-sizing: border-box;
}
header nav ul li .sub_nav.nav_product .left .sub_title {
  cursor: pointer;
  font-size: 0.0938rem;
  color: #666666;
  height: 0.3854rem;
  width: 100%;
  transition: 0.3s;
  line-height: 0.3854rem;
  border-bottom: 1px solid #f5f5f5;
}
header nav ul li .sub_nav.nav_product .left .active {
  color: #2381c5;
  border-bottom: 1px solid #2381c5;
}
header nav ul li .sub_nav.nav_product .left .all {
  border-top: 1px solid #f5f5f5;
  border-bottom: none;
  margin-top: 0.6771rem;
  display: flex;
  color: #2381c5;
  align-items: center;
  justify-content: space-between;
}
header nav ul li .sub_nav.nav_product .right {
  width: 4.7396rem;
  height: 100%;
  background-color: #fff;
  position: relative;
}
header nav ul li .sub_nav.nav_product .right .items {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  transition: 0.3s;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 2.7083rem;
  padding: 0.2865rem 0.2604rem;
  padding-bottom: 0;
  overflow-y: scroll;
  box-sizing: border-box;
}
header nav ul li .sub_nav.nav_product .right .items .item {
  height: auto;
  display: block;
  margin-right: calc((100% - 1.0525rem * 4) / 3);
  width: 1.0521rem;
  margin-bottom: 0.3333rem;
}
header nav ul li .sub_nav.nav_product .right .items .item img {
  width: 1.0521rem;
  height: 0.624rem;
}
header nav ul li .sub_nav.nav_product .right .items .item .name {
  text-align: center;
  font-size: 0.0781rem;
  color: #333333;
  margin-top: 0.1771rem;
  line-height: 1;
}
@media (any-hover: hover) {
  header nav ul li .sub_nav.nav_product .right .items .item:hover .name {
    color: #2381c5;
  }
}
header nav ul li .sub_nav.nav_product .right .items .item:nth-child(4n) {
  margin-right: 0;
}
header nav ul li .sub_nav.nav_product .right .items.active {
  opacity: 1;
  z-index: 3;
}
header nav ul li.active::after {
  content: "";
  transition: 0.3s;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background-color: #2180c5;
}
@media (any-hover: hover) {
  header nav ul li:hover::after {
    content: "";
    transition: 0.3s;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 2px;
    background-color: #2180c5;
  }
}
header .header_tel .icon img {
  width: 0.1354rem;
}
header .header_tel .icon .black {
  display: none;
}
header .header_tel .tel_num {
  transition: 0.3s;
  margin-left: 0.0521rem;
  font-size: 0.1146rem;
  line-height: 1;
  color: #fff;
}
header .menuBox {
  display: none;
}
header .menuBox .menu_btn {
  margin-left: auto;
  width: 0.3333rem;
  height: 0.3333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  cursor: pointer;
  padding: 0.1042rem 0.0885rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #1f1f1f;
}
header .menuBox .menu_btn .bar {
  width: 100%;
  height: 2px;
  background-color: #fff;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  transform-origin: center;
}
.navMask {
  display: none;
}
header.header_white {
  height: 0.4167rem;
  background-color: #fff;
}
header.header_white .logo {
  height: 100%;
}
header.header_white .logo img {
  display: none;
}
header.header_white .logo .black {
  display: block;
}
header.header_white nav ul {
  height: 0.4167rem;
}
header.header_white nav ul li {
  height: 0.4167rem;
}
header.header_white nav ul li .title_nav {
  height: 0.4167rem;
  line-height: 0.4167rem;
  color: #333;
}
header.header_white .header_tel .icon img {
  display: none;
}
header.header_white .header_tel .icon .black {
  display: block;
}
header.header_white .header_tel .tel_num {
  color: #333333;
}
footer {
  width: 10rem;
  background: url(../images/footer_bg.png) no-repeat;
  background-size: cover;
}
footer .foot_top {
  height: 0.8646rem;
}
footer .foot_top img {
  width: 1.375rem;
}
footer .foot_top .textBox .cn {
  font-size: 0.1563rem;
  line-height: 1;
  color: #333;
  text-align: right;
}
footer .foot_top .textBox .en {
  text-transform: uppercase;
  text-align: right;
  margin-top: 0.0729rem;
  font-size: 0.0729rem;
  line-height: 1;
  color: rgba(51, 51, 51, 0.5);
}
footer .foot_content {
  display: flex;
  padding: 0.3125rem 0.9375rem 0.3542rem;
  border-top: 1px solid #dbe2e9;
  border-bottom: 1px solid #dbe2e9;
}
footer .foot_content .left {
  padding-right: 0.9115rem;
  border-right: 1px solid #dbe2e9;
}
footer .foot_content .left .numBox {
  margin-bottom: 0.1823rem;
}
footer .foot_content .left .numBox .title {
  font-size: 0.0833rem;
  color: #333;
}
footer .foot_content .left .numBox .title img {
  margin-right: 0.026rem;
  width: 0.1094rem;
}
footer .foot_content .left .numBox .num {
  margin-top: 0.0781rem;
  font-size: 0.25rem;
  line-height: 1;
  color: #2091d0;
}
footer .foot_content .left .item {
  font-size: 0.0833rem;
  line-height: 0.1875rem;
  color: #333;
}
footer .foot_content .left .friend_links {
  margin-top: 0.1979rem;
  position: relative;
}
footer .foot_content .left .friend_links .title {
  cursor: pointer;
  width: 2.0833rem;
  height: 0.25rem;
  border: 1px solid rgba(2, 29, 55, 0.1);
  border-radius: 0.0521rem;
  padding: 0 0.1042rem;
}
footer .foot_content .left .friend_links .title span {
  font-size: 0.0833rem;
  color: #333;
}
footer .foot_content .left .friend_links .title img {
  transform: rotate(90deg);
  width: 0.0417rem;
}
footer .foot_content .left .friend_links .friend_linksBox {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 2.0833rem;
  height: auto;
  background-color: #fff;
  padding: 0.0521rem;
  box-sizing: border-box;
  border-radius: 0.0521rem;
}
footer .foot_content .left .friend_links .friend_linksBox .items a {
  font-size: 0.0833rem;
  color: #333;
  line-height: 1.5;
}
footer .foot_content .right {
  flex: 1;
  padding-left: 0.4688rem;
  box-sizing: border-box;
}
footer .foot_content .right .navs .inputs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1.7188rem;
  transition: 0.3s;
  border-bottom: 1px solid #d7dde4;
  padding: 0.1302rem 0.0521rem 0.0938rem 0;
  box-sizing: border-box;
}
footer .foot_content .right .navs .inputs span {
  font-size: 0.0938rem;
  line-height: 1;
  color: #333;
  transition: 0.3s;
}
footer .foot_content .right .navs .inputs img {
  display: none;
  width: 0.0313rem;
}
footer .foot_content .right .navs .inputs .black {
  display: block;
}
@media (any-hover: hover) {
  footer .foot_content .right .navs .inputs:hover {
    border-bottom: 1px solid #2180c5;
  }
  footer .foot_content .right .navs .inputs:hover span {
    color: #2180c5;
  }
  footer .foot_content .right .navs .inputs:hover img {
    display: none;
  }
  footer .foot_content .right .navs .inputs:hover .blue {
    display: block;
  }
}
footer .foot_content .right .navs .buttons {
  margin-top: 0.2344rem;
}
footer .foot_content .right .navs .buttons .title {
  font-size: 0.0938rem;
  line-height: 1;
  color: #333;
  margin-bottom: 0.1042rem;
}
footer .foot_content .right .navs .buttons .buttonBox {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  width: 0.8125rem;
  height: 0.25rem;
  overflow: hidden;
  border-radius: 0.125rem;
  margin-right: 0.0938rem;
  border: 1px solid rgba(34, 133, 200, 0.1);
}
footer .foot_content .right .navs .buttons .buttonBox .contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.8125rem;
  height: 0.25rem;
  padding: 0 0.1042rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
footer .foot_content .right .navs .buttons .buttonBox .contents img {
  display: none;
  width: 0.1302rem;
  transition: 0.3s;
}
footer .foot_content .right .navs .buttons .buttonBox .contents .blue {
  display: block;
}
footer .foot_content .right .navs .buttons .buttonBox .contents span {
  font-size: 0.0938rem;
  color: #2183c6;
  transition: 0.3s;
}
footer .foot_content .right .navs .buttons .buttonBox::before {
  content: "";
  position: absolute;
  top: -0.1563rem;
  left: -0.1563rem;
  width: 400px;
  height: 400px;
  z-index: 1;
  transition: 0.5s;
  transform: rotate(90deg);
  transform-origin: top left;
  background: linear-gradient(to right, #217fc4, #27a6df);
}
@media (any-hover: hover) {
  footer .foot_content .right .navs .buttons .buttonBox:hover .contents img {
    display: none;
  }
  footer .foot_content .right .navs .buttons .buttonBox:hover .contents .white {
    display: block;
  }
  footer .foot_content .right .navs .buttons .buttonBox:hover .contents span {
    color: #fff;
  }
}
@media (any-hover: hover) {
  footer .foot_content .right .navs .buttons .buttonBox:hover::before {
    transform: rotate(0);
  }
}
footer .foot_content .right .qrcodeBox .item {
  margin-right: 0.224rem;
}
footer .foot_content .right .qrcodeBox .item img {
  width: 0.8594rem;
}
footer .foot_content .right .qrcodeBox .item .imgText {
  font-size: 0.0833rem;
  line-height: 1;
  color: #333;
  text-align: center;
  padding: 0.1563rem 0;
  border-bottom: 2px solid #021d37;
}
footer .CopyrightBox {
  padding: 0 0.9375rem;
  box-sizing: border-box;
  height: 0.4688rem;
}
footer .CopyrightBox .Copyright,
footer .CopyrightBox .siro {
  font-size: 0.0833rem;
  color: #333333;
}
footer .CopyrightBox .Copyright a,
footer .CopyrightBox .siro a {
  font-size: 0.0833rem;
  color: #333333;
}
@media (any-hover: hover) {
  footer .CopyrightBox .Copyright a:hover,
  footer .CopyrightBox .siro a:hover {
    color: #2180c5;
  }
}
.common_banner {
  width: 100%;
  height: 3.6458rem;
  position: relative;
}
.common_banner img {
  width: 100%;
  height: 100%;
}
.common_banner .textBox {
  position: absolute;
  left: 0.9375rem;
  bottom: 0.6771rem;
  padding-bottom: 0.1979rem;
}
.common_banner .textBox .cn {
  font-size: 0.375rem;
  color: #fff;
  line-height: 1;
}
.common_banner .textBox .en {
  font-family: "Futura_Md_BT_Medium";
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  font-size: 0.1563rem;
  margin-top: 0.1354rem;
}
.common_banner .textBox::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.3906rem;
  height: 0.0104rem;
  background-color: #fff;
}
.page_nav {
  padding: 0 0.9375rem;
  box-sizing: border-box;
  margin-top: -0.1563rem;
  z-index: 5;
  position: relative;
}
.page_nav .nav ul {
  display: flex;
  align-items: center;
}
.page_nav .nav ul li {
  width: 1.3021rem;
  height: 0.3333rem;
  background-color: #fff;
  border-radius: 0.0521rem;
  transform: skewX(-20deg);
  margin-right: 0.1042rem;
  box-shadow: -5px 6px 10px -4px rgba(0, 0, 0, 0.05);
}
.page_nav .nav ul li a,
.page_nav .nav ul li p {
  cursor: pointer;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 0.3333rem;
  color: #333333;
  display: block;
  transform: skewX(20deg);
}
.page_nav .nav ul li.active {
  background: linear-gradient(to right, #217fc4, #27a6df);
}
.page_nav .nav ul li.active a,
.page_nav .nav ul li.active p {
  color: #fff;
}
.page_nav .search {
  width: 2.3073rem;
  height: 0.3333rem;
  border-radius: 0.1667rem;
  background-color: #fff;
  position: relative;
}
.page_nav .search input {
  padding: 0 0.1563rem;
  width: 100%;
  height: 100%;
  line-height: 0.3333rem;
  font-size: 0.0938rem;
  color: #333333;
  border-radius: 0.1667rem;
  outline: none;
  border: none;
}
.page_nav .search input::placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.page_nav .search img {
  position: absolute;
  top: 50%;
  right: 0.1563rem;
  transform: translateY(-50%);
}
.page_nav .button {
  width: 0.3333rem;
  height: 0.3333rem;
  border-radius: 50%;
  background: linear-gradient(to right, #217fc4, #27a6df);
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_nav .button img {
  width: 0.0521rem;
}
.page_navs {
  padding: 0 0.9375rem;
  box-sizing: border-box;
  margin-top: -0.1563rem;
  z-index: 5;
  position: relative;
}
.page_navs .nav ul {
  display: flex;
  align-items: center;
}
.page_navs .nav ul li {
  width: 1.3021rem;
  height: 0.3333rem;
  background-color: #fff;
  border-radius: 0.0521rem;
  transform: skewX(-20deg);
  margin-right: 0.1042rem;
  box-shadow: -5px 6px 10px -4px rgba(0, 0, 0, 0.05);
}
.page_navs .nav ul li a {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 0.3333rem;
  color: #333333;
  display: block;
  transform: skewX(20deg);
}
.page_navs .nav ul li.active {
  background: linear-gradient(to right, #217fc4, #27a6df);
}
.page_navs .nav ul li.active a {
  color: #fff;
}
.page_navs .date {
  margin-left: auto;
  position: relative;
  width: 1.3646rem;
}
.page_navs .date .title {
  cursor: pointer;
  width: 1.3646rem;
  height: 0.3333rem;
  border-radius: 0.1667rem;
  padding: 0 0.125rem;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.05);
}
.page_navs .date .title .date_icon {
  width: 0.0938rem;
}
.page_navs .date .title span {
  font-size: 0.0938rem;
  color: #333;
  margin-left: 0.0521rem;
}
.page_navs .date .title .more {
  margin-left: auto;
  width: 0.0625rem;
}
.page_navs .date .select_items {
  display: none;
  width: 100%;
  border-radius: 0.1667rem;
  position: absolute;
  top: 103%;
  left: 0;
  background-color: #fff;
  padding: 0 0.1563rem;
  box-sizing: border-box;
  box-shadow: 1px 5px 8px 1px rgba(0, 0, 0, 0.05);
}
.page_navs .date .select_items .select_item {
  cursor: pointer;
  height: 0.2604rem;
  font-size: 0.0833rem;
  color: #333;
  transition: 0.3s;
  line-height: 0.2604rem;
  border-bottom: 1px solid #eeeeee;
}
@media (any-hover: hover) {
  .page_navs .date .select_items .select_item:hover {
    color: #2180c4;
    border-bottom: 1px solid #2180c4;
  }
}
.page_navs .button {
  margin-left: 0.0521rem;
  width: 0.3333rem;
  height: 0.3333rem;
  border-radius: 50%;
  background: linear-gradient(to right, #217fc4, #27a6df);
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_navs .button img {
  width: 0.0521rem;
}
.common_title .title {
  font-size: 0.25rem;
  color: #333333;
  line-height: 0.3333rem;
}
.common_title .line {
  margin-top: 0.125rem;
  width: 0.4479rem;
  height: 0.0104rem;
  background-color: #333333;
}
.common_title.white .title {
  color: #fff;
}
.common_title.white .line {
  background-color: #fff;
}
.common_title.center .title {
  text-align: center;
}
.common_title.center .line {
  margin: 0.125rem auto 0;
}
.swiper_buttons {
  display: flex;
  align-items: center;
}
.swiper_buttons .prev,
.swiper_buttons .next {
  cursor: pointer;
  user-select: none;
  width: 0.3646rem;
  height: 0.3646rem;
  display: flex;
  border-radius: 50%;
  align-items: center;
  transition: 0.3s;
  justify-content: center;
  background-color: #dedede;
}
.swiper_buttons .prev img,
.swiper_buttons .next img {
  width: 8px;
}
.swiper_buttons .next {
  margin-left: 0.1042rem;
}
@media (any-hover: hover) {
  .swiper_buttons .prev:hover,
  .swiper_buttons .next:hover {
    background-color: #2287ca;
  }
}
.page_buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_buttons .buttons_left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_buttons .buttons_left .prev,
.page_buttons .buttons_left .next {
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.2396rem;
  height: 0.2396rem;
  background-color: #fff;
  border: 1px solid #eaeaea;
  transition: 0.3s;
  border-radius: 0.0625rem;
}
@media (any-hover: hover) {
  .page_buttons .buttons_left .prev:hover,
  .page_buttons .buttons_left .next:hover {
    background-color: #eee;
    border: 1px solid #eaeaea;
  }
}
.page_buttons .buttons_left .prev {
  margin-right: 0.0729rem;
}
.page_buttons .buttons_left .next {
  margin-left: 0.0729rem;
  margin-right: 0.1042rem;
}
.page_buttons .buttons_left .pages {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page_buttons .buttons_left .pages .item {
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.4396rem;
  height: 0.2396rem;
  background-color: #fff;
  border: 1px solid #eaeaea;
  transition: 0.3s;
  border-radius: 0.0625rem;
  font-size: 0.0833rem;
  color: #37363b;
  margin-right: 0.0677rem;
}
.page_buttons .buttons_left .pages .item.active {
  background: linear-gradient(to right, #217fc4, #27a6df);
  border: 1px solid #27a6df;
  color: #fff;
}
@media (any-hover: hover) {
  .page_buttons .buttons_left .pages .item:hover {
    background: linear-gradient(to right, #217fc4, #27a6df);
    border: 1px solid #27a6df;
    color: #fff;
  }
}
.page_buttons .buttons_left .pages .item:nth-last-child(1) {
  /*margin-right: 0;*/
}
.page_buttons .buttons_left .totalPage {
  font-size: 0.0833rem;
  color: #37363b;
}
.page_buttons .inputBox {
  margin-left: 0.1563rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_buttons .inputBox span {
  font-size: 0.0833rem;
  color: #37363b;
}
.page_buttons .inputBox input {
  margin: 0 0.0521rem;
  padding: 0 0.0781rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.3854rem;
  height: 0.2396rem;
  background-color: #fff;
  border: 1px solid #eaeaea;
  transition: 0.3s;
  text-align: center;
  font-size: 0.0833rem;
  color: #37363b;
  border-radius: 0.0625rem;
}


/* ----- PB分页数字条效果 结束 ----- */
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  padding: 8px 12px;
  margin: 0 5px;
  border-radius: 3px;
}
.pagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
    margin: 0 5px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #2196f3;
  border: 1px solid #2196f3;
}
.pagination a.page-num-current {
  color: #b7b1b1;
ackground: linear-gradient(to right, #217fc4, #27a6df);
    border: 1px solid #27a6df;
   
 
}
/* ----- PB分页数字条效果 结束 ----- */

