pre {
  display: block;
  padding: 8px 12px;
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 2;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  white-space: pre-wrap;
  width: 100%;
  box-sizing: border-box;
  font-family: Consolas, 'Liberation Mono', monospace;
  min-height: 30px; /* 确保短代码块也有足够高度显示按钮 */
}
div {
  position: static;
}
/* 代码选中样式 */
pre::selection {
  background-color: #d6eaff;
}
pre::-moz-selection {
  background-color: #d6eaff;
}
/* 代码块容器 - 限制最大宽度 */
.code-block-wrapper {
  position: relative;
  display: block;
  max-width: 100%;
  box-sizing: border-box;
}
/* 操作按钮容器 */
.code-operation {
  position: absolute;
  right: 5px;
  top: 5px;
  display: flex;
  gap: 4px;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 10;
}
/* 悬停显示按钮 */
.code-block-wrapper:hover .code-operation {
  opacity: 1;
}
/* 按钮样式 */
.code-btn {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 2px 6px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: #666;
}
.code-btn:hover {
  background: #f0f0f0;
  border-color: #ccc;
  color: #333;
}
/* 提示框样式 */
.code-toast {
  position: absolute;
  right: 5px;
  top: 5px;
  background: #28a745;
  color: white;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 14px;
  opacity: 0;
  transform: translateY(-6px);
  transition: all 0.2s ease;
}
.code-toast.show {
  opacity: 1;
  transform: translateY(0);
}
ul, ol {
  list-style: none;
}
a {
  text-decoration: none;
}
body {
  background: #f6f7f9;
  min-height: 100vh;
}
input, textarea {
  border: none;
  outline: none;
}
html {
  transition: font-size 0.3s ease;
}
.pb2345_toh_box {
  color: #FFF;
  font-size: 0.1rem;
  padding: 0.03rem 0.04rem;
  border-radius: 0.04rem 0.04rem 0.04rem 0;
  width: max-content;
  position: absolute;
  top: 0.09rem;
  left: 68%;
}
.p_b_2345_search {
  padding: 0.1rem;
  border-radius: 0.05rem;
  width: 30%;
  margin-left: auto;
}
.p_b_2345_search form {
  display: flex;
  align-items: center;
}
.p_b_2345_search form input[type="text"] {
  flex: 1;
  padding: 0.09rem;
  border: 0.01rem solid #ccc;
  border-radius: 0.03rem 0 0 0.03rem;
  font-size: 0.16rem;
}
.p_b_2345_search form input[type="submit"] {
  padding: 0.09rem 0.15rem;
  background-color: #444;
  color: white;
  border: none;
  border-radius: 0 0.03rem 0.03rem 0;
  cursor: pointer;
  font-size: 0.16rem;
}
.p_b_2345_search form input[type="submit"]:hover {
  background-color: #e00;
}
.pb2345_public {
  width: 100%;
  /*max-width: 14.50rem;*/
  margin: 0 auto;
  height: 100%;
}
.pb2345_header {
  position: sticky;
  top: 0px;
  left: 0px;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.pb2345_nav {
  display: flex;
  justify-content: space-between;
  height: 0.8rem;
  align-items: center;
  padding: 0px 1%;
  box-sizing: border-box;
  background: #FFF;
  width: 100%;
  margin: 0 auto;
}
.pb2345_nav .pb2345_left {
  height: 100%;
  display: flex;
  align-items: center;
}
.pb2345_nav .pb2345_left .pb2345_logo {
  height: 0.4rem;
  display: block;
  margin-right: 0.2rem;
}
.pb2345_nav .pb2345_left .pb2345_logo img {
  display: block;
  height: 100%;
}
.pb2345_nav .pb2345_left .pb2345_nav_list {
  display: flex;
  align-items: center;
  height: 100%;
}
.pb2345_nav .pb2345_left .pb2345_nav_list li {
  height: 100%;
  position: relative;
}
.pb2345_nav .pb2345_left .pb2345_nav_list li .pb2345_title {
  padding: 0px 0.14rem;
  box-sizing: border-box;
  font-size: 0.17rem;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  font-weight: 600;
}
.pb2345_nav .pb2345_left .pb2345_nav_list li .pb2345_title::after {
  position: absolute;
  bottom: 0px;
  width: 0%;
  height: 2px;
  background: #165dff;
  content: '';
  display: block;
  transition: 0.4s ease;
}
.pb2345_nav .pb2345_left .pb2345_nav_list li.on .pb2345_title, .pb2345_nav .pb2345_left .pb2345_nav_list li:hover .pb2345_title {
  color: #165dff;
}
.pb2345_nav .pb2345_left .pb2345_nav_list li.on .pb2345_title::after, .pb2345_nav .pb2345_left .pb2345_nav_list li:hover .pb2345_title::after {
  width: 80%;
}
.pb2345_nav .pb2345_right {
  display: flex;
  align-items: center;
  height: 100%;
}
.pb2345_nav .pb2345_right .pb2345_sou {
  display: flex;
  align-items: center;
}
.pb2345_nav .pb2345_right .pb2345_sou i {
  font-size: 0.2rem;
  color: #165dff;
  margin-right: 0.05rem;
  font-weight: bold;
  cursor: pointer;
}
.pb2345_nav .pb2345_right .pb2345_sou span {
  font-size: 0.16rem;
}
.pb2345_nav .pb2345_right .Login_Registration {
  display: flex;
  align-items: center;
  height: 100%;
}
.pb2345_nav .pb2345_right .Login_Registration .pb2345_login {
  padding: 0px 0.2rem;
  font-size: 0.16rem;
  color: #333333;
  height: 100%;
  display: flex;
  align-items: center;
}
.pb2345_nav .pb2345_right .Login_Registration .pb2345_login img {
  width: 0.2rem;
}
.pb2345_nav .pb2345_right .Login_Registration .pb2345_Registration {
  padding: 0px 0.2rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  color: #FFF;
  background: #FF525F;
}
.pb2345_banner {
  width: 100%;
  margin-top: 0.3rem;
}
.pb2345_banner .pb2345_public {
  border-radius: 0.1rem;
  overflow: hidden;
}
.pb2345_banner .swiper-slide {
  width: 100%;
}
.pb2345_banner .swiper-slide img {
  width: 100%;
  display: block;
}
.pb2345_banner .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 0.12rem;
  background: #FFF;
  opacity: 1;
  transition: 0.5s ease;
}
.pb2345_banner .swiper-pagination-bullet-active {
  width: 0.4rem;
}
.pb2345_banner .pb2345_banner_Text_list {
  display: flex;
  background: #fff;
  padding: 0.15rem 0.2rem;
  border-radius: 0 0 0.1rem 0.1rem;
  box-shadow: 0 0.05rem 0.2rem 0 rgba(0, 0, 0, 0.1);
  align-items: center;
  justify-content: space-between;
}
.pb2345_banner_Text_list .swiper {
  height: 0.4rem;
}
.pb2345_banner_Text_list .box {
  display: flex;
  align-items: center;
}
.pb2345_banner_Text_list .box h5, .pb2345_banner_Text_list .box h1 {
  height: 0.32rem;
  padding: 0px 0.08rem;
  box-sizing: border-box;
  color: #165dff;
  border: 1px solid #165dff;
  border-radius: 0.04rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  margin-right: 0.15rem;
  font-size: 0.13rem;
}
.pb2345_banner_Text_list .swiper .swiper-slide {
  height: 100%;
  display: flex;
  align-items: center;
  text-align: right;
  justify-content: right;
}
.pb2345_banner_Text_list .swiper_text .swiper-slide {
  justify-content: left;
}
.pb2345_banner_Text_list .swiper .swiper-slide a {
  font-size: 0.15rem;
  color: #333333;
  display: flex;
  align-items: center;
}
.pb2345_banner_Text_list .swiper .swiper-slide a p {
  font-size: 0.15rem;
}
.pb2345_banner_Text_list .swiper .swiper-slide a span {
  color: #165dff;
  font-size: 0.15rem;
}
.pb2345_banner_Text_list .swiper_text .swiper-slide a:hover {
  color: #165dff;
}
.pb2345_banner_Text_list .swiper .swiper-slide a:hover p {
  color: #165dff;
}
.pb2345_chemical .swiper {
  padding-top: 0.3rem;
}
.pb2345_chemical .swiper-slide {
  width: 23%;
  margin-right: 2.5%;
  position: relative;
}
.pb2345_chemical .swiper-slide:last-child {
  margin-right: 0px;
}
.pb2345_chemical .swiper-slide .box {
  overflow: hidden;
  border-radius: 0.1rem;
  box-sizing: border-box;
}
.pb2345_chemical .swiper-slide .img {
  display: block;
  width: 100%;
  height: 3.29rem;
  border: 0.01rem solid #FFF;
  box-sizing: border-box;
}
.pb2345_chemical .swiper-slide .img img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0.1rem 0.1rem 0px 0px;
  box-sizing: border-box;
  object-fit: cover;
}
.pb2345_chemical .swiper-slide .tetx {
  width: 100%;
  background: #FFF;
  padding: 0.2rem;
  box-sizing: border-box;
}
.pb2345_chemical .swiper-slide .tetx h5 {
  font-size: 0.18rem;
  font-weight: bold;
  display: block;
  color: #333333;
  margin-bottom: 0.2rem;
}
.pb2345_chemical .swiper-slide .tetx p {
  color: #a1abc2;
  font-size: 0.14rem;
  overflow: hidden;
  line-height: 1.7em;
  min-height: 0.47rem;
}
.pb2345_chemical .swiper-slide .box:hover .tetx h5 {
  color: #165dff;
}
.pb2345_chemical .pb2345_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.3rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}
.pb2345_chemical .pb2345_title h5 {
  font-size: 0.2rem;
  color: #333;
  font-weight: 500;
  position: relative;
}
.pb2345_chemical .pb2345_title h5::after {
  content: '';
  width: 100%;
  height: 0.02rem;
  background: #FF525F;
  position: absolute;
  bottom: -0.3rem;
  left: 0px;
}
.pb2345_chemical .pb2345_title .pb2345_button {
  position: relative;
  display: flex;
  align-items: center;
}
.pb2345_chemical .pb2345_title .pb2345_button .swiper-button-next, .pb2345_chemical .pb2345_title .pb2345_button .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin-top: auto;
  margin: 0px 0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  box-sizing: border-box;
}
.pb2345_chemical .pb2345_title .pb2345_button .swiper-button-next::after, .pb2345_chemical .pb2345_title .pb2345_button .swiper-button-prev::after {
  font-size: 0.14rem;
  color: #333;
}
.pb2345_chemical .pb2345_title .pb2345_button .swiper-button-next:hover, .pb2345_chemical .pb2345_title .pb2345_button .swiper-button-prev:hover {
  background: #ED4014;
}
.pb2345_chemical .pb2345_title .pb2345_button .swiper-button-next:hover::after, .pb2345_chemical .pb2345_title .pb2345_button .swiper-button-prev:hover::after {
  color: #FFF;
}
.pb2345_label_public {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: -0.03rem;
  right: -0.04rem;
  overflow: hidden;
}
.pb2345_label_public.pb2345_label_public_left {
  right: auto;
  left: -0.04rem;
}
.pb2345_label_public span {
  width: 1rem;
  height: 0.36rem;
  transform: rotate(45deg);
  background: #46B12C;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0.06rem;
  right: -0.26rem;
  font-size: 0.14rem;
  color: #FFF;
}
.pb2345_label_public.pb2345_label_public_left span {
  right: auto;
  left: -0.26rem;
  transform: rotate(-45deg);
}
.pb2345_label_public span::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 0.05rem;
  height: 0.05rem;
  color: #fff;
  border: 0.03rem solid transparent;
  border-right-color: #0A904B;
  border-top-color: #0A904B;
  box-sizing: border-box;
}
.pb2345_label_public span::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0.05rem;
  height: 0.05rem;
  color: #fff;
  border: 0.03rem solid transparent;
  border-left-color: #0A904B;
  border-top-color: #0A904B;
  box-sizing: border-box;
}
.pb2345_chemical {
  margin-bottom: 0.45rem;
}
.pb2345_title_public {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.15rem;
  margin-bottom: 0.28rem;
}
.pb2345_title_public h5 {
  font-size: 0.24rem;
  font-weight: bold;
  color: #212529;
}
.pb2345_title_public .pb2345_button {
  display: flex;
  align-items: center;
}
.pb2345_title_public .pb2345_button a {
  border: 1px solid #dbdee0;
  color: #8f8f8f;
  background: #fff;
  padding: 0.08rem 0.14rem;
  display: inline-block;
  margin-left: 0.1rem;
  border-radius: 0.04rem;
  font-size: 0.15rem;
}
.pb2345_title_public .pb2345_button a.on, .pb2345_title_public .pb2345_button a:hover {
  border-color: #FF525F;
  background: #FF525F;
  color: #fff;
}
.pb2345_Free_Sites .pb2345_Out {
  display: flex;
  flex-wrap: wrap;
}
.Pb2345_item_public {
  width: 23%;
  margin-right: 2.5%;
  position: relative;
  margin-bottom: 0.28rem;
}
.Pb2345_item_public:nth-child(4n) {
  margin-right: 0px;
}
.Pb2345_item_public .pb_2345_box {
  width: 100%;
  overflow: hidden;
  border-radius: 0.1rem;
  box-sizing: border-box;
  border: 0.01rem solid #FFF;
}
.Pb2345_item_public .pb_2345_box .pb_2345_img {
  width: 100%;
  height: 3.2rem;
}
.Pb2345_item_public .pb_2345_box .pb_2345_img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.Pb2345_item_public .pb_2345_box .pb_2345_text {
  width: 100%;
  background: #FFF;
  padding: 0.2rem;
  box-sizing: border-box;
}
.Pb2345_item_public .pb_2345_box .pb_2345_text .pb2345_Touxiang {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Pb2345_item_public .pb_2345_box .pb_2345_text .pb2345_Touxiang .pb2345_left {
  display: flex;
  align-items: center;
}
.Pb2345_item_public .pb_2345_box .pb_2345_text .pb2345_Touxiang .pb2345_left img {
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.08rem;
  border-radius: 50%;
}
.Pb2345_item_public .pb_2345_box .pb_2345_text .pb2345_Touxiang .pb2345_left span {
  color: #b5b5b5;
  font-size: 0.14rem;
}
.Pb2345_item_public .pb_2345_box .pb_2345_text .pb2345_Touxiang .pb2345_right {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ED4014;
  color: #ed4014;
  padding: 0.06rem;
  font-size: 0.14rem;
  border-radius: 0.04rem;
  background: #fff;
}
.Pb2345_item_public .pb_2345_box .pb_2345_text .pb2345_Touxiang .pb2345_right span {
  font-size: 0.14rem;
  color: #ed4014;
}
.Pb2345_item_public .pb_2345_box .pb_2345_text .pb2345_Touxiang {
  margin-top: 0.2rem;
}
.Pb2345_item_public .pb_2345_box .pb_2345_text h1 {
  font-size: 0.18rem;
  font-weight: bold;
  display: block;
  margin-bottom: 0.2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
}
.Pb2345_item_public .pb_2345_box .pb_2345_text p {
  color: #a1abc2;
  line-height: 0.24rem;
  height: 0.5rem;
  font-size: 0.14rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制为两行 */
  overflow: hidden;
}
.Pb2345_item_public:hover .pb_2345_box .pb_2345_text h5 {
  color: #165dff;
}
.Pb2345_item_public:hover .pb_2345_box {
  box-shadow: 0 0 .8px rgba(38, 45, 61, .08), 0 .8px 3.2px rgba(38, 45, 61, .04), 0 4.8px 9.6px rgba(38, 45, 61, .14);
  border-color: #e1e6f0;
}
.pb2345_Latest_plugin .pb2345_Out {
  display: flex;
  flex-wrap: wrap;
}
.pb2345_plugin_item {
  width: 32%;
  margin-right: 2%;
  position: relative;
  margin-bottom: 0.28rem;
}
.pb2345_plugin_item:nth-child(3n) {
  margin-right: 0px;
}
.pb2345_plugin_item .pb2345_box {
  width: 100%;
  overflow: hidden;
  border-radius: 0.1rem;
  background: #fff;
  padding: 0.25rem 0.2rem 0.15rem 0.2rem;
  border: 0.8px solid #f3f3f3;
  box-sizing: border-box;
}
.pb2345_plugin_item .pb2345_box .pb2345_left {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 0.25rem;
}
.pb2345_plugin_item .pb2345_box .pb2345_left .img {
  width: 0.66rem;
  height: 0.66rem;
}
.pb2345_plugin_item .pb2345_box .pb2345_left .img img {
  width: 100%;
  height: 100%;
  border-radius: 0.05rem;
  border: 1px solid #eaeaea;
  padding: 0.03rem;
  display: block;
}
.pb2345_plugin_item .pb2345_box .pb2345_left .text {
  width: calc(100% - 0.96rem);
}
.pb2345_plugin_item .pb2345_box .pb2345_left .text h5 {
  color: #333;
  font-size: 0.16rem;
  font-weight: bold;
  padding-top: 0.05rem;
}
.pb2345_plugin_item .pb2345_box .pb2345_left .text p {
  font-size: 0.14rem;
  line-height: 0.24rem;
  margin-top: 0.08rem;
  color: #a1abc2;
}
.pb2345_plugin_item .pb2345_box .pb2345_right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pb2345_plugin_item .pb2345_box .pb2345_right .img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pb2345_plugin_item .pb2345_box .pb2345_right .img img {
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 50%;
  margin-right: 0.08rem;
  display: block;
}
.pb2345_plugin_item .pb2345_box .pb2345_right .img p {
  font-size: 0.15rem;
  color: #212529;
}
.pb2345_plugin_item .pb2345_box .pb2345_right span {
  color: #165dff;
  font-size: 0.14rem;
}
.pb2345_plugin_item:hover .pb2345_box {
  box-shadow: 0 0 .8px rgba(38, 45, 61, .08), 0 .8px 3.2px rgba(38, 45, 61, .04), 0 4.8px 9.6px rgba(38, 45, 61, .14);
  border-color: #e1e6f0;
}
.pb2345_Out_Knowledge {
  display: flex;
  flex-wrap: wrap;
}
.pb2345_Out_Knowledge .Pb2345_item_public .pb_2345_box .pb_2345_img {
  height: 1.83rem;
}
.pb2345_Links {
  width: 100%;
  background: #FFF;
  padding: 0.2rem 0px;
  box-sizing: border-box;
}
.pb2345_Links h5 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}
.pb2345_Links .pb2345_list {
  display: flex;
  flex-wrap: wrap;
}
.pb2345_Links .pb2345_list .pb2345_box a {
  display: inline-block;
  margin: 0.1rem 0.08rem 0 0;
  border: 1px solid #f3f3f3;
  padding: 0.1rem 0.15rem;
  border-radius: 0.04rem;
  font-size: 0.15rem;
  color: #666;
}
.pb2345_Links .pb2345_list .pb2345_box:hover a {
  border-color: #2469F6;
  color: #2469F6;
}
.pb2345_footer {
  width: 100%;
  padding: 0.2rem 1%;
  background: #202942;
  box-sizing: border-box;
}
.pb2345_footer .pb2345_out {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pb2345_footer .pb2345_out .pb2345_left {
  display: flex;
  align-items: center;
}
.pb2345_footer .pb2345_out .pb2345_left p, .pb2345_footer .pb2345_out .pb2345_left a {
  color: #adb5bd;
  font-size: 0.15rem;
}
.pb2345_footer .pb2345_out .pb2345_right {
  display: flex;
  align-items: center;
}
.pb2345_footer .pb2345_out .pb2345_right a {
  color: #adb5bd;
  font-size: 0.15rem;
  display: flex;
  align-items: center;
}
.pb2345_footer .pb2345_out .pb2345_right a img {
  width: 0.18rem;
  height: 0.18rem;
  margin-left: 0.2rem;
}
.pb2345_footer .pb2345_out .pb2345_right a span {
  font-size: 0.15rem;
}
.pb2345_value_VAS .swiper-slide .img {
  height: 1.88rem;
}
.pb2345_value_VAS .pb2345_label_public span {
  background: #FF6300;
}
.pb2345_value_VAS .price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.3rem;
}
.pb2345_value_VAS .price span {
  color: #999;
  font-size: 0.15rem;
  display: flex;
  align-items: center;
}
.pb2345_value_VAS .price span span {
  color: #165dff;
  font-size: 0.16rem;
  margin-right: 0.05rem;
}
.pb2345_value_VAS .price .Pr_2 {
  text-decoration: line-through;
}
.pb2345_classify {
  width: 100%;
  margin-top: 0.2rem;
  box-sizing: border-box;
  margin-bottom: 0.3rem;
}
.pb2345_classify .pb2345_out {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  padding: 0.1rem 0px;
}
.pb2345_classify .pb2345_out .pb2345_title {
  background: #7F7F8C;
  padding: 0.08rem 0.15rem;
  border-radius: 0.25rem 0 0.25rem 0.25rem;
  color: #fff;
  font-size: 0.14rem;
  margin: 0.1rem 0.3rem 0.1rem 0px;
  flex: none;
  background: #20232b;
  border: 0.01rem solid transparent;
}
.pb2345_classify .pb2345_out .pb2345_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.pb2345_classify .pb2345_out .pb2345_list a {
  color: #505a71;
  border: 0;
  font-size: 0.15rem;
  border: 0.01rem solid transparent;
  padding: 0.06rem 0.12rem;
  margin: 0.07rem 0.04rem;
  border-radius: 0.1rem;
}
.pb2345_classify .pb2345_out .pb2345_list a.on, .pb2345_classify .pb2345_out .pb2345_list a:hover {
  color: #20232b;
  background: #000;
  background: linear-gradient(180deg, #f0f2f7, #fff);
  border: 0.01rem solid transparent;
  box-shadow: 6px 6px 15px 0 rgb(136 167 225 / 10%), -6px -6px 15px 0 #fff;
  border-radius: 0.1rem;
}
/* 分页 */
.pb2345_page {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.4rem 0px 0.6rem 0px;
}
.pb2345_page ul {
  display: flex;
  align-items: center;
}
.pb2345_page ul li {
  margin: 0px 0.04rem;
}
.pb2345_page ul a {
  display: flex;
  align-items: center;
  height: 0.38rem;
  padding: 0px 0.12rem;
  box-sizing: border-box;
  background: #fff;
  font-size: 0.15rem;
  color: #999;
  border-radius: 0.02rem;
  border: 1px solid #eee;
}
.Pb2345_No_page a {
  cursor: not-allowed;
}
.pb2345_page ul li.on a {
  background: #0f5aa9;
  color: #FFF;
}
.pb2345_classify_2 {
  width: 100%;
  margin: 0.2rem 0px 0.2rem 0px;
}
.pb2345_classify_2 .pb2345_out {
  display: flex;
  align-items: center;
}
.pb2345_classify_2 .pb2345_out a {
  color: #333;
  font-size: 0.15rem;
  display: flex;
  align-items: center;
}
.pb2345_classify_2 .pb2345_out a:hover {
  color: #ed4014;
}
.pb2345_classify_2 .pb2345_out a span {
  display: block;
  padding: 0px 0.08rem;
  color: #999;
  font-size: 0.15rem;
}
.pb2345_classify_2 .pb2345_out a:last-child span {
  display: none;
}
.pb2345_Message_pages {
  width: 100%;
}
.pb2345_Message_pages .pb2345_Message_out {
  width: 100%;
  margin-bottom: 0.3rem;
  display: flex;
  min-height: 7rem;
  box-shadow: 0 0 .8px rgba(38, 45, 61, .08), 0 .8px 3.2px rgba(38, 45, 61, .04), 0 4.8px 9.6px rgba(38, 45, 61, .14);
}
.pb2345_Message_pages .pb2345_Message_out .pb2345_Message_left {
  width: 17.3956%;
  background: #39364D;
  padding: 0.3rem 0px;
  box-sizing: border-box;
  border-radius: 0.1rem 0 0 0.1rem;
  flex: none;
}
.pb2345_Message_pages .pb2345_Message_out .pb2345_Message_left a {
  display: block;
  width: 100%;
  height: 0.6rem;
  padding-left: 0.44rem;
  border-bottom: 0.01rem solid #222031;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0.16rem;
  color: #FFF;
  box-sizing: border-box;
}
.pb2345_Message_pages .pb2345_Message_out .pb2345_Message_left .pb2345_Message_left_item.on a {
  background: linear-gradient(90deg, #FFF7F4 1%, #fff 90%);
  border-left: 0.04rem solid #FF525F;
  margin-left: -0.1rem;
  color: #ED4014;
  border-bottom: none;
}
.pb2345_Message_pages .pb2345_Message_out .pb2345_Message_left .pb2345_Message_left_item.on {
  background: #FFF;
}
.pb2345_Message_pages .pb2345_Message_out .pb2345_Message_left a::after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #46425E;
  left: 0;
  bottom: -2px;
}
.pb2345_Message_pages .pb2345_Message_out .pb2345_Message_left .pb2345_Message_left_item.on a::after {
  display: none;
}
.pb2345_Message_pages .pb2345_Message_out .pb2345_Message_right {
  width: 100%;
  background: #FFF;
  overflow: hidden;
  border-radius: 0 0.1rem 0.1rem 0;
  padding: 0.4rem 0.64rem;
}
.pb2345_Message_pages .pb2345_Message_out .pb2345_Message_right .pb2345_Message_right_title {
  width: 100%;
}
.pb2345_Message_pages .pb2345_Message_out .pb2345_Message_right .pb2345_Message_right_title h5 {
  font-size: 0.24rem;
  color: #000;
  margin-bottom: 0.1rem;
  border-bottom: 0.01rem solid #eee;
  padding-bottom: 0.2rem;
  position: relative;
  font-weight: 400;
}
.pb2345_Message_pages .pb2345_Message_out .pb2345_Message_right .pb2345_Message_right_content h5 {
  color: #262d3d;
  margin: 0.3rem 0 0px 0;
  font-size: 0.26rem;
}
.pb2345_Message_pages .pb2345_Message_out .pb2345_Message_right .pb2345_Message_right_out {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}
.pb2345_Message_pages .pb2345_Message_out .pb2345_Message_right .pb2345_Message_right_out .pb2345_Message_right_item {
  width: 48%;
  margin-bottom: 0.4rem;
}
.pb2345_Message_pages .pb2345_Message_out .pb2345_Message_right .pb2345_Message_right_out .pb2345_Message_right_item:hover {
  box-shadow: 0 0 .8px rgba(38, 45, 61, .08), 0 .8px 3.2px rgba(38, 45, 61, .04), 0 4.8px 9.6px rgba(38, 45, 61, .14);
}
.pb2345_Message_pages .pb2345_Message_out .pb2345_Message_right .pb2345_Message_right_out .pb2345_Message_right_item a {
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0.35rem 0.45rem;
  background: #fff;
  border-radius: 0.06rem;
  border: 0.8px solid #e1e6f0;
  color: #a1abc2;
}
.pb2345_Message_pages .pb2345_Message_out .pb2345_Message_right .pb2345_Message_right_out .pb2345_Message_right_item .icon {
  margin: 0 0.3rem 0rem 0;
  background: #FF525F;
  color: #fff;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pb2345_Message_pages .pb2345_Message_out .pb2345_Message_right .pb2345_Message_right_out .pb2345_Message_right_item .icon img {
  display: block;
  width: 60%;
}
.pb2345_Message_pages .pb2345_Message_out .pb2345_Message_right .pb2345_Message_right_out .pb2345_Message_right_item span {
  font-size: 0.18rem;
  font-weight: 600;
  color: #262d3d;
  display: block;
}
.pb2345_Message_pages .pb2345_Message_out .pb2345_Message_right .pb2345_Message_right_out .pb2345_Message_right_item p {
  color: #a1abc2;
  font-size: 0.15rem;
  margin-top: 0.1rem;
}
.pb2345_Message_pages .pb2345_Message_out .pb2345_Message_right .pb2345_Aout_right_content {
  width: 100%;
}
.pb2345_Message_pages .pb2345_Message_out .pb2345_Message_right .pb2345_Aout_right_content .title {
  width: 100%;
  margin-bottom: 0.15rem;
}
.pb2345_Message_pages .pb2345_Message_out .pb2345_Message_right .pb2345_Aout_right_content .title p {
  font-size: 0.16rem;
  line-height: 2em;
}
.pb2345_Message_pages .pb2345_Message_out .pb2345_Message_right .pb2345_Aout_right_content .box {
  position: relative;
  margin-bottom: 0.1rem;
}
.pb2345_Message_pages .pb2345_Message_out .pb2345_Message_right .pb2345_Aout_right_content .box::after {
  width: 1px;
  position: absolute;
  height: calc(100% - 0.22rem);
  bottom: 0px;
  left: 0.1rem;
  content: '';
  display: block;
  background: #eee;
  z-index: 6;
}
.pb2345_Message_pages .pb2345_Message_out .pb2345_Message_right .pb2345_Aout_right_content .box .tit {
  display: flex;
  align-items: center;
  margin-bottom: 0.1rem;
}
.pb2345_Message_pages .pb2345_Message_out .pb2345_Message_right .pb2345_Aout_right_content .box .tit i {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  border: 2px solid #0f5aa9;
  margin-right: 0.2rem;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
.pb2345_Message_pages .pb2345_Message_out .pb2345_Message_right .pb2345_Aout_right_content .box .tit h5 {
  font-size: 0.2rem;
  font-weight: bold;
  line-height: normal;
}
.pb2345_Message_pages .pb2345_Message_out .pb2345_Message_right .pb2345_Aout_right_content .box .con {
  width: 100%;
  padding-left: 0.4rem;
  box-sizing: border-box;
}
.pb2345_Message_pages .pb2345_Message_out .pb2345_Message_right .pb2345_Aout_right_content .box .con p {
  font-size: 0.15rem;
  color: #666;
  margin-bottom: 0.2rem;
}
.pb2345_Wechat {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .15);
  z-index: -1;
  opacity: 0;
}
.pb2345_Wechat img {
  width: 3rem;
  display: block;
  transform: scale(0.2);
  transition: 0.6s ease;
}
.pb2345_Wechat.aut {
  opacity: 1;
  z-index: 99;
}
.pb2345_Wechat.aut img {
  transform: scale(1);
}
.pb2345_QQ_Consulting {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .15);
  z-index: 99999;
  display: none;
}
.pb2345_QQ_Consulting .pb2345_QQ {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pb2345_QQ_Consulting .pb2345_QQ .pb2345_out_qq {
  background: #FFF;
  width: 4.6rem;
  border-radius: 0.15rem;
  border: 0.01rem solid #e0e0e0;
  box-shadow: 0 1px 0.05rem rgba(0, 0, 0, 0.07);
  position: absolute;
}
.pb2345_QQ_Consulting .pb2345_QQ .pb2345_out_qq .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.2rem;
  border-bottom: 0.01rem solid #f3f3f3;
}
.pb2345_QQ_Consulting .pb2345_QQ .pb2345_out_qq .title h5 {
  color: #212529;
  font-size: 0.15rem;
  font-weight: bold;
  cursor: move;
  width: 100%;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}
.pb2345_QQ_Consulting .pb2345_QQ .pb2345_out_qq .title span {
  font-size: 0.22rem;
  color: #999;
  font-weight: 700;
  cursor: pointer;
}
.pb2345_QQ_Consulting .pb2345_QQ .pb2345_out_qq .cen {
  width: 100%;
  padding: 0.2rem;
  box-sizing: border-box;
}
.pb2345_QQ_Consulting .pb2345_QQ .pb2345_out_qq .cen p {
  font-size: 0.15rem;
  color: #212529;
}
.pb2345_QQ_Consulting .pb2345_QQ .pb2345_out_qq .cen p span {
  color: #0f5aa9;
}
.pb2345_QQ_Consulting .pb2345_QQ .pb2345_out_qq .cen .box {
  width: 100%;
  display: flex;
  align-items: center;
  height: 0.52rem;
  margin-top: 0.2rem;
}
.pb2345_QQ_Consulting .pb2345_QQ .pb2345_out_qq .cen .box .icon {
  width: 0.52rem;
  height: 0.52rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #495057;
  border: 0.01rem solid #e0e0e0;
  background: #fafafa;
  border-radius: 0.05rem 0 0 0.05rem;
  box-sizing: border-box;
  flex: none;
}
.pb2345_QQ_Consulting .pb2345_QQ .pb2345_out_qq .cen .box .icon img {
  width: 40%;
  display: block;
}
.pb2345_QQ_Consulting .pb2345_QQ .pb2345_out_qq .cen .box input {
  width: 100%;
  height: 0.52rem;
  box-sizing: border-box;
  border: none;
  border-top: 0.01rem solid #e0e0e0;
  border-bottom: 0.01rem solid #e0e0e0;
  padding: 0px 0.2rem;
  box-sizing: border-box;
  outline: none;
}
.pb2345_QQ_Consulting .pb2345_QQ .pb2345_out_qq .cen .box .Replication {
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 0 0.15rem;
  color: #495057;
  border: 0.01rem solid #FFD1D0;
  background: #FFF6F6;
  border-radius: 0 0.05rem 0.05rem 0;
  white-space: nowrap;
  z-index: 2;
  margin-left: -0.01rem;
  box-shadow: 0 0.02rem 0.04rem -0.04rem rgb(0 0 0 / 20%);
  height: 100%;
  box-sizing: border-box;
  cursor: pointer;
}
.pb2345_QQ_Consulting .pb2345_QQ .pb2345_out_qq .cen .box .Replication:hover {
  color: #FF525F;
}
.pb2345_QQ_Consulting .pb2345_QQ .pb2345_out_qq .dibu {
  width: 100%;
  padding: 0.1rem 0.2rem;
  box-sizing: border-box;
  display: flex;
  justify-content: right;
  border-top: 1px solid #f3f3f3;
}
.pb2345_QQ_Consulting .pb2345_QQ .pb2345_out_qq .dibu span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 0.15rem;
  height: 0.4rem;
  box-sizing: border-box;
  background: #FF525F;
  color: #FFF;
  border-radius: 0.05rem;
  font-size: 0.15rem;
  cursor: pointer;
}
.pb2345_News_xq {
  width: 100%;
  margin: 0px 0px 0.6rem 0px;
}
.pb2345_News_xq .pb2345_out {
  display: flex;
  justify-content: space-between;
}
.pb2345_News_xq .pb2345_out .pb2345_left {
  width: 77%;
}
.pb2345_News_xq .pb2345_out .pb2345_left .Left {
  width: 100%;
  background: linear-gradient(180deg, #f0f2f7, #fff);
  border: 2px solid #fff;
  box-shadow: 6px 6px 15px 0 rgb(136 167 225 / 10%), -6px -6px 15px 0 #fff;
  border-radius: 0.1rem;
  padding: 0.4rem;
  box-sizing: border-box;
}
.pb2345_News_xq .pb2345_out .pb2345_left .Left .pb2345_title_top {
  width: 100%;
}
.pb2345_News_xq .pb2345_out .pb2345_left .Left .pb2345_title_top .title {
  font-size: 0.32rem;
  color: #1c1f21;
  width: 100%;
  margin-bottom: 0.05rem;
}
.pb2345_News_xq .pb2345_out .pb2345_left .Left .pb2345_title_top .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.2rem 0px;
  border-bottom: 0.01rem solid #f3f3f3;
}
.pb2345_News_xq .pb2345_out .pb2345_left .Left .pb2345_title_top .box .text_box {
  display: flex;
  align-items: center;
}
.pb2345_News_xq .pb2345_out .pb2345_left .Left .pb2345_title_top .box .text_box .icon {
  width: 0.48rem;
  height: 0.48rem;
  margin-right: 0.1rem;
  border-radius: 50%;
  overflow: hidden;
}
.pb2345_News_xq .pb2345_out .pb2345_left .Left .pb2345_title_top .box .text_box .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pb2345_News_xq .pb2345_out .pb2345_left .Left .pb2345_title_top .box .text_box .fabu {
  color: #333;
  font-size: 0.15rem;
}
.pb2345_News_xq .pb2345_out .pb2345_left .Left .pb2345_title_top .box .text_box .text p {
  color: #9199a1;
  font-size: 0.15rem;
}
.pb2345_News_xq .pb2345_out .pb2345_left .Left .pb2345_title_top .box .text_box .text p span {
  color: #ff8400;
  background: rgba(255, 132, 0, 0.1);
  border: 0.01rem solid rgba(255, 132, 0, 0.2);
  border-radius: 0.03rem;
  padding: 0 0.04rem;
  margin: 0 0.04rem;
  font-size: 0.14rem;
}
.pb2345_News_xq .pb2345_out .pb2345_left .Left .pb2345_title_top .box .dianzan_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pb2345_News_xq .pb2345_out .pb2345_left .Left .pb2345_title_top .box .dianzan_box a {
  display: flex;
  align-items: center;
  height: 0.4rem;
  padding: 0px 0.15rem;
  box-sizing: border-box;
  border: 0.01rem solid #e0e0e0;
  background: #FFF;
  color: #9199a1;
  font-size: 0.14rem;
}
.pb2345_News_xq .pb2345_out .pb2345_left .Left .pb2345_title_top .box .dianzan_box a i {
  font-size: 0.2rem;
  margin-right: 0.05rem;
}
.pb2345_News_xq .pb2345_out .pb2345_left .Left .pb2345_title_top .box .dianzan_box .dianzan {
  border-right: none;
  border-radius: 0.04rem 0 0 0.04rem;
}
.pb2345_News_xq .pb2345_out .pb2345_left .Left .pb2345_title_top .box .dianzan_box .shouchang {
  border-radius: 0 0.04rem 0.04rem 0;
}
.pb2345_News_xq .pb2345_out .pb2345_left .Left .pb2345_News_xq_content .pb2345_text {
  width: 100%;
  padding: 0.3rem 0px 0.2rem 0px;
  border-bottom: 0.01rem solid #f3f3f3;
}
.pb2345_News_xq .pb2345_out .pb2345_left .Left .pb2345_News_xq_content .pb2345_text p {
  line-height: 1.8em;
  font-size: 0.16rem;
  color: #212529;
}
.pb2345_News_xq .pb2345_out .pb2345_left .Left .pb2345_News_xq_content .pb2345_text h5 {
  font-size: 0.22rem;
  color: #212529;
}
.pb2345_News_xq .pb2345_out .pb2345_left .Left .pb2345_News_xq_content .pb2345_text_Tx {
  padding: 0.2rem 0px;
  width: 100%;
}
.pb2345_News_xq .pb2345_out .pb2345_left .Left .pb2345_News_xq_content .pb2345_text_Tx img {
  max-width: 100%;
}
.pb2345_News_xq .pb2345_out .pb2345_left .Left .pb2345_News_xq_content .pb2345_text_Tx p {
  line-height: 1.8em;
  font-size: 0.16rem;
  color: #212529;
}
.pb2345_News_xq .pb2345_out .pb2345_left .Left .pb2345_News_xq_content .pb2345_text_Tx span {
  line-height: 1.8em;
  font-size: 0.16rem;
  color: #212529;
}
.pb2345_pageturning {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 0.3rem;
}
.pb2345_pageturning .pb2345_pageturning_item {
  position: relative;
  width: 48%;
  background: linear-gradient(180deg, #f0f2f7, #fff);
  border: 2px solid #fff;
  box-shadow: 6px 6px 15px 0 rgb(136 167 225 / 10%), -6px -6px 15px 0 #fff;
  border-radius: 0.1rem;
  padding: 0.25rem 0.3rem;
  box-sizing: border-box;
  min-height: 0.73rem;
}
.pb2345_pageturning .pb2345_pageturning_item p {
  color: #212529;
  font-size: 0.15rem;
  list-style: 1.6em;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pb2345_pageturning .pb2345_pageturning_item .pb2345_label_public span {
  width: 0.8rem;
  height: 0.28rem;
  font-size: 0.12rem;
  right: -0.23rem;
  top: 0.04rem;
}
.pb2345_pageturning .pb2345_pageturning_item .pb2345_label_public.pb2345_label_public_left span {
  left: -0.23rem;
}
.pb2345_pageturning .pb2345_pageturning_item .pb2345_PageUp p {
  padding-left: 0.2rem;
  box-sizing: border-box;
}
.pb2345_pageturning .pb2345_pageturning_item p:hover {
  color: #FF525F;
}
.pb2345_News_xq .pb2345_out .pb2345_right {
  width: 21%;
}
.pb2345_News_xq .pb2345_out .pb2345_right .title_button, .pb2345_News_xq .pb2345_out .pb2345_right .list_box {
  width: 100%;
  background: #FFF;
  box-shadow: 0 0 .8px rgba(38, 45, 61, .08), 0 .8px 3.2px rgba(38, 45, 61, .04), 0 4.8px 9.6px rgba(38, 45, 61, .14);
  border-radius: 0.1rem;
  margin-bottom: 0.3rem;
  min-height: 100px;
}
.pb2345_News_xq .pb2345_out .pb2345_right .pb2345_right_item {
  padding: 0.25rem 0.3rem;
  box-sizing: border-box;
  background: linear-gradient(180deg, #f0f2f7, #fff);
  border: 2px solid #fff;
  box-shadow: 6px 6px 15px 0 rgb(136 167 225 / 10%), -6px -6px 15px 0 #fff;
}
.pb2345_News_xq .pb2345_out .pb2345_right .list_box {
  position: sticky;
  top: 0.8rem;
}
.pb2345_News_xq .pb2345_out .pb2345_right .pb2345_right_item .pb2345_XQ_right_title {
  font-size: 0.2rem;
  color: #000;
  margin-bottom: 0.1rem;
  border-bottom: 0.01rem solid #eee;
  padding-bottom: 0.2rem;
  position: relative;
  overflow: hidden;
}
.pb2345_News_xq .pb2345_out .pb2345_right .pb2345_right_item .pb2345_XQ_right_title::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 30%;
  height: 0.02rem;
  background: #FF525F;
  content: '';
  display: block;
}
.pb2345_News_xq .pb2345_out .pb2345_right .pb2345_right_item .pb2345_XQ_right_content_item {
  width: 100%;
  display: flex;
  align-items: center;
  height: 0.5rem;
  border-bottom: 0.01rem solid #f3f3f3;
  box-sizing: border-box;
}
.pb2345_News_xq .pb2345_out .pb2345_right .pb2345_right_item .pb2345_XQ_right_content_item span {
  background: #999;
  color: #fff;
  height: 0.26rem;
  width: 0.26rem;
  border-radius: 50%;
  font-family: verdana;
  margin-right: 0.1rem;
  font-size: 0.12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.pb2345_News_xq .pb2345_out .pb2345_right .pb2345_right_item .pb2345_XQ_right_content_item:nth-child(1) span, .pb2345_News_xq .pb2345_out .pb2345_right .pb2345_right_item .pb2345_XQ_right_content_item:nth-child(2) span, .pb2345_News_xq .pb2345_out .pb2345_right .pb2345_right_item .pb2345_XQ_right_content_item:nth-child(3) span {
  background: #ff7300;
}
.pb2345_News_xq .pb2345_out .pb2345_right .pb2345_right_item .pb2345_XQ_right_content_item p {
  color: #333;
  font-size: 0.15rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.pb2345_News_xq .pb2345_out .pb2345_right .pb2345_right_item .pb2345_XQ_right_content_item:hover p {
  color: #ff7300;
}
.pb2345_right_market_xq .pb2345_CapSreenHeader_cheader {
  display: flex;
  align-items: center;
}
.pb2345_right_market_xq .pb2345_CapSreenHeader_cheader .pb2345_buddha {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  overflow: hidden;
  margin: 0.1rem 0.2rem 0.2rem 0px;
}
.pb2345_right_market_xq .pb2345_CapSreenHeader_cheader .pb2345_buddha img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.pb2345_right_market_xq .pb2345_CapSreenHeader_cheader .pb2345_information h5 {
  color: #212529;
  font-size: 0.16rem;
  font-weight: 500;
  margin-bottom: 0.1rem;
}
.pb2345_right_market_xq .pb2345_CapSreenHeader_cheader .pb2345_information a {
  font-size: 0.13rem;
  padding: 0 0.08rem;
  height: 0.32rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 0.3rem;
  box-sizing: border-box;
  color: #fff;
  background: #000;
}
.pb2345_right_market_xq .dianzan_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pb2345_right_market_xq .dianzan_box a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.4rem;
  width: 50%;
  box-sizing: border-box;
  border: 0.01rem solid #e0e0e0;
  background: #FFF;
  color: #9199a1;
  font-size: 0.14rem;
}
.pb2345_right_market_xq .dianzan_box a span {
  font-size: 0.14rem;
}
.pb2345_right_market_xq .dianzan_box a i {
  font-size: 0.2rem;
  margin-right: 0.05rem;
}
.pb2345_right_market_xq .dianzan_box .dianzan {
  border-right: none;
  border-radius: 0.04rem 0 0 0.04rem;
}
.pb2345_right_market_xq .dianzan_box .shouchang {
  border-radius: 0 0.04rem 0.04rem 0;
}
.pb2345_Market_xq_left {
  width: 100%;
  background: #FFF;
  /*   box-shadow: 0 0 0.08rem rgba(38, 45, 61, .08), 0 .8px 3.2px rgba(38, 45, 61, .04), 0 4.8px 9.6px rgba(38, 45, 61, .14);*/
  background: linear-gradient(180deg, #f0f2f7, #fff);
  border: 2px solid #fff;
  box-shadow: 6px 6px 15px 0 rgb(136 167 225 / 10%), -6px -6px 15px 0 #fff;
  border-radius: 0.1rem;
  padding: 0.3rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.pb2345_Market_xq_left .pb2345_thumbnail {
  width: 3.5rem;
  height: 3.5rem;
  margin-right: 0.3rem;
  flex: none;
}
.pb2345_Market_xq_left .pb2345_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pb2345_Market_xq_left .pb2345_Message {
  width: calc(100% - 3.5rem - 0.3rem);
}
.pb2345_Market_xq_left .pb2345_Message h5, .pb2345_Market_xq_left .pb2345_Message h1 {
  font-size: 0.24rem;
  color: #262d3d;
  font-weight: bold;
}
.pb2345_Market_xq_left .pb2345_Message p {
  font-size: 0.15rem;
  color: #686868;
  padding: 0.08rem 0;
}
.pb2345_Market_xq_left .pb2345_Message ul li {
  width: 100%;
  color: #a1abc2;
  display: block;
  font-size: 0.15rem;
  display: flex;
  align-items: center;
  padding: 0.06rem 0px;
}
.pb2345_Market_xq_left .pb2345_Message ul li span {
  color: #212529;
  font-size: 0.15rem;
  margin-left: 0.2rem;
  display: block;
}
.pb2345_Market_xq_left .pb2345_Message .pb2345_but_box {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 0.15rem;
}
.pb2345_Market_xq_left .pb2345_Message .pb2345_but_box a {
  padding: 0 0.4rem;
  height: 0.51rem;
  overflow: hidden;
  border-radius: 0.4rem;
  background: #20232b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.17rem;
  color: #FFF;
  box-sizing: border-box;
}
.pb2345_Market_xq_left .pb2345_Message .pb2345_but_box .Demo {
  background: #ff4636;
  box-sizing: border-box;
  color: #fff;
  margin-left: 0.2rem;
}
.pb2345_Market_xq_left .pb2345_Message .pb2345_but_box .Demo:hover {
  box-shadow: 0px 0px 0.1rem 0.02rem #2e96ff1c;
}
.pb2345_Market_xq_left .pb2345_Message .pb2345_but_box .download:hover {
  box-shadow: 0px 0px 0.1rem 0.02rem #0f5aa928;
}
.pb2345_Market_xq_left_content {
  width: 100%;
  background: #FFF;
  /*   box-shadow: 0 0 0.08rem rgba(38, 45, 61, .08), 0 .8px 3.2px rgba(38, 45, 61, .04), 0 4.8px 9.6px rgba(38, 45, 61, .14);*/
  background: linear-gradient(180deg, #f0f2f7, #fff);
  border: 2px solid #fff;
  box-shadow: 6px 6px 15px 0 rgb(136 167 225 / 10%), -6px -6px 15px 0 #fff;
  border-radius: 0.1rem;
  margin-top: 0.3rem;
  overflow: hidden;
}
.pb2345_Market_xq_left_content .pb2345_Top {
  width: 100%;
  height: 0.56rem;
  background: #f0f2f7;
  border-bottom: 0.01rem solid #f1f1f1;
  border-radius: 0 0.1rem 0 0;
  display: flex;
  align-items: center;
}
.pb2345_Market_xq_left_content .pb2345_Top a {
  padding: 0px 0.25rem;
  box-sizing: border-box;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  box-sizing: border-box;
  font-size: 0.22rem;
}
.pb2345_Market_xq_left_content .pb2345_Top a.on {
  color: #fe4105;
  font-weight: bold;
}
.pb2345_Market_xq_left_content .pb2345_Top a::after {
  width: 100%;
  position: absolute;
  height: 0.02rem;
  top: 0px;
  left: 0px;
  background: #fe4105;
  content: '';
  display: block;
  display: none;
}
.pb2345_Market_xq_left_content .pb2345_Top a.on::after {
  display: block;
}
.pb2345_Market_xq_left_content .pb2345_Swiper {
  width: 100%;
}
.pb2345_Market_xq_left_content .pb2345_Swiper .swiper-slide {
  width: 100%;
  padding: 0.15rem 0.3rem;
  box-sizing: border-box;
}
.pb2345_Market_xq_left_content .pb2345_Swiper .swiper-slide .pb2345_sw_list_item_txt {
  width: 100%;
  font-size: 0.16rem;
}
.pb2345_Market_xq_left_content .pb2345_Swiper .swiper-slide .pb2345_sw_list_item_txt div, .pb2345_Market_xq_left_content .pb2345_Swiper .swiper-slide .pb2345_sw_list_item_txt span {
  margin-bottom: 0.15rem;
  font-size: 0.15rem;
  line-height: 1.6em;
}
.pb2345_Market_xq_left_content .pb2345_Swiper .swiper-slide .pb2345_sw_list_item_txt h5 {
  font-size: 0.2rem;
  line-height: normal;
  border-bottom: 1px solid #e9e9e9;
  margin: 0 0 0.2rem 0;
  padding-bottom: 0.2rem;
}
.pb2345_Market_xq_left_content .pb2345_Swiper .swiper-slide .pb2345_sw_list_item_txt p {
  margin-bottom: 0.15rem;
  font-size: 0.15rem;
  line-height: 1.6em;
}
.pb2345_Market_xq_left_content .pb2345_Swiper .swiper-slide .pb2345_sw_list_item_txt img {
  width: auto;
  max-width: 100%;
  height: auto !important;
}
.pb2345_Market_xq_left_content .pb2345_Swiper .swiper-slide .pb2345_list {
  width: 100%;
}
.pb2345_Market_xq_left_content .pb2345_Swiper .swiper-slide .pb2345_list .pb2345_item {
  width: 100%;
}
.pb2345_Market_xq_left_content .pb2345_Swiper .swiper-slide .pb2345_list .pb2345_item .pb2345_title {
  background: #fff;
  border-bottom: 0;
  border-radius: 0.06rem;
  padding: 0.06rem 0.15rem 0.06rem 0.3rem;
  margin-top: 0.15rem;
  border: 1px solid #eaeaea;
  height: 0.53rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.pb2345_Market_xq_left_content .pb2345_Swiper .swiper-slide .pb2345_list .pb2345_item .pb2345_title .tet {
  color: #333;
  font-size: 0.15rem;
}
.pb2345_Market_xq_left_content .pb2345_Swiper .swiper-slide .pb2345_list .pb2345_item .pb2345_title i {
  color: #999;
  font-size: 0.16rem;
}
.pb2345_Market_xq_left_content .pb2345_Swiper .swiper-slide .pb2345_list .pb2345_item .text {
  width: 100%;
  background: #fff;
  border-radius: 0 0 0.06rem 0.06rem;
  padding: 0.2rem 0.3rem;
  border: 0.01rem solid #FFE9E3;
  border-top: 0;
  box-sizing: border-box;
  display: none;
}
.pb2345_Market_xq_left_content .pb2345_Swiper .swiper-slide .pb2345_list .pb2345_item .text .box {
  display: flex;
  align-items: baseline;
}
.pb2345_Market_xq_left_content .pb2345_Swiper .swiper-slide .pb2345_list .pb2345_item .text span {
  margin: -0.03rem 0.15rem 0 0;
  flex: none;
  background: #FF6741;
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 0.15rem;
}
.pb2345_Market_xq_left_content .pb2345_Swiper .swiper-slide .pb2345_list .pb2345_item .text p {
  color: #212529;
  font-size: 0.15rem;
}
.pb2345_product_xq {
  margin-bottom: 0.9rem;
  margin-top: .25rem;
}
.pb2345_product_xq .pb2345_Market_xq_left .pb2345_img {
  width: 3.5rem;
  margin-right: 0.3rem;
}
.pb2345_product_xq .pb2345_Market_xq_left .pb2345_img img {
  width: 100%;
  display: block;
  height: 3.5rem;
  object-fit: cover;
}
.pb2345_product_xq .pb2345_Market_xq_left .pb2345_img .pb2345_but {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.2rem;
}
.pb2345_product_xq .pb2345_Market_xq_left .pb2345_img .pb2345_but a {
  vertical-align: middle;
  border: 0.01rem solid #e0e0e0;
  display: inline-block;
  justify-content: center;
  align-items: center;
  padding: 0 0.15rem;
  line-height: 0.38rem;
  height: 0.4rem;
  overflow: hidden;
  font-size: 0.14rem;
  background: #fff;
  text-align: center;
  user-select: none;
  color: #333;
}
.pb2345_product_xq .pb2345_Market_xq_left .pb2345_img .pb2345_but a:last-child {
  border-radius: 0 0.04rem 0.04rem 0;
}
.pb2345_product_xq .pb2345_Market_xq_left .pb2345_img .pb2345_but a:first-child {
  border-radius: 0.04rem 0 0 0.04rem;
}
.pb2345_product_xq .pb2345_Market_xq_left .pb2345_img .pb2345_but a:hover, .pb2345_product_xq .pb2345_Market_xq_left .pb2345_img .pb2345_but a.on {
  color: #2E95FF;
  border-color: #2E95FF;
}
.pb2345_product_xq .pb2345_Market_xq_left .pb2345_Message .pb2345_but_box {
  margin-top: 1rem;
}
.pb2345_Purchased-Limited {
  width: 100%;
}
.pb2345_Purchased-Limited .pb2345_title {
  width: 100%;
  background: linear-gradient(to right, #0083ff, #16d6ff);
  padding: 0.08rem 0.15rem;
  color: #fff;
  margin-top: 0.1rem;
  line-height: 0.3rem;
  box-sizing: border-box;
  font-size: 0.16rem;
}
.pb2345_Purchased-Limited .pb2345_text {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F8F8F8;
  padding: 0.15rem 0.3rem;
  margin-bottom: 0.2rem;
  box-sizing: border-box;
  box-shadow: 0 0.01rem 0.1rem rgba(0, 0, 0, 0.07);
  border: 0.01rem solid #eee;
}
.pb2345_Purchased-Limited .pb2345_text .pb2345_left {
  display: flex;
  align-items: flex-end;
  color: #ff4636;
  font-weight: bold;
  font-size: 0.27rem;
  line-height: 100%;
}
.pb2345_Purchased-Limited .pb2345_text .pb2345_left span {
  color: #999;
  font-size: 0.12rem;
  margin-left: 0.1rem;
  line-height: 100%;
}
.pb2345_Purchased-Limited .pb2345_text .pb2345_left p {
  color: #777;
  font-size: 0.15rem;
  margin-left: 0.1rem;
  padding: 0px;
  line-height: 100%;
  text-decoration: line-through;
}
.pb2345_Purchased-Limited .pb2345_text .pb2345_right {
  display: flex;
  align-items: center;
}
.pb2345_Purchased-Limited .pb2345_text .pb2345_right span {
  font-size: 0.13rem;
  line-height: 0.32rem;
  height: 0.34rem;
  padding: 0 0.14rem;
  color: #165dff;
  border-color: #165dff;
  border-radius: 0.04rem 0 0 0.04rem;
  border: 1px solid #165dff;
  background: #fff;
  box-sizing: border-box;
}
.pb2345_Purchased-Limited .pb2345_text .pb2345_right p {
  font-size: 0.13rem;
  line-height: 0.32rem;
  height: 0.34rem;
  padding: 0 0.14rem;
  border-radius: 0px 0.04rem 0.04rem 0px;
  border: 1px solid #e0e0e0;
  background: #FFF;
  box-sizing: border-box;
  color: #212529;
}
.pb2345_Purchased-Limited2 {
  width: 100%;
  /* border: 1px solid #165dff; */
  box-sizing: border-box;
}
.pb2345_Purchased-Limited2 .pb2345_title {
  width: 100%;
  display: block;
  margin-bottom: 0.15rem;
  background: #165dff;
  color: #fff;
  padding: 0.1rem 0 0.1rem 0.2rem;
  box-sizing: border-box;
  display: none;
}
.pb2345_Purchased-Limited2 .pb2345_text {
  width: 100%;
  /* padding: 0 0.15rem 0.15rem 0.15rem; */
  display: flex;
  align-items: baseline;
  box-sizing: border-box;
}
.pb2345_Purchased-Limited2 .pb2345_text span {
  color: #a1abc2;
  display: inline-block;
  min-width: 0.54rem;
  padding-top: 0.05rem;
  font-size: 0.14rem;
  flex: none;
}
.pb2345_Purchased-Limited2 .pb2345_text .pb2345_select {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.pb2345_Purchased-Limited2 .pb2345_text .pb2345_select a {
  font-weight: normal;
  border: 0.01rem solid #eaeaea;
  border-radius: 0.04rem;
  padding: 0.10rem 0.15rem;
  margin: 0 0.1rem 0.1rem 0;
  cursor: pointer;
  position: relative;
  text-align: center;
  font-size: 0.14rem;
  color: #555;
  position: relative;
}
.pb2345_Purchased-Limited2 .pb2345_text .pb2345_select a:hover {
  border: 1px solid #FF525F;
}
.pb2345_Purchased-Limited2 .pb2345_text .pb2345_select a.douy_active {
  border: 1px solid #FF525F;
}
.pb2345_Purchased-Limited2 .pb2345_text .pb2345_select a::after, .pb2345_Purchased-Limited2 .pb2345_text .pb2345_select a i {
  display: none;
}
.pb2345_Purchased-Limited2 .pb2345_text .pb2345_select a.douy_active::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  color: #FF525F;
  width: 0;
  height: 0;
  border-bottom: 20px solid #FF525F;
  border-left: 20px solid transparent;
  z-index: 10;
  box-sizing: border-box;
  display: block
}
.pb2345_Purchased-Limited2 .pb2345_text .pb2345_select a.douy_active i {
  position: absolute;
  right: 0px;
  bottom: -10px;
  color: #FFF;
  font-size: 16px;
  z-index: 11;
  display: block;
}
.pb2345_Purchased-Limited_active {
  border: 1px solid #165dff;
}
.pb2345_Purchased-Limited_active .pb2345_title {
  display: block;
}
.pb2345_Purchased-Limited_active .pb2345_text {
  padding: 0 0.15rem 0.15rem 0.15rem;
}
/* 下拉菜单样式 */
.pb2345_Pulldown {
  position: absolute;
  left: 50%;
  background: #FFF;
  transform: translateX(-50%);
  box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  display: none;
}
.pb2345_Pulldown a {
  color: #333 !important;
  font-size: 0.14rem;
  white-space: nowrap;
  padding: 0.08rem 0.2rem;
  display: block;
  border-bottom: 1px solid #f3f3f3;
  line-height: 0.3rem;
}
.pb2345_Pulldown a:hover {
  color: #165dff !important;
}
.pb2345_Search_Form {
  position: fixed;
  top: 0.6rem;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.95);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  transform: translateY(-1000px);
  opacity: 0;
  z-index: -999999;
  transition: 0.4s ease;
}
.pb2345_Search_Form form {
  width: 100%;
  max-width: 1320px;
  display: flex;
  align-items: center;
  padding: 0.25rem 15%;
  box-sizing: border-box;
}
.pb2345_Search_Form form input {
  color: #999;
  border: solid 0.01rem #ddd;
  width: 85%;
  height: 0.5rem;
  padding: 0.04rem 0.12rem;
  border-right: none;
  font-size: 0.16rem;
  border-radius: 0.02rem 0 0 0.02rem;
  box-sizing: border-box;
}
.pb2345_Search_Form form button {
  color: #fff;
  border: none;
  background-color: #FF5E52;
  height: 0.5rem;
  font-size: 0.16rem;
  padding: 0 0.12rem;
  border-radius: 0 0.02rem 0.02rem 0;
  /*width: 15%;*/
  flex: none;
  cursor: pointer;
}
.pb2345_Search_Form form button i {
  /*font-size: 0.26rem !important;*/
  width: 0.16rem;
  color: #FFF !important;
  font-weight: bold;
}
.pb2345_Search_Form .dropdown {
  /*width: 15%;*/
  flex: none;
  height: 0.5rem;
}
.pb2345_Search_Form .dropdown .title {
  width: 100%;
  height: 100%;
  background: #0083ff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0px 0.1rem;
  box-sizing: border-box;
}
.pb2345_Search_Form .dropdown .title input {
  width: max-content;
  height: auto;
  color: #FFF;
  border: none;
  background: none;
  padding: 0px;
  font-size: 0.15rem;
  width: 0.62rem;
  cursor: pointer;
}
.pb2345_Search_Form .dropdown .title i {
  color: #FFF;
  font-size: 0.15rem;
}
.pb2345_Search_Form .dropdown .content {
  width: 2rem;
  height: auto;
  position: absolute;
  display: none;
}
.pb2345_Search_Form .dropdown .content .box {
  width: 100%;
  background: #FFF;
  box-shadow: 0px 0px 0.1rem 0.01rem #0000003f;
  border-radius: 0.1rem;
  position: relative;
  box-sizing: border-box;
  margin-top: 0.2rem;
}
.pb2345_Search_Form .dropdown .content .box::after {
  position: absolute;
  top: 0px;
  left: 10%;
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  background: #FFF;
  transform: rotate(45deg) translateY(-50%);
  z-index: 8;
  box-shadow: 0px 0px 0.1rem 0.01rem #0000003f;
}
.pb2345_Search_Form .dropdown .content .box span {
  width: 100%;
  display: block;
  padding: 0.1rem 0.2rem;
  color: #333;
  font-size: 0.14rem;
  border-bottom: 0.01rem solid #f3f3f3;
  cursor: pointer;
  box-sizing: border-box;
  background: #FFF;
  position: relative;
  z-index: 10;
}
.pb2345_Search_Form .dropdown .content .box span:hover {
  color: #FF5E52;
}
.pb2345_Search_Form.onsu {
  transform: translateY(0px);
  z-index: 999;
  opacity: 1;
  pointer-events: auto;
}
.pb2345_download {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  display: none;
  background: #00000057;
  backdrop-filter: blur(5px);
}
.pb2345_download .pb2345_download_out {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.pb2345_download .pb2345_download_out .pb2345_download_content {
  width: 100%;
  max-width: 700px;
  background: #FFF;
  border-radius: 0.1rem;
  overflow: hidden;
  box-shadow: 0px 0px 0.1rem 1px #00000036;
}
.pb2345_download .pb2345_download_out .pb2345_download_content .pb2345_download_content_title {
  width: 100%;
  padding: 0.15rem 0.2rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
}
.pb2345_download .pb2345_download_out .pb2345_download_content .pb2345_download_content_title span {
  font-size: 0.2rem;
  color: #333;
  font-weight: bold;
}
.pb2345_download .pb2345_download_out .pb2345_download_content .pb2345_download_content_title i {
  font-size: 0.3rem;
  color: #333;
  cursor: pointer;
}
.pb2345_download .pb2345_download_out .pb2345_download_content .pb2345_download_content_text {
  width: 100%;
  padding: 0.9rem 0.2rem;
  box-sizing: border-box;
  background: #FFF;
  display: flex;
  justify-content: center;
}
.pb2345_download .pb2345_download_out .pb2345_download_content .pb2345_download_content_text .box {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pb2345_download .pb2345_download_out .pb2345_download_content .pb2345_download_content_text i {
  width: 1px;
  background: #eee;
  display: block;
}
.pb2345_download .pb2345_download_out .pb2345_download_content .pb2345_download_content_text .box a {
  width: 60%;
  border-radius: 0.1rem;
  text-align: center;
  padding: 0.15rem 0px;
  box-sizing: border-box;
  background: #0083ff;
  color: #FFF;
  position: relative;
}
.pb2345_download .pb2345_download_out .pb2345_download_content .pb2345_download_content_text .box a .pb2345_label_public span {
  width: 0.6rem;
  height: 0.2rem;
  transform: rotate(45deg);
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0.05rem;
  right: -0.16rem;
  font-size: 0.1rem;
  color: #FFF;
}
.pb2345_download .pb2345_download_out .pb2345_download_content .pb2345_download_content_text .box .tiqu {
  color: #333;
  font-size: 0.15rem;
  margin: 0.2rem 0px;
}
.pb2345_download .pb2345_download_out .pb2345_download_content .pb2345_download_content_footer {
  width: 100%;
  padding: 0.15rem 0.2rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 0.01rem solid #eee;
}
.pb2345_download .pb2345_download_out .pb2345_download_content .pb2345_download_content_footer span {
  color: #333;
  font-size: 14px;
  display: block;
}
.pb2345_download .pb2345_download_out .pb2345_download_content .pb2345_download_content_footer p {
  padding: 0.1rem 0.15rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  background: #ec7125;
  border-radius: 0.03rem;
  cursor: pointer;
}
.pb2345_Login_Registration_CG {
  margin-left: 0.3rem;
  position: relative;
  height: 100%;
}
.pb_2345_Vip_box {
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 0.2rem;
}
.pb_2345_Vip_box a {
  display: flex;
  align-items: center;
  padding: 0.06rem 0.2rem;
  background-image: linear-gradient(to bottom right, #eec987, #d3a556);
  border-radius: 0.3rem;
}
.pb_2345_Vip_box a i {
  font-size: 0.2rem;
  color: #FFF;
}
.pb_2345_Vip_box a span {
  color: #FFF;
  display: block;
  margin-left: 0.05rem;
  font-size: 0.14rem;
}
.pb2345_Login_Registration_CG .Head_Portraits {
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
}
.pb2345_Login_Registration_CG .Head_Portraits .img {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  border: 0.01rem solid #f3f3f3;
  padding: 0.02rem;
  margin-right: 0.04rem;
  box-sizing: border-box;
}
.pb2345_Login_Registration_CG .Head_Portraits .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 50%;
}
.pb2345_Login_Registration_CG .Head_Portraits i {
  font-size: 15px;
  color: #333;
  margin-left: 0.05rem;
}
.pb2345_Login_Registration_CG .pb2345_Login_Registration_Delist_out {
  position: absolute;
  right: -10%;
}
.pb2345_Login_Registration_CG .pb2345_Login_Registration_Delist {
  background: #FFF;
  box-shadow: 0px 0px 0.1rem 0.01rem #0000001c;
  margin-top: 0.10rem;
  display: none;
  z-index: 9999;
  position: relative;
}
.pb2345_Login_Registration_CG .pb2345_Login_Registration_Delist .title {
  padding: 0.15rem 0.2rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
}
.pb2345_Login_Registration_CG .pb2345_Login_Registration_Delist .title .img {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: 0.01rem solid #f3f3f3;
  padding: 0.02rem;
  margin-right: 0.16rem;
}
.pb2345_Login_Registration_CG .pb2345_Login_Registration_Delist .title .img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
}
.pb2345_Login_Registration_CG .pb2345_Login_Registration_Delist .title span {
  color: #999;
  display: block;
  font-size: 0.15rem;
}
.pb2345_Login_Registration_CG .pb2345_Login_Registration_Delist .list {
  width: 100%;
}
.pb2345_Login_Registration_CG .pb2345_Login_Registration_Delist .list .box {
  width: 100%;
  height: 0.5rem;
  padding: 0px 0.2rem;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.pb2345_Login_Registration_CG .pb2345_Login_Registration_Delist .list .box i {
  color: #666;
  font-size: 0.22rem;
  margin: 0px 0.15rem;
}
.pb2345_Login_Registration_CG .pb2345_Login_Registration_Delist .list .box span {
  color: #666;
  font-size: 0.15rem;
}
.pb2345_Login_Registration_CG .pb2345_Login_Registration_Delist .list .box:hover {
  background: #fafafa;
}
.pb2345_sidebar {
  position: fixed;
  right: 0px;
  top: 40%;
  z-index: 999;
}
.pb2345_sidebar .pb2345_sidebar_title {
  width: 0.4rem;
  height: 1.33rem;
  background: #464646;
  display: flex;
  flex-direction: column;
  /* 竖直排列 */
  writing-mode: vertical-rl;
  /* 文本竖直显示 */
  align-items: end;
  justify-content: center;
  cursor: pointer;
  box-sizing: border-box;
  position: absolute;
  right: 0.1rem;
}
.pb2345_sidebar .pb2345_sidebar_title .txt {
  color: #FFF;
  font-size: 0.18rem;
  letter-spacing: 0.07rem;
  font-weight: 500;
  padding-bottom: 0.05rem;
}
.pb2345_sidebar .pb2345_sidebar_title span {
  position: absolute;
  width: 0.2rem;
  height: 0.2rem;
  top: -0.1rem;
  border: 0.02rem solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  left: 50%;
  margin-left: -0.1rem;
  background: #FFF;
  color: #333;
}
.pb2345_sidebar .pb2345_sidebar_title span i {
  color: #333;
  font-size: 0.18rem;
}
.pb2345_sidebar .pb2345_sidebar_content {
  width: 1.10rem;
  border-radius: 0.1rem;
  display: none;
  position: relative;
  position: absolute;
  top: -0.5rem;
  right: 0.07rem;
}
.pb2345_sidebar .pb2345_sidebar_content .pb2345_sidebar_content_out {
  border: 0.01rem solid #dddddd;
  background: #F9FAFB;
}
.pb2345_sidebar .pb2345_sidebar_content .guanbi {
  position: absolute;
  right: 0.1rem;
  top: -0.12rem;
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 50%;
  border: 0.01rem solid #d0d3d6;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F9FAFB;
}
.pb2345_sidebar .pb2345_sidebar_content .guanbi i {
  font-size: 0.2rem;
  cursor: pointer;
}
.pb2345_sidebar .pb2345_sidebar_content .buddha {
  width: 100%;
  height: 1.2rem;
  border-bottom: 0.01rem solid #dddddd;
}
.pb2345_sidebar .pb2345_sidebar_content .buddha a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pb2345_sidebar .pb2345_sidebar_content .buddha .img {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  box-shadow: 0px 0.03rem 0.1rem 0.02rem #00000011;
  overflow: hidden;
  border: 0.02rem solid #FFF;
}
.pb2345_sidebar .pb2345_sidebar_content .buddha .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.5s ease;
}
.pb2345_sidebar .pb2345_sidebar_content .buddha:hover .img img {
  transform: translateY(0.15rem) scale(1.1);
}
.pb2345_sidebar .pb2345_sidebar_content .buddha span {
  color: #0484cd;
  font-size: 0.14rem;
  margin-top: 0.05rem;
  display: block;
}
.pb2345_sidebar .list_box {
  width: 100%;
}
.pb2345_sidebar .list_box a {
  display: flex;
  align-items: center;
  height: 0.42rem;
  text-align: center;
  border-bottom: 0.01rem solid #f0f0f0;
  padding-left: 0.17rem;
  box-sizing: border-box;
}
.pb2345_sidebar .list_box a img {
  width: 0.16rem;
  margin-right: 0.03rem;
}
.pb2345_sidebar .list_box a span {
  color: #ff6f06;
  font-size: 0.14rem;
  display: block;
}
.pb2345_sidebar .Img_erweima {
  width: 100%;
  padding-bottom: 0.1rem;
}
.pb2345_sidebar .Img_erweima .img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pb2345_sidebar .Img_erweima .img img {
  width: 86%;
  display: block;
  height: auto;
}
.pb2345_sidebar .Img_erweima span {
  color: #333;
  font-size: 0.14rem;
  margin: 0.05rem auto;
  text-align: center;
  display: block;
}
.pb2345_sidebar .Img_erweima p {
  color: #333;
  font-size: 0.12rem;
  text-align: center;
  width: 100%;
  padding: 0px 1%;
  box-sizing: border-box;
}
.pb2345_sidebar .out {
  width: 100%;
  display: flex;
  border-top: 0.01rem solid #dddddd;
}
.pb2345_sidebar .out .box {
  width: 50%;
  display: flex;
  align-items: center;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.pb2345_sidebar .out .box:last-child {
  border-left: 0.01rem solid #dddddd;
}
.pb2345_sidebar .out .box > img {
  width: 50%;
  display: block;
}
.pb2345_sidebar .out .box:last-child > img {
  width: 37%;
}
.pb2345_sidebar .out .box .erweima_list {
  position: absolute;
  right: 0.76rem;
  top: -0.85rem;
  background: #f3f3f3;
  padding: 0.1rem;
  box-sizing: border-box;
  border-radius: 0.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 0.1rem 0.01rem #00000029;
  display: none;
}
.pb2345_sidebar .out .box .erweima_list .item {
  margin: 0px 0.05rem;
}
.pb2345_sidebar .out .box .erweima_list img {
  width: 1rem;
}
.pb2345_sidebar .out .box .erweima_list span {
  color: #333;
  font-size: 0.14rem;
  text-align: center;
  display: block;
  width: 100%;
}
.pb2345_sidebar .out .box:hover .erweima_list {
  display: flex;
}
.pb2345_sidebar .pb_2345_integral {
  width: 100%;
  margin-top: 0.2rem;
  display: flex;
  justify-content: center;
}
.pb2345_sidebar .pb_2345_integral img {
  width: 0.6rem;
}
.swiper-slide .pb2345_Product_Xq_Swiper_text {
  width: 100%;
}
.swiper-slide .pb2345_Product_Xq_Swiper_text .pb2345_title {
  width: 100%;
  text-align: center;
  font-size: 0.24rem;
  color: #0c0c0c;
  margin: 0.3rem 0;
  position: relative;
  padding-bottom: 0.18rem;
  margin-bottom: 0.24rem;
  font-weight: bold;
}
.swiper-slide .pb2345_Product_Xq_Swiper_text .pb2345_title::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 0.06rem;
  width: 0.4rem;
  background: #FE4105;
  border-radius: 0.03rem;
}
.swiper-slide .pb2345_Product_Xq_Swiper_text .runtime .text {
  width: 100%;
  padding: 0.1rem 0.2rem;
  line-height: 2;
  border: 1px solid #ddd;
  background: #fcfcfc;
  border-radius: 0.04rem;
  background: #FFF0F1;
  border-color: rgba(255, 72, 55, .3);
  box-sizing: border-box;
}
.swiper-slide .pb2345_Product_Xq_Swiper_text .runtime .text p {
  color: #666;
  font-size: 0.15rem;
  text-align: left;
	margin:0.1rem 0;
}
.swiper-slide .pb2345_Product_Xq_Swiper_text .runtime .text img {
  width: auto;
  max-width: 100%;
  display: block;
  height: auto;
}
.swiper-slide .pb2345_Product_Xq_Swiper_text .runtime .text span {
  font-size: 0.15rem;
}
.swiper-slide .pb2345_Product_Xq_Swiper_text .Selling_Point {
  width: 100%;
  padding-bottom: 0.5rem;
}
.swiper-slide .pb2345_Product_Xq_Swiper_text .Selling_Point .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.swiper-slide .pb2345_Product_Xq_Swiper_text .Selling_Point .list .item {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.swiper-slide .pb2345_Product_Xq_Swiper_text .Selling_Point .list .item .box {
  margin: 0.2rem;
  padding: 0.18rem 0.2rem;
  display: flex;
  align-items: center;
  box-shadow: 0px 0.02rem 0.32rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.1rem;
  transition: all 0.36s ease;
  background: #fff;
  box-sizing: border-box;
  transition: 0.5s ease;
}
.swiper-slide .pb2345_Product_Xq_Swiper_text .Selling_Point .list .item .box .icon {
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.swiper-slide .pb2345_Product_Xq_Swiper_text .Selling_Point .list .item .box .icon i {
  font-size: 0.3rem;
  color: #FFF;
  font-weight: 500;
}
.swiper-slide .pb2345_Product_Xq_Swiper_text .Selling_Point .list .item .box .text {
  margin-left: 0.15rem;
}
.swiper-slide .pb2345_Product_Xq_Swiper_text .Selling_Point .list .item .box .text h5 {
  font-size: 0.18rem;
  margin-bottom: 0.05rem;
}
.swiper-slide .pb2345_Product_Xq_Swiper_text .Selling_Point .list .item .box .text p {
  font-size: 0.14rem;
  color: #999;
}
.swiper-slide .pb2345_Product_Xq_Swiper_text .Selling_Point .list .item .box:hover {
  transform: translateY(-0.2rem);
}
.pb2345_Vip_pages {
  width: 100%;
}
.pb2345_Vip_pages .pb2345_Vip_banner {
  width: 100%;
  height: 3.4rem;
  position: absolute;
  top: 0.6rem;
  z-index: -1;
}
.pb2345_Vip_pages .pb2345_Vip_banner img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.pb2345_Vip_pages .pb2345_Vip_out {
  width: 100%;
}
.pb2345_Vip_pages .pb2345_Vip_out .pb2345_Vip_Text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 0.7rem;
}
.pb2345_Vip_pages .pb2345_Vip_out .pb2345_Vip_Text h5 {
  font-size: 0.48rem;
  font-weight: 700;
  background: linear-gradient(180deg, #D8790A 0%, rgba(216, 121, 10, 0.55) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.pb2345_Vip_pages .pb2345_Vip_out .pb2345_Vip_Text p {
  font-size: 0.16rem;
  margin: 0.16rem auto 0;
}
.pb2345_Vip_pages .pb2345_Vip_out .pb2345_Vip_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 12rem;
  margin: 0 auto;
  margin-top: 0.5rem;
}
.pb2345_Vip_pages .pb2345_Vip_out .pb2345_Vip_list .pb2345_Vip_list_item {
  width: 2.82rem;
  height: 3.7rem;
  box-shadow: 0 0.04rem 0.2rem rgba(0, 0, 0, 0.05);
  border-radius: 0.08rem;
  background: #FFFFFF;
  position: relative;
}
.pb2345_Vip_pages .pb2345_Vip_out .pb2345_Vip_list .pb2345_Vip_list_item h5 {
  font-size: 0.24rem;
  color: #333333;
  margin-top: 0.52rem;
  text-align: center;
  font-weight: 500;
}
.pb2345_Vip_pages .pb2345_Vip_out .pb2345_Vip_list .pb2345_Vip_list_item .JIege {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  font-size: 0.16rem;
  color: #333;
  margin-top: 0.2rem;
}
.pb2345_Vip_pages .pb2345_Vip_out .pb2345_Vip_list .pb2345_Vip_list_item .JIege a {
  background: red;
  padding: 0.1rem 0.2rem;
  color: #fff;
  font-size: 0.16rem;
}
.pb2345_Vip_pages .pb2345_Vip_out .pb2345_Vip_list .pb2345_Vip_list_item .JIege span {
  color: #F34D37;
  font-size: 0.4rem;
  transform: translateY(0.1rem);
  margin: 0px 0.1rem;
}
.pb2345_Vip_pages .pb2345_Vip_out .pb2345_Vip_list .pb2345_Vip_list_item p {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #F34D37;
  font-size: 0.16rem;
  margin: 0.24rem auto 0.24rem;
}
.pb2345_Vip_pages .pb2345_Vip_out .pb2345_Vip_list .pb2345_Vip_list_item p span {
  text-decoration: line-through;
  margin-right: 0.05rem;
}
.pb2345_Vip_pages .pb2345_Vip_out .pb2345_Vip_list .pb2345_Vip_list_item .fonter {
  width: 2.28rem;
  height: 0.46rem;
  border-top: 0.01rem dashed #ccc;
  margin: 0.24rem auto 0;
  line-height: 0.46rem;
  font-size: 0.16rem;
  text-align: center;
  color: #F34D37;
}
.tishi_po {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1.08rem;
  height: 0.32rem;
  background: #FA6D5A;
  border-radius: 0.08rem 0 0.16rem;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 0.14rem;
  line-height: 0.32rem;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.pb_2345_Vip_pages {
  width: 100%;
  max-width: 12rem;
  margin: 0.6rem auto;
}
.pb_2345_Vip_pages .pb2345_title {
  width: 100%;
  text-align: center;
  color: #333333;
  font-size: 0.36rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.pb_2345_Vip_pages table {
  width: 100%;
  border: 1px solid #FCF0DF;
  border-radius: 0.05rem;
}
.pb_2345_Vip_pages table tr {
  width: 100%;
}
.pb_2345_Vip_pages table th {
  height: 0.8rem;
  background: #EFD19E;
  font-size: 0.24rem;
  color: #333333;
  font-weight: 400;
  width: 2rem;
}
.pb_2345_Vip_pages table th span {
  color: #333;
  font-size: 0.24rem;
}
.pb_2345_Vip_pages table td {
  width: 2rem;
  text-align: center;
  line-height: 0.48rem;
  border-right: 0.02rem solid #FEEBE9;
  font-size: 0.15rem;
}
.pb_2345_Vip_pages table td span {
  font-size: 0.15rem;
  color: #333;
  height: 0.48rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pb_2345_Vip_pages table td span .Tablie_icon {
  position: relative;
  margin-left: 0.05rem;
  line-height: normal;
  cursor: pointer;
}
.pb_2345_Vip_pages table td span .Tablie_icon i {
  font-size: 0.20rem;
  line-height: normal;
}
.pb_2345_Vip_pages table td span .Tablie_icon p {
  position: absolute;
  width: max-content;
  background: #000;
  color: #FFF;
  right: 0px;
  line-height: normal;
  top: 0.2rem;
  font-size: 0.12rem;
  font-weight: 500;
  padding: 0.05rem 0.1rem;
  box-sizing: border-box;
  border-radius: 0.03rem;
  opacity: 0.6;
  display: none;
  z-index: 9999;
}
.pb_2345_Vip_pages table td span .Tablie_icon:hover p {
  display: block;
}
.pb_2345_Vip_pages table .naoci {
  background: #FBFBFB;
}
.pb_2345_Vip_pages table td .img {
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  line-height: normal;
  position: relative;
}
.pb_2345_Vip_pages table td .img .Touxiang {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
.pb_2345_Vip_pages table td .img .icon {
  position: absolute;
  bottom: -0.05rem;
  right: -0.05rem;
  list-style: none;
  height: 0.16rem;
  display: block;
  width: 0.2rem;
}
.pb_2345_Vip_pages table td .DUI {
  width: 0.24rem;
  height: 0.24rem;
  display: block;
}
.pb_2345_Vip_Questions {
  width: 100%;
  background: #F5F7FA;
  padding: 0.5rem 0px 0.7rem 0px;
  box-sizing: border-box;
}
.pb_2345_Vip_Questions .pb2345_title {
  width: 100%;
  text-align: center;
  color: #333333;
  font-size: 0.36rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.pb_2345_Vip_Questions .pb_2345_Vip_Questions_list {
  width: 100%;
  max-width: 12rem;
  margin: 0 auto;
  background: #FFF;
  padding: 0.3rem;
  border-radius: 0.08rem;
  box-sizing: border-box;
}
.pb_2345_Vip_Questions .pb_2345_Vip_Questions_list .pb_2345_Vip_Questions_list_item .pb_2345_Vip_Questions_list_item_title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.1rem 0px;
  box-sizing: border-box;
  border-bottom: 1px solid #eeeeee9f;
  font-size: 0.16rem;
}
.pb_2345_Vip_Questions .pb_2345_Vip_Questions_list .pb_2345_Vip_Questions_list_item .pb_2345_Vip_Questions_list_item_title i {
  color: #333;
  font-size: 0.24rem;
  transition: 0.5s ease;
}
.pb_2345_Vip_Questions .pb_2345_Vip_Questions_list .pb_2345_Vip_Questions_list_item .pb_2345_Vip_Questions_list_item_content {
  padding: 0.15rem 0px;
  box-sizing: border-box;
  display: none;
}
.pb_2345_Vip_Questions .pb_2345_Vip_Questions_list .pb_2345_Vip_Questions_list_item .pb_2345_Vip_Questions_list_item_content p {
  color: #333;
  font-size: 0.15rem;
  line-height: 1.6em;
}
.pb_2345_Vip_Questions .pb_2345_Vip_Questions_list .pb_2345_Vip_Questions_list_item.on .pb_2345_Vip_Questions_list_item_title i {
  transform: rotate(90deg);
}
.pb2345_SpringSale {
  position: fixed;
  left: 0.15rem;
  bottom: 0.2rem;
  z-index: 9999;
}
.pb2345_SpringSale .pb2345_SpringSale_title {
  background: rgb(237, 45, 56);
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.15rem 0.2rem;
  border-radius: 0.1rem 0 0.1rem 0;
  z-index: 9999;
  font-size: 0.16rem;
  font-weight: 600;
  box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.pb2345_SpringSale .pb2345_SpringSale_title i {
  font-size: 0.2rem;
  display: block;
  margin-right: 0.1rem;
}
.pb2345_SpringSale .pb2345_SpringSale_title span {
  color: #FFF;
  font-size: 0.16rem;
}
.pb2345_SpringSale .pb2345_SpringSale_content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 2rem;
  background: #FFF;
  box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.2);
  display: none;
}
.pb2345_SpringSale .pb2345_SpringSale_content .title {
  width: 100%;
  height: 0.45rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(237, 45, 56);
  color: #FFF;
  font-size: 0.18rem;
}
.pb2345_SpringSale .pb2345_SpringSale_content .content {
  width: 100%;
  padding: 0.1rem;
  box-sizing: border-box;
}
.pb2345_SpringSale .pb2345_SpringSale_content .content .txt {
  display: flex;
  position: relative;
  margin: 0.05rem 0px;
}
.pb2345_SpringSale .pb2345_SpringSale_content .content .txt p {
  padding-left: 0.2rem;
  box-sizing: border-box;
  width: 100%;
  font-size: 0.14rem;
  color: #333;
}
.pb2345_SpringSale .pb2345_SpringSale_content .content .txt span {
  position: absolute;
  left: 0px;
  top: -0.03rem;
  font-size: 0.16rem;
  color: #333;
}
.pb2345_SpringSale .pb2345_SpringSale_content .pb2345_SpringSale_img {
  position: absolute;
  right: -0.08rem;
  top: -0.08rem;
  width: 0.18rem;
  height: 0.18rem;
  background: #999;
  border: 0.02rem solid #FFF;
  border-radius: 50%;
  box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.pb2345_SpringSale .pb2345_SpringSale_content .pb2345_SpringSale_img i {
  color: #FFF;
  font-size: 0.15rem;
}
.pb2345_html_WaterfallFlow .pb2345_Out_Knowledge .Pb2345_item_public .pb_2345_box .pb_2345_img {
  height: auto !important;
}
.pb2345_html_WaterfallFlow .pb2345_Out_Knowledge {
  position: relative;
}
.pb2345_html_WaterfallFlow .pb2345_Out_Knowledge .Pb2345_item_public {
  padding: 0.1rem;
  box-sizing: border-box;
  margin: 0 auto !important;
}
.toggle_button {
  width: 0.4rem;
  height: 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 0.2rem;
  cursor: pointer;
  display: none;
  overflow: hidden;
}
.toggle_button span {
  height: 0.03rem;
  width: 100%;
  display: block;
  background: #333;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.toggle_button.on span:nth-child(1) {
  transition-delay: 0.2s;
  transform: rotate(45deg);
  transform-origin: 0.01rem;
}
.toggle_button.on span:nth-child(2) {
  opacity: 0;
  transform: translateX(0.25rem);
}
.toggle_button.on span:nth-child(3) {
  transition-delay: 0.4s;
  transform: rotate(-45deg);
  transform-origin: 0.01rem;
}
.min_nav {
  width: 100%;
  background: #FFF;
  position: absolute;
  top: 0.6rem;
  left: 0px;
  box-shadow: 0.1rem 0px 0.1rem 0.01rem #00000021;
  padding: 0.3rem 0px;
  display: none;
}
.min_nav .title {
  width: 100%;
  height: 0.6rem;
  font-size: 0.24rem;
  color: #333;
  border-bottom: 0.01rem solid #eee;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0px 0.3rem;
  box-sizing: border-box;
}
.min_nav .title a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: #333;
  font-size: 0.24rem;
  text-transform: uppercase;
}
.min_nav .title .img {
  width: 0.6rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0.3rem;
  top: 0px;
  z-index: 10;
}
.min_nav .title .img img {
  height: 0.2rem;
  display: block;
  transition: 0.5s ease all;
}
.min_nav .box {
  width: 100%;
  padding-left: 0.2rem;
  box-sizing: border-box;
  display: none;
}
.min_nav .box a {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0.15rem 0.3rem;
  color: #333;
  font-size: 0.2rem;
}
.min_nav .title.on .img img {
  transform: rotate(90deg);
}
.pb2345_banner_wrapper {
  width: 100%;
}
.pb2345_banner_wrapper .pb2345_banner_swiper {
  height: 100%;
  width: 100%;
}
.pb2345_banner_wrapper .swiper-slide {
  width: 100%;
  height: 7.95rem;
  position: relative;
}
.pb2345_banner_wrapper .swiper-slide .img_biejin {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.pb2345_banner_wrapper .swiper-slide .img_biejin img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pb2345_banner_wrapper .swiper-slide .pb2345_text {
  width: 100%;
  max-width: 14.5rem;
  height: 100%;
  margin: 0px auto;
  position: relative;
  z-index: 10;
  padding-top: 1.1rem;
  box-sizing: border-box;
}
.pb2345_banner_wrapper .swiper-slide .pb2345_text h5 {
  width: 100%;
  font-size: 0.68rem;
  font-weight: bold;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0.2rem;
  text-align: center;
}
.pb2345_banner_wrapper .swiper-slide .pb2345_text h5 b {
  font-size: 0.68rem;
  font-weight: bold;
  color: #ffef42;
}
.pb2345_banner_wrapper .swiper-slide .pb2345_text .but_list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pb2345_banner_wrapper .swiper-slide .pb2345_text .but_list a {
  width: 1.76rem;
  height: 0.54rem;
  font-size: 0.22rem;
  padding: 0;
  margin: 0 0.2rem 0.3rem 0.2rem;
  text-align: center;
  color: #00aae7;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  border: 0.02rem solid #fff;
  border-radius: 0.3rem;
  text-decoration: none;
}
.pb2345_banner_wrapper .swiper-slide .pb2345_text p {
  color: #fffc;
  margin: 0 auto 0.3rem;
  font-size: 0.22rem;
  text-align: center;
}
.pb2345_banner_wrapper .swiper-slide .pb2345_text .img {
  width: 100%;
  display: block;
}
.pb2345_Advantages {
  width: 100%;
  margin-top: 2.4rem;
}
.pb2345_Advantages .pb2345_Advantages_Tiele {
  text-align: center;
  font-size: 0.32rem;
  color: #444;
  letter-spacing: 0.06rem;
  margin-bottom: 0.2rem;
  text-align: center;
  letter-spacing: 0.2rem;
  font-weight: 500;
}
.pb2345_Advantages .pb2345_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}
.pb2345_Advantages .pb2345_list .pb2345_item {
  width: 25%;
  margin: 0.1rem 0;
  padding: 0.2rem 0.3rem 0rem 0.3rem;
  text-align: center;
  box-sizing: border-box;
}
.pb2345_Advantages .pb2345_list .pb2345_item .pb2345_img {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 auto;
  margin-bottom: 0.4rem;
}
.pb2345_Advantages .pb2345_list .pb2345_item .pb2345_img img {
  width: 100%;
  height: 100%;
  display: block;
}
.pb2345_Advantages .pb2345_list .pb2345_item .pb2345_txt h5 {
  color: #444;
  font-size: 0.2rem;
  text-align: center;
  margin: 0.11rem auto;
}
.pb2345_Advantages .pb2345_list .pb2345_item .pb2345_txt p {
  text-align: center;
  height: 0.65rem;
  font-size: 0.16rem;
  color: #888;
  text-align: center;
}
@media (max-width:768px) {
  .toggle_button {
    display: flex;
  }
  .pb2345_public, .pb2345_public_Forum {
    width: 100%;
    padding: 0px 3%;
    box-sizing: border-box;
  }
  .pb2345_nav {
    padding: 0px 3%;
    box-sizing: border-box;
  }
  .pb2345_nav .pb2345_left .pb2345_nav_list {
    display: none;
  }
  .pb2345_chemical .swiper-slide {
    width: 47.5%;
  }
  .pb2345_Free_Sites .pb2345_Out, .pb2345_Latest_plugin .pb2345_Out, .pb2345_Out_Knowledge {
    justify-content: space-between;
  }
  .Pb2345_item_public, .pb2345_plugin_item {
    width: 48%;
    margin-right: 0px;
  }
  .pb2345_title_public, .pb2345_footer .pb2345_out, .pb2345_title_public .pb2345_button {
    flex-wrap: wrap;
  }
  .pb2345_banner .swiper-slide {
    height: 3rem;
  }
  .pb2345_banner .swiper-slide img {
    height: 100%;
    object-fit: cover;
  }
  .pb2345_banner_Text_list .box2 {
    display: none;
  }
  .pb2345_Vip_pages .pb2345_Vip_out .pb2345_Vip_list {
    justify-content: center;
    gap: 0.5rem;
  }
  .pb_2345_Vip_pages table {
    width: 95%;
    border: 1px solid #FCF0DF;
    border-radius: 0.05rem;
    margin: 0 auto;
  }
  .pb2345_Market_xq_left {
    flex-wrap: wrap;
  }
  .pb2345_product_xq .pb2345_Market_xq_left .pb2345_img {
    width: 100%;
    margin-right: 0px;
  }
  .pb2345_product_xq .pb2345_Market_xq_left .pb2345_img img {
    height: auto;
  }
  .pb2345_Market_xq_left .pb2345_Message {
    width: 100%;
    margin-top: 0.4rem;
  }
  .swiper-slide .pb2345_Product_Xq_Swiper_text .Selling_Point .list .item {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .pb2345_News_xq .pb2345_out {
    flex-wrap: wrap;
  }
  .pb2345_News_xq .pb2345_out .pb2345_right {
    width: 100%;
    margin-top: 0.4rem;
  }
  .pb2345_News_xq .pb2345_out .pb2345_left {
    width: 100%;
  }
  .pb2345_Market_xq_left .pb2345_thumbnail {
    width: 100%;
    height: auto;
  }
  .pb2345_Advantages .pb2345_list .pb2345_item {
    width: 50%;
  }
  .pb2345_banner_wrapper .swiper-slide .pb2345_text {
    padding: 0px 3%;
    box-sizing: border-box;
    padding-top: 1.1rem;
  }
  .pb2345_banner_wrapper .swiper-slide {
    height: 5.95rem;
  }
}
/* pb2345_label_public 颜色组：（可自定义） */
.pb2345_label_color_1 span {
  background: #A5A5A5;
}
.pb2345_label_color_1 span::before {
  border-left-color: #797979;
  border-top-color: #797979;
}
.pb2345_label_color_1 span::after {
  border-right-color: #797979;
  border-top-color: #797979;
}
.pb2345_label_color_2 span {
  background: #FF6300;
}
.pb2345_label_color_2 span::before {
  border-left-color: #d55b0e;
  border-top-color: #d55b0e;
}
.pb2345_label_color_2 span::after {
  border-right-color: #d55b0e;
  border-top-color: #d55b0e;
}
.pb2345_label_color_3 {
  background: #FF525F;
}
.pb2345_label_color_4 {
  background: #FF525F;
}
@media (min-width:360px) and (max-width:768px) {
  html {
    font-size: 52px;
  }
}
@media (min-width:769px) and (max-width:930px) {
  html {
    font-size: 50px;
  }
}
@media (min-width:931px) and (max-width:1099px) {
  html {
    font-size: 60px;
  }
}
@media (min-width:1100px) and (max-width:1249px) {
  html {
    font-size: 70px;
  }
}
@media (min-width:1250px) and (max-width:1399px) {
  html {
    font-size: 80px;
  }
}
@media (min-width:1400px) and (max-width:1699px) {
  html {
    font-size: 90px;
  }
}
@media (min-width:1700px) {
  html {
    font-size: 100px;
  }
}
.web_case {
  padding: 40px 0 30px;
  overflow: hidden;
  min-height: 400px
}
.web_case .indcase_box {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 50px
}
.web_case .indcase_box ul {
  margin-top: 10px
}
.web_case .indcase_box ul li {
  width: 32%;
  float: left;
  position: relative
}
.web_case .indcase_box ul li .indcase_img {
  width: 100%;
  height: 386px;
  display: block
}
.web_case .indcase_box ul li .indcase_img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}
.web_case .indcase_box ul li em {
  color: #fff;
  font-size: 16px;
  padding: 5px 25px;
  background: rgba(0, 0, 0, .5);
  top: 15px;
  left: 15px;
  position: absolute
}
.web_case .indcase_box ul li .text {
  width: 100%;
  padding: 34px 6%;
  background: #ebebeb;
  transition: all .4s ease
}
.web_case .indcase_box ul li:hover .text {
  background: #c22423
}
.web_case .indcase_box ul li .text a {
  font-size: 20px;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  transition:
}
.web_case .indcase_box ul li:hover .text a {
  color: #fff
}
.web_case .indcase_box ul li .text p {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  margin-top: 5px;
  font-size: 15px;
  color: #666
}
.web_case .indcase_box ul li:hover .text p {
  color: #fff
}
.web_case .indcase_box .swiper-pagination-bullet {
  width: 12px;
  height: 12px
}
.web_case .indcase_box .swiper-pagination-bullet-active {
  background: #c22423
}
@media screen and (max-width:1023px) {
  .web_case {
    padding: 30px 0 15px
  }
}
@media screen and (max-width:767px) {
  .web_case {
    padding: 25px 0 12px
  }
}