/**
  * Version: 1.0.1
*/
@import "../icon/icon.css";
@import "shortcodes.css";
@import "responsive.css";
@import "animation.css";
@import "textanimation.css";
@import "animate.min.css";
@import "nouislider.min.css";
@import "swiper-bundle.min.css";
@import "bootstrap.css";
@import "magnific-popup.min.css";

@import "new_bootstrap.min.css";
@import "new_utilities_spacing.css";
@import "new_style2.css";


/**
  	* Reset Browsers
    * General
	* Elements
  	* Forms
	* Typography
	* Extra classes
	* link style
	* header
    * footer
    * header section
    * mobile
    * cusor
    * preload

*/

/* Reset Browsers
-------------------------------------------------------------- */
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 : #FFF;
    line-height: 1;
    padding: 0 !important;
}

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: '';
}

blockquote,
q {
    quotes: none
}

a img {
    border: 0
}

img {
    max-width: auto;
    height   : auto;
}

select {
    max-width: 100%
}


/* toggle 全局样式变量 */

:root{
    /* 背景色/边框颜色/主色/辅色/其他色 */
    --color-border:#deddee;
    --color-main:#ffae00;
    --color-auxiliary:#00ff11;
    --color-other:#00ffdd;
    --font-color-main:#ffffff;
    --font-color-secondary:#ffffffb3;
    --font-color-auxiliary:#ffffff3b;
    /* 字号和字体颜色 */
    --font-root:1rem;
    --font-32px:2rem;
    --font-20px:1.25rem;
    --font-18px:1.125rem;
    --font-16px:1rem;
    --font-14px:.875rem;
    --font-12px:.75rem;
    --font-10px:.625rem;
    /* 层级 */
    --z-index10:10;
    --z-index100:100;
    --z-index1000:1000;
    /* 间距 */
    --spacing-2:.125rem;
    --spacing-4:.25rem;
    --spacing-6:.375rem;
    --spacing-8:.5rem;
    --spacing-10:.625rem;
    --spacing-12:.75rem;
    --spacing-14:.875rem;
    --spacing-16:1rem;
    --spacing-20:1.25rem;
    --spacing-24:1.5rem;
    --spacing-30:1.875rem;
    --spacing-40:2.5rem;
    --spacing-50:3.125rem;
    --spacing-60:3.75rem;
}

/* 集合属性（主题样式） */
[data-theme="dark"] {
    --logo-fill-w: #fff;
    --logo-fill-b: #fff;
    --color-bg: #11121C;
    --color-bg-blur: rgba(0,0,0,0.65);
    --color-bg-w005: rgba(255, 255, 255, 0.05);
    --color-bg-w010: rgba(255,255,255,0.1);
    --color-nav-on-font: #FFFFFF;
    --color-nav-off-font: rgba(255, 255, 255, 0.9);
    --color-main-font: rgba(255, 255, 255, 1);
    --color-auxiliary-font: rgba(255, 255, 255, 0.5);
    --color-mainbtn: #fff;
    --color-mainbtn-hover: #fff;
    --color-title-font: rgba(255, 255, 255, 0.9);
    --color-main75-font: rgba(255, 255, 255, 0.75);
    --color-main50-font: rgba(255, 255, 255, 0.5);
    --color-order-bg: linear-gradient(180deg, rgba(230, 228, 252, 0.1) 0%, rgba(230, 228, 252, 0.00) 100%);
    --color-bg-b100: #323B4B;
    --color-wg-tool-bg: linear-gradient(345deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%) #11121C;
    --color-wg-tool-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset;
    --color-wg-tool-hover: rgba(255, 255, 255, 0.2) 0px 1px 1px 0px inset, #165DFF80 0px 15px 100px 0px;;
    --button-style-1-font: #fff;
    --button-style-1-bg: linear-gradient(345deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    --button-style-1-font-hover: #165DFF;
    --button-style-1-bg-hover: #fff;
    --pricing-item-style-2-hover: rgba(255, 255, 255, 0.2) 0px 1px 1px 0px inset, #E6F85E50 0px 15px 100px 0px;
    --list-tool-bg: linear-gradient(180deg, rgba(235, 235, 253, 0.00) 0%, #000000 100%);
    --line-bg: #11121C;
    --line-b50: #ffffff50;
    --line-bg-image: url(../images/item-background/line-2.png);
    --banner-font-color: linear-gradient(122deg, #FFE000 0.5%, #BDFF00 51.22%);
}

[data-theme="light"] {
    --logo-fill-w: #165DFF;
    --logo-fill-b: #323B4B;
    --color-bg: rgba(247 248 249);
    --color-bg-blur: rgba(255,255,255,0.65);
    --color-bg-w005: rgba(0,0,0,0.05);
    --color-nav-on-font: #165DFF;
    --color-nav-off-font: rgba(0, 0, 0, 0.9);
    --color-main-font: rgba(0, 0, 0, 1);
    --color-auxiliary-font: rgba(0, 0, 0, 0.5);
    --color-mainbtn: #000;
    --color-mainbtn-hover: #fff;
    --color-title-font: rgba(0, 0, 0, 0.9);
    --color-main75-font: rgba(0, 0, 0, 0.75);
    --color-main50-font: rgba(0, 0, 0, 0.5);
    --color-order-bg: linear-gradient(180deg, rgba(25, 27, 3, 0.05) 0%, rgba(25, 27, 3, 0.00) 100%);
    --color-bg-b100: #4E5D78;
    --color-wg-tool-bg: #fff;
    --color-wg-tool-shadow: 0 0 10px 0 rgba(180,189,221,.08),0 6px 14px 0 hsla(0,0%,100%,.3),0 12px 20px 0 rgba(180,189,221,.2);
    --color-wg-tool-hover: 0px 20px 80px 0px rgb(50, 59, 75,.15);
    --button-style-1-font: #165DFF;
    --button-style-1-bg: #fff;
    --button-style-1-font-hover: #fff;
    --button-style-1-bg-hover: #165DFF;
    --pricing-item-style-2-hover: rgba(255, 255, 255, 0.2) 0px 1px 1px 0px inset, #E6F85E 0px 15px 100px 0px;
    --list-tool-bg: linear-gradient(180deg, #fff, rgba(247 248 249) 100%);
    --line-bg: linear-gradient(180deg, #ffffff10, #fff);
    --line-b50: #00000020;
    --line-bg-image: url(../images/item-background/line-1.png);
    --banner-font-color: linear-gradient(90deg, #165DFF 3.09%, #EF1F83 105.66%);
}

/* General
-------------------------------------------------------------- */

body,
button,
input,
select,
textarea {
    font-family            : 'nunito_for_arco', 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB','Microsoft YaHei', '微软雅黑', Arial, sans-serif;
    color                  : #696969;
    -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
}

p {
    font-family: 'nunito_for_arco', 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB','Microsoft YaHei', '微软雅黑', Arial, sans-serif;
    font-weight: 400;
    font-size  : 16px;
    line-height: 28px;
}

strong,
b,
cite {
    font-weight: bold;
}

dfn,
cite,
em,
i,
blockquote {
    font-style: italic;
}

abbr,
acronym {
    border-bottom: 1px dotted #e0e0e0;
    cursor       : help;
}

.btn-link:focus,
.btn-link:hover,
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;
}

svg,
svg path {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Elements
-------------------------------------------------------------- */

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing   : border-box;
    box-sizing        : border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing   : border-box;
    box-sizing        : border-box;
}

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;
}

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      : #fff;
    /* Removing the inner shadow on iOS inputs */
}

textarea {
    overflow      : auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    vertical-align: top;
    /* 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         : 20px;
    height        : 20px;
    margin-right  : 10px;
    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 */
fieldset {
    margin-bottom: 0px;
    width: 100%;
}

select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
}

.select {
    position: relative;
    overflow: hidden;
}

.select::after {
    display: block;
    position: absolute;
    font-family: 'icomoon' ;
    content: '\e915';
    top: 50%;
    right: 25px;
    font-weight: 400;
    font-size: 12px;
    color: #6844ED;
    background: 0 0;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

select {
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 20px 30px;
    height: 60px;
    font-family: 'nunito_for_arco', 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB','Microsoft YaHei', '微软雅黑', Arial, sans-serif;
    font-size: 16px;
    line-height: 11px;
    border-radius: 10px;
    background-color: #fff;
    color: #696969;
}

select option {
    padding: 20px 30px;
    font-size: 16px;
    line-height: 11px;
    color: #696969;
    background-color: #fff;
}

select.style-1 option,
select.style-1 {
    background-color: #EBEBFD;
}

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: none;
    outline           : 0;
    -webkit-box-shadow: none;
    -moz-box-shadow   : none;
    box-shadow        : none;
    font-family       : 'nunito_for_arco', 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB','Microsoft YaHei', '微软雅黑', Arial, sans-serif;
    font-weight: 400;
    font-size  : 16px;
    line-height: 11px;
    border-radius: 10px;
    padding: 25px 30px 24px 30px;
    width: 100%;
    height: 60px;
    background: #fff;
    color: #696969;
}

textarea.style-1,
input[type="text"].style-1,
input[type="password"].style-1,
input[type="datetime"].style-1,
input[type="datetime-local"].style-1,
input[type="date"].style-1,
input[type="month"].style-1,
input[type="time"].style-1,
input[type="week"].style-1,
input[type="number"].style-1,
input[type="email"].style-1,
input[type="url"].style-1,
input[type="search"].style-1,
input[type="tel"].style-1,
input[type="color"].style-1 {
    background: #FFFFFF;
}

/* 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 #6844ED;
    border-radius: 12px;
    padding: 24px 29px 23px 29px;
    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  : 16px;
    font-weight: 400;
    line-height: 11px;
    font-family: 'nunito_for_arco', 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB','Microsoft YaHei', '微软雅黑', Arial, sans-serif;
    color      : #696969;
}

/* Button */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-family       : 'nunito_for_arco', 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB','Microsoft YaHei', '微软雅黑', Arial, sans-serif;
    font-size         : 16px;
    font-weight       : 700;
    line-height       : 11px;
    align-items: center;
    color: var(--button-style-1-font);
    background: var(--button-style-1-bg);
    box-shadow: rgba(255, 255, 255, 0.3) 0px 1px 1px 0px inset;
    border-radius: 14px;
    padding           : 20px 48px 20px 30px;
    height            : 51px;
    border            : none;
    display           : inline-block;
    -webkit-appearance: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    transition        : all 0.3s ease;
    position          : relative;

}

/* Button hover + focus */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: 0;
    border: none;
    /* color: #696969; */
}

textarea {
    height: 130px;
}

button[type="submit"]:hover {
    background: #FFF;
    color: #6844ED;
}

/* Placeholder color */
::-webkit-input-placeholder {
    color: #696969;
}

:-moz-placeholder {
    color: #696969;
}

::-moz-placeholder {
    color  : #696969;
    opacity: 1;
}

/* Since FF19 lowers the opacity of the placeholder by default */
:-ms-input-placeholder {
    color: #696969;
}

/* Typography
-------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family   : 'nunito_for_arco', 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB','Microsoft YaHei', '微软雅黑', Arial, sans-serif;
    color         : #030014;
    font-weight   : 700;
    text-rendering: optimizeLegibility;
}

h1 {
    font-size: 75px;
    line-height: 90px;
}

h2 {
    font-size: 48px;
    line-height: 57px;
}

h3 {
    font-size: 24px;
    line-height: 36px;
}

h4 {
    font-size: 22px;
    line-height: 33px;
}

h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

h6 {
    font-size: 18px;
    line-height: 27px;
}

/* Extra classes
-------------------------------------------------------------- */
.hidden {
    display: none;
}
.block {
    display: block;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.fixed {
    position: fixed !important;
}
.position-unset {
    position: unset;
}
.z-5 {
    z-index: 5;
}
.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.flex-grow {
    flex-grow: 1;
}
.row-reverse {
    flex-direction: row-reverse;
}
.justify-center {
    justify-content: center;
}
.justify-end {
    justify-content: flex-end;
}
.justify-between {
    justify-content: space-between;
}
.items-center {
    align-items: center;
}
.flex-wrap {
    flex-wrap: wrap;
}
.text-end {
    text-align: end;
}
.text-center {
    text-align: center;
}
.gap40 {
    gap: 40px;
}
.gap30 {
    gap: 30px;
}
.gap25 {
    gap: 25px;
}
.gap20 {
    gap: 20px;
}
.gap10 {
    gap: 10px;
}
.w-full {
    width: 100%;
}
.h-full {
    height: 100%;
}
.tf-color {
    color: #6844ED !important;
}
.tf-color-green {
    color: #09B6A2 !important;
}
.tf-color-blue {
    color: #165DFF !important;
}
.tf-color-yellow {
    color: #E6F85E !important;
}
.divider {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
}
.pt-130 {
    padding-top: 130px;
}
.pb-130 {
    padding-bottom: 130px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-10 {
    margin-top: 10px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-70 {
    margin-bottom: 70px;
}
.ml-35 {
    margin-left: 35px;
}
.ml--3 {
    margin-left: -3px;
}
.fl-item-1,
.fl-item {
    display: none;
}
.capitalize {
    text-transform: capitalize;
}
.italic {
    font-style: italic;
}
.e-resize {
    cursor: e-resize;
}
.home2 {
    background: #1D1F21;
}
.home4 {
    background: var(--color-bg);
}
#wrapper{
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 100%;
}

/* link style
-------------------------------------------------------------- */
a {
    text-decoration   : none;
    color             : #323B4B;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

a:hover,
a:focus {
    color             : #FFF;
    text-decoration   : none;
    outline           : 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

a:focus {
    color: #FFF;
}

/* tf-button
-------------------------------------------------------------- */
.tf-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    position: relative;
    border: none;
    color: #fff;
    background-color: #165DFF;
    box-shadow: rgba(255, 255, 255, 0.3) 0px 1px 1px 0px inset;
    border-radius: 14px;
    font-weight: 700;
    font-size: 16px;
    line-height: 11px;
    width: max-content;
    height: 51px;
    padding: 20px 30px;
    text-transform: capitalize;
    -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;
}

.tf-button-1 {
    box-shadow: none;
}

.tf-button:hover,
.tf-button.active {
    color: #fff;
    background-color: #1454E5;
}

.tf-button i {
    font-size: 12px;
}


.tf-button.style-1 {
    color: var(--button-style-1-font);
    background: var(--button-style-1-bg);
    box-shadow: rgba(255, 255, 255, 0.3) 0px 1px 1px 0px inset;
}

.tf-button.style-1:hover {
    color: var(--button-style-1-font-hover);
    background-color: var(--button-style-1-bg-hover);
}

.tf-button.type-1:hover {
    background-color: #FFF;
    color: #165DFF;
}

.tf-button.active {
    background-color: #FFF;
    color: #000;
    border: 1px solid #FFF;
}

.tf-button.active:hover {
    color: #FFF;
    background-color: #165DFF;
    border: 1px solid #FFF;
}

.tf-button.ghost {
    color: #FFF;
    background: linear-gradient(345deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    box-shadow: rgba(255, 255, 255, 0.3) 0px 1px 1px 0px inset;
}

.tf-button.ghost:hover {
    color: #165DFF;
    background-color: #FFF;
}

.tf-button.type-2 {
    background-color: #030014;
    color: #FFF;
}

.tf-button.type-2:hover {
    background-color: #6844ED;
    color: #FFF;
}

.tf-button.type-3 {
    background-color: #030014;
    color: #FFF;
}

.tf-button.type-3:hover {
    color: #030014;
    background-color: #FFF;
}

.tf-button.h45 {
    padding: 17px 30px;
    height: 45px;
}

.tf-button.h40 {
    padding: 15px 25px 14px ;
    height: 40px;
    font-size: 14px;
}

.tf-button.style-2 {
    color: #fff;
    padding: 20px 29px;
    border: 1px solid #55EDDB;
    background: linear-gradient(145deg, #09B6A2 0%, #55EDDB 100%);
}

.tf-button.style-2:hover {
    background: linear-gradient(315deg, #09B6A2 0%, #55EDDB 100%);
    border: 1px solid rgba(255, 255, 255, 0.20);
}

.tf-button.style-3 {
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    background: none;
    color: #FFF;
}

.tf-button.style-3:hover {
    background: linear-gradient(145deg, #09B6A2 0%, #55EDDB 100%);
}

/* tf-button-default */
.tf-button-default {
    display: flex;
    gap: 7px;
    align-items: center;
    color: #165DFF;
    font-size: 14px;
    font-family: 'nunito_for_arco', 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB','Microsoft YaHei', '微软雅黑', Arial, sans-serif;
    font-weight: 600;
    line-height: 11px;
}

.tf-button-default:hover {
    color: #165DFF;
    font-weight: 900;
}

.tf-button-default i {
    font-size: 11px;
}

/* style-green */
.tf-button.style-green {
    background-color: rgba(9, 182, 162, 1);
}

.tf-button.style-green:hover {
    color: rgba(9, 182, 162, 1);
    background-color: #FFF;
}

/* style-blue */
.tf-button.style-blue {
    background-color: #165DFF;
}

.tf-button.style-blue:hover {
    color: rgba(22, 93, 255, 1);
    background-color: #FFF;
}

/* style-yellow */
.tf-button.style-yellow {
    background-color: #E6F85E;
    border: 1px solid #E6F85E;
    color: #030014;
    padding: 17px 29px;
}

.tf-button.style-yellow:hover {
    color: #E6F85E;
    background-color: #030014;
}

/* header */
/* ------------------------------------------------------- */
.header {
    z-index: 100;
    height: 105px;
    width: 100%;
    border: none;
    padding-right: 0 !important;
    position: relative;
    margin-bottom: -105px;
}

.header-inner {
    padding: 30px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-logo {

}

.logo_header-svg {
    fill: #fff;
}

.logo_header-svg svg {
    fill: #fc125f;
}

#site-logo {
    /* margin-right: 101px; */
}

/* main-nav */
.main-nav {
    display: flex;
    gap: 30px;
    align-items: center;
}

.menu-primary-menu {
    display: flex;
    gap: 72px;
}

.menu-primary-menu li {
    position: relative;
}

.menu-primary-menu li a {
    font-family: 'nunito_for_arco', 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB','Microsoft YaHei', '微软雅黑', Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 45px;
    color: var(--color-nav-off-font);
    /* position: relative; */
}

.menu-primary-menu li.menu-item-has-children > a::after {
    font-family: 'icomoon';
    content: '\e915';
    font-size: 18px;
    line-height: 13px;
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu-primary-menu > li > a::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: auto;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.menu-primary-menu li:hover a::before ,
.menu-primary-menu li.current-menu-item a::before {
    width: 100%;
    left: 0;
    right: auto;
    color: #fc125F;
}

/* sub-menu */
.menu-primary-menu li:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.menu-primary-menu .sub-menu {
    position: absolute;
    background: #fff;
    min-width: 220px;
    left: -32%;
    top: 110%;
    border-radius: 14px;
    box-shadow: 0px 0px 5px rgba(104, 68, 237, 0.15);;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.menu-primary-menu .sub-menu li {
    padding: 8px 24px;
    border-bottom: 1px solid #F1F1F1;
}

.menu-primary-menu .sub-menu li:last-child {
    border-bottom: none;
}

.menu-primary-menu .sub-menu li a {
    color: #121212;
    font-size: 16px;
    font-weight: 600;
}

.menu-primary-menu .sub-menu li.current-item a,
.menu-primary-menu .sub-menu li a:hover {
    color: #165DFF;
}

/* header-search */
.header-search .show-search i::before {
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-search .top-search {
    position: absolute;
    top: 32px;
    left: 0;
    min-width: 240px;
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-search .top-search.active {
    display: block;
}

.search-form .icon-search {
    position: absolute;
    top: 50%;
    right: 23px;
    font-size: 18px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* header-right */
.header-right {
    display: flex;
    align-items: center;
    gap: 40px;
}

.header-right .sign-in {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    text-decoration-line: underline;
}

/* Mobile Menu Button */
.mobile-button {
    display           : none;
    position          : absolute;
    width             : 26px;
    height            : 26px;
    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(-20px);
    -ms-transform     : translateY(-20px);
    -o-transform      : translateY(-20px);
    transform         : translateY(-20px);
}

.mobile-button:before,
.mobile-button:after,
.mobile-button span {
    background-color  : #ffffff;
    -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);
}

.header.header-blue .mobile-button:before,
.header.header-blue .mobile-button:after,
.header.header-blue .mobile-button span {
    background-color: #030014;
}

/* mobile header */
.mobile-nav-wrap .overlay-mobile-nav {
    /*  cursor: url(../images/close.svg),auto;  */
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%);
    width: 100%;
    height: 100%;
    z-index: 999;
    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;
}

.mobile-nav-wrap.active .overlay-mobile-nav {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-wrap.active .overlay-mobile-nav i {
    font-size: 25px;
    margin-right: 20px;
    color: #FFFFFF;
}

.mobile-nav-wrap .inner-mobile-nav {
    width: 380px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #16161650;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    z-index: 999999;
    overflow-y: auto;
    -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;
}

.mobile-nav-wrap .inner-mobile-nav::-webkit-scrollbar {
    width: 0px;
}

.mobile-nav-wrap.active .inner-mobile-nav {
    left: 0;
}

.inner-mobile-nav {
    padding: 30px;
    position: relative;
}

.inner-mobile-nav .mobile-nav-close {
    position: absolute;
    top: 40px;
    right: 30px;
    cursor: pointer;
}

/* menu-mobile-menu */
#menu-mobile-menu {
    margin-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 30px;
}

#menu-mobile-menu {
    display: flex;
    flex-direction: column;
}

#menu-mobile-menu>li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 15px 0px;
    cursor: pointer;
}

#menu-mobile-menu>li .sub-menu-mobile li:last-child,
#menu-mobile-menu>li:last-child {
    border: none;
}

#menu-mobile-menu li a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}

#menu-mobile-menu li.current-menu-item > a ,
#menu-mobile-menu li a:hover ,
#menu-mobile-menu li.current-item a {
    color: rgba(22, 93, 255, 1);
}

#menu-mobile-menu li.menu-item-has-children-mobile > a::after {
    content: '\e915';
    position: absolute;
    font-family: 'icomoon';
    font-weight: 300;
    position: absolute;
    right: 0;
    top: 17px;
    line-height: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#menu-mobile-menu>li.active a::after {
    transform: rotate(180deg);
}

#menu-mobile-menu>li .sub-menu-mobile {
    margin-top: 10px;
    border-radius: 8px;
    display: none;
    text-align: start;
    overflow: hidden;
}

#menu-mobile-menu>li .sub-menu-mobile li {
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    cursor: pointer;
}

#menu-mobile-menu>li .sub-menu-mobile a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

/*Header fixed */
.header.is-fixed {
    position: fixed;
    padding: 0;
    top: -100%;
    left: 0;
    width: 100%;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.05);
    z-index: 9999;
    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;
    height: 105px;
}

/* header-green */
.header-green .header-inner {
    padding-left: 0;
    padding-right: 0;
    justify-content: unset;
}

.header-green #site-logo {
    margin-right: 0;
}

.header-green .main-nav {
    flex-grow: 1;
    justify-content: end;
    padding-right: 50px;
}

.header-green .menu-primary-menu > li.current-menu-item > a,
.header-green .menu-primary-menu .sub-menu li.current-item a,
.header-green .menu-primary-menu .sub-menu li a:hover,
.header-green .menu-primary-menu > li:hover > a {
    color: #09B6A2;
}

.header-green .menu-primary-menu > li.current-menu-item > a::before,
.header-green .menu-primary-menu > li:hover > a::before {
    background: #09B6A2;
}

.header-green .menu-primary-menu li .sub-menu {
    background-color: #FFF;
}

.header-green .menu-primary-menu .sub-menu li a  {
    color: rgba(0, 0, 0, 0.9);
}

.header-green .menu-primary-menu .sub-menu li {
    border-bottom: 1px solid #F1F1F180;
}

.header-green .menu-primary-menu .sub-menu li:last-child {
    border: none;
}

/* header-blue */
.header.header-blue {
    margin-bottom: 0;
}

.header.header-blue #site-logo {
    margin-right: 98px;
}

.header.header-blue .header-inner {
    justify-content: start;
}

.header.header-blue .main-nav {
    flex-grow: 1;
}

.header.header-blue .header-search .show-search i::before,
.header.header-blue .header-right .sign-in,
.header.header-blue .menu-primary-menu li a {
    color: #030014;
}

.header.header-blue .header-search .show-search:hover i::before,
.header.header-blue .menu-primary-menu .sub-menu li:hover a,
.header.header-blue .menu-primary-menu .sub-menu li.current-item a,
.header.header-blue .menu-primary-menu > li.current-menu-item > a,
.header.header-blue .menu-primary-menu > li:hover > a,
.header.header-blue .header-right .sign-in:hover {
    color: rgba(22, 93, 255, 1);
}

.header.header-blue .menu-primary-menu > li > a::before {
    background-color: rgba(22, 93, 255, 1);
}

.header.header-blue.is-fixed {
    background-color: #FFF;
}

/* header-yellow */
.header-yellow {
    margin-bottom: 0;
    background: rgba(23, 24, 37, 1);
}

.header-yellow .header-inner {
    padding-left: 0;
    padding-right: 0;
    justify-content: unset;
}

.header.header-fixed .header-search .show-search:hover i::before,
.header.header-fixed .menu-primary-menu .sub-menu li:hover a,
.header.header-fixed .menu-primary-menu .sub-menu li.current-item a,
.header.header-fixed .menu-primary-menu > li.current-menu-item > a,
.header.header-fixed .header-right .sign-in:hover {
    color: var(--color-nav-on-font);
}

.header.header-fixed .header-search .show-search:hover i::before,
.header.header-fixed .menu-primary-menu .sub-menu li:hover a,
.header.header-fixed .menu-primary-menu .sub-menu li.current-item a,
.header.header-fixed .header-right .sign-in:hover {
    color: #165DFF;
}

.header.header-fixed .menu-primary-menu > li > a::before {
    background-color: #165DFF;
}


/* footer */
/* --------------------------------------------------- */
#footer {
    background: #0C091D;
    position: relative;
}

#logo-footer {
    min-width: 166px;
}

.footer-top {
    padding-top: 220px;
    padding-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.avatar-wrapper {
    display: flex;
    gap: 20px 54px;
    align-items: center;
}

.avatar-wrapper p {
    font-weight: 500;
    font-size: 20px;
    line-height: 14px;
    color: #fff;
}

.avatar-wrapper p span {
    font-family   : 'nunito_for_arco', 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB','Microsoft YaHei', '微软雅黑', Arial, sans-serif;
    font-style: italic;
}

.wg-list-avatar a {
    margin-right: -13px;
}

.wg-list-avatar a:last-child {
    margin-right: 3px;
}

.wg-list-avatar a img {
    border-radius: 50px;
    border: 3px solid var(--color-white, #FFF);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.20);
    width: 50px;
}

.footer-title {
    color: #FFF;
    font-family: 'nunito_for_arco', 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB','Microsoft YaHei', '微软雅黑', Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 30px;
}

#footer p.text {
  	--tw-text-opacity: 0.6;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    color: rgba(255, 255, 255, 0.7);
    font-family: 'nunito_for_arco', 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB','Microsoft YaHei', '微软雅黑', Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 21px;
    margin-right: 80px;
}

#footer p.text a {
  	--tw-text-opacity: 0.6; color: rgba(255, 255, 255, var(--tw-text-opacity));
    font-family: 'nunito_for_arco', 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB','Microsoft YaHei', '微软雅黑', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 21px;
}

#footer p.text a:hover {
  	--tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity));
}

ul.wg-social {
    display: flex;
    gap: 10px;
}

.wg-social-icon svg {
  width: 24px;
  height: 24px;
}

.wg-social-icon svg:hover {
  color: #fff;
}

ul.wg-social li a {
    width: 40px;
    height: 40px;
    background: #fff;
    color: rgba(22, 93, 255, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    font-size: 15px;
}

ul.wg-social li a:hover {
    border: 2px solid #165DFF;
}

ul.wg-menu li {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px;
}

ul.wg-menu li:last-child {
    margin-bottom: 0;
}

ul.wg-menu li a {
  	--tw-text-opacity: 0.6;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    color: rgba(255, 255, 255, 0.7);
    position: relative;
}

ul.wg-menu li a::before {
    content: '';
    bottom: 0;
    left: auto;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #6844ED;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul.wg-menu li a:hover::before {
    width: 100%;
    left: 0;
    right: auto;
}

ul.wg-menu li a:hover {
  	--tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.footer-bottom {
    margin-top: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.3);
}

.copyright {
    align-items: center;
}

.copyright a {
    color: rgba(255, 255, 255, 0.3) !important;
    font-size: 12px !important;
    line-height: 28px;
}

.copyright a:hover {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 12px !important;
}

.footer-bottom p a:hover {
    color: rgba(255, 255, 255, 0.3);
}

.footer-bottom ul {
    gap: 0px;
    display: flex;
}

.copyright p {
  color: rgba(255, 255, 255, 0.3) !important;
  font-size: 12px !important;
}


#footer .item1 {
    position: absolute;
    top: 249px;
    left: 72px;
    animation: to-bottom 5s infinite linear;
}

#footer .item2 {
    position: absolute;
    bottom: 122px;
    left: -59px;
    width: 160px;
    height: 29px;
    transform: rotate(-20.673deg);
    background: #61FF00;
    filter: blur(40px);
}

#footer .item3 {
    position: absolute;
    bottom: -86px;
    left: 808px;
    width: 102px;
    height: 102px;
    border-radius: 50%;
    background: #00FFF0;
    filter: blur(50px);
}

#footer .item4 {
    position: absolute;
    top: 101px;
    right: 438px;
    width: 160px;
    height: 29px;
    transform: rotate(-20.673deg);
    background: #FF00E5;
    filter: blur(40px);
}

#footer .item5 {
    position: absolute;
    bottom: 191px;
    right: -189px;
    width: 223px;
    height: 223px;
    border-radius: 50%;
    background: #ECE30A;
    filter: blur(50px);
}

/* style-1 */
#footer.style-1 {
    background-color: #111112;
    padding-top: 269px;
    padding-left: 17px;
    overflow: hidden;
}

#footer.style-1 > .item-1 {
    position: absolute;
    content: '';
    left: -108px;
    top: -177px;
    width: 430px;
    height: 390px;
    transform: rotate(-105deg);
    background: linear-gradient(180deg, #09B6A2 0%, rgba(9, 182, 162, 0.00) 100%);
    opacity: 0.6;
    filter: blur(150px);
}

#footer.style-1 > .item-2 {
    position: absolute;
    content: '';
    right: -110px;
    bottom: 46px;
    width: 370px;
    height: 336px;
    background: linear-gradient(180deg, #09B6A2 0%, rgba(9, 182, 162, 0.00) 100%);
    opacity: 0.6;
    filter: blur(150px);
}

#footer.style-1 .footer-bottom {
    margin-top: 95px;
    padding-top: 41px;
}

#footer.style-1 .footer-bottom ul li a:hover {
    color: rgba(9, 182, 162, 1);
}

#footer.style-1 ul.wg-menu li a:hover {
    color: rgba(9, 182, 162, 1);
}

#footer.style-1 ul.wg-menu li a::before {
    background-color: rgba(9, 182, 162, 1);
}

#footer.style-1 .list-1 {
    padding-left: 43px;
}

#footer.style-1 .list-2 {
    padding-left: 71px;
}

#footer.style-1 .list-3 {
    padding-left: 99px;
}

#footer.style-1 .list-4 {
    padding-left: 17px;
}

#footer.style-1 form button {
    background: linear-gradient(145deg, #09B6A2 0%, #55EDDB 100%);
}

#footer.style-1 form button:hover {
    color: #030014;
}

/* style-2 */
#footer.style-2 {
    background-color: rgba(242, 248, 253, 1);
    padding-top: 80px;
    background-image: url(../images/item-background/line-1.png);
}

#footer.style-2 .content p {
    margin-top: 23px;
    margin-bottom: 27px;
}

#footer.style-2 .footer-bottom {
    border-top: 1px solid rgba(52, 104, 240, 0.2);
    margin-top: 80px;
    padding-top: 31px;
}

#footer.style-2 .footer-bottom p {
    color: #696969;
}

#footer.style-2 .footer-bottom ul {
    gap: 29px;
}

#footer.style-2 .footer-bottom ul li a {
    color: #696969;
}

.box-email {
    width: 277px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border-radius: 10px;
    border: 1px solid rgba(52, 104, 240, 0.30);
    background: #FFF;
    box-shadow: 0px 10px 60px 0px rgba(52, 104, 240, 0.15);
}

.box-email .icon-mail {
    font-size: 20px;
}

.box-email a {
    color:  #030014;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}

.box-subscribe {
    padding: 32px 60px 40px 60px;
    border-radius: 20px;
    background: #FFF;
}

.box-subscribe h4 {
    color: #030014;
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: -1px;
}

.box-subscribe h4 span {
    color: #3468F0;
    font-family   : 'nunito_for_arco', 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB','Microsoft YaHei', '微软雅黑', Arial, sans-serif;
    font-size: 22px;
    font-style: italic;
    font-weight: 700;
    line-height: 33px;
}

.box-subscribe form {
    display: flex;
    align-items: center;
    gap: 20px;
}

.box-subscribe form input {
    border-radius: 12px;
    color: #030014;
    border: 1px solid #3468F0;
    background:  #F2F8FD;
    padding: 20px 30px 20px 24px;
    height: 51px;
    width: 100%;
}

.box-subscribe form input:focus {
    border: 1px solid #3468F0;
    padding: 20px 30px 20px 24px;
}

.box-subscribe form input::placeholder {
    color: #030014;
}

.box-subscribe form button {
    background: rgba(22, 93, 255, 1);
    padding: 19px 47px 19px 29px;
    border: 1px solid rgba(22, 93, 255, 1);
}

.box-subscribe form button:hover {
    color: rgba(22, 93, 255, 1);
}

/* type-yellow */
#footer.style-1.type-yellow {
    background: #111112;
    background-image: none;
    padding-top: 80px;
    padding-left: 20px;
}

#footer.style-1.type-yellow > .item-2,
#footer.style-1.type-yellow > .item-1 {
    background: linear-gradient(180deg, #E7F85E 0%, rgba(231, 248, 94, 0.00) 100%);
}

#footer.style-1.type-yellow form button {
    background: rgba(22, 93, 255, 1);
    border: 1px solid rgba(22, 93, 255, 1);
    color: #FFF;
}

#footer.style-1.type-yellow form button:hover {
    color: rgba(22, 93, 255, 1);
    border: 1px solid rgba(22, 93, 255, 1);
    background-color: #FFF;
}

#footer.style-1.type-yellow .footer-bottom ul li a:hover,
#footer.style-1.type-yellow ul.wg-menu li a:hover {
    color: #FFF;
}

#footer.style-1.type-yellow ul.wg-menu li a::before {
    background-color: #FFF;
}

#footer.style-1.type-yellow form input:focus {
    border-color: rgba(22, 93, 255, 1);
}


/* cta */
/* ------------------------------------------ */
.cta {
    margin-bottom: -138px;
    position: relative;
    z-index: 10;
}

.cta.style-1 {
    margin-bottom: -168px;
}

.cta-wrapper {
    border-radius: 30px;
    background: rgba(22, 93, 255, 1);
    box-shadow: rgba(255, 255, 255, 0.3) 0px 1px 1px 0px inset, rgba(0, 204, 255, 0.2) 0px 15px 100px 0px;
    padding: 80px 80px 68px 80px;
    display: flex;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.cta-wrapper .ellipse {
    position: absolute;
    left: 50%;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.10);
    transform: translate(-50%, 55%);
    z-index: 0;
}

.cta-wrapper .ellipse.item1 {
    width: 200px;
    height: 200px;
    animation: ellipse1 3s linear 0s infinite;
}

.cta-wrapper .ellipse.item2 {
    width: 290px;
    height: 290px;
    animation: ellipse1 3s linear 0s infinite;
    animation-delay: 0.5s;
}

.cta-wrapper .ellipse.item3 {
    width: 394px;
    height: 394px;
    animation: ellipse1 3s linear 0s infinite;
    animation-delay: 1s;
}

.cta-wrapper .ellipse.item4 {
    width: 496px;
    height: 496px;
    animation: ellipse1 3s linear 0s infinite;
    animation-delay: 1.5s;
}

.cta-title h6 {
    color: #fff;
    line-height: 13px;
    margin-bottom: 19px;
}

.cta-title h2 {
    color: #fff;
    line-height: 57px;
}

.cta-title h2 span {
    line-height: 51px;
    font-style: italic;
    font-family   : 'nunito_for_arco', 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB','Microsoft YaHei', '微软雅黑', Arial, sans-serif;
}

.cta-content {
    margin-right: 2px;
}

.cta-content p {
    line-height: 29px;
    color: #fff;
    font-size: 18px;
    margin-top: -6px;
    margin-bottom: 27px;
}

.cta-wrapper-1 {
    position: relative;
    border-radius: 30px;
    background: linear-gradient(145deg, #09B6A2 0%, #55EDDB 100%);
    padding: 89px 0 99px;
    text-align: center;
}

.cta-wrapper-1::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/item-background/dot-1.png);
}

.cta-wrapper-1 h2 {
    color: #1D1F21;
    margin-bottom: 16px;
}

.cta-wrapper-1 p {
    color:  #1D1F21;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    margin-bottom: 31px;
}

.cta-wrapper-1 .item1 {
    position: absolute;
    top: 75px;
    left: 60px;
    width: 225px;
    height: 225px;
    border: 2px dashed #fff;
    border-radius: 50%;
    animation: rotate360 20s infinite linear;
}

.cta-wrapper-1 .item2 {
    position: absolute;
    top: 130px;
    left: 94px;
    border-radius: 15px;
    box-shadow: 0px 20px 40px 0px rgba(9, 182, 162, 0.10);
}

.cta-wrapper-1 .item3 {
    position: absolute;
    top: 70px;
    right: 60px;
    width: 275px;
    height: 275px;
    border: 2px dashed #fff;
    border-radius: 50%;
    animation: rotate360 20s infinite linear;
}

.cta-wrapper-1 .item4 {
    position: absolute;
    top: 143px;
    right: 106px;
    border-radius: 16px;
    box-shadow: 0px 20px 40px 0px rgba(9, 182, 162, 0.10);
}

/* type-1 */
.cta.type-1 {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}

.cta.type-1 .cta-wrapper {
    display: block;
    text-align: center;
    background: none;
    padding-top: 115px;
    padding-bottom: 130px;
}

.cta.type-1 .cta-wrapper a {
    margin: auto;
    margin-top: 38px;
}

.cta.type-1 .cta-wrapper .ellipse.item1 {
    width: 480.911px;
    height: 480.911px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: #212329;
}

.cta.type-1 .cta-wrapper .ellipse.item2 {
    width: 650.307px;
    height: 650.307px;
    border-radius: 650.307px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: #1B1D23;
}

.cta.type-1 .cta-wrapper .ellipse.item3 {
    width: 822.573px;
    height: 822.573px;
    border-radius: 822.573px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: #17181E;
}

.cta.type-1 .cta-wrapper .ellipse.item4 {
    border-radius: 969px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: #13141D;
    width: 969px;
    height: 969px;
}

.cta.type-1 > img {
    position: absolute;
    border-radius: 50px;
    border: 3px solid var(--color-white, #FFF);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.20);
    width: 50px;
    z-index: 5;
}

.cta.type-1 > .img1 {
    top: 142px;
    left: 146px;
    animation: to-bottom 5s infinite linear;
}

.cta.type-1 > .img2 {
    bottom: 74px;
    left: 248px;
    animation: to-bottom 5s infinite linear;
}

.cta.type-1 > .img3 {
    bottom: 85px;
    right: 256px;
    animation: to-bottom 5s infinite linear;
}

.cta.type-1 > .img4 {
    top: 95px;
    right: 160px;
    animation: to-bottom 5s infinite linear;
}

.cta .cta-title {
    position: relative;
    z-index: 5;
}

/* flat-title-page */
/* --------------------------------------------------- */
.flat-title-page {
    padding-top: 160px;
    background: var(--color-bg);
    position: relative;
    overflow: hidden;
}

.flat-title-page .item1 {
    position: absolute;
    top: 202px;
    left: -59px;
    width: 160px;
    height: 29px;
    transform: rotate(-20.673deg);
    background: #61FF00;
    filter: blur(40px);
}

.flat-title-page .item2 {
    position: absolute;
    bottom: -86px;
    left: 668px;
    width: 102px;
    height: 102px;
    border-radius: 50%;
    background: #00FFF0;
    filter: blur(50px);
}

.flat-title-page .item3 {
    position: absolute;
    top: 80px;
    right: 438px;
    width: 160px;
    height: 29px;
    transform: rotate(-20.673deg);
    background: #FF00E5;
    filter: blur(40px);
}

.flat-title-page .item4 {
    position: absolute;
    bottom: -149px;
    right: -129px;
    width: 223px;
    height: 223px;
    border-radius: 50%;
    background: #ECE30A;
    filter: blur(50px);
}

.flat-title-page::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    background: url(../images/item-background/line.png);
}

.flat-title-page .heading {
    color: var(--color-main-font);
    font-size: 65px;
    font-weight: 700;
    line-height: 46px;
    text-align: center;
    line-height: 72px;
    margin-bottom: 32px;
}

.heading-32 {
    color: var(--color-main-font);
    font-size: 65px;
    font-weight: 700;
    line-height: 46px;
    text-align: center;
    line-height: 72px;
}

.flat-title-page .heading span {
    font-family: 'nunito_for_arco', 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB','Microsoft YaHei', '微软雅黑', Arial, sans-serif;
    color: #165DFF;
}

.flat-title-page .heading-32 span {
    font-family: 'nunito_for_arco', 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB','Microsoft YaHei', '微软雅黑', Arial, sans-serif;
    color: #165DFF;
}

.tltle80 {
  padding-bottom: 80px;
}

.breadcrumbs {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.breadcrumbs li span {
    color: var(--color-title-font);
    font-family: 'nunito_for_arco', 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB','Microsoft YaHei', '微软雅黑', Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.b00 {
  padding-left: 0px;
  padding-right: 0px;b44
}

.b22 {
  padding-left: 2px;
  padding-right: 2px;
}

.b20 {
  padding-left: 2px;
  padding-right: 0px;
}

.b44 {
  padding-left: 4px;
  padding-right: 4px;
}

.b40 {
  padding-left: 4px;
  padding-right: 0px;
}

.b84 {
  padding-left: 8px;
  padding-right: 4px;
}

.b48 {
  padding-left: 4px;
  padding-right: 8px;
}

.b88 {
  padding-left: 8px;
  padding-right: 8px;
}

.b08 {
  padding-left: 0px;
  padding-right: 8px;
}


.b80 {
  padding-left: 8px;
  padding-right: 0px;
}

.active p {
    font-size: 14px;
    padding-top: 18px;
    color: var(--color-main50-font);
}

.active h6 {
    font-size: 14px;
    color: rgb(255, 255, 255,0.5);
}

.flat-title-page.shop .heading {
    line-height: 57px;
    margin-bottom: 44px;
}

.related-products {
    padding-bottom: 80px;
}

.related-products .title {
    color: #030014;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    margin-bottom: 42px;
}

/* preload */
/* -------------------------------- */
.preload-container {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999999999999999;
    height: 100%;
    width: 100%;
    background-color: #00000080;
    backdrop-filter: blur(10px);
}

.preload-container .middle {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.preload-container .bar {
    width: 10px;
    height: 70px;
    background: transparent;
    display: inline-block;
    transform-origin: bottom center;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    animation: loader 1.2s linear infinite;
}

body.page-green .preload-container .bar {
    animation: loader1 1.2s linear infinite;
}

body.page-blue .preload-container .bar {
    animation: loader2 1.2s linear infinite;
}

body.page-yellow .preload-container .bar {
    animation: loader3 1.2s linear infinite;
}

.preload-container .bar1 {
    animation-delay: 0.1s !important;
}
.preload-container .bar2 {
    animation-delay: 0.2s !important;
}
.preload-container .bar3 {
    animation-delay: 0.3s !important;
}
.preload-container .bar4 {
    animation-delay: 0.4s !important;
}
.preload-container .bar5 {
    animation-delay: 0.5s !important;
}
.preload-container .bar6 {
    animation-delay: 0.6s !important;
}
.preload-container .bar7 {
    animation-delay: 0.7s !important;
}
.preload-container .bar8 {
    animation-delay: 0.8s !important;
}

/* progress- */
/* ---------------------------------------- */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 50px;
    width: 50px;
    padding: 10px;
    cursor: pointer;
    display: block;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
    box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    background: #6844ED;
}

.progress-wrap::after {
    position: absolute;
    content: '\e912';
    font-family: 'icomoon';
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap:hover::after {
    animation: 1s tf-buzz-out alternate linear infinite;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    box-sizing: border-box;
    stroke: #fff;
    stroke-width: 5;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 0.4s;
    transition-timing-function: linear;
}

body.page-green .progress-wrap {
    background: #09B6A2;
}

body.page-blue .progress-wrap {
    background: #3468F0;
}

body.page-yellow .progress-wrap {
    background: rgba(22, 93, 255, 1);
}

.progress-wrap {
    background: rgba(22, 93, 255, 1);
}

body.page-yellow .progress-wrap::after {
    color: #FFF;
}

body.page-yellow .progress-wrap svg.progress-circle path {
    stroke: #FFF;
}


/*================================
    LOGIN START
================================*/

.bg-image{
    background-image: url(../images/bg-section/login_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.login {
    display: flex;
    justify-content: flex-end;
    padding-top: 120px;
    padding-left: 200px;
    padding-right: 300px;
}

.login_area {
    border-radius: 24px;
    max-width: 680px;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(0,0,0,0.65);
}

.login_area_text {
    padding: 115px 63px 133px 90px;
}

.login_area_text h5 {
    font-size: 26px;
    font-weight: 700;
    color: rgba(255,255,255,0.9);
    margin-bottom: 32px;
}

.single_input_area {
    margin-top: 28px;
    position: relative;
}

.single_input_area label {
    font-size: 15px;
    font-weight: 500;
    font-family: var(--headingFont);
    color: var(--colorWhite);
    margin-bottom: 10px;
    text-transform: capitalize;
}

.single_input_area input {
    color: var(--colorWhite);
    background: #1E2241;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    text-transform: capitalize;
}

.single_input_area input::placeholder {
    color: var(--colorWhite);
    opacity: 0.6;
}

.forget_password a {
    color: var(--colorWhite);
    opacity: 0.6;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    font-size: 16px;
}

.forget_password a:hover {
    color: var(--colorBlue);
    opacity: 1;
}

.single_input_area span {
    position: absolute;
    font-size: 15px;
    top: 48px;
    right: 22px;
    color: var(--colorWhite);
    opacity: 0.6;
    z-index: 1;
    cursor: pointer;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.single_input_area span:hover {
    opacity: 1;
}

.login_checkbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 35px;
}

.login_checkbox input {
    margin: 0;
    padding: 0;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    border: 1px solid rgb(255 255 255 / 35%);
    background-color: #1E2241;
}


.login_checkbox .form-check-input:focus {
    border-color: var(--colorBlue);
    outline: 0;
    box-shadow: none;
}

.login_checkbox .form-check-input:checked {
    background-color: var(--colorBlue);
    border-color: var(--colorBlue);
}

.login_checkbox label {
    font-size: 14px;
    font-weight: 400;
    color: var(--colorWhite);
    opacity: 0.6;
}

.contact_btn {
    width: 100%;
    text-align: center;
    padding: 16px 37px;
}

.or {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--colorWhite);
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

.or::after {
    position: absolute;
    content: "";
    width: 45%;
    height: 1px;
    top: 10px;
    left: 0;
    opacity: 0.2;
    background: var(--colorWhite);
}

.or::before {
    position: absolute;
    content: "";
    width: 45%;
    height: 1px;
    top: 10px;
    right: 0;
    opacity: 0.2;
    background: var(--colorWhite);
}

.login_option_img {
    width: 160px;
    height: 50px;
    border-radius: 10px;
    overflow: hidden;
}

.singup_option {
    font-size: 15px;
    font-weight: 500;
    font-family: var(--headingFont);
    text-align: center;
    color: var(--colorWhite);
    margin-top: 36px;
    text-transform: capitalize;
}

.singup_option a {
    margin-left: 10px;
    color: var(--colorYellow);
}

.login_area_img {
    height: 825px;
}

.login_area_img img {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

._registration_text {
    padding: 92px 63px 56px 90px;
}


@font-face {
    font-family: boxicons;
    font-weight: 600;
    font-style: normal;
    src: url(../icon/fonts/boxicons.eot);
    src: url(../icon/fonts/boxicons.eot) format('embedded-opentype'),url(../icon/fonts/boxicons.woff2) format('woff2'),url(../icon/fonts/boxicons.woff) format('woff'),url(../icon/fonts/boxicons.ttf) format('truetype'),url(../icon/fonts/boxicons.svg?#boxicons) format('svg')
}

.bx {
    font-family: boxicons!important;
    font-weight: 400;
    font-size: 22px;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bx-moon:before {
    content: "\eb94"
}

.bx-sun:before {
    content: "\ec34"
}



/*================================
    LOGIN END
================================*/

.beian {
  --tw-text-opacity: 0.6;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  color: rgba(255, 255, 255, 0.7);
  font-family: 'nunito_for_arco', 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB','Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  font-size: 12px;
}

.beian li {
  align-self: center;
}

.beian span {
  color: rgba(255, 255, 255, 0.2);
  align-self: center;
}

.gongan-img {
  padding-right: 2px;
  height: 18px;
  margin-bottom: 3px;
}


.layui-layer {top:150px; left: 0; margin:0; padding:0; background-color: transparent; -webkit-background-clip: content; border-radius: 24px; box-shadow: 1px 1px 50px rgba(0,0,0,.3);}


.layui-layer-setwin span{position:relative; width: 32px; height: 32px; line-height: 21px; margin-left: 10px; text-align: center; font-size: 16px; cursor: pointer; color: #000; _overflow: hidden; box-sizing: border-box;}

.layui-layer-setwin .layui-layer-close2{position:absolute; right: 5px; top: 5px; color: #fff; background-color: #787878; padding: 3px; border: 3px solid; width: 32px; height: 32px; font-size: 16px; font-weight: bolder; border-radius: 50%; margin-left: 0; *right:-18px; _display:none;}
.layui-layer-setwin .layui-layer-close2:hover{opacity: unset; background-color: #165DFF;}

.layui-layer-page .layui-layer-content{  width:480px; height:590px; position:relative; overflow:auto;}



@font-face {
    font-family: 'layui-icon';
    src: url('../icon/fonts/iconfont.eot?v=282');
    src: url('../icon/fonts/iconfont.eot?v=282#iefix') format('embedded-opentype'),
      url('../icon/fonts/iconfont.woff2?v=282') format('woff2'),
      url('../icon/fonts/iconfont.woff?v=282') format('woff'),
      url('../icon/fonts/iconfont.ttf?v=282') format('truetype'),
      url('../icon/fonts/iconfont.svg?v=282#layui-icon') format('svg');
}

.layui-icon {
    font-family: layui-icon!important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.layui-layer-setwin {
    position: absolute;
    right: 15px;
    *
    right: 0;
    top: 16px;
    font-size: 0;
    line-height: initial
}

.layui-icon-close:before { content: "\1006" }


.layui-layer,.layui-layer-shade {
    position: fixed;
    _position: absolute;
    pointer-events: auto
}

.layui-layer-shade {
    opacity: 0;
    transition: opacity .35s cubic-bezier(.34,.69,.1,1);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    _height: expression(document.body.offsetHeight+"px")
}

.layui-layer {
    -webkit-overflow-scrolling: touch
}

.layui-layer {
    top: 150px;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-background-clip: content;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3)
}

.layui-layer-close {
    position: absolute
}

.layui-layer-content {
    position: relative
}

.layui-layer-border {
    border: 1px solid #b2b2b2;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 1px 1px 5px rgba(0,0,0,.2)
}

.layui-layer-btn a,.layui-layer-setwin span {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom:1}


.layui-layer-move {
    display: none;
    position: fixed;
    *position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: move;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #fff;
    z-index: 2147483647
}


.layui-layer-resize {
    position: absolute;
    width: 15px;
    height: 15px;
    right: 0;
    bottom: 0;
    cursor: se-resize
}

.layer-anim {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}


@-webkit-keyframes layer-bounceOut {
    100% {
        opacity: 0;
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    30% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes layer-bounceOut {
    100% {
        opacity: 0;
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7)
    }

    30% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }

    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.layer-anim-close {
    -webkit-animation-name: layer-bounceOut;
    animation-name: layer-bounceOut;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .2s;
    animation-duration: .2s
}



.layui-code-ln-side {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    width: 45px;
    border-right: 1px solid #eee;
    border-color: rgb(126 122 122 / 15%);
    background-color: #fafafa;
    pointer-events: none
}

.layui-code-nowrap>.layui-code-wrap {
    overflow: auto
}

.layui-code-nowrap>.layui-code-wrap>.layui-code-line>.layui-code-line-content {
    white-space: pre;
    word-wrap: normal
}

.layui-code-nowrap>.layui-code-ln-side {
    border-right-width: 0!important;
    background: 0 0!important
}

.layui-code-fixbar {
    position: absolute;
    top: 8px;
    right: 11px;
    padding-right: 45px;
    z-index: 5
}

.layui-code-fixbar>span {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 8px;
    color: #777;
    transition: all .3s
}

.layui-code-fixbar>span:hover {
    color: #16b777
}

.layui-code-copy {
    display: none;
    cursor: pointer
}

.layui-code-preview>.layui-code-view>.layui-code-fixbar .layui-code-copy {
    display: none!important
}

.layui-code-view:hover>.layui-code-fixbar .layui-code-copy {
    display: block
}

.layui-code-view:hover>.layui-code-fixbar .layui-code-lang-marker {
    display: none
}

.layui-code-theme-dark,.layui-code-theme-dark>.layui-code-header {
    border-color: rgb(126 122 122 / 15%);
    background-color: #1f1f1f
}

.layui-code-theme-dark {
    border-width: 1px;
    color: #ccc
}

.layui-code-theme-dark>.layui-code-ln-side {
    border-right-color: #2a2a2a;
    background: 0 0;
    color: #6e7681
}

.layui-code textarea {
    display: none
}

.layui-code-preview>.layui-code,.layui-code-preview>.layui-code-view {
    margin: 0
}

.layui-code-preview>.layui-tab {
    position: relative;
    z-index: 1;
    margin-bottom: 0
}

.layui-code-preview>.layui-tab>.layui-tab-title {
    border-width: 0
}

.layui-code-preview .layui-code-item {
    display: none
}

.layui-code-item-preview {
    position: relative;
    padding: 16px
}

.layui-code-item-preview>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

.layui-code-tools {
    position: absolute;
    right: 11px;
    top: 8px;
    line-height: normal
}

.layui-code-tools>i {
    display: inline-block;
    margin-left: 6px;
    padding: 3px;
    cursor: pointer
}

.layui-code-tools>i.layui-icon-file-b {
    color: #999
}

.layui-code-tools>i:hover {
    color: #16b777
}

.layui-code-full {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1111111;
    width: 100%;
    height: 100%;
    background-color: #fff
}

.layui-code-full .layui-code-item {
    width: 100%!important;
    border-width: 0!important;
    border-top-width: 1px!important
}

.layui-code-full .layui-code-item,.layui-code-full .layui-code-view,.layui-code-full .layui-code-wrap {
    height: calc(100vh - 51px)!important;
    box-sizing: border-box
}

.layui-code-full .layui-code-item-preview {
    overflow: auto
}

.layui-code-view.layui-code-hl {
    line-height: 20px!important;
    border-left-width: 1px
}

.layui-code-view.layui-code-hl>.layui-code-ln-side {
    background-color: transparent
}

.layui-code-theme-dark.layui-code-hl,.layui-code-theme-dark.layui-code-hl>.layui-code-ln-side {
    border-color: rgb(126 122 122 / 15%)
}

html #layuicss-laydate {
    display: none;
    position: absolute;
    width: 1989px
}

.layui-laydate * {
    margin: 0;
    padding: 0
}

.layui-laydate,.layui-laydate * {
    box-sizing: border-box
}

.layui-laydate {
    position: absolute;
    z-index: 99999999;
    margin: 5px 0;
    border-radius: 2px;
    font-size: 14px;
    line-height: normal;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.layui-laydate-main {
    width: 272px
}

.layui-laydate-content td,.layui-laydate-header *,.layui-laydate-list li {
    transition-duration: .3s;
    -webkit-transition-duration: .3s
}

.layui-laydate-shade {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    _height: expression(document.body.offsetHeight+"px");
    position: fixed;
    _position: absolute;
    pointer-events: auto
}

@keyframes laydate-downbit {
    0% {
        opacity: .3;
        transform: translate3d(0,-5px,0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}

.layui-laydate {
    animation-name: laydate-downbit
}

.layui-laydate-static {
    position: relative;
    z-index: 0;
    display: inline-block;
    margin: 0;
    -webkit-animation: none;
    animation: none
}

.laydate-ym-show .laydate-next-m,.laydate-ym-show .laydate-prev-m {
    display: none!important
}

.laydate-ym-show .laydate-next-y,.laydate-ym-show .laydate-prev-y {
    display: inline-block!important
}

.laydate-ym-show .laydate-set-ym span[lay-type=month] {
    display: none!important
}

.laydate-time-show .laydate-set-ym span[lay-type=month],.laydate-time-show .laydate-set-ym span[lay-type=year],.laydate-time-show .layui-laydate-header .layui-icon {
    display: none!important
}

.layui-laydate-header {
    position: relative;
    line-height: 30px;
    padding: 10px 70px 5px
}

.layui-laydate-header * {
    display: inline-block;
    vertical-align: bottom
}

.layui-laydate-header i {
    position: absolute;
    top: 10px;
    padding: 0 5px;
    color: #999;
    font-size: 18px;
    cursor: pointer
}

.layui-laydate-header i.laydate-prev-y {
    left: 15px
}

.layui-laydate-header i.laydate-prev-m {
    left: 45px
}

.layui-laydate-header i.laydate-next-y {
    right: 15px
}

.layui-laydate-header i.laydate-next-m {
    right: 45px
}

.laydate-set-ym {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.laydate-set-ym span {
    padding: 0 10px;
    cursor: pointer
}

.laydate-time-text {
    cursor: default!important
}

.layui-laydate-content {
    position: relative;
    padding: 10px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

.layui-laydate-content table {
    border-collapse: collapse;
    border-spacing: 0
}

.layui-laydate-content td,.layui-laydate-content th {
    width: 36px;
    height: 30px;
    padding: 0;
    text-align: center
}

.layui-laydate-content th {
    font-weight: 400
}

.layui-laydate-content td {
    position: relative;
    cursor: pointer
}

.laydate-day-mark {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    line-height: 30px;
    font-size: 12px;
    overflow: hidden
}

.laydate-day-mark::after {
    position: absolute;
    content: '';
    right: 2px;
    top: 2px;
    width: 5px;
    height: 5px;
    border-radius: 50%
}

.laydate-day-holidays:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    transform: scale(.7)
}

.laydate-day-holidays:before {
    content: '\4F11';
    color: #ff5722
}

.laydate-day-holidays[type=workdays]:before {
    content: '\73ED';
    color: inherit
}

.layui-laydate .layui-this .laydate-day-holidays:before {
    color: #fff
}

.layui-laydate-footer {
    position: relative;
    height: 46px;
    line-height: 26px;
    padding: 10px
}

.layui-laydate-footer span {
    display: inline-block;
    vertical-align: top;
    height: 26px;
    line-height: 24px;
    padding: 0 10px;
    border: 1px solid #c9c9c9;
    border-radius: 2px;
    background-color: #fff;
    font-size: 12px;
    cursor: pointer;
    white-space: nowrap;
    transition: all .3s
}

.layui-laydate-footer span:hover {
    color: #16b777
}

.layui-laydate-footer span.layui-laydate-preview {
    cursor: default;
    border-color: transparent!important
}

.layui-laydate-footer span.layui-laydate-preview:hover {
    color: #777
}

.layui-laydate-footer span:first-child.layui-laydate-preview {
    padding-left: 0
}

.laydate-footer-btns {
    position: absolute;
    right: 10px;
    top: 10px
}

.laydate-footer-btns span {
    margin: 0 0 0 -1px;
    border-radius: 0
}

.laydate-footer-btns span:first-child {
    border-radius: 2px 0 0 2px
}

.laydate-footer-btns span:last-child {
    border-radius: 0 2px 2px 0
}

.layui-laydate-shortcut {
    width: 80px;
    padding: 6px 0;
    display: inline-block;
    vertical-align: top;
    overflow: auto;
    max-height: 276px;
    text-align: center
}

.layui-laydate-shortcut+.layui-laydate-main {
    display: inline-block;
    border-left: 1px solid #e2e2e2
}

.layui-laydate-shortcut>li {
    padding: 5px 8px;
    cursor: pointer;
    line-height: 18px
}

.layui-laydate .layui-laydate-list {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff
}

.layui-laydate .layui-laydate-list>li {
    position: relative;
    display: inline-block;
    width: 33.3%;
    height: 36px;
    line-height: 36px;
    margin: 3px 0;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    list-style: none
}

.layui-laydate .laydate-month-list>li {
    width: 25%;
    margin: 17px 0
}

.laydate-time-list {
    display: table
}

.layui-laydate .laydate-time-list>li {
    display: table-cell;
    height: 100%;
    margin: 0;
    line-height: normal;
    cursor: default
}

.layui-laydate .laydate-time-list p {
    position: relative;
    top: -4px;
    margin: 0;
    line-height: 29px
}

.layui-laydate .laydate-time-list ol {
    height: 181px;
    overflow: hidden
}

.layui-laydate .laydate-time-list>li:hover ol {
    overflow-y: auto
}

.layui-laydate .laydate-time-list ol li {
    width: 130%;
    padding-left: 33px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    cursor: pointer
}

.layui-laydate .laydate-time-list-hide-1 ol li {
    padding-left: 53px
}

.layui-laydate .laydate-time-list-hide-2 ol li {
    padding-left: 117px
}

.layui-laydate-hint {
    position: absolute;
    top: 115px;
    left: 50%;
    width: 250px;
    margin-left: -125px;
    line-height: 20px;
    padding: 15px;
    text-align: center;
    font-size: 12px;
    color: #ff5722
}

.layui-laydate-range {
    width: 546px
}

.layui-laydate-range .layui-laydate-main {
    display: inline-block;
    vertical-align: middle;
    max-width: 50%
}

.layui-laydate-range .laydate-main-list-1 .layui-laydate-content,.layui-laydate-range .laydate-main-list-1 .layui-laydate-header {
    border-left: 1px solid #e2e2e2
}

.layui-laydate-range.layui-laydate-linkage .laydate-main-list-0 .laydate-next-m,.layui-laydate-range.layui-laydate-linkage .laydate-main-list-0 .laydate-next-y,.layui-laydate-range.layui-laydate-linkage .laydate-main-list-1 .laydate-prev-m,.layui-laydate-range.layui-laydate-linkage .laydate-main-list-1 .laydate-prev-y {
    display: none
}

.layui-laydate-range.layui-laydate-linkage .laydate-main-list-1 .layui-laydate-content,.layui-laydate-range.layui-laydate-linkage .laydate-main-list-1 .layui-laydate-header {
    border-left-style: dashed
}

.layui-laydate,.layui-laydate-hint {
    border: 1px solid #d2d2d2;
    box-shadow: 0 2px 4px rgba(0,0,0,.12);
    background-color: #fff;
    color: #777
}

.layui-laydate-header {
    border-bottom: 1px solid #e2e2e2
}

.layui-laydate-header i:hover,.layui-laydate-header span:hover {
    color: #16b777
}

.layui-laydate-content {
    border-top: none 0;
    border-bottom: none 0
}

.layui-laydate-content th {
    color: #333
}

.layui-laydate-content td {
    color: #777
}

.layui-laydate-content td.laydate-day-now {
    color: #16b777
}

.layui-laydate-content td.laydate-day-now:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0;
    top: 0;
    border: 1px solid #16b777;
    box-sizing: border-box
}

.layui-laydate-linkage .layui-laydate-content td.laydate-selected>div {
    background-color: #cffae9;
    transition: all .3s
}

.layui-laydate-linkage .laydate-selected:hover>div {
    background-color: #cffae9!important
}

.layui-laydate-content td.laydate-selected:after,.layui-laydate-content td:hover:after {
    content: none
}

.layui-laydate-content td>div:hover,.layui-laydate-list li:hover,.layui-laydate-shortcut>li:hover {
    background-color: #eee;
    color: #333;
    transition: all .3s
}

.laydate-time-list li ol {
    margin: 0;
    padding: 0;
    border: 1px solid #e2e2e2;
    border-left-width: 0
}

.laydate-time-list li:first-child ol {
    border-left-width: 1px
}

.laydate-time-list>li:hover {
    background: 0 0
}

.layui-laydate-content .laydate-day-next,.layui-laydate-content .laydate-day-prev {
    color: #d2d2d2
}

.layui-laydate-linkage .laydate-selected.laydate-day-next>div,.layui-laydate-linkage .laydate-selected.laydate-day-prev>div {
    background: 0 0!important
}

.layui-laydate-footer {
    border-top: 1px solid #e2e2e2
}

.layui-laydate-hint {
    color: #ff5722
}

.laydate-day-mark::after {
    background-color: #16b777
}

.layui-laydate-content td.layui-this .laydate-day-mark::after {
    display: none
}

.layui-laydate-footer span[lay-type=date] {
    color: #16b777
}

.layui-laydate .layui-this,.layui-laydate .layui-this>div {
    background-color: #16b777!important;
    color: #fff!important
}

.layui-laydate .laydate-disabled,.layui-laydate .laydate-disabled:hover {
    background: 0 0!important;
    color: #d2d2d2!important;
    cursor: not-allowed!important;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

.layui-laydate .layui-this.laydate-disabled,.layui-laydate .layui-this.laydate-disabled>div {
    background-color: #eee!important
}

.layui-laydate-content td>div {
    padding: 7px 0;
    height: 100%
}

.laydate-theme-molv {
    border: none
}

.laydate-theme-molv.layui-laydate-range {
    width: 548px
}

.laydate-theme-molv .layui-laydate-main {
    width: 274px
}

.laydate-theme-molv .layui-laydate-header {
    border: none;
    background-color: #16baaa
}

.laydate-theme-molv .layui-laydate-header i,.laydate-theme-molv .layui-laydate-header span {
    color: #f6f6f6
}

.laydate-theme-molv .layui-laydate-header i:hover,.laydate-theme-molv .layui-laydate-header span:hover {
    color: #fff
}

.laydate-theme-molv .layui-laydate-content {
    border: 1px solid #e2e2e2;
    border-top: none;
    border-bottom: none
}

.laydate-theme-molv .laydate-main-list-1 .layui-laydate-content {
    border-left: none
}

.laydate-theme-molv .layui-this,.laydate-theme-molv .layui-this>div {
    background-color: #16baaa!important
}

.laydate-theme-molv .layui-laydate-footer {
    border: 1px solid #e2e2e2
}

.laydate-theme-grid .laydate-month-list>li,.laydate-theme-grid .laydate-year-list>li,.laydate-theme-grid .layui-laydate-content td,.laydate-theme-grid .layui-laydate-content thead {
    border: 1px solid #e2e2e2
}

.layui-laydate-linkage.laydate-theme-grid .laydate-selected,.layui-laydate-linkage.laydate-theme-grid .laydate-selected:hover {
    background-color: #f2f2f2!important;
    color: #16baaa!important
}

.layui-laydate-linkage.laydate-theme-grid .laydate-selected.laydate-day-next,.layui-laydate-linkage.laydate-theme-grid .laydate-selected.laydate-day-prev {
    color: #d2d2d2!important
}

.laydate-theme-grid .laydate-month-list,.laydate-theme-grid .laydate-year-list {
    margin: 1px 0 0 1px
}

.laydate-theme-grid .laydate-month-list>li,.laydate-theme-grid .laydate-year-list>li {
    margin: 0 -1px -1px 0
}

.laydate-theme-grid .laydate-year-list>li {
    height: 43px;
    line-height: 43px
}

.laydate-theme-grid .laydate-month-list>li {
    height: 71px;
    line-height: 71px
}

.laydate-theme-grid .layui-laydate-content td>div {
    height: 29px;
    margin-top: -1px
}

.laydate-theme-circle .layui-laydate-content td.layui-this>div,.laydate-theme-circle .layui-laydate-content td>div {
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 14px;
    margin: 0 4px;
    padding: 0
}

.layui-laydate.laydate-theme-circle .layui-laydate-content table td.layui-this {
    background-color: transparent!important
}

.laydate-theme-grid.laydate-theme-circle .layui-laydate-content td>div {
    margin: 0 3.5px
}

.laydate-theme-fullpanel .layui-laydate-main {
    width: 526px
}

.laydate-theme-fullpanel .layui-laydate-list {
    width: 252px;
    left: 272px
}

.laydate-theme-fullpanel .laydate-set-ym span {
    display: none
}

.laydate-theme-fullpanel .laydate-time-show .laydate-set-ym span[lay-type=month],.laydate-theme-fullpanel .laydate-time-show .laydate-set-ym span[lay-type=year],.laydate-theme-fullpanel .laydate-time-show .layui-laydate-header .layui-icon {
    display: inline-block!important
}

.laydate-theme-fullpanel .laydate-btns-time {
    display: none
}

.laydate-theme-fullpanel .laydate-time-list-hide-1 ol li {
    padding-left: 49px
}

.laydate-theme-fullpanel .laydate-time-list-hide-2 ol li {
    padding-left: 107px
}

html #layuicss-layer {
    display: none;
    position: absolute;
    width: 1989px
}

.layui-layer,.layui-layer-shade {
    position: fixed;
    _position: absolute;
    pointer-events: auto
}

.layui-layer-shade {
    opacity: 0;
    transition: opacity .35s cubic-bezier(.34,.69,.1,1);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    _height: expression(document.body.offsetHeight+"px")
}

.layui-layer {
    -webkit-overflow-scrolling: touch
}

.layui-layer {
    top: 150px;
    left: 0;
    margin: 0;
    padding: 0;

    -webkit-background-clip: content;

    box-shadow: 1px 1px 50px rgba(0,0,0,.3)
}

.layui-layer-close {
    position: absolute
}

.layui-layer-content {
    position: relative
}

.layui-layer-border {
    border: 1px solid #b2b2b2;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 1px 1px 5px rgba(0,0,0,.2)
}

.layui-layer-btn a,.layui-layer-setwin span {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom:1}

.layui-layer-move {
    display: none;
    position: fixed;
    *position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: move;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #fff;
    z-index: 2147483647
}

.layui-layer-resize {
    position: absolute;
    width: 15px;
    height: 15px;
    right: 0;
    bottom: 0;
    cursor: se-resize
}

.layer-anim {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

@-webkit-keyframes layer-bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes layer-bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.layer-anim-00 {
    -webkit-animation-name: layer-bounceIn;
    animation-name: layer-bounceIn
}

@-webkit-keyframes layer-zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes layer-zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        -ms-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        -ms-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.layer-anim-01 {
    -webkit-animation-name: layer-zoomInDown;
    animation-name: layer-zoomInDown
}

@-webkit-keyframes layer-fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes layer-fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.layer-anim-02 {
    -webkit-animation-name: layer-fadeInUpBig;
    animation-name: layer-fadeInUpBig
}
