@import "shortcodes.css";
@import "responsive.css";
@import "animate.css";
@import "textanimation.css";
@import "jquery.fancybox.min.css";
@import "font-awesome.css";
@import "binasea.css";
@import "swiper-bundle.min.css";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&amp;family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Lato:wght@100;300;400;700;900&amp;display=swap");
@import "bootstrap.css";
@import "base.css";
@import "chat.css";
@import "icons.min.css";
@import "../../../assets/css/footer.css";
/**
  	* Reset Browsers
    * General
	* Elements
  	* Forms
	* Typography
	* Extra classes
	* link style
	* Root
	* Header
	* Site Logo
    * Menu
    * Header Fixed
    * Pagination
    * Scroll Top
    * Footer
    * Widget
    * PreLoad
    * side bar
    * up load
    * heading 
    * hover 
*/
/* Reset Browsers
-------------------------------------------------------------- */
html,
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: var(--background-body);
  color: var(--primary-color);
  font-size: 16px;
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote,
q {
  quotes: none;
}

a img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
}

select {
  max-width: 100%;
}

/* General
-------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: auto;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

.text-p,
p {
  font-weight: 400;
}

strong,
b,
cite {
  font-weight: bold;
}

dfn,
cite,
em,
i,
blockquote {
  font-style: italic;
}

abbr,
acronym {
  border-bottom: 1px dotted #e0e0e0;
  cursor: help;
}

mark,
ins {
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

address {
  font-style: italic;
  margin: 0 0 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
  margin: 20px 0;
  padding: 4px 12px;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  overflow-x: auto;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  border-radius: 0;
  height: auto;
}

/* Elements
-------------------------------------------------------------- */
tml {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

hr {
  margin-bottom: 20px;
  border: dashed 1px #ccc;
}

/* List */
ul,
ol {
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

li {
  list-style: none;
}

ul li,
ol li {
  padding: 0.1em 0;
}

dl,
dd {
  margin: 0 0 20px;
}

dt {
  font-weight: bold;
}

del,
.disable {
  text-decoration: line-through;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* Table */
table,
th,
td {
  border: 1px solid #343444;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 30px;
  table-layout: fixed;
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 8px 12px;
}

/* Media */
embed,
object,
video {
  margin-bottom: 20px;
  max-width: 100%;
  vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
  margin-bottom: 0;
}

/* Forms
-------------------------------------------------------------- */
/* Fixes */
button,
input {
  line-height: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  vertical-align: baseline;
}

input,
textarea,
select {
  font-size: 14px;
  max-width: 100%;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  /* Removing the inner shadow on iOS inputs */
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  height: 138px;
  /* Improves readability and alignment in all browsers */
}

input[type=checkbox] {
  display: inline;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
  width: 14px;
  height: 14px;
  margin-right: 11px;
  cursor: pointer;
  vertical-align: sub;
  /* Addresses excess padding in IE8/9 */
}

input[type=search] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type=search]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Remove chrome yellow autofill */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset;
}

/* Reset search styling */
input[type=search] {
  outline: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/* Contact Form 7 */
.wpcf7-form select,
.wpcf7-form textarea,
.wpcf7-form input {
  margin-bottom: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
}

.select {
  position: relative;
  overflow: hidden;
}
.select ::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  font-size: 14px;
  right: 10px;
  font-weight: 600;
  color: #1F1F2C;
  display: block;
  position: absolute;
  background: 0 0;
  top: 50%;
  pointer-events: none;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

select option {
  font-size: 15px;
  line-height: 24px;
  color: #1F1F2C;
}

textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color] {
  border: 1px solid var(--primary-color21);
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  line-height: 26px;
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  background-color: transparent;
  color: #ffffff;
}

.is_light textarea,
.is_light input[type=text],
.is_light input[type=password],
.is_light input[type=datetime],
.is_light input[type=datetime-local],
.is_light input[type=date],
.is_light input[type=month],
.is_light input[type=time],
.is_light input[type=week],
.is_light input[type=number],
.is_light input[type=email],
.is_light input[type=url],
.is_light input[type=search],
.is_light input[type=tel],
.is_light input[type=color]{
  color: var(--primary-color5);
}


/* Input focus */
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus {
  border: 1px solid #8A8AA0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

textarea::placeholder,
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=time]::placeholder,
input[type=week]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=color]::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #ffffff;
}

.is_light textarea::placeholder,
.is_light input[type=text]::placeholder,
.is_light input[type=password]::placeholder,
.is_light input[type=datetime]::placeholder,
.is_light input[type=datetime-local]::placeholder,
.is_light input[type=date]::placeholder,
.is_light input[type=month]::placeholder,
.is_light input[type=time]::placeholder,
.is_light input[type=week]::placeholder,
.is_light input[type=number]::placeholder,
.is_light input[type=email]::placeholder,
.is_light input[type=url]::placeholder,
.is_light input[type=search]::placeholder,
.is_light input[type=tel]::placeholder,
.is_light input[type=color]::placeholder {
  color: #101010;
}



/* Button */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  background-color: #3749E9;
  color: #fff;
  border-radius: 50px;
  padding: 17px 50px;
  box-sizing: border-box;
  display: inline-block;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
button:focus, button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
  outline: 0;
  background: #3749E9;
  color: #fff;
}

/* Placeholder color */
::-webkit-input-placeholder {
  color: var(--primary-color2);
}

:-moz-placeholder {
  color: var(--primary-color2);
}

::-moz-placeholder {
  color: var(--primary-color2);
  opacity: 1;
}

.error {
  font-size: 16px;
  color: red;
  margin-bottom: 10px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

/* Since FF19 lowers the opacity of the placeholder by default */
:-ms-input-placeholder {
  color: var(--primary-color2);
}

/* Typography
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 70px;
  line-height: 80px;
}

h2 {
  font-size: 44px;
  line-height: 56px;
}

h3 {
  font-size: 40px;
  line-height: 56px;
}

h4 {
  font-size: 36px;
  line-height: 44px;
}

h5 {
  font-size: 30px;
  line-height: 42px;
}

h6 {
  font-size: 24px;
  line-height: 32px;
}

/* Extra classes
-------------------------------------------------------------- */
.msg-success {
  background: linear-gradient(to right, #E250E5, #4B50E6, #E250E5);
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: 700;
  background-size: 200% 200%;
  animation: rainbow 2s ease-in-out infinite;
  color: rgba(0, 0, 0, 0);
  transition: color 0.2s ease-in-out;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

label.error {
  color: red;
}

.swiper-button-prev,
.swiper-button-next {
  width: 33.3px;
  height: 33.3px;
  top: 53%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .swiper-button-prev,
.swiper-button-next {
    display: none;
  }
}

.swiper-button-next {
  right: -15px;
}

.swiper-button-prev {
  left: -15px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  width: 33.3px;
  height: 33.3px;
  background-color: #fff;
  color: #191820;
  border: 1.5px solid #E5E5E5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-next:after {
  content: "\f105";
}

.swiper-button-prev:after {
  content: "\f104";
}

.swiper-pagination-bullets {
  position: relative;
  margin-top: 13px;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  justify-items: center;
  padding-left: 15px;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 11px 0 5px;
  border: 1px solid var(--primary-color5);
  background: transparent;
  width: 8px;
  height: 8px;
  position: relative;
  opacity: 1;
}
.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: var(--primary-color5);
}
.swiper-pagination-bullets .swiper-pagination-bullet-active::before {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border-radius: 50%;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid var(--primary-color5);
  overflow: visible;
}

.tf-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 1440px;
  max-width: 100%;
}

.mb63 {
  margin-bottom: 63px;
}

.mb44 {
  margin-bottom: 44px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb30 {
  margin-bottom: 40px;
}

.mb28 {
  margin-bottom: 28px;
}

.mb26 {
  margin-bottom: 26px;
}

.mb23 {
  margin-bottom: 23px;
}

.mb22 {
  margin-bottom: 22px;
}

.mt17 {
  margin-top: 17px;
}

.mt12 {
  margin-top: 12px;
}

.mt10 {
  margin-top: 10px;
}

.mt8 {
  margin-top: 8px;
}

.mt6 {
  margin-top: 6px;
}

.pt10 {
  padding-top: 10px;
}

.visible {
  overflow: visible !important;
}

/* link style
-------------------------------------------------------------- */
a {
  text-decoration: none;
  color: var(--primary-color5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover, a:focus {
  color: var(--primary-color3);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@keyframes rainbow {
  0% {
    background-position: left;
  }
  50% {
    background-position: right;
  }
  100% {
    background-position: left;
  }
}
/* Root
-------------------------------------------------------------- */
:root {
  /* color */
  --background-body: #fff;
  --primary-color: #565660;
  --primary-color2: rgba(86, 86, 96, 0.6);
  --primary-color3: #3749E9;
  --primary-color4: #E5E5E5;
  --primary-color5: #191820;
  --primary-color6: #fff;
  --primary-color7: #565660;
  --primary-color8: #565660;
  --primary-color9: #F7F7F7;
  --primary-color10: #B9B8BB;
  --primary-color11: #F7F7F7;
  --primary-color12: rgba(229, 229, 229, 0.5);
  --primary-color13: rgba(55, 73, 233, 0.1);
  --primary-color14: #3749E9;
  --primary-color15: #E5E5E5;
  --primary-color16: #191820;
  --primary-color17: #E5E5E5;
  --primary-color18: #565660;
  --primary-color19: #565660;
  --primary-color20: #191820;
  --primary-color21: #E5E5E5;
  --primary-color22: #F7F7F7;
  --primary-color23: rgba(86, 86, 96, 0.8);
  --primary-color24: rgba(55, 73, 233, 0.1);
  --primary-color25: rgba(55, 73, 233, 0.1);
  --primary-color26: #48BC65;
  --primary-color27:#fff;
  --primary-color28:#B9B9BF;
  --primary-color29:#F7F7F7;
  --primary-color30:#565660;
  --primary-color31: #B9B8BB;
  --primary-color32: #CCD2E3;
  --primary-color33: #3749E9;
  --primary-color34: #B9B8BB;
  --primary-color35:rgba(55, 73, 233, 0.1);
  --primary-color36: #E5E5E5;
  --primary-color37: #191820;
  --primary-color38: #E5E5E5;
  --primary-color39:#F7F7F7;
  --primary-color40: rgba(55, 73, 233, 0.1);
  --primary-color41: #F7F7F7;
  --primary-color42: #CFDBD5;
  --primary-color43: #3749E9;
  --primary-color44: #fff;
  --primary-color45: rgba(55, 73, 233, 0.1);
  --primary-color46: rgba(86, 86, 96,0.1);
  --primary-color47: #E5E5E5;
  --primary-color48: #3749E9;
  --primary-color49: #BBBAC2;
  --primary-color50: linear-gradient(141.18deg, rgba(0, 0, 0, 0) -1.4%, rgba(0, 0, 0, 0.0568) -1.38%, rgba(0, 0, 0, 0.0096) 113.47%);
  --primary-color51:#B9B8BB;
  --primary-color52:transparent;
  --product-color1: #E33B3B;
  --product-color2: #E5E5E5;
  --product-color3: #B9B8BB;
  --product-color4: #fff;
  --product-color5: #B9B8BB;
  --product-color6: #E5E5E5;
  --product-color7: #fff;
  --product-color8: #fff;
  --product-color9: rgba(86, 86, 96, 0.8);
  --product-color10: transparent;
  --product-color11: #E5E5E5;
  --product-color12: #B9B9BF;
  --product-color13: #fff;
  --product-color14: #fff;
  --product-color15: #E5E5E5;
  --product-color16: transparent;
  --product-color17: transparent;
  --product-color18: #E5E5E5;
  --product-color19: rgba(55, 73, 233, 0.1);
}

.is_dark {
  --background-body: #191820;
  --primary-color: rgb(247, 247, 247,0.8);
  --primary-color2: #8A8AA0;
  --primary-color3: #3749E9;
  --primary-color4: #28303F;
  --primary-color5: #fff;
  --primary-color6: #1F1F2C;
  --primary-color7: #fff;
  --primary-color8: #B9B8BB;
  --primary-color9: rgba(86, 86, 96, 0.1);
  --primary-color10: #565660;
  --primary-color11: #28303F;
  --primary-color12: rgba(229, 229, 229, 0.5);
  --primary-color13: rgba(55, 73, 233, 0.2);
  --primary-color14: #fff;
  --primary-color15: #1F1F2C;
  --primary-color16: #F7F7F7;
  --primary-color17: rgba(40, 48, 63, 0.6);
  --primary-color18: #F7F7F7;
  --primary-color19: #EBEBEB;
  --primary-color20: #EBEBEB;
  --primary-color21: #28303F;
  --primary-color22: #1F1F2C;
  --primary-color23: #EBEBEB;
  --primary-color24: rgba(0, 0, 0, 0);
  --primary-color25: #3749E9;
  --primary-color26: #3749E9;
  --primary-color27:#2B3F6C;
  --primary-color28:#fff;
  --primary-color29:rgba(255, 255, 255, 0.3);
  --primary-color30:#A9A9C2;
  --primary-color31: #F7F7F7;
  --primary-color32: #565660;
  --primary-color33: #1F1F2C;
  --primary-color34: #28303F;
  --primary-color35:#1F1F2C;
  --primary-color36: #565660;
  --primary-color37: #B9B8BB;
  --primary-color38: #3749E9;
  --primary-color39:rgba(255, 255, 255, 0.1);
  --primary-color40: rgba(255, 255, 255, 0.1);
  --primary-color41: transparent;
  --primary-color42: #CFDBD5;
  --primary-color43: #565660;
  --primary-color44: rgba(255, 255, 255, 0.1);
  --primary-color45: rgba(235, 240, 240, 0.1);
  --primary-color46: #565660;
  --primary-color47: rgba(86, 86, 96, 0.2);
  --primary-color48: #555ABE;
  --primary-color49: #B9B8BB;
  --primary-color50: linear-gradient(141.18deg, rgba(0, 0, 0, 0) -1.4%, rgba(0, 0, 0, 0.0568) -1.38%, rgba(0, 0, 0, 0.0096) 113.47%);
  --primary-color51:#A9A9C2;
  --primary-color52:#3749E9;
  --product-color2: #B9B8BB;
  --product-color4: linear-gradient(156.67deg, rgba(112, 112, 114, 0.4) 0.07%, rgba(100, 97, 113, 0.148) 99.07%);
  --product-color5: #fff;
  --product-color6: #fff;
  --product-color8: #1F1F2C;
  --product-color9: rgba(255, 255, 255, 0.1);
  --product-color10: rgba(255, 255, 255, 0.1);
  --product-color11: #56566046;
  --product-color12: #B9B8BB;
  --product-color13: #292831;
  --product-color14: #565660;
  --product-color15: transparent;
  --product-color16: #3749E9;
  --product-color17: #1F1F2C;
  --product-color18: rgba(207, 219, 213, 0.15);
  --product-color19: rgba(255, 255, 255, 0.1);
}

#page {
  overflow: hidden;
}

/* Header
-------------------------------------------------------------- */
header {
  border-bottom: 1px solid var(--primary-color4);
  padding-right: 0 !important;
}
header #site-header-inner {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: left;
}
header #site-header-inner #site-logo {
  flex-shrink: 0;
  /* margin-right: 14.7%; */
}

header .header-center{
  margin-left: auto;
}

header #site-header-inner .main-nav {
  flex-shrink: 1;
}
header #site-header-inner .header-right {
  margin-left: auto;
  display: inline-flex;
}
header #site-header-inner .header-right .tf-button, header #site-header-inner .header-right .user, header #site-header-inner .header-right .mode-switch {
  margin-right: 8px;
}
header #site-header-inner .header-right .user, header #site-header-inner .header-right .mode-switch {
  width: 48px;
  height: 48px;
  line-height: 46px;
  text-align: center;
  background-color: var(--primary-color6);
  border: 1px solid var(--primary-color4);
  border-radius: 50%;
  display: inline-block;
}
header #site-header-inner .header-right .user {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
header #site-header-inner .header-right .user img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--primary-color6);
  border: 1px solid var(--primary-color4);
  box-sizing: border-box;
  object-fit: cover;
}
header #site-header-inner .header-right .mode-switch {
  margin-right: 0;
}
header #site-header-inner .header-right .tf-button {
  padding: 11px 35px 11px 37px;
  font-weight: 700;
  font-size: 16px;
}
header.absolute {
  position: absolute;
  width: 100%;
  border-bottom: none;
  z-index: 100;
}

/* Site Logo
-------------------------------------------------------------- */
/* Menu
-------------------------------------------------------------- */
/* Main Nav */
.main-nav ul {
  margin: 0px;
}
.main-nav ul li {
  position: relative;
  list-style: none;
}

.main-nav > ul > li {
  float: left;
  padding: 31px 30px 31px 13px;
}
.main-nav > ul > li > a {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  display: block;
  color: var(--primary-color5);
  padding-right: 15.5px;
}
.main-nav > ul > li > a:hover {
  color: var(--primary-color3);
}
.main-nav > .menu > li.menu-item-has-children > a::after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Sub Menu */
.main-nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background-color: var(--primary-color6);
  border: 1px solid var(--primary-color15);
  border-radius: 8px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
}
.main-nav .sub-menu .sub-menu {
  left: 105%;
  top: 0%;
  opacity: 0 !important;
  visibility: hidden;
}
.main-nav .sub-menu .sub-menu::before {
  display: none;
}
.main-nav .sub-menu li:not(:last-child) a {
  border-bottom: 1px solid var(--primary-color4);
}
.main-nav .sub-menu li a {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--primary-color5);
  padding: 10px 15px;
}
.main-nav .right-sub-menu {
  left: auto;
  right: 0;
}

.main-nav > ul > .current-menu-item .current-menu-item > a,
.main-nav > ul > .current-menu-item > a {
  color: var(--primary-color3);
}

.main-nav li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.main-nav li .sub-menu li:hover .sub-menu {
  opacity: 1 !important;
  visibility: visible;
}

.main-nav .sub-menu li.current-item a,
.main-nav .sub-menu li a:hover {
  color: var(--primary-color3);
}

.main-nav > ul > li .sub-menu li {
  position: relative;
}
.main-nav > ul > li .sub-menu li a {
  transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
}
.main-nav > ul > li .sub-menu li a:hover {
  padding-left: 35px;
}
.main-nav > ul > li .sub-menu li a:hover::after {
  width: 12px;
}
.main-nav > ul > li .sub-menu li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: var(--primary-color3);
  left: 15px;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-nav > ul > li .sub-menu li.current-item a {
  padding-left: 35px;
}
.main-nav > ul > li .sub-menu li.current-item a::after {
  width: 12px;
}

/* Mobile Menu */
.main-nav-mobi {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999999;
  background-color: var(--primary-color6);
}
.main-nav-mobi ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-nav-mobi ul li {
  margin: 0;
  text-align: left;
  cursor: pointer;
  padding: 0;
  border-top: 1px solid var(--primary-color4);
  position: relative;
}
.main-nav-mobi ul li:first-child {
  border-top: 0px;
}

.main-nav-mobi ul > li > a {
  color: var(--primary-color5);
  display: inline-block;
  font-size: 16px;
  line-height: 48px;
  padding: 0 15px;
  font-weight: 500;
}
.main-nav-mobi ul > li.current-menu-item > a {
  color: var(--primary-color3);
}
.main-nav-mobi .sub-menu .menu-item a {
  margin-left: 15px;
}

.main-nav-mobi ul li > ul > li:first-child {
  border-top: 1px solid rgba(138, 138, 160, 0.3);
}

.main-nav-mobi .current-item > a,
.main-nav-mobi ul > li > a:hover {
  color: var(--primary-color3);
}

.main-nav-mobi .menu-item-has-children .arrow {
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-family: "FontAwesome";
  line-height: 48px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 0;
  width: 48px;
}
.main-nav-mobi .menu-item-has-children .arrow::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  color: var(--primary-color2);
}

.main-nav-mobi .menu-item-has-children.current-menu-item .arrow:before {
  color: var(--primary-color3);
}

.main-nav-mobi .menu-item-has-children.current-menu-item .arrow:before {
  background: var(--primary-color3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-nav-mobi .menu-item-has-children .arrow.active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-nav-mobi .menu-item-has-children .arrow.active:before {
  content: "\f107";
}

.main-nav-mobi ul ul li {
  background-color: var(--primary-color6);
  border-top: 1px solid var(--primary-color4);
}

/* Mobile Menu Button */
.mobile-button {
  display: none;
  position: absolute;
  width: 26px;
  height: 26px;
  float: right;
  top: 50%;
  right: 15px;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mobile-button::before, .mobile-button::after,
.mobile-button span {
  background-color: var(--primary-color2);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.mobile-button::before, .mobile-button::after {
  content: "";
  position: absolute;
  top: 0;
  height: 3px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.mobile-button span {
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  top: 50%;
  overflow: hidden;
  text-indent: 200%;
}
.mobile-button::before {
  -webkit-transform: translate3d(0, -7px, 0);
  -moz-transform: translate3d(0, -7px, 0);
  transform: translate3d(0, -7px, 0);
}
.mobile-button::after {
  -webkit-transform: translate3d(0, 7px, 0);
  -moz-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0);
}
.mobile-button.active span {
  opacity: 0;
}
.mobile-button.active::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.mobile-button.active::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.tf-button-submit:hover {
  opacity: 0.9;
  color: #fff;
}

.is_dark .tf-button-submit:hover {
  color: #fff;
}

/* Header Fixed */
.header.is-fixed {
  position: fixed;
  top: -88px;
  left: 0;
  width: 100%;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  background: var(--background-body);
  border: none;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header.is-fixed.is-small {
  top: 0;
}

.popup-user {
  display: inline-block;
  cursor: pointer;
  margin-right: 8px;
  position: relative;
}
.popup-user .avatar {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.popup-user .avatar_popup {
  position: absolute;
  z-index: 100;
  right: 0;
  padding: 31px 20px;
  top: 100%;
  margin-top: 20px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--primary-color15);
  background: var(--primary-color6);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-1rem);
  transform: translateY(-1rem);
  font-size: 16px;
  width: 311px;
}
.popup-user .avatar_popup.visible {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.popup-user .avatar_popup h6 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
  color: var(--primary-color5);
}
.popup-user .avatar_popup .title {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 5px;
  color: var(--primary-color5);
}
.popup-user .avatar_popup .price {
  margin-bottom: 10px;
}
.popup-user .avatar_popup .price .style {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #5142FC;
}
.popup-user .avatar_popup .code {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 14px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--primary-color4);
}
.popup-user .avatar_popup .code p {
  font-size: 14px;
  line-height: 22px;
}
.popup-user .avatar_popup .code svg path {
  fill: var(--product-color5);
}
.popup-user .avatar_popup .links li {
  padding: 8px 0;
}
.popup-user .avatar_popup .links li:first-child {
  padding-top: 0;
}
.popup-user .avatar_popup .links li:last-child {
  padding-bottom: 0;
}
.popup-user .avatar_popup .links a {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: left;
}
.popup-user .avatar_popup .links a svg {
  margin-right: 13px;
}
.popup-user .avatar_popup .links a svg path {
  fill: var(--primary-color14);
}
.popup-user .avatar_popup .links a span {
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
}

/* Page Title  */
.tf-page-title {
  padding: 24px 0 0;
}
.tf-page-title.style-2 {
  padding: 24px 0 15px;
}
.tf-page-title .breadcrumbs {
  margin-bottom: 43px;
  width: 100%;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: left;
}
.tf-page-title .breadcrumbs li {
  font-weight: 700;
  display: inline-block;
  padding: 0 24px 0 0px;
  color: var(--primary-color3);
}
.tf-page-title .breadcrumbs li a {
  font-weight: 700;
  position: relative;
  color: var(--primary-color8);
  padding-right: 33px;
}
.tf-page-title .breadcrumbs li a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  color: #8A8AA0;
  right: 0;
}
.tf-page-title .page-title-heading {
  color: var(--primary-color5);
}
.tf-page-title.style-2 .breadcrumbs {
  margin-bottom: 0;
}

/* Pagination
-------------------------------------------------------------- */
.themesflat-pagination ul {
  margin-left: 2px;
  position: relative;
}
.themesflat-pagination ul li {
  display: inline-block;
  margin-right: 6.8px;
}
.themesflat-pagination ul li .page-numbers {
  display: inline-block;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  color: #706C83;
  background: var(--primary-color10);
  text-align: center;
  width: 50px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid var(--primary-color6);
  line-height: 40px;
  object-fit: cover;
}
.themesflat-pagination ul li .page-numbers:hover, .themesflat-pagination ul li .page-numbers.current {
  background-color: var(--primary-color3);
  color: #fff;
  border-color: var(--primary-color3);
}

/* Scroll Top
-------------------------------------------------------------- */
#scroll-top {
  position: fixed;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  text-align: center;
  z-index: 1;
  right: 14px;
  bottom: 23px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  overflow: hidden;
}
#scroll-top.show {
  right: 15px;
  opacity: 1;
  visibility: visible;
}
#scroll-top::before, #scroll-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#scroll-top::before {
  z-index: -1;
  background-color: var(--primary-color3);
}
#scroll-top::after {
  content: "\f077";
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
}
#scroll-top:hover {
  transform: translateY(-7%);
}

.is_dark #scroll-top::before {
  z-index: -1;
  background-color: #fff;
}
.is_dark #scroll-top::after {
  color: #5142FC;
}

/* Footer
-------------------------------------------------------------- */
.footer {
  padding: 80px 0;
  background-color: var(--primary-color9);
}
.footer .widget {
  margin-top: 60px;
}
.footer .widget.widget-infor {
  padding-right: 30%;
  margin-top: 0;
}
.footer .widget.widget-infor .logo {
  margin-bottom: 20px;
}
.footer .widget.widget-infor .content {
  margin-bottom: 23px;
  color: var(--primary-color8);
}
.footer .widget.widget-infor .social-item {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-bottom: 30px;
}
.footer .widget.widget-infor .social-item li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--primary-color11);
  border-radius: 8px;
  margin-right: 12px;
}
.footer .widget.widget-infor .social-item li:last-child {
  margin-right: 0;
}
.footer .widget.widget-infor .copy-right {
  color: var(--primary-color10);
  font-size: 14px;
  line-height: 22px;
}
.footer .widget.widget-menu {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.footer .widget.widget-menu .menu ul li {
  padding-bottom: 11px;
}
.footer .widget.widget-menu .menu ul li a {
  color: var(--primary-color8);
  font-size: 14px;
  line-height: 22px;
}
.footer .widget.widget-menu .menu ul li a:hover {
  color: var(--primary-color3);
}
.footer .widget.widget-menu .menu ul li:last-child {
  padding-bottom: 0;
}
.footer .widget.widget-menu .menu.menu-1 {
  margin-left: 15px;
}
.footer .widget.widget-menu .menu.menu-2 {
  margin-left: 100px;
}
.footer .widget.widget-menu .menu.menu-3 {
  margin-left: 160px;
}
.footer .widget.widget-menu .menu.menu-4 {
  margin-left: 63px;
}
.footer .widget.widget-subcribe {
  margin-left: 20px;
  margin-top: 62px;
}
.footer .widget.widget-subcribe .content {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 22px;
  color: var(--primary-color8);
  letter-spacing: -0.2px;
  padding-right: 5px;
}
.footer .widget.widget-subcribe #subscribe-form {
  position: relative;
}
.footer .widget.widget-subcribe #subscribe-form input {
  border: 1px solid var(--primary-color12);
  border-radius: 43px;
  width: 100%;
  padding: 12px 46px 12px 20px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 22px;
  color: var(--primary-color8);
}
.footer .widget.widget-subcribe #subscribe-form input::placeholder {
  font-size: 14px;
  color: var(--primary-color8);
}
.footer .widget.widget-subcribe #subscribe-form input:focus {
  border-color: var(--primary-color3);
}
.footer .widget.widget-subcribe #subscribe-form .tf-button {
  right: 0;
  position: absolute;
  height: 100%;
  width: 46px;
  padding: 0;
  background-color: #3749E9;
  border: 1px solid #3749E9;
  color: #fff;
  border-radius: 0px 40px 40px 0px;
}
.footer .widget .widget-title {
  font-size: 18px;
  line-height: 24px;
  color: var(--primary-color5);
  margin-bottom: 20px;
}

/* PreLoad
-------------------------------------------------------------- */
.preload {
  overflow: hidden;
}

.preload-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999999999;
  display: block;
  overflow: hidden;
}

.preload-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  z-index: 100;
  margin: -200px 0 0 -200px;
  background: #ffffff;
  background: url(../icon/preload.png) center center no-repeat;
  animation: preload 1s linear infinite alternate;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.tf-blog {
  padding: 28px 0 80px 0;
}
.tf-blog .tf-blog-item {
  box-sizing: border-box;
  padding: 24px 24px 32px 24px;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 30px;
  border: 1px solid #E5E5E5;
}
.tf-blog .tf-blog-item .image {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 28px;
}
.tf-blog .tf-blog-item .image img {
  width: 100%;
}
.tf-blog .tf-blog-item .title {
  margin-bottom: 20px;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: left;
  justify-content: space-between;
}
.tf-blog .tf-blog-item .title .tf-button {
  padding: 8px 9px;
  border-radius: 20px;
  background: #3749E9;
  color: #fff;
}
.tf-blog .tf-blog-item .content {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
}
.tf-blog .tf-blog-item .meta > span {
  margin-right: 26px;
  font-size: 18px;
  line-height: 26px;
}
.tf-blog .tf-blog-item .meta > span i {
  margin-right: 7px;
  color: var(--primary-color3);
}
.tf-blog .tf-blog-item .meta .admin i {
  font-size: 15px;
  margin-left: 2px;
}
.tf-blog .tf-blog-item.is_dark {
  background: linear-gradient(156.67deg, rgba(112, 112, 114, 0.1) 0.07%, rgba(100, 97, 113, 0.037) 99.07%);
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
}
.tf-blog .tf-blog-item.style-2 {
  padding: 24px 24px 30px 24px;
}
.tf-blog .tf-blog-item.style-2 .title {
  margin-bottom: 18px;
}
.tf-blog .tf-blog-item.style-2 .content {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}
.tf-blog .load-more {
  text-align: center;
  margin-top: 10px;
}
.tf-blog .load-more .tf-button {
  border-radius: 50px;
  font-size: 14px;
  padding: 10px 23px;
  background-color: var(--primary-color24);
  border: 1px solid var(--primary-color25);
  color: var(--primary-color14);
  font-weight: 700;
}
.tf-blog .load-more .tf-button:hover {
  background-color: #3749E9;
  border-color: #3749E9;
  color: #fff;
}
.tf-blog .load-more.style-2 {
  display: block;
  margin-top: 40px;
}
.tf-blog .main-content {
  margin-right: 50px;
}
.tf-blog .side-bar .widget {
  margin-bottom: 30px;
  padding: 24px;
  background-color: var(--primary-color6);
  border-radius: 16px;
  border: 1px solid var(--primary-color15);
}
.tf-blog .side-bar .widget .widget-title {
  padding: 16px;
  background-color: var(--primary-color13);
  color: var(--primary-color14);
  margin-bottom: 30px;
  border-radius: 12px;
}
.tf-blog .side-bar .widget:last-child {
  margin-bottom: 0;
}
.tf-blog .side-bar .widget.widget-category li {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  padding-bottom: 24px;
  padding-top: 24px;
  border-bottom: 1px solid var(--primary-color17);
}
.tf-blog .side-bar .widget.widget-category li span {
  margin-left: auto;
  color: var(--primary-color16);
  font-size: 18px;
  line-height: 26px;
}
.tf-blog .side-bar .widget.widget-category li a {
  font-size: 18px;
  line-height: 26px;
  color: var(--primary-color16);
}
.tf-blog .side-bar .widget.widget-category li a:hover {
  color: var(--primary-color3);
}
.tf-blog .side-bar .widget.widget-category li:first-child {
  padding-top: 0;
}
.tf-blog .side-bar .widget.widget-category li:last-child {
  padding-bottom: 0;
  border: none;
}
.tf-blog .side-bar .widget.widget-recent-post li {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  padding-bottom: 19px;
  padding-top: 19px;
  border-bottom: 1px solid var(--primary-color17);
}
.tf-blog .side-bar .widget.widget-recent-post li:first-child {
  padding-top: 0;
}
.tf-blog .side-bar .widget.widget-recent-post li:last-child {
  padding-bottom: 0;
  border: none;
}
.tf-blog .side-bar .widget.widget-recent-post li .post-img {
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 16px;
}
.tf-blog .side-bar .widget.widget-recent-post li .post-img img {
  border-radius: 8px;
}
.tf-blog .side-bar .widget.widget-recent-post li .post-content .title {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 8px;
}
.tf-blog .side-bar .widget.widget-recent-post li .post-content .title a {
  color: var(--primary-color16);
}
.tf-blog .side-bar .widget.widget-recent-post li .post-content .title a:hover {
  color: var(--primary-color3);
}
.tf-blog .side-bar .widget.widget-recent-post li .post-content .post-category {
  font-size: 14px;
  line-height: 22px;
  color: var(--primary-color8);
}
.tf-blog .side-bar .widget.widget-tag .widget-title {
  margin-bottom: 28px;
}
.tf-blog .side-bar .widget.widget-tag ul {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-right: -8px;
}
.tf-blog .side-bar .widget.widget-tag ul li {
  margin-right: 8px;
  margin-bottom: 11px;
}
.tf-blog .side-bar .widget.widget-tag ul li a {
  padding: 0 11px;
  border-radius: 20px;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color7);
  border: 1px solid var(--primary-color4);
  line-height: 35px;
  font-weight: 700;
}
.tf-blog .side-bar .widget.widget-tag ul li a:hover {
  background-color: var(--primary-color3);
  color: #fff;
}
.tf-blog .side-bar .widget.widget-tag ul li:nth-child(2) a {
  padding: 0 20px;
}
.tf-blog .side-bar .widget.widget-tag ul li:nth-child(3) a {
  padding: 0 20px;
}
.tf-blog .side-bar .widget.widget-tag ul li:nth-child(4) a {
  padding: 0 9px;
}
.tf-blog .side-bar .widget.widget-tag ul li:nth-child(5) a {
  padding: 0 19px;
}
.tf-blog .side-bar .widget.widget-tag ul li:nth-child(6) a {
  padding: 0 10px;
}
.tf-blog .side-bar .widget.widget-tag ul li:nth-child(7) a {
  padding: 0 20px;
}
.tf-blog .side-bar .widget.widget-tag ul li:nth-child(8) a {
  padding: 0 20px;
}
.tf-blog .side-bar .widget.widget-tag ul li:nth-child(9) {
  margin-right: 0;
}
.tf-blog .side-bar .widget.widget-tag ul li:nth-child(9) a {
  padding: 0 14px;
}

.is_dark .tf-blog-item {
  background: linear-gradient(156.67deg, rgba(112, 112, 114, 0.1) 0.07%, rgba(100, 97, 113, 0.037) 99.07%);
  border: 1px solid transparent;
}

.tf-blog-detail {
  padding: 28px 0 102px 0;
}

.detail-inner .content-top {
  text-align: center;
  margin-bottom: 24px;
}
.detail-inner .content-top .title {
  margin-bottom: 24px;
  color: var(--primary-color5);
  padding: 0 40px;
}
.detail-inner .content-top .author-infor {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.detail-inner .content-top .author-infor .image {
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0;
  margin-right: 12px;
}
.detail-inner .content-top .author-infor span, .detail-inner .content-top .author-infor a {
  margin-right: 5px;
}
.detail-inner .content-top .author-infor a {
  margin-right: 9px;
}
.detail-inner .content-top .author-infor .mr9 {
  margin-right: 9px;
}
.detail-inner .image {
  margin-bottom: 32px;
}
.detail-inner .image.style-2 {
  margin-right: -20px;
}
.detail-inner .image.style-2 img.mr20 {
  margin-right: 17px;
}
.detail-inner .content-inner {
  margin-bottom: 32px;
}
.detail-inner .content-inner .title {
  margin-bottom: 16px;
  color: var(--primary-color5);
}
.detail-inner .content-inner p {
  color: var(--primary-color18);
  font-size: 18px;
  line-height: 26px;
}
.detail-inner .content-bottom {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 38px;
  margin-top: -7px;
  border-bottom: 1px solid var(--primary-color21);
  margin-bottom: 40px;
}
.detail-inner .content-bottom .widget {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}
.detail-inner .content-bottom .widget .widget-title {
  font-size: 18px;
  line-height: 26px;
  margin-right: 14px;
  color: var(--primary-color5);
}
.detail-inner .content-bottom .widget ul {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.detail-inner .content-bottom .widget ul li {
  margin-right: 11px;
}
.detail-inner .content-bottom .widget ul li a {
  color: var(--primary-color19);
}
.detail-inner .content-bottom .widget ul li a:hover {
  color: var(--primary-color3);
}
.detail-inner .content-bottom .widget.widget-socical ul li:nth-child(2) a {
  font-size: 12px;
}
.detail-inner .content-bottom .widget.widget-tag ul li {
  margin-right: 0px;
}
.detail-inner .content-bottom .widget.widget-tag ul li a {
  margin-right: 4px;
  color: var(--primary-color20);
}
.detail-inner .content-bottom .widget.widget-tag ul li a:hover {
  color: var(--primary-color3);
}
.detail-inner .content-bottom .widget.widget-tag ul li:last-child a {
  margin-right: 0;
}
.detail-inner #comments .heading {
  margin-bottom: 24px;
}
.detail-inner #comments .comment-form fieldset {
  float: left;
  width: 50%;
  margin-bottom: 20px;
}
.detail-inner #comments .comment-form fieldset.name {
  padding-right: 10px;
}
.detail-inner #comments .comment-form fieldset.email {
  padding-left: 10px;
}
.detail-inner #comments .comment-form fieldset.message {
  width: 100%;
  margin-bottom: 23px;
}
.detail-inner #comments .comment-form .tf-button {
  border-radius: 50px;
  background-color: #3749E9;
  color: #fff;
  border: none;
  padding: 12px 26px;
}

.detail-wrap {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.detail-wrap .detail-inner {
  width: 74.47%;
  padding-right: 60px;
}
.detail-wrap .detail-inner .content-top {
  text-align: left;
  margin-bottom: 30px;
}
.detail-wrap .detail-inner .content-top .title {
  padding: 0 0 23px 0;
  margin-bottom: 17px;
  border-bottom: 1px solid var(--primary-color21);
}
.detail-wrap .detail-inner .content-top .meta-blog {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}
.detail-wrap .detail-inner .content-top .meta-blog .meta.meta-right {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}
.detail-wrap .detail-inner .content-top .meta-blog .meta.meta-right .meta-inner:first-child {
  padding-right: 24px;
  border-right: 1px solid var(--primary-color3);
}
.detail-wrap .detail-inner .content-top .meta-blog .meta.meta-right .meta-inner:last-child {
  padding-left: 23px;
}
.detail-wrap .detail-inner .content-top .meta-blog .meta h6 {
  font-size: 16px;
  line-height: 24px;
  color: var(--primary-color20);
}
.detail-wrap .detail-inner .content-top .meta-blog .meta p {
  color: var(--primary-color8);
  font-size: 12px;
  line-height: 20px;
}
.detail-wrap .detail-inner .content-bottom {
  margin-top: -6px;
  padding-bottom: 40px;
}
.detail-wrap .side-bar {
  width: 25.53%;
}
.detail-wrap .side-bar .widget {
  padding: 0;
  background-color: transparent;
  border: none;
  margin-bottom: 36px;
}
.detail-wrap .side-bar .widget .widget-title {
  background-color: transparent;
  padding: 0;
  color: var(--primary-color5);
  margin-bottom: 23px;
}
.detail-wrap .side-bar .widget.widget-recent-post li {
  align-items: center;
  background-color: var(--primary-color22);
  padding: 10px;
  border-bottom: none;
  margin-bottom: 12px;
  border-radius: 8px;
}
.detail-wrap .side-bar .widget.widget-recent-post li:first-child {
  padding-top: 8px;
}
.detail-wrap .side-bar .widget.widget-recent-post li:last-child {
  margin-bottom: 0;
  padding-bottom: 12px;
}
.detail-wrap .side-bar .widget.widget-recent-post li .post-img {
  flex-shrink: 0;
  margin-right: 13px;
}
.detail-wrap .side-bar .widget.widget-recent-post li .post-content {
  width: 86%;
}
.detail-wrap .side-bar .widget.widget-recent-post li .post-content .title {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 4px;
}
.detail-wrap .side-bar .widget.widget-recent-post li .post-content .post-meta {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}
.detail-wrap .side-bar .widget.widget-recent-post li .post-content .post-meta span {
  font-size: 12px;
  line-height: 20px;
  color: var(--primary-color23);
}
.detail-wrap .side-bar .widget.widget-tag .widget-title {
  margin-bottom: 24px;
}
.detail-wrap .side-bar .widget.widget-tag ul li a {
  font-size: 14px;
  line-height: 34px;
  font-weight: 400;
  padding: 0 12px;
  background-color: var(--primary-color22);
  border: none;
}
.detail-wrap .side-bar .widget.widget-tag ul li:nth-child(2) a, .detail-wrap .side-bar .widget.widget-tag ul li:nth-child(3) a {
  padding: 0 20px;
}
.detail-wrap .side-bar .widget.widget-tag ul li:nth-child(4) a {
  padding: 0 10px;
}
.detail-wrap .side-bar .widget.widget-tag ul li:nth-child(9) a {
  padding: 0 18px;
}
.detail-wrap .side-bar .widget.widget-tag ul li:nth-child(6) a {
  padding: 0 12px;
}

.button-slide-home-3-next,
.button-slide-home-3-prev {
  top: 38%;
}
@media only screen and (max-width: 1200px) {
  .button-slide-home-3-next,
.button-slide-home-3-prev {
    display: none;
  }
}

.button-slide-home-3-next.swiper-button-disabled,
.button-slide-home-3-prev.swiper-button-disabled {
  opacity: 1;
  pointer-events: visible;
  cursor: pointer;
}

.button-slide-home-3-next {
  right: 15px;
}

.button-slide-home-3-prev {
  left: 15px;
}

/*# sourceMappingURL=style.css.map */
.index-4-box-item{
  padding: 30px;
  border-radius: 20px;
  background-color: rgba(58, 57, 63, 1);
}

.index-4-box-item img{
  width: 90px;
  height: 90px;
}

.header-user-menu:hover .sub-menu{
  display: block!important;
  opacity: 1!important;
  overflow: auto!important;
  visibility: inherit;
}

.header-user-menu .sub-menu li a:hover::after {
  width: 12px;
}

.header-user-menu .sub-menu li a:hover {
  padding-left: 30px!important;
  box-sizing: border-box;
}

.header-user-menu .sub-menu li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: var(--primary-color3);
  left: 15px;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.is_light .index-grxx{
  background-color: #fff!important;
  box-shadow: 0px 7px 40px rgba(5, 34, 52, 0.06);
}

.is_light .index-grxx .colorffffff{
  color: #101010!important;
}


.is_light .index-llrk{
  background-color: #fff!important;
  box-shadow: 0px 7px 40px rgba(5, 34, 52, 0.06);
}

.is_light .index-llrk .colorffffff{
  color: #101010!important;
}

.is_light .index-4-box-item {
  background-color: #fff!important;
  box-shadow: 0px 7px 40px rgba(5, 34, 52, 0.06);
}

.is_light .index-4-box-item .colorffffff{
  color: #101010!important;
}

.is_light .index-zpzs-item{
  background-color: #fff!important;
  box-shadow: 0px 7px 40px rgba(5, 34, 52, 0.06);
}

.is_light .index-zpzs-item .colorffffff{
  color: #101010!important;
}


/* 更新日志 */
   /* 时间线布局样式 */
   .changelog-wrapper {
    display: flex;
    margin-top: 30px;
    position: relative;
}

.timeline-nav {
    position: sticky;
    flex: 0 0 250px;
    top: 100px;
    height: calc(100vh - 150px);
    overflow-y: auto;
    padding-right: 20px;
}

.timeline-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.timeline-nav li {
    margin-bottom: 15px;
}

.timeline-nav a {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
}

.timeline-nav a:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #5e35b1;
    margin-right: 12px;
}

.timeline-nav a:hover, 
.timeline-nav a.active {
    color: #fff;
    background-color: rgba(94, 53, 177, 0.2);
}

.timeline-nav a.active:before {
    background-color: #ff8a65;
    box-shadow: 0 0 8px #ff8a65;
}

.timeline-content-container {
    flex: 1;
}

.timeline-content-item {
    background-color: rgba(53, 29, 80, 0.3);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 12px;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 30px;
}

/* 页面标题样式 */
.page-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #fff;
}

/* 头部卡片样式 */
.changelog-header {
  background: linear-gradient(110.83deg, #570F70 12.82%, #12156C 120.34%);
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.changelog-header::after {
  content: "";
  position: absolute;
  height: 250%;
  width: 287px;
  background: rgba(255, 255, 255, 0.03);
  transform: translate(0, -50%) rotate(36.97deg);
  right: 11.5%;
  top: 50%;
}

.changelog-header-content {
    flex: 1;
}

.changelog-header h2 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 15px;
}

.version-count {
    display: inline-flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 15px;
}

.version-count img {
    margin-right: 8px;
}

.changelog-header p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.6;
}

.rocket-image {
    width: 150px;
    height: auto;
    margin-right: 200px;
    object-fit: contain;
}

/* 功能区域样式 */
.timeline-title {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}

.feature-section {
    margin-bottom: 25px;
    padding: 15px;
    border-radius: 10px;
}

.new-feature {
    background-color: rgba(94, 53, 177, 0.15);
}

.improved-feature {
    background-color: rgba(233, 30, 99, 0.15);
}

.feature-section-title {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
}

.feature-icon {
    margin-right: 10px;
    font-size: 20px;
}

.feature-list {
    list-style: none;
    padding-left: 20px;
    margin: 0;
}

.feature-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
}

.feature-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
    .changelog-wrapper {
        flex-direction: column;
    }
    
    .timeline-nav {
        flex: none;
        position: relative;
        top: 0;
        height: auto;
        margin-bottom: 30px;
        padding-right: 0;
    }
    
    .timeline-nav ul {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 10px;
    }
    
    .timeline-nav li {
        margin-right: 15px;
        margin-bottom: 0;
    }
    
    .changelog-header {
        flex-direction: column;
        text-align: center;
    }
    
    .rocket-image {
        margin-top: 20px;
        width: 100px;
    }
}

/* 白色主题下的模糊光球样式 */
.is_light .blur-orbs {
    opacity: 0.8;
}

.is_light .blur-orb.orb1 {
    background: #ff8a65;
    opacity: 0.08;
}

.is_light .blur-orb.orb2 {
    background: #5e35b1;
    opacity: 0.08;
}

.is_light .blur-orb.orb3 {
    background: #4a90e2;
    opacity: 0.07;
}

/* 白色主题下的页面标题 */
.is_light .page-title {
    color: #333;
}

/* 白色主题下的头部卡片 */
.is_light .changelog-header {
    background: linear-gradient(135deg, #6a3de8 0%, #5e72eb 100%);
    box-shadow: 0 10px 20px rgba(94, 53, 177, 0.1);
}

/* 白色主题下的时间线导航 */
.is_light .timeline-nav a {
    color: rgba(51, 51, 51, 0.8);
}

.is_light .timeline-nav a:before {
    background-color: #5e35b1;
}

.is_light .timeline-nav a:hover, 
.is_light .timeline-nav a.active {
    color: #333;
    background-color: rgba(94, 53, 177, 0.1);
}

.is_light .timeline-nav a.active:before {
    background-color: #ff8a65;
    box-shadow: 0 0 8px #ff8a65;
}

/* 白色主题下的内容项 */
.is_light .timeline-content-item {
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    color: #333;
}

/* 白色主题下的时间线标题 */
.is_light .timeline-title {
    color: #333;
}

/* 白色主题下的新功能区域 */
.is_light .new-feature {
    background-color: rgba(94, 53, 177, 0.08);
}

/* 白色主题下的功能优化区域 */
.is_light .improved-feature {
    background-color: rgba(233, 30, 99, 0.08);
}

/* 白色主题下的功能标题 */
.is_light .feature-section-title {
    color: #333;
}

/* 白色主题下的功能列表项 */
.is_light .feature-list li {
    color: rgba(51, 51, 51, 0.9);
}

.is_light .feature-list li:before {
    background-color: rgba(51, 51, 51, 0.3);
}

/* 白色主题下的版本计数器 */
.is_light .version-count {
    background-color: rgba(255, 255, 255, 0.3);
}


/* 分割线--------------------------------------------------- */
    /* 价格方案布局样式 */
    .pricing-header {
      text-align: center;
      margin-bottom: 50px;
  }
  
  .pricing-header h2 {
      font-size: 36px;
      font-weight: 700;
      margin-bottom: 20px;
      color: #fff;
  }
  
  .is_light .pricing-header h2 {
      color: #333;
  }
  
  .pricing-header p {
      font-size: 16px;
      color: #ffffff;
      max-width: 800px;
      margin: 0 auto;
  }
  
  .is_light .pricing-header p {
      color: rgba(0, 0, 0, 0.7);
  }
  
  .pricing-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-bottom: 50px;
  }
  
  .pricing-card {
      background: #1a1a2e;
      border-radius: 8px;
      padding: 30px;
      transition: all 0.3s ease;
      position: relative;
  }
  
  .pricing-card.featured {
      position: relative;
  }

  .featured-badge {
      position: absolute;
      top: -10px;
      right: 20px;
      background: linear-gradient(45deg, #ff6b35, #f7931e);
      color: #fff;
      padding: 8px 16px;
      border-radius: 20px;
      font-size: 12px;
      font-weight: 600;
      transform: rotate(15deg);
      box-shadow: 0 3px 10px rgba(255, 107, 53, 0.3);
  }
  
  .pricing-card:hover{
    border: 2px solid #4657ff!important;
    box-shadow: 0 0 20px rgba(70, 87, 255, 0.1);
    z-index: 2;
    transform: translateY(-30px);
  }

  .is_light .pricing-card {
      background: #f8f9fa;
      border: 2px solid rgba(0, 0, 0, 0.05);
  }
  
  .is_light .pricing-card.featured {
      border: 2px solid #4657ff;
  }
  
  .plan-icon {
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 8px;
      margin-bottom: 16px;
  }
  
  .plan-icon img {
      width: 100%;
      height: 100%;
  }
  
  
  .plan-name {
      font-size: 20px;
      font-weight: 700;
      color: #fff;
  }
  
  .is_light .plan-name {
      color: #333;
  }
  
  .plan-description {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.7);
      margin-bottom: 26px;
  }
  
  .is_light .plan-description {
      color: rgba(0, 0, 0, 0.6);
  }
  
  .plan-price {
      font-size: 32px;
      font-weight: 700;
      color: #fff;
      margin-bottom: 24px;
  }
  
  .is_light .plan-price {
      color: #333;
  }
  
  .plan-price .currency {
      font-size: 24px;
      font-weight: 400;
      margin-right: 4px;
  }
  
  .plan-price .period {
      font-size: 16px;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.6);
  }
  
  .is_light .plan-price .period {
      color: rgba(0, 0, 0, 0.5);
  }
  
  .upgrade-btn {
      display: block;
      background: #4657ff;
      color: #fff;
      text-align: center;
      padding: 12px 20px;
      border-radius: 6px;
      margin-bottom: 10px;
      font-weight: 600;
      transition: all 0.3s;
  }
  
  .upgrade-btn:hover {
      background: #3445e5;
      transform: translateY(-2px);
      color: #ffffff;
  }
  
  .compare-link {
      display: block;
      text-align: center;
      color: rgba(255, 255, 255, 0.7);
      margin-bottom: 24px;
      font-size: 14px;
      text-decoration: underline;
  }
  
  .is_light .compare-link {
      color: rgba(0, 0, 0, 0.6);
  }
  
  .compare-link:hover {
      color: #4657ff;
  }
  
  .plan-features-box {
      background-color: rgba(55, 73, 233, 0.1);
      border-radius: 6px;
      padding: 15px;
      margin-bottom: 20px;
      font-size: 13px;
      color: #ffffff;
      line-height: 1.6;
      border-left: 3px solid #4657ff;
  }
  
  .is_light .plan-features-box {
      background: rgba(0, 0, 0, 0.05);
      color: rgba(0, 0, 0, 0.7);
  }

  .is_light .colorffffff{
      color: #101010;
  }
  
  .plan-features-title {
      position: relative;
      font-weight: 600;
      margin-bottom: 15px;
      font-size: 16px;
      color: #F7F7F7;
      text-align: center;
  }

  .plan-features-title::after{
      position: absolute;
      content: "";
      left: 0;
      bottom: 11px;
      display: block;
      width: 43%;
      height: 1px;
      background: #28303F;
  }

  .plan-features-title::before{
      position: absolute;
      content: "";
      right: 0;
      bottom: 11px;
      display: block;
      width: 43%;
      height: 1px;
      background: #28303F;
  }
  
  .is_light .plan-features-title {
      color: #333;
  }
  
  .features-list {
      margin: 0;
      padding: 0;
      list-style: none;
  }
  
  .features-list li {
      display: flex;
      align-items: center;
      margin-bottom: 12px;
      color: #ffffff;
      font-size: 16px;
  }

  .features-list li img{
      width: 28px;
      height: 28px;
      margin-right: 10px;
  }
  
  .is_light .features-list li {
      color: rgba(0, 0, 0, 0.7);
  }
  

  
  /* 免费体验版区域 */
  .free-trial {
      background: #1a1a2e;
      border-radius: 8px;
      padding: 30px;
      margin-bottom: 50px;
  }
  
  .is_light .free-trial {
      background: #f8f9fa;
      border: 1px solid rgba(0, 0, 0, 0.05);
  }
  
  .free-trial-title {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 15px;
      color: #fff;
  }
  
  .is_light .free-trial-title {
      color: #333;
  }
  
  .free-trial-description {
      color: #B9B8BB;
      margin-bottom: 20px;
      font-size: 14px;
  }
  
  .is_light .free-trial-description {
      color: rgba(0, 0, 0, 0.7);
  }
  

  .free-trial-feature {
      display: flex;
      align-items: center;
      color: #ffffff;
      font-size: 16px;
      margin-bottom: 10px;
  }

  .free-trial-feature img{
      width: 28px;
      height: 28px;
      margin-right: 10px;
  }
  
  .is_light .free-trial-feature {
      color: rgba(0, 0, 0, 0.7);
  }
  
  .free-feature-column {
      width: 100%;
  }
  
  
  .free-trial-actions .upgrade-btn {
      margin-bottom: 0;
  }
  
  .free-trial-actions .compare-link {
      margin: 0;
      padding: 12px 0;
  }
  
  @media (max-width: 991px) {
      .pricing-container {
          grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      }
  }
  
  @media (max-width: 767px) {
      .pricing-container {
          grid-template-columns: 1fr;
          max-width: 400px;
          margin-left: auto;
          margin-right: auto;
      }
      
      .free-trial-features {
          grid-template-columns: 1fr;
      }
  }

  /* 会员方案对比表样式 */

  .comparison-title, .rules-title {
      text-align: center;
      font-size: 28px;
      font-weight: 600;
      color: #fff;
      margin-bottom: 30px;
  }

  .is_light .comparison-title, .is_light .rules-title {
      color: #333;
  }

  /* 表格容器 */
  .comparison-table-wrapper {
      width: 100%;
      margin-bottom: 50px;
  }

  .comparison-table {
      width: 100%;
      border-collapse: collapse;
      text-align: center;
      border: none;
  }

  .comparison-table thead th {
      background: none;
      z-index: 10;
      text-align: center;
      padding: 15px 10px;
      color: #fff;
      font-weight: 600;
      border: none;
      border-bottom: 1px solid rgba(40, 48, 63, 1);
      border-left: none;
  }

  .is_light .comparison-table thead th {
      color: #333;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .comparison-table thead th:first-child {
      text-align: left;
      padding-left: 0;
      width: 30%;
  }

  .comparison-table tbody td {
      padding: 12px 10px;
      color: #ffffff;
      border: none;
      vertical-align: middle;
      text-align: center;
  }

  .is_light .comparison-table tbody td {
      color: rgba(0, 0, 0, 0.7);
  }

  .comparison-table tbody td:first-child {
      text-align: left;
      padding-left: 0;
  }

  /* 图标样式 */
  .feature-icon{
      text-align: center;
  }
  
  .feature-icon img {
      object-fit: contain;
      width: 24px;
      margin: 0 auto;
  }

  .category-heading td {
      font-weight: 600;
      color: #fff;
      padding: 20px 0 10px 0;
      text-align: left;
  }

  .is_light .category-heading td {
      color: #333;
  }

  /* 会员充值说明样式 */
  .membership-rules-section {
      padding-top: 0;
      padding-bottom: 60px;
  }

  .rules-title {
      margin-bottom: 20px;
  }

  .rules-container {
      margin: 0 auto;
  }

  .rules-list {
      color: #ffffff;
  }

  .is_light .rules-list {
      color: rgba(0, 0, 0, 0.7);
  }

  .rules-list li {
      margin-bottom: 15px;
      line-height: 1.5;
  }

  /* 响应式设计 */
  @media (max-width: 768px) {
      .comparison-title, .rules-title {
          font-size: 24px;
      }
      
      .comparison-table th,
      .comparison-table td {
          padding: 10px 5px;
      }
      
      .comparison-table th:first-child,
      .comparison-table td:first-child {
          min-width: 160px;
      }
  }

  .comparison-table thead tr:first-child{
      position: sticky;
      top: 88px;
      background: #191820;
      z-index: 10;
  }

  .is_light .comparison-table thead tr:first-child{
      background: #f8f9fa;
  }

  .comparison-table tbody{
      overflow-y: visible;
  }
  .category-heading{
      font-size: 20px;
  }

  /* 注册登录 */
  .tf-login .form-tab{
    padding-bottom: 10px;
    border-bottom: 1px solid var(--primary-color4);
    box-sizing: border-box;
  }

  .tf-login .form-tab .form-tab-item{
    position: relative;
    cursor: pointer;
    margin: 0 20px;
  }

  .tf-login .form-tab .form-tab-item.active{
    color: #ffffff;
    font-weight: 600;
  }

  .is_light .tf-login .form-tab .form-tab-item.active{
    color: #333;
  }

  .tf-login .form-tab .form-tab-item.active::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #6F66EE;
    bottom: -10px;
    
  }

  .tf-login .send-code{
    height: 45px;
    width: 111px;
    border-radius: 5px;
    background-color: #3749e9;
    border-color: #3749e9;
  }

  /* 文件上传拖拽区域样式 */
  .file-upload-section {
    padding: 80px 0;
    background-color: var(--background-body);
  }

  .upload-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 500px;
    position: relative;
  }

  .upload-circle {
    position: relative;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(72, 188, 101, 0.1) 0%, rgba(72, 188, 101, 0.05) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .upload-circle:hover {
    background: linear-gradient(135deg, rgba(72, 188, 101, 0.15) 0%, rgba(72, 188, 101, 0.08) 100%);
    transform: scale(1.02);
  }

  .upload-circle.dragover {
    background: linear-gradient(135deg, rgba(72, 188, 101, 0.2) 0%, rgba(72, 188, 101, 0.1) 100%);
    transform: scale(1.05);
  }

  /* 旋转的圆点 */
  .rotating-dots {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: rotate 20s linear infinite;
  }

  .dot {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #48BC65;
  }

  .dot:nth-child(1) {
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: #48BC65;
  }

  .dot:nth-child(2) {
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: #5DADE2;
  }

  .dot:nth-child(3) {
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: #F39C12;
  }

  .dot:nth-child(4) {
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background: #E74C3C;
  }

  .dot:nth-child(5) {
    top: 25%;
    right: 25%;
    background: #9B59B6;
  }

  .dot:nth-child(6) {
    bottom: 25%;
    left: 25%;
    background: #1ABC9C;
  }

  @keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
  }

  /* 上传图标 */
  .upload-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #48BC65 0%, #2E8B57 100%);
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    box-shadow: 0 8px 25px rgba(72, 188, 101, 0.3);
  }

  .upload-icon svg {
    width: 40px;
    height: 40px;
    fill: white;
  }

  /* 上传文本 */
  .upload-text {
    text-align: center;
    margin-bottom: 30px;
  }

  .upload-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color5);
    margin-bottom: 8px;
  }

  .upload-subtitle {
    font-size: 14px;
    color: var(--primary-color8);
  }

  .is_light .upload-title {
    color: #333;
  }

  .is_light .upload-subtitle {
    color: rgba(0, 0, 0, 0.6);
  }

  /* 选择文件按钮 */
  .upload-btn {
    background: #191820;
    color: #fff;
    padding: 12px 30px;
    border-radius: 8px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .upload-btn:hover {
    background: #333;
    transform: translateY(-2px);
  }

  .is_light .upload-btn {
    background: #333;
  }

  .is_light .upload-btn:hover {
    background: #555;
  }

  /* 隐藏的文件输入 */
  .file-input {
    display: none;
  }

  /* 拖拽状态 */
  .upload-circle.drag-enter {
    border: 2px dashed #48BC65;
    background: linear-gradient(135deg, rgba(72, 188, 101, 0.2) 0%, rgba(72, 188, 101, 0.1) 100%);
  }

  /* 响应式设计 */
  @media (max-width: 768px) {
    .upload-circle {
        width: 320px;
        height: 320px;
    }
    
    .upload-icon {
        width: 60px;
        height: 60px;
    }
    
    .upload-icon svg {
        width: 30px;
        height: 30px;
    }
    
    .upload-title {
        font-size: 18px;
    }
  }

  @media (max-width: 480px) {
    .upload-circle {
        width: 280px;
        height: 280px;
    }
    
    .file-upload-section {
        padding: 60px 0;
    }
  }
  