@charset "UTF-8";
.header .top-header {
  background-color: #FDCB2F;
  color: #000;
  padding: 5px 0;
  text-align: center;
}
.header .logo {
  width: 139px;
}

.strongText {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  position: relative;
}
.strongText::after {
  position: absolute;
  width: 100%;
  left: 0;
  content: "";
  border-radius: 100px;
  height: 10px;
  background: linear-gradient(90deg, rgba(0, 93, 255, 0.1019607843), rgba(255, 0, 246, 0.1019607843));
  bottom: 0;
}

.banner-area-inner .banner {
  width: 600px;
  height: 530px;
  position: absolute;
  z-index: 2;
  top: 0px;
  background-image: url(/style/img/banner/computer.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.banner-area-inner .banner img {
  width: 100%;
  display: block;
}
.banner-area-inner .banner .computer-platform {
  display: flex;
  transform: rotate(331deg) rotateX(18deg) skew(344deg);
  perspective: 570px;
  width: 812px;
  position: absolute;
  top: 128px;
  left: -204px;
  overflow: hidden;
}
.banner-area-inner .banner .computer-platform .carousel {
  display: flex;
  align-items: center;
  transition: transform 0.5s ease-in-out;
}
.banner-area-inner .banner .computer-platform .carousel .item {
  width: 80px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 18px;
  flex-shrink: 0; /* 防止图片压缩 */
  transform: scale(0.8) perspective(800px) rotateY(0deg); /* 默认状态 */
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.banner-area-inner .banner .computer-platform .carousel .item.active {
  transform: translateZ(100px);
  margin: 0 10px;
}
.banner-area-inner .banner .computer-platform .carousel .item img {
  width: 100%;
  height: 100%;
  display: block;
}
.banner-area-inner .banner .computer-platform > .left {
  position: absolute;
  left: 333px;
  top: 62px;
  width: 15px;
}
.banner-area-inner .banner .computer-platform > .right {
  position: absolute;
  right: 350px;
  top: 62px;
  width: 15px;
}
.banner-area-inner .platform {
  height: 100px;
  background: #FFFFFF;
  box-shadow: 0px 3px 7px 0px rgba(121, 131, 143, 0.3);
  border-radius: 14px;
  padding: 50px 20px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
}
.banner-area-inner .platform .item {
  width: 20%;
  margin: 0 auto;
}
.banner-area-inner .platform .item .box {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.banner-area-inner .platform .item .box .title span {
  font-weight: bold;
  font-size: 18px;
}
.banner-area-inner .platform .item .box .title img {
  width: 30px;
  margin-right: 5px;
}
.banner-area-inner .platform .item .box .price {
  padding: 0 5px;
  color: #F338AA;
  border: 1px solid #F338AA;
  border-radius: 5px;
  line-height: 24px;
}
.banner-area-inner .platform .item .box .price.jjsx {
  color: #3882F3;
  border: 1px solid #3882F3;
}
.banner-area-inner .platform .item:nth-last-child(-n+4) .box {
  border-bottom: none;
}
.banner-area-inner .platform .item:nth-child(4n) {
  border-right: none;
}

.block_8 {
  width: 1128px;
  height: 57px;
  margin: 24px auto 0;
}

.banner-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.banner-row div {
  width: calc(12.5% - 20px) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  /*border: 1px solid red;*/
  height: 70px;
  /*overflow:hidden;*/
}
.banner-row div:last-child {
  margin-right: 0px;
}
.banner-row div img {
  margin: 0 !important;
  padding: 0 !important;
  height: 100% !important;
  width: 100% !important;
  object-fit: scale-down;
}

.image-wrapper_5 {
  width: 1128px;
  height: 57px;
  margin: 15px auto 0;
}

.block_9 {
  width: 1128px;
  height: 57px;
  margin: 15px auto 0;
}

.counter-area {
  padding: 50px 0;
  background: linear-gradient(#f9f9fb, #f5f8fb);
  color: #fff;
}
.counter-area h3 {
  font-weight: 500;
  font-size: 28px;
  color: #262626;
  margin: 0;
}
.counter-area h2 {
  font-weight: 600;
  font-size: 44px;
  color: #262626;
  margin-top: 10px;
  margin-bottom: 30px;
}
.counter-area h2 span {
  font-style: italic;
  font-weight: 600;
  font-size: 62px;
  line-height: 90px;
  color: #2F78D1;
}
.counter-area p {
  font-weight: 400;
  font-size: 28px;
  color: #262626;
  opacity: 0.8;
}

.user-banner {
  position: absolute;
  width: 100vw;
  height: auto;
  bottom: 184px;
  left: 0;
  z-index: -1;
}

.btn-register {
  border-color: #36c95f;
  color: #fff;
  background: #36c95f;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 600;
  padding: 23px 60px;
  border-radius: 50px;
}
.btn-register:hover {
  border-color: #36324a;
  background: #36324a;
  color: #fff;
}
.btn-register:hover:before {
  background: #36324a;
  border-color: #36324a;
  -webkit-transform: scale(30);
  transform: scale(30);
}

.ad {
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}
.ad img {
  width: 100%;
  height: auto;
  display: block;
}

.banner-text-inner {
  margin-top: 50px;
}
.banner-text-inner .btn-box {
  display: flex;
  justify-content: start;
}
.banner-text-inner p {
  margin: 30px 0;
  text-align: left;
  font-size: 18px;
}

.biaoti h2 {
  font-weight: 600;
  font-size: 32px;
  color: #262626;
  margin-bottom: 30px;
  margin-top: 50px;
}
.biaoti h2 span {
  font-weight: 600;
  font-size: 32px;
  color: #2F78D1;
  line-height: 31px;
}
.biaoti i {
  color: #1668eb;
}

.youshi .title p {
  margin-top: 14px;
  font-weight: 600;
  font-size: 30px;
  color: #262626;
}
.youshi .content {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.youshi .content .item {
  width: 33.3%;
}
.youshi .content .item > span {
  font-weight: 500;
  font-size: 20px;
  color: #262626;
  line-height: 26px;
  opacity: 0.8;
  position: relative;
  display: inline-block;
}
.youshi .content .item > span::after {
  position: absolute;
  content: " ";
  width: 32px;
  height: 40px;
  background: url(/style/img/banner/down.png) no-repeat;
  background-size: cover;
  bottom: 0px;
  right: -40px;
}
.youshi .content .item .num {
  font-weight: bold;
  font-size: 56px;
  color: #262626;
  line-height: 56px;
  background: linear-gradient(174deg, #2BADF7 0.634765625%, #21CBFB 48.2421875%, #2573E9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.youshi .content .item .num span {
  font-size: 36px;
}
.youshi .content .item.item2 > span::after {
  background: none;
}
.youshi .content .item.item2 .num {
  background: linear-gradient(174deg, #FFA297 0%, #ED5323 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.youshi .content .item.item3 > span::after {
  background: url(/style/img/banner/up.png) no-repeat;
}
.youshi .content .item.item3 .num {
  background: linear-gradient(174deg, #FBCF6B 0%, #D4A64B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.youshi .content .bottom-item {
  margin-top: 50px;
  width: 40%;
}
.youshi .content .bottom-item > span {
  font-weight: 500;
  font-size: 20px;
  color: #262626;
  line-height: 26px;
  opacity: 0.8;
  position: relative;
  display: inline-block;
}
.youshi .content .bottom-item .font {
  font-weight: bold;
  font-size: 56px;
  color: #262626;
  line-height: 56px;
  background: linear-gradient(174deg, #6AE0BE 14.16015625%, #13B88A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ylhk {
  padding: 50px 0;
  height: 400px;
  background: url(/style/img/banner/引流获客.png) no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  align-items: center;
}
.ylhk h2 {
  font-weight: 600;
  font-size: 36px;
  color: #FFFFFF;
  margin-bottom: 0;
}
.ylhk p {
  opacity: 0.8;
}
.ylhk .btn {
  margin-top: 30px;
  background: linear-gradient(165deg, #82B4FF, #196BEC);
  box-shadow: 0px 6px 18px 0px rgba(23, 44, 93, 0.55);
  color: #fff;
}

.table-container {
  width: 100%;
  overflow-x: hidden;
}

.table-wrapper {
  overflow-x: hidden;
  position: relative;
}

#blog .feature-table {
  margin-top: 10px;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  table-layout: fixed;
  font-family: Arial, sans-serif;
}
#blog .feature-table th, #blog .feature-table td {
  word-wrap: break-word;
}
#blog .feature-table thead th {
  background-color: #58585a;
  color: white;
  padding: 10px 0;
  font-size: 20px;
  width: 142px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#blog .feature-table thead th img {
  width: 30px;
}
#blog .feature-table thead tr:nth-child(1) th {
  border-radius: 20px 20px 0 0;
  padding: 5px 0;
  position: relative;
  width: 148.3333333333px;
}
#blog .feature-table thead tr:nth-child(1) th.top {
  font-size: 26px;
  padding: 0 10px !important;
  width: 210px !important;
  border-radius: 20px 20px 0 0;
}
#blog .feature-table thead tr:nth-child(1) th::before {
  content: " ";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 40px;
  background-color: #333;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  z-index: -1;
}
#blog .feature-table thead tr:nth-child(1) th:nth-child(1)::before {
  display: none;
}
#blog .feature-table thead tr:nth-child(1) th:nth-child(2) {
  background-color: #005DFF; /* Zalo 蓝色 */
}
#blog .feature-table thead tr:nth-child(1) th:nth-child(2)::before {
  background-color: #005DFF; /* Zalo 蓝色 */
}
#blog .feature-table thead tr:nth-child(1) th:nth-child(3) {
  background-color: #DCAD60; /* Line 绿色 */
}
#blog .feature-table thead tr:nth-child(1) th:nth-child(3)::before {
  background-color: #DCAD60; /* Line 绿色 */
}
#blog .feature-table thead tr:nth-child(1) th:nth-child(4) {
  background-color: #342524; /* Twitter 蓝色 */
}
#blog .feature-table thead tr:nth-child(1) th:nth-child(4)::before {
  background-color: #342524; /* Twitter 蓝色 */
}
#blog .feature-table thead tr:nth-child(1) th:nth-child(5) {
  background-color: #1cc9e8; /* Telegram 蓝色 */
}
#blog .feature-table thead tr:nth-child(1) th:nth-child(5)::before {
  background-color: #1cc9e8; /* Telegram 蓝色 */
}
#blog .feature-table thead tr:nth-child(1) th:nth-child(6) {
  background-color: #3845FF; /* Signal 蓝色 */
}
#blog .feature-table thead tr:nth-child(1) th:nth-child(6)::before {
  background-color: #3845FF; /* Signal 蓝色 */
}
#blog .feature-table thead tr:nth-child(1) th:nth-child(7) {
  background-color: #00c169; /* WhatsApp 绿色 */
}
#blog .feature-table thead tr:nth-child(1) th:nth-child(7)::before {
  background-color: #00c169; /* WhatsApp 绿色 */
}
#blog .feature-table tbody td {
  width: 200px;
  padding: 3px 0;
  border: 1px solid #ddd;
}
#blog .feature-table tbody th {
  background: #58585a !important;
  height: 30px;
  border-radius: 0 0 10px 10px;
  border-right: 1px solid #fff;
}
#blog .feature-table tbody tr:nth-child(even) {
  background-color: #e7e8ea;
}
#blog .feature-table tbody tr:nth-child(odd) {
  background-color: #f3f3f5;
}

.sticky-column {
  position: sticky !important;
  left: 0;
  z-index: 2; /* 确保固定列显示在最前面 */
}

.ywlc {
  text-align: center;
  background: #f7f6f9;
}
.ywlc h2 {
  font-weight: 600;
  font-size: 32px;
  color: #262626;
}
.ywlc .content {
  margin-top: 100px;
}
.ywlc .content .img-box {
  width: 100%;
}
.ywlc .content .img-box img {
  width: 100%;
}
.ywlc .content .text-box {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.ywlc .content .text-box .item {
  text-align: center;
  margin: 0 auto;
}
.ywlc .content .text-box .item .title {
  font-weight: 600;
  font-size: 24px;
  color: #00C6C5;
}
.ywlc .content .text-box .item:nth-child(1) {
  width: 28%;
}
.ywlc .content .text-box .item:nth-child(2) {
  width: 15%;
}
.ywlc .content .text-box .item:nth-child(2) .title {
  color: #FF0000;
}
.ywlc .content .text-box .item:nth-child(3) {
  width: 30%;
}
.ywlc .content .text-box .item:nth-child(3) .title {
  color: #7B02E6;
}
.ywlc .content .text-box .item:nth-child(4) {
  width: 15%;
}
.ywlc .content .text-box .item:nth-child(4) .title {
  color: #0D9900;
}
.ywlc .content .text-box .item p {
  font-size: 18px;
  color: #262626;
}

.khpj {
  text-align: center;
  padding: 150px 20px;
}
.khpj .title {
  font-weight: 600;
  font-size: 32px;
  color: #262626;
}
.khpj .content {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.khpj .content .item {
  background: #EEF8FF;
  border-radius: 30px;
  border: 1px solid #90CAE2;
  width: 32%;
  padding: 30px;
}
.khpj .content .item .user {
  display: flex;
  height: 75px;
}
.khpj .content .item .user img {
  width: 75px;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  border: 1px solid #ddd;
  background: #fff;
}
.khpj .content .item .user .name {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  text-align: left;
  font-size: 14px;
  margin-left: 20px;
}
.khpj .content .item .user .name * {
  width: 100%;
}
.khpj .content .item .user .name div:first-child {
  font-size: 16px;
  color: #000000;
  line-height: 22px;
  font-weight: 600;
}
.khpj .content .item .user .name div:first-child span {
  font-weight: normal;
  color: #818181;
  font-size: 14px;
}
.khpj .content .item .text {
  text-align: left;
  margin-top: 20px;
}

.news .title {
  font-size: 26px;
  color: #262626;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin: 30px auto;
}
.news .list {
  height: 310px;
  overflow: hidden;
}
.news .list a p {
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .list a p span {
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  opacity: 0.4;
}
.news .more {
  cursor: pointer;
  margin: 30px auto;
  width: 145px;
  padding: 2px 0;
  text-align: center;
  background: #F8FAFE;
  border-radius: 5px;
  border: 1px solid #D2D2D2;
}
.news .more.btnHidden {
  display: none;
  width: 0px;
  height: 0px;
  text-align: center;
}
.news .more.btnShow {
  display: block;
}

.footer {
  margin-top: 60px;
}
.footer .link-friend {
  margin-left: 10px;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.footer .link-friend .icon i {
  font-size: 40px;
  color: #84c560;
  line-height: 0.8;
}
.footer .link-friend .text {
  width: calc(100% - 45px);
}
.footer .link-friend .text div {
  font-weight: 550;
  font-size: 18px;
  line-height: 1.2;
  padding-top: 4px;
}
.footer .link-friend .text .link_list {
  display: flex;
  flex-wrap: wrap;
  font-weight: normal;
}
.footer .link-friend .text .link_list a {
  display: block;
  margin-top: 10px;
  line-height: 1;
  font-size: 14px;
  margin-right: 14px;
}
.footer .describe {
  font-size: 16px;
  color: #262626;
  opacity: 0.8;
  margin-right: 30px;
}
.footer .footer-widget {
  margin-left: 30px;
}
.footer .footer-widget .widget-body a {
  color: #262626;
  opacity: 0.8;
  text-decoration: underline;
}
.footer .footer-widget .address-list li {
  line-height: 30px;
}
.footer .contact h3 {
  font-weight: bold;
  font-size: 20px;
  color: #262626;
  margin-bottom: 20px;
}
.footer .contact p {
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.footer .contact p a {
  color: #317df0;
}
.footer .footer-text p {
  color: #262626;
  opacity: 0.6;
  font-size: 12px;
}

.baise aside .detail-tags {
  width: 380px;
  height: 548px;
  background: #FFFFFF;
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 30px 20px;
}
.baise aside .detail-tags .title {
  font-weight: bold;
  font-size: 19px;
  color: #262626;
  line-height: 30px;
}
.baise aside .detail-tags .tagList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  overflow-y: auto;
  max-height: calc(100% - 30px);
  scrollbar-width: none; /* 隐藏滚动条 (Firefox) */
  -ms-overflow-style: none; /* 隐藏滚动条 (IE) */
}
.baise aside .detail-tags .tagList::-webkit-scrollbar {
  display: none; /* 隐藏滚动条 */
}
.baise aside .detail-tags .tagList .detail-tag {
  display: inline-block;
  background: #F4F4F4;
  border-radius: 5px;
  font-size: 15px;
  color: #262626;
  padding: 0 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.baise .list-blog-inner .post-content {
  display: flex;
  justify-content: space-between;
  align-items: start;
  border-bottom: 1px solid #ddd;
}
.baise .list-blog-inner .post-content .post-details {
  width: calc(100% - 320px);
  border-bottom: none;
}
.baise .list-blog-inner .post-content .post-ico {
  width: 300px;
  height: 130px;
  border-radius: 5px;
  overflow: hidden;
}
.baise .list-blog-inner .post-content .post-ico img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.baise .footer {
  margin-top: 30px;
  background: #fafafa !important;
}
.baise .tagList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.baise .tagList .detail-tag {
  display: inline-block;
  background: #F4F4F4;
  border-radius: 5px;
  font-size: 15px;
  color: #262626;
  padding: 0 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.baise .tags {
  display: flex;
  flex-wrap: wrap;
}
.baise .tags a {
  color: #000;
  padding: 2px 15px;
  background: #fff;
  border: 1px solid #ddd;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 8px;
}
.baise .tags a.active {
  background: #196bec;
  color: #fff;
  border: 1px solid #196BEC;
}
.baise .sidebar-title {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.baise .sidebar-title h5 {
  margin-bottom: 15px;
}
.baise .sidebar-body {
  width: 100%;
}
.baise .sidebar-body ul {
  width: 100%;
}
.baise .sidebar-body ul li {
  width: 100%;
  position: relative;
  counter-increment: list-counter;
  margin-left: 40px;
}
.baise .sidebar-body ul li .media-body p {
  width: 300px;
  overflow: hidden; /*超出部分隐藏*/
  white-space: nowrap; /*禁止换行*/
  text-overflow: ellipsis; /*省略号*/
  font-size: 16px;
}
.baise .sidebar-body ul li .media-body p::before {
  font-size: 16px;
  position: absolute;
  left: -40px;
  content: "" counter(list-counter);
  color: #B2B2B2;
  width: 35px;
  height: 25px;
  font-style: italic;
  display: flex;
  align-items: center;
  justify-content: start;
  transform: skew(-5deg);
  clip-path: polygon(0 0, 87% 0, 98% 45%, 60% 131%, 0 100%);
  border-radius: 6px;
  padding-left: 8px;
  font-weight: bold;
}
.baise .sidebar-body ul li:first-child p::before {
  background: #f14733;
  color: #fff;
}
.baise .sidebar-body ul li:nth-child(2) p::before {
  background: #FE8815;
  color: #fff;
}
.baise .sidebar-body ul li:nth-child(3) p::before {
  background: #FFC10B;
  color: #fff;
}
.baise .jingxuan-body {
  width: 100%;
}
.baise .jingxuan-body a {
  color: #262626;
}
.baise .jingxuan-body a .item {
  width: 100%;
}
.baise .jingxuan-body a .item .img-box {
  height: 180px;
  width: 100%;
  border: 1px solid #ddd;
  margin-top: 30px;
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
}
.baise .jingxuan-body a .item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.baise .nav {
  display: flex;
  justify-content: center;
  height: 58px;
}
.baise .nav .bg {
  position: absolute;
  bottom: 10px;
  left: -100px;
}
.baise .nav .bg img {
  width: 120px;
  filter: brightness(10000%) saturate(0%);
  opacity: 0.2;
}
.baise .nav.sticky {
  position: sticky;
  width: 100%;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  z-index: 999;
  top: 0;
}
.baise .nav .list {
  display: flex;
  width: 80%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  line-height: 48px;
}
.baise .nav .list a {
  color: #000;
  box-sizing: border-box;
  border-bottom: 5px solid transparent; /* 默认状态：透明边框 */
}
.baise .nav .list a:hover {
  color: #fff;
  border-bottom: 5px solid #fff;
}
.baise .nav .list a.active {
  color: #fff;
  border-bottom: 5px solid #fff;
}
.baise .nav .list.lineList a {
  color: #000;
}
.baise .nav .list.lineList a:hover {
  color: #fff;
  border-bottom-color: #fff;
}
.baise .nav .list.lineList a.active {
  color: #fff;
  border-bottom-color: #fff;
}
.baise .super {
  background: #f7f7f7;
}
.baise .super .super-title {
  text-align: center;
}
.baise .super .super-title h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}
.baise .super .super-title h2 img {
  width: 20px;
  position: absolute;
  top: -12px;
  right: -22px;
}
.baise .super .super-title p {
  line-height: 28px;
  margin-bottom: 0;
  opacity: 0.5;
}
.baise .super .super-title p span {
  letter-spacing: 5px;
}
.baise .super .box {
  background: #fff;
  border-radius: 20px;
  padding: 10px 0px;
  text-align: center;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.14);
}
.baise .super .box .title {
  color: #000;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}
.baise .super .box .text {
  font-size: 12px;
  color: #999;
  line-height: 22px;
}
.baise .super .box .text p {
  font-size: 12px;
  color: #999;
  line-height: 22px;
  margin-bottom: 0;
  padding: 0;
}
.baise #detail {
  background: #f7f7f6;
}
.baise #detail .detail-title {
  text-align: center;
}
.baise #detail .detail-title h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  position: relative;
  display: inline-block;
}
.baise #detail .detail-title h2 img {
  width: 20px;
  position: absolute;
  top: -12px;
  right: -22px;
}
.baise #detail .detail-title p {
  line-height: 28px;
  margin-bottom: 0;
  opacity: 0.5;
}
.baise #detail .detail-title p span {
  letter-spacing: 5px;
}
.baise #detail .content {
  background: #FFFFFF;
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: 548px;
  width: 810px;
  max-width: 100%;
  padding: 30px 50px;
  position: relative;
}
.baise #detail .content .text p {
  margin-bottom: 0;
}
.baise #detail .content .text p span {
  display: inline-block;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}
.baise #detail .content .bottom-logo {
  display: flex;
  width: 240px;
  justify-content: center;
  text-align: center;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.baise #detail .content .bottom-logo .x-one {
  padding: 0 15px;
  width: 50%;
}
.baise #detail .content .bottom-logo .x-one img {
  width: 85px;
}
.baise #detail .content .bottom-logo .product {
  border-left: 1px solid #ddd;
  padding: 0 15px;
  font-family: MiSans;
  width: 50%;
}
.baise #detail .content .bottom-logo .product p {
  margin-top: 4px;
  line-height: 20px;
  margin-bottom: 0;
}
.baise #detail .content .bottom-logo .product img {
  width: 35px;
}
.baise #detail .detail-tags {
  width: 380px;
  height: 548px;
  background: #FFFFFF;
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 30px 20px;
}
.baise #detail .detail-tags .title {
  font-weight: bold;
  font-size: 19px;
  color: #262626;
  line-height: 30px;
}
.baise #detail .detail-tags .tagList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  overflow-y: auto;
  max-height: calc(100% - 30px);
  scrollbar-width: none; /* 隐藏滚动条 (Firefox) */
  -ms-overflow-style: none; /* 隐藏滚动条 (IE) */
}
.baise #detail .detail-tags .tagList::-webkit-scrollbar {
  display: none; /* 隐藏滚动条 */
}
.baise #detail .detail-tags .tagList .detail-tag {
  display: inline-block;
  background: #F4F4F4;
  border-radius: 5px;
  font-size: 15px;
  color: #262626;
  padding: 0 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.baise #price {
  position: relative;
  min-height: 700px;
}
.baise #price .bg {
  position: absolute;
  bottom: 0;
  right: 60px;
}
.baise #price .bg img {
  width: 200px;
}
.baise #price .price-title {
  text-align: center;
}
.baise #price .price-title h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  position: relative;
  display: inline-block;
}
.baise #price .price-title h2 img {
  width: 20px;
  position: absolute;
  top: -12px;
  right: -22px;
}
.baise #price .price-title p {
  line-height: 28px;
  margin-bottom: 0;
  opacity: 0.5;
}
.baise #price .price-title p span {
  letter-spacing: 5px;
}
.baise #price img {
  width: 100%;
}
.baise #price .content {
  width: 80%;
  margin: 0 auto;
}
.baise #price .content .text {
  background: #454545;
  border-radius: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 26px;
  color: #FFFFFF;
  margin: 0 auto;
  padding: 10px 0;
}
.baise #price .content .price-box {
  display: flex;
}
.baise #price .content .price-box .item {
  flex: 1;
  border: 1px solid #fff;
  border-radius: 0px 48px 48px 0px;
}
.baise #price .content .price-box .item .top {
  min-height: 82px;
  border-radius: 0px 48px 48px 48px;
  border: 2px solid #FFFFFF;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px 0;
}
.baise #price .content .price-box .item .top h2 {
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  width: 100%;
  margin-bottom: 0;
}
.baise #price .content .price-box .item .top p {
  margin-bottom: 0;
  font-size: 16px;
}
.baise #price .content .price-box .item .list {
  text-align: center;
  font-size: 20px;
}
.baise #price .content .price-box .item .list p {
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  line-height: 20px;
  margin-bottom: 0;
}
.baise #price .content .price-box .item.info {
  background: #FFECCC;
}
.baise #price .content .price-box .item.info .top {
  background: #fdab23;
}
.baise #price .content .price-box .item.primary {
  background: #daecff;
}
.baise #price .content .price-box .item.primary .top {
  background: #3394ff;
}
.baise #price .content .price-box .item.success {
  background: #c9efda;
}
.baise #price .content .price-box .item.success .top {
  background: #00cf5d;
}
.baise #price .content .price-box .item.danger {
  background: #ffe6e3;
}
.baise #price .content .price-box .item.danger .top {
  background: #fe533f;
}
.baise #news .news-title {
  text-align: center;
}
.baise #news .news-title h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  position: relative;
  display: inline-block;
}
.baise #news .news-title h2 img {
  width: 20px;
  position: absolute;
  top: -12px;
  right: -22px;
}
.baise #news .news-title p {
  line-height: 28px;
  margin-bottom: 0;
  opacity: 0.5;
}
.baise #news .news-title p span {
  letter-spacing: 5px;
}
.baise #news .list {
  height: 316px;
  overflow: hidden;
  padding-right: 80px;
}
.baise #news .list a {
  position: relative;
}
.baise #news .list a p {
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  margin-bottom: 8px;
  display: inline-flex;
  align-items: center;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.baise #news .list a p::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-right: 5px;
  background-color: #262626;
  border-radius: 50%;
}
.baise #news .list a p span {
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  opacity: 0.4;
}
.baise #news .more {
  cursor: pointer;
  margin: 80px auto 30px;
  width: 145px;
  padding: 2px 0;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #D2D2D2;
}
.baise #news .more.btnHidden {
  display: none;
  width: 0px;
  height: 0px;
  text-align: center;
}
.baise #news .more.btnShow {
  display: block;
}
.baise #youshi {
  position: relative;
  min-height: 1000px;
}
.baise #youshi .youshi-title {
  text-align: center;
}
.baise #youshi .youshi-title h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  position: relative;
  display: inline-block;
}
.baise #youshi .youshi-title h2 img {
  width: 20px;
  position: absolute;
  top: -12px;
  right: -22px;
}
.baise #youshi .youshi-title p {
  line-height: 28px;
  margin-bottom: 0;
  opacity: 0.5;
}
.baise #youshi .youshi-title p span {
  letter-spacing: 5px;
}
.baise #youshi .bg-box {
  background: #FFFFFF;
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.14);
  border-radius: 30px;
  height: 267px;
  display: flex;
  align-items: center;
  padding: 0 50px;
  margin-bottom: 40px;
  position: relative;
}
.baise #youshi .bg-box .bg-img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.baise #youshi .bg-box .text h2 {
  color: #196BEC;
  margin-bottom: 10px;
  font-size: 24px;
}
.baise #youshi .bg-box .text p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
}
.baise #youshi .bg {
  position: absolute;
  bottom: 0;
  left: 0;
}
.baise #youshi .bg img {
  width: 200px;
}
.baise #data {
  background: #f7f7f7;
}
.baise #data .data-title {
  text-align: center;
}
.baise #data .data-title h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  position: relative;
  display: inline-block;
}
.baise #data .data-title h2 img {
  width: 20px;
  position: absolute;
  top: -12px;
  right: -22px;
}
.baise #data .data-title p {
  line-height: 28px;
  margin-bottom: 0;
  opacity: 0.5;
}
.baise #data .data-title p span {
  letter-spacing: 5px;
}
.baise #data .country-item {
  background: #fff;
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: 750px;
  margin-top: 40px;
}
.baise #data .country-item .top {
  padding: 20px 10px;
  display: flex;
  justify-content: space-between;
}
.baise #data .country-item .top .form-select {
  padding: 5px;
  border-radius: 5px;
  margin-right: 10px;
}
.baise #data .country-item .table-container {
  height: 585px;
}
.baise #data .country-item .table-container .feature-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  table-layout: fixed;
  font-family: Arial, sans-serif;
  background: #fff;
  padding: 0 40px;
}
.baise #data .country-item .table-container .feature-table th, .baise #data .country-item .table-container .feature-table td {
  word-wrap: break-word;
}
.baise #data .country-item .table-container .feature-table thead th {
  background-color: #f5f5f7;
  color: #0c1923;
  padding: 10px 0;
  font-size: 18px;
  text-align: left;
  position: sticky; /* 使表头固定 */
  top: 0; /* 顶部对齐 */
}
.baise #data .country-item .table-container .feature-table thead th:nth-child(1) {
  text-align: center;
}
.baise #data .country-item .table-container .feature-table thead th:nth-child(4) {
  text-align: center;
}
.baise #data .country-item .table-container .feature-table thead th img {
  width: 30px;
}
.baise #data .country-item .table-container .feature-table tbody td {
  border-bottom: 1px solid #ddd;
  text-align: left;
  padding: 5px 0;
  height: 65px;
}
.baise #data .country-item .table-container .feature-table tbody td .country {
  display: flex;
  align-items: center;
}
.baise #data .country-item .table-container .feature-table tbody td .country .country_name {
  margin-left: 4px;
}
.baise #data .country-item .table-container .feature-table tbody td .country .country_name p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}
.baise #data .country-item .table-container .feature-table tbody td .country .country_name p:last-child {
  font-size: 12px;
  color: #999;
}
.baise #data .country-item .table-container .feature-table tbody td .country img {
  width: 40px;
  height: 27px;
  border: 1px solid #ddd;
  margin-right: 4px;
}
.baise #data .country-item .table-container .feature-table tbody td .success {
  margin: 0 auto;
  width: 70px;
  height: 24px;
  background: #e8fadd;
  color: #7ec949;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.baise #data .country-item .table-container .feature-table tbody td .success.danger {
  background: #fde2e2;
  color: #ff4d49;
}
.baise #data .country-item .table-container .feature-table tbody td .success.info {
  background: #fff3dd;
  color: #FDB528;
}
.baise #data .country-item .table-container .feature-table tbody td:nth-child(1) {
  text-align: center;
}
.baise #data .country-item .table-container .feature-table tbody td:nth-child(4) {
  text-align: center;
}
.baise #data .country-item .table-container .feature-table tbody th {
  background: #58585a !important;
  height: 30px;
  border-radius: 0 0 10px 10px;
  border-right: 1px solid #fff;
}
.baise #data .country-item .page {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  align-items: center;
}
.baise #data .country-item .page .tips {
  font-size: 12px;
  color: #999;
  line-height: 20px;
}
.baise #data .tableTop {
  width: 100%;
  height: 100px;
  padding: 20px 10px;
  background: #fff;
  margin-top: 30px;
  border-radius: 20px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
}
.baise #data .tableTop .item {
  width: 25%;
  border-right: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
.baise #data .tableTop .item:last-child {
  border-right: none;
}
.baise #data .tableTop .item .text {
  color: #262626;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.baise #data .tableTop .item .text div {
  width: 100%;
}
.baise #data .tableTop .item .text .num {
  font-size: 26px;
  line-height: 26px;
  font-weight: bold;
}
.baise #data .tableTop .item .text .tip {
  font-size: 14px;
  font-weight: 400;
  opacity: 0.7;
  line-height: 14px;
}
.baise #data .tableTop .item .icon {
  width: 36px;
  height: 36px;
  background: #f0eff0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.baise #data .tableTop .item .icon i {
  font-size: 22px;
  color: #000;
}
.baise #shiyong {
  background: url(/style/img/banner/shiyong.png) no-repeat;
  background-size: cover !important;
  height: 600px;
}
.baise #shiyong .bottom-logo {
  margin: 0 auto;
  display: flex;
  width: 240px;
  justify-content: center;
  text-align: center;
}
.baise #shiyong .bottom-logo .x-one {
  padding: 0 15px;
  width: 50%;
}
.baise #shiyong .bottom-logo .x-one img {
  width: 85px;
}
.baise #shiyong .bottom-logo .product {
  width: 50%;
  border-left: 1px solid #ddd;
  padding: 0 15px;
  font-family: MiSans;
}
.baise #shiyong .bottom-logo .product p {
  margin-top: 4px;
  line-height: 20px;
  margin-bottom: 0;
  font-weight: bold;
}
.baise #shiyong .bottom-logo .product img {
  width: 35px;
}
.baise #shiyong .title {
  margin: 30px auto;
  text-align: center;
  font-size: 32px;
  color: #222222;
  line-height: 34px;
}
.baise #shiyong .shiyong-btn {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.baise #shiyong .shiyong-btn .btn {
  color: #fff;
  background: #3782f1;
  border-radius: 10px;
  padding: 10px 36px;
}
.baise #shiyong .shiyong-btn .btn.ceshi {
  background: #fff;
  border: 1px solid #ddd;
  color: #222222;
  margin-left: 20px;
}
.baise #shiyong .shiyong-btn .btn.ceshi:hover {
  color: #fff;
  background: #3782f1;
}
.baise #shiyong .bottom {
  width: 225px;
  margin: 30px auto;
}
.baise #shiyong .bottom img {
  width: 100%;
  height: auto;
}
.baise #recommend .recommend-title {
  text-align: center;
}
.baise #recommend .recommend-title h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  position: relative;
  display: inline-block;
}
.baise #recommend .recommend-title h2 img {
  width: 20px;
  position: absolute;
  top: -12px;
  right: -22px;
}
.baise #recommend .recommend-title p {
  line-height: 28px;
  margin-bottom: 0;
  opacity: 0.5;
}
.baise #recommend .recommend-title p span {
  letter-spacing: 5px;
}
.baise #recommend .ad {
  width: 100%;
  background: transparent;
  margin-bottom: 20px;
  display: block;
}
.baise #recommend .ad img {
  width: 100%;
}

.top_div .logo img {
  height: 60%;
  display: inline-block;
}

.check {
  background: url(/style/img/banner/Anti-fake-bg.png) no-repeat;
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
}

select, input {
  outline-width: 0;
}

.c_div {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cheak_div {
  width: 960px;
  height: 480px;
  display: flex;
  justify-content: left;
  position: relative;
  padding: 0 20px;
}

.cheak_he {
  width: 382px;
  color: #2273ED;
  line-height: 26px;
  text-align: left;
  margin: 40px 0;
}
.cheak_he h2 {
  font-size: 36px;
  color: #2273ED;
}
.cheak_he span {
  width: 100%;
  display: block;
  font-size: 14px;
  text-align-last: justify;
  margin: auto;
}

.iput2_wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 30px;
  border-radius: 50px;
}
.iput2_wrap .btn {
  display: block;
  padding: 0 30px;
  height: 48px;
  background: #2273ED;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0 50px 50px 0;
  font-size: 18px;
  font-weight: normal;
}
.iput2_wrap .btn i {
  font-size: 18px;
}
.iput2_wrap a {
  background: #196BEC;
  color: #fff;
}
.iput2_wrap .iput2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
}
.iput2_wrap .iput2 .iput_divx {
  background: #fff;
  height: 48px;
  display: flex;
  width: 156px;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 50px 0 0 50px;
}
.iput2_wrap .iput2 .iput_divx select {
  font-size: 16px;
  border: 0;
  margin: 0 15px;
  text-align: center;
  background: #fff;
  color: #2273ED;
  display: none;
}
.iput2_wrap .iput2 .iput_divx .custom-select2 {
  position: absolute;
  display: inline-block;
  width: 100%;
  font-family: Arial, sans-serif;
}
.iput2_wrap .iput2 .iput_divx .custom-select2 .custom-select-trigger {
  background-color: #fff;
  color: #2273ED;
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 50px 0 0 50px;
  justify-content: space-between;
  font-size: 14px;
  user-select: none;
}
.iput2_wrap .iput2 .iput_divx .custom-select2 .custom-select-trigger .text {
  color: #2273ED;
  font-size: 16px;
}
.iput2_wrap .iput2 .iput_divx .custom-select2 .custom-options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #2273ED;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-height: 200px;
  overflow-y: auto;
  z-index: 10;
  display: none;
}
.iput2_wrap .iput2 .iput_divx .custom-select2 .custom-options .custom-option {
  padding: 10px 15px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.iput2_wrap .iput2 .iput_divx .custom-select2 .custom-options .custom-option:hover {
  background-color: #f0f0f0;
}
.iput2_wrap .iput2 .iput_divx .custom-select2 .custom-options .custom-option.selected {
  background-color: #2273ED;
  color: #fff;
  font-weight: bold;
}
.iput2_wrap .iput2 .iput_divx .custom-select2.open .custom-options {
  display: block;
}
.iput2_wrap .iput2 .iput_div3x {
  width: 300px;
  height: 48px;
}
.iput2_wrap .iput2 .iput_div3x input::placeholder {
  color: #196BEC;
  opacity: 0.8;
}
.iput2_wrap .iput2 .iput_div3x input::-webkit-input-placeholder {
  color: #196BEC;
  opacity: 0.8;
}
.iput2_wrap .iput2 .iput_div3x input::-moz-placeholder {
  color: #196BEC;
  opacity: 0.8;
}
.iput2_wrap .iput2 .iput_div3x input:-ms-input-placeholder {
  color: #196BEC;
  opacity: 0.8;
}
.iput2_wrap .iput2 .iput_div3x input::-ms-input-placeholder {
  color: #196BEC;
  opacity: 0.8;
}
.iput2_wrap .iput2 .input_textx {
  width: 100%;
  height: 100%;
  margin-top: 0px;
  font-size: 16px;
  color: #696969;
  border: 0px;
  border-bottom: 1px solid #ddd;
}
.iput2_wrap .iput2 .input_textx:focus {
  border-bottom: 1px solid #2273ED;
}
.iput2_wrap:last-child .iput2 .iput_divx .custom-select2 .custom-select-trigger {
  color: #A377D0;
}
.iput2_wrap:last-child .iput2 .iput_divx .custom-select2 .custom-select-trigger .text {
  color: #A377D0;
}
.iput2_wrap:last-child .iput2 .iput_divx .custom-select2 .custom-options {
  border: 1px solid #A377D0;
}
.iput2_wrap:last-child .iput2 .iput_divx .custom-select2 .custom-options .custom-option:hover {
  background-color: #f0f0f0;
}
.iput2_wrap:last-child .iput2 .iput_divx .custom-select2 .custom-options .custom-option.selected {
  background-color: #A377D0;
  color: #fff;
  font-weight: bold;
}
.iput2_wrap:last-child .iput2 .iput_div3x input::placeholder {
  color: #A377D0;
  opacity: 0.8;
}
.iput2_wrap:last-child .iput2 .iput_div3x input::-webkit-input-placeholder {
  color: #A377D0;
  opacity: 0.8;
}
.iput2_wrap:last-child .iput2 .iput_div3x input::-moz-placeholder {
  color: #A377D0;
  opacity: 0.8;
}
.iput2_wrap:last-child .iput2 .iput_div3x input:-ms-input-placeholder {
  color: #A377D0;
  opacity: 0.8;
}
.iput2_wrap:last-child .iput2 .iput_div3x input::-ms-input-placeholder {
  color: #A377D0;
  opacity: 0.8;
}
.iput2_wrap:last-child .iput2 .iput_div3x .input_textx:focus {
  border-bottom: 1px solid #A377D0;
}
.iput2_wrap:last-child .btn {
  background: #A377D0;
  border-color: #A377D0;
}
.iput2_wrap:last-child .btn::before {
  background: #a884ce;
}
.iput2_wrap:last-child .btn:hover {
  border-color: #A377D0;
  background: #A377D0 !important;
}
.iput2_wrap option {
  font-size: 15px;
  line-height: 15px;
}

.chayan_btn {
  margin: 13px 0px 0px -1px;
}

.fanhui {
  text-align: center;
  font-size: 14px;
  line-height: 34px;
  letter-spacing: 4px;
}
.fanhui a {
  border-bottom: 1px solid;
  color: #2173ff;
}

.iput_div3 {
  width: 210px;
  height: 48px;
}

.cy_dw {
  width: 100vw;
  height: 100vh;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  z-index: 9999;
}

.cy_jg {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cy_jg .cy_bg {
  background: #fff;
  width: 620px;
  height: 360px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.14);
  border-radius: 20px;
}
.cy_jg .cy_bg .cy_content {
  display: flex;
  align-content: space-between;
  padding: 60px 0;
  flex-wrap: wrap;
  height: 100%;
}
.cy_jg .cy_bg .cy_content div {
  width: 100%;
}
.cy_jg .cy_bg img {
  margin-top: 20px;
  width: 150px;
}
.cy_jg .cy_bg a {
  display: block;
  width: 140px;
  height: 44px;
  background: #4089f5;
  text-align: center;
  line-height: 44px;
  color: #fff;
  margin: 0 auto;
  border-radius: 50px;
}

option {
  display: block;
  width: 145px;
}

.tg-banner {
  height: 660px;
}
.tg-banner .page-title-content .h2 {
  color: #262626;
  line-height: 60px;
  font-size: 40px;
}
.tg-banner .page-title-content .h2 span {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}
.tg-banner .page-title-content .h5 {
  width: 50%;
  color: #626262;
  font-size: 18px;
  line-height: 26px;
  margin-left: 2px;
}
.tg-banner .page-title-content .tips {
  position: relative;
  background: #4C53B7;
  border-radius: 10px;
  padding: 5px 20px;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}
.tg-banner .page-title-content .tips::after {
  content: " ";
  position: absolute;
  bottom: -10px;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 0px solid transparent;
  border-top: 10px solid #4C53B7;
}
.tg-banner .page-title-content .icon {
  display: flex;
  width: 240px;
  justify-content: center;
  color: #fff;
  margin-top: 50px;
}
.tg-banner .page-title-content .icon div {
  height: 100%;
  text-align: center;
  width: 50%;
}
.tg-banner .page-title-content .icon div img {
  filter: brightness(0) invert(1);
}
.tg-banner .page-title-content .icon .x-one {
  padding: 0 15px;
}
.tg-banner .page-title-content .icon .x-one img {
  width: 85px;
}
.tg-banner .page-title-content .icon .product {
  border-left: 1px solid #ddd;
  padding: 0 15px;
  font-family: MiSans;
}
.tg-banner .page-title-content .icon .product p {
  margin-top: 4px;
  line-height: 20px;
  margin-bottom: 0;
}
.tg-banner .page-title-content .icon .product img {
  width: 35px;
}
.tg-banner .page-title-content .icon.lineIcon {
  color: #000;
}
.tg-banner .page-title-content .icon.lineIcon div img {
  filter: brightness(0%) saturate(0%);
}
.tg-banner .page-title-content .icon.lineIcon .product {
  border-left: 1px solid #000;
}

.post-details .details-content p {
  font-size: 16px !important;
  line-height: 2 !important;
  color: #696969;
}
.post-details .details-content h2 {
  font-size: 24px !important;
  line-height: 2.4 !important;
  font-weight: bold !important;
  margin-bottom: 0 !important;
}
.post-details .details-content h3 {
  font-size: 20px !important;
  line-height: 3 !important;
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.post-details .details-content img {
  padding: 30px 0;
}
.post-details .details-content li {
  list-style: decimal;
}

/*# sourceMappingURL=newStyle.css.map */
