:root {
    --primary-font: "Vidaloka";
    --secondary-font: "Commissioner";
    --text-font: "DM Sans";
    --primary-color: #165FF1;
    --primary-color-rgb: 22, 95, 241;
    --primary-green: #11994a;
    --primary-green-rgb: 17, 153, 74;
    --primary-yellow: #fdfae4;
    --primary-dark-yellow: #e4dfc5;
    --primary-font-color1: #3d3d3d;
    --primary-font-color2: #6d6d6d;
    --primary-font-color3: #9d9d9d;
    --primary-dark-blue: #19486a;
    --primary-dark-blue-rgb: 25, 72, 106;
    --primary-light-blue: #F1F8FD;
    --secondary-color: #646464;
    --black-color: #000000;
    --white-color: #fff;
}

* {
    color: var(--primary-font-color1);
    /* font-family: PingFangMedium; */
    font-family: 'PingFangSC-Medium', 'helvetica neue', tahoma, 'PingFang SC', arial, 'hiragino sans gb', sans-serif;
}

.container {
    max-width: 14.40rem;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.area-content {
    padding: .80rem 0 1.00rem 0;
}

.head-h4 {
    font-weight: 400;
}

/*==========================
 <-- 导航栏样式 -->
===========================*/
.header-area {
    position: fixed !important;
    left: 0;
    top: 0;
    z-index: 992;
    width: 100%;
    background-color: #fff;
}

.header-area.sticky {
    background-color: #fff;
    box-shadow: 0 .02rem .04rem 0 rgba(231, 237, 243, 0.5);
}

.header-area .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo-view {
    height: 100%;
}

.header-logo {
    position: relative;
    padding: .25rem 0;
    line-height: 1;
}

.header-logo img {
    height: .3rem;
}

.header-menu {
    height: .8rem;
    display: flex;
    align-items: center;
}

.header-menu .nav_scroll {
    height: 100%;
}

.header-menu ul {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 0;
    height: 100%;
}

.header-menu ul li {
    position: relative;
    font-size: .16rem;
    line-height: .22rem;
    cursor: pointer;
    width: 1.48rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.header-menu .nav_scroll li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-menu .nav_scroll li>a {
    font-size: .16rem;
    line-height: .8rem;
}

.header-menu ul li a img {
    width: .16rem;
    height: .16rem;
    margin-left: .04rem;
    transition: .1s linear;
}

.header-menu ul li>a:hover {
    color: var(--primary-font-color1);
}

.header-menu ul li.active>a {
    color: var(--primary-font-color1);
    font-weight: 600;
}

.header-menu li .select-hover {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(0, 100%);
    background-color: #fff;
    width: 100%;
    z-index: 10;
    padding: .08rem;
    box-shadow: 0 .04rem .1rem 0 rgba(0, 0, 0, .25);
    opacity: 0;
    display: none;
}

.header-menu li .select-hover .select-hover-item {
    text-wrap: nowrap;
    padding: .08rem .1rem;
    font-size: .16rem;
    line-height: .22rem;
    font-weight: 400;
}

.header-menu li .select-hover .select-hover-item a {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-menu li .select-hover .select-hover-item:hover {
    background-color: #F7F8FA;
}

.header-menu li .select-hover .select-hover-item.active a {
    color: var(--primary-color);
}

.header-menu .select-hover-area {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-25%, 100%);
    background-color: #fff;
    /* width: 2.52rem; */
    z-index: 10;
    padding: .24rem .32rem;
    box-shadow: 0 .04rem .1rem 0 rgba(0, 0, 0, .25);
    opacity: 0;
    /* display: grid; */
    grid-template-columns: repeat(2, 1fr);
    grid-gap: .28rem .32rem;
    display: none;
}

.header-menu .select-hover-area .select-area-hover-item a {
    text-align: justify;
    font-size: .14rem;
    line-height: .2rem;
    white-space: nowrap;
    text-transform: capitalize !important;
}

.header-menu .select-hover-area .select-area-hover-item:hover a {
    color: var(--primary-color);
}

.header-menu .select-hover-area .select-area-hover-item.active a {
    color: var(--primary-color);
}

.header-menu ul li:hover a img {
    transform: rotate(180deg);
}

.header-menu ul li:hover .select-hover {
    display: block;
    opacity: 1;
}

.header-menu ul li:hover .select-hover-area {
    display: grid;
    opacity: 1;
}

.header-menu ul li:last-child {
    margin-right: 0;
}

.header-menu .phone-area {
    font-size: .2rem;
    line-height: .26rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-left: .96rem;
}

.header-menu .phone-area img {
    width: .2rem;
    height: .2rem;
    margin-left: .12rem;
}

/*==========================
 <-- 移动端导航栏样式 -->
===========================*/
.moblie-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: .60rem;
    line-height: .60rem;
    z-index: 10;
    display: none;
}

.moblie-header-content {
    height: .60rem;
    background-color: #fff;
    transition: .2s linear;
    position: relative;
    z-index: 21;
}

.moblie-header-content img {
    height: .2rem;
    margin-left: .20rem;
}

.moblie-button {
    position: fixed;
    z-index: 22;
    right: .20rem;
    top: .22rem;
    width: .20rem;
    height: .16rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

.moblie-button i {
    width: 100%;
    height: .03rem;
    background-color: var(--primary-font-color1);
    border-radius: .02rem;
    transition: .2s;
}

.moblie-shadow {
    position: fixed;
    width: 100%;
    height: 0%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0);
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.xtj-header-menu {
    position: fixed;
    top: calc(-100%);
    left: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    background-color: #fff;
    transition: .2s;
}

.xtj-header-menu .moblie-li {
    padding: 0 .20rem;
    width: 100%;
    height: .6rem;
    overflow: hidden;
    transition: height 0.3s linear, overflow 0s .3s;
    user-select: none;
}

.xtj-header-menu .moblie-li a {
    height: .6rem;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    text-transform: capitalize;
}

.xtj-header-menu .moblie-li>a {
    font-weight: 600;
}

.xtj-header-menu .moblie-li .moblie-li-title {
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.moblie-menu-ul.second-ul {
    display: flex;
    flex-wrap: wrap;
}

.moblie-menu-ul.second-ul li {
    width: 50%;
    flex-shrink: 0;
}

.moblie-menu-ul.second-ul li a {
    text-transform: capitalize !important;
}

.moblie-menu-ul.second-ul li.active a {
    color: var(--primary-color);
}

.moblie-menu-ul li {
    padding-left: .1rem;
}

.xtj-header-menu .moblie-li .moblie-li-title img {
    width: .16rem;
    height: .16rem;
    transition: .3s linear;
}

.xtj-header-menu .moblie-li.active .moblie-li-title img {
    transform: rotate(180deg);
}

.xtj-header-menu .moblie-li:nth-child(2).active {
    height: 3rem;
}

.xtj-header-menu .moblie-li:nth-child(3).active {
    height: 2.4rem;
}

.xtj-header-menu .moblie-li:nth-child(4).active {
    height: 2.4rem;
}

.moblie-button.active .moblie1 {
    transform-origin: 0% 0%;
    transform: rotate(45deg);
    width: .20rem;
}

.moblie-button.active .moblie2 {
    display: none;
}

.moblie-button.active .moblie3 {
    transform-origin: 0% 100%;
    transform: rotate(-45deg);
    width: .20rem;
}

.moblie-shadow.active {
    height: 100%;
}

.xtj-header-menu.active {
    top: .6rem;
}

/*==========================
 <-- 头图样式 -->
===========================*/
.top-head {
    height: 7.2rem;
    background: url('../image//headBack.png');
    background-size: cover;
}

.top-head .container {
    height: 100%;
}

.top-head .top-head-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}

.top-head-content h1 {
    font-size: .6rem;
    line-height: .84rem;
    font-weight: 600;
    margin-bottom: .4rem;
}

.top-head-content h3 {
    font-size: .32rem;
    line-height: .45rem;
    margin-bottom: .78rem;
}

.top-head-content .top-button {
    background-color: var(--primary-color);
    color: #fff;
    width: 1.54rem;
    height: .48rem;
    line-height: .48rem;
    border-radius: .04rem;
    font-size: .16rem;
    text-align: center;
}

.top-head-content .top-button a {
    color: #fff;
    font-size: .16rem;
    line-height: .48rem;
}

/*==========================
 <-- 核心产品样式 -->
===========================*/
.product-h1 {
    font-size: .8rem;
    line-height: 1.12rem;
    text-align: center;
    color: #f7f7f7;
    position: relative;
    margin-bottom: .12rem;
}

.product-h1::after {
    content: '核心产品';
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--primary-font-color1);
    font-size: .40rem;
    line-height: .56rem;
    font-weight: 600;
}

.product-h4 {
    color: var(--primary-font-color2);
    font-size: .20rem;
    line-height: .28rem;
    text-align: center;
    margin-bottom: .80rem;
}

.product-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: .3rem;
}

.product-list-item {
    display: flex;
    align-items: center;
    padding: .55rem 0 .55rem .40rem;
    background-color: #F9FCFF;
    border-radius: .08rem;
    transition: .2s linear;
}

.product-list-item .product-icon {
    width: .80rem;
    height: .80rem;
    margin-right: .24rem;
}

.product-list-item .product-icon img {
    width: 100%;
    height: 100%;
}

.product-list-item .product-info-top {
    font-size: .32rem;
    line-height: .45rem;
    margin-bottom: .16rem;
    font-weight: 600;
    transition: 0s;
    margin-top: 0;
}

.product-list-item .product-info-bottom {
    font-size: .20rem;
    line-height: .28rem;
    /* color: var(--primary-font-color1); */
}

.product-list-item:hover {
    background-color: var(--primary-color);
}

.product-list-item:hover .product-info-top {
    color: #fff;
}

.product-list-item:hover .product-info-bottom {
    color: #fff;
}

/*==========================
 <-- 主营业务样式 -->
===========================*/
.business-area {
    background: url('../image/businessBack.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.business-h1 {
    font-size: .80rem;
    line-height: 1.12rem;
    text-align: center;
    color: #E3EDF6;
    position: relative;
    margin-bottom: .12rem;
}

.business-h1::after {
    content: '主营业务';
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--primary-font-color1);
    font-size: .40rem;
    line-height: .56rem;
    font-weight: 600;
}

.business-h4 {
    color: var(--primary-font-color2);
    font-size: .20rem;
    line-height: .28rem;
    text-align: center;
    margin-bottom: .80rem;
}

.business-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: .30rem;
}

.business-list-item {
    border-radius: .08rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: url('../image/businessItem.png') no-repeat;
    background-size: 100% 100%;
    background-color: #F2F7FC;
    border: 1px solid #E3EAF3;
    transition: transform .5s;
}

.business-item-head {
    background: linear-gradient(90deg, #E0E9F9, #BED2FA);
    border-radius: .08rem .08rem 0 0;
    padding: .26rem 0;
    font-size: .60rem;
    line-height: .84rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.business-item-head img {
    width: 1.22rem;
    height: 1.22rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.business-item-head .head-info {
    font-size: .32rem;
    line-height: .45rem;
    font-weight: 600;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}

.business-item-content {
    padding: .40rem;
    border-radius: 0 0 .08rem .08rem;
    font-size: .18rem;
    line-height: .30rem;
    flex-grow: 1;
    text-align: justify;
}

.business-list-item:hover {
    border-color: #fff;
    transform: translateY(-0.1rem);
}

.business-list-item:hover .business-item-head {
    background: var(--primary-color);
}

.business-list-item:hover .business-item-head .head-info {
    color: #fff;
}

/*==========================
 <-- 合作客户样式 -->
===========================*/
.customer-h1 {
    font-size: .80rem;
    line-height: 1.12rem;
    text-align: center;
    color: #f7f7f7;
    position: relative;
    margin-bottom: .12rem;
}

.customer-h1::after {
    content: '合作客户';
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--primary-font-color1);
    font-size: .40rem;
    line-height: .56rem;
    font-weight: 600;
}

.customer-h4 {
    color: var(--primary-font-color2);
    font-size: .20rem;
    line-height: .28rem;
    text-align: center;
    margin-bottom: .80rem;
}

.customer-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: .52rem .60rem;
}

.customer-list-item img {
    width: 100%;
    height: 100%;
    border-radius: .08rem;
    transition: .2s linear;
    /* border: 1px solid #f5f5f5; */
}

.customer-list-item img:hover {
    border: none;
    box-shadow: 0 .01rem .06rem 0 rgba(231, 237, 243, 0.8);
}

/*==========================
 <-- 新闻资讯样式 -->
===========================*/
.news-area {
    background: url('../image/newsBack.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.news-h1 {
    font-size: .80rem;
    line-height: 1.12rem;
    text-align: center;
    color: #E3EDF6;
    position: relative;
    margin-bottom: .12rem;
}

.news-h1::after {
    content: '新闻资讯';
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--primary-font-color1);
    font-size: .40rem;
    line-height: .56rem;
    font-weight: 600;
}

.news-h4 {
    color: var(--primary-font-color2);
    font-size: .20rem;
    line-height: .28rem;
    text-align: center;
    margin-bottom: .80rem;
}

.moblie-news-area {
    display: none;
}

.news-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: .30rem;
}

.news-list-item {
    box-shadow: 0 .03rem .08rem 0 #e7edf3;
    border-radius: .08rem;
    transition: .5s linear;
}

.news-list-item:hover {
    transform: translateY(-0.1rem);
}

.news-list-item .news-head {
    height: 2.40rem;
}

.news-list-item .news-head img {
    width: 100%;
    height: 100%;
}

.news-list-item .news-content {
    background-color: #fff;
    padding: .20rem;
    border-radius: 0 0 .08rem .08rem;
}

.news-content h5 {
    font-size: .20rem;
    line-height: .28rem;
    color: #000;
    font-weight: 600;
    margin-bottom: .20rem;
    text-transform: capitalize !important;
}

.news-content h6 {
    font-size: .16rem;
    line-height: .30rem;
    color: var(--primary-font-color2);
    margin-bottom: .20rem;
    font-weight: 400;
}

.news-content .news-content-time {

    font-size: .16rem;
    line-height: .30rem;
    color: var(--primary-font-color2);
}

.news-list-item:hover .news-content h5 {
    color: var(--primary-color);
}

.news-area .check-more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .40rem;
    font-size: .20rem;
    line-height: .28rem;
    color: var(--primary-font-color2);
    cursor: pointer;
}

.news-area .check-more img {
    width: .24rem;
    height: .24rem;
    margin-left: .08rem;
}

/*==========================
 <-- 联系我们样式 -->
===========================*/
.contact-area {
    background: url('../image/contactBack.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.contact-area .area-content {
    padding: 1.35rem 0;
}

.contact-area h1 {
    font-size: .40rem;
    line-height: .56rem;
    color: #fff;
    margin-bottom: .22rem;
    font-weight: 600;
    text-align: center;
}

.contact-area h3 {
    font-size: .24rem;
    line-height: .30rem;
    color: #fff;
    margin-bottom: .48rem;
    text-align: center;
}

.contact-btnGroup {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-btnGroup .contact-button {
    border-radius: .02rem;
    border: .01rem solid #fff;
    color: #fff;
    width: 1.40rem;
    height: .44rem;
    line-height: .44rem;
    font-size: .16rem;
    text-align: center;
    margin-right: .60rem;
    cursor: pointer;
}

.contact-btnGroup .contact-button a {
    color: #fff;
}

.contact-btnGroup .contact-button:last-child {
    margin-right: 0;
}

.contact-btnGroup .contact-button:hover {
    background-color: #fff;
    color: var(--primary-color);
}

.contact-btnGroup .contact-button:hover a {
    color: var(--primary-color);
}

/*==========================
 <-- 底部模块样式 -->
===========================*/
.moblie-footer-area {
    display: none;
}

.footer-area {
    background: url('../image/footerback.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.footer-area .area-content {
    padding: .50rem 0 0 0;
}

.footer-top {
    display: flex;
    justify-content: space-between;
}

.footer-bottom {
    padding: .40rem 0;
    margin-top: .28rem;
    border-top: .01rem solid #eee;
    text-align: center;
    font-size: .16rem;
    line-height: .22rem;
}

.footer-logo {
    display: flex;
    flex-direction: column;
}

.footer-logo img {
    width: 1.36rem;
}

.footer-logo .logo {
    margin-bottom: .46rem;
}

.footer-logo .code {
    margin-bottom: .15rem;
}

.footer-logo .footer-logo-title {
    font-size: .16rem;
    line-height: .22rem;
    text-align: center;
    color: var(--primary-font-color2);
}

.footer-list .footer-list-title {
    margin-bottom: .32rem;
    font-size: .16rem;
    line-height: .22rem;
    font-weight: 600;
}

.footer-list>li {
    margin-bottom: .20rem;
    font-size: .14rem;
    line-height: .2rem;
    display: flex;
    align-items: flex-start;
}

.footer-list li img {
    width: .16rem;
    height: .16rem;
    margin-left: .08rem;
}

.footer-list li .footer-li-right {
    max-width: 14em;
    font-size: .14rem;
    line-height: .22rem;
}

.footer-list .second-ul-li {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: .2rem .4rem;
}

.footer-list .second-ul-li li {
    font-size: .14rem;
    line-height: .22rem;
    display: flex;
    align-items: flex-start;
}

.footer-list .second-ul-li li a {
    text-transform: capitalize !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

/*==========================
 <-- 悬浮模块样式 -->
===========================*/
.scroll-area {
    position: fixed;
    right: .20rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 8;
}

.scroll-list {
    background-color: #fff;
    border-radius: 2.86rem;
    box-shadow: 0 .01rem .06rem 0 rgba(197, 202, 222, 0.5);
}

.scroll-list-item {
    padding: .12rem .22rem;
    border-bottom: 0.5px solid #f5f5f5;
    cursor: pointer;
    position: relative;
}

.scroll-list-item:first-child {
    padding: .19rem .22rem;
    border-radius: 2.86rem 2.86rem 0 0;
    display: none;
}

.scroll-list-item:nth-child(2) {
    padding: .19rem .22rem;
    border-radius: 2.86rem 2.86rem 0 0;
}

.scroll-list-item:last-child {
    padding: .19rem .22rem;
    border-radius: 0 0 2.86rem 2.86rem;
}

.scroll-list-item .scroll-image {
    width: .28rem;
}

.scroll-list-item .scroll-hover {
    display: none;
    position: absolute;
    transform: translateX(-100%);
    left: 0;
    bottom: 0;
    width: 2.18rem;
}

.scroll-title {
    font-size: .12rem;
    line-height: .17rem;
    margin-top: .06rem;
    text-align: center;
}

.scroll-list-item:hover {
    background-color: rgba(var(--primary-color-rgb), .1);
}

.scroll-list-item:hover .scroll-title {
    color: var(--primary-color);
}

.scroll-list-item:hover .scroll-hover {
    display: block;
}

.go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: .35rem;
    color: #ffffff;
    z-index: 8;
    width: .40rem;
    height: .40rem;
    text-align: center;
    line-height: .42rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    border-radius: .10rem;
    box-shadow: 0 .01rem .04rem 0 #DCE3EB;
}

.go-top img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.go-top .top_active {
    display: none;
}

.go-top.active {
    top: 78%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: .35rem;
    border-radius: 100%;
}

.go-top:hover .top {
    display: none;
}

.go-top:hover .top_active {
    display: block;
}

.bottom-hover {
    display: none;
}

/*==========================
 <-- 微信二维码弹窗样式 -->
===========================*/
.wechat-hover {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(78, 78, 78, 0.7);
    opacity: 0;
    display: none;
    height: 0;
    padding: 0 .4rem;
}

.wechat-hover-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    position: relative;
    background-color: #fff;
    padding: .2rem;
    border-radius: .08rem;
}

.wechat-hover-content .wechat-close {
    width: .28rem;
    height: .28rem;
    left: 50%;
    top: calc(100% + .2rem);
    transform: translateX(-50%);
    position: absolute;
}

.wechat-hover-content .wechat-code {
    width: 100%;
    border: .01rem solid #E5E6EB;
    border-radius: .08rem;
    margin-bottom: .2rem;
}

.wechat-hover-content-title {
    font-size: .12rem;
    line-height: .17rem;
    width: 100%;
    text-align: center;
}

.wechat-hover.active {
    opacity: 1;
    z-index: 10;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*===========================
<--  首屏加载动画样式 -->
=============================*/
.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s .2s ease;
    z-index: 9999;
}

.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s .2s ease;
    border: 3px solid transparent;
    border-top-color: var(--primary-color);
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.loader::before {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-left-color: var(--primary-color);
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader:after {
    position: absolute;
    content: '';
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-right-color: #fff;
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}

/*/ Here comes the Magic /*/

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s .5s ease;
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s .5s ease;
}

/*/ When page loaded /*/
.loaded .loder-section.left-section {
    left: -100%;
}

.loaded .loder-section.right-section {
    right: -100%;
}

.loaded .loader-wrapper {
    visibility: hidden;
}

.loaded .loader {
    top: -100%;
    opacity: 0;
}