html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden !important;
}

body {
    font-family: Raleway, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

p {
    margin: 0;
}

ul,
ol {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

a {
    display: inline-block;
}

input,
button {
    outline: none;
}

body>.module {
    width: 100%;
    height: 100%;
    background-color: RGB(245, 245, 245);
}

p.browser-compatibility-reminder {
    text-align: center;
    margin-top: 20px;
}

p.browser-compatibility-reminder>.browser-link {}

.module>.module-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.7;
}

.module>.container-fluid {
    position: relative;
    z-index: 1;
}

/* 轮播 */
.vegas-overlay {
    opacity: 0.5;
    z-index: -1;
}

.vegas-background {
    max-width: none !important;
    z-index: -1;
}

.vegas-overlay,
.vegas-background {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* 轮播 */

.professional-work {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.professional-work>.supply-chain,
.professional-work>.industry,
.professional-work>.overseas {
    display: inline-block;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -moz-transform: translate3d(-3000px, 0, 0);
    -o-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
}

.professional-work>.supply-chain>a,
.professional-work>.industry>a,
.professional-work>.overseas>a {
    text-decoration: none;
    font-size: 50px;
    color: #fff;
}

.professional-work>.supply-chain>a:after,
.professional-work>.industry>a:after,
.professional-work>.overseas>a:after {
    display: block;
    content: '';
    width: 0;
    height: 1px;
    background-color: #fff;
    -o-transition: width .2s ease-in;
    -moz-transition: width .2s ease-in;
    -webkit-transition: width .2s ease-in;
    transition: width .2s ease-in;
    margin: 0 auto;
}

.professional-work>.supply-chain>a:hover:after,
.professional-work>.industry>a:hover:after,
.professional-work>.overseas>a:hover:after {
    width: 100%;
}

.module.portal {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
    background-color: transparent;
}

.module.portal>.copyright {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: RGBA(95, 95, 96, 0.5);
}

.module.portal>.copyright a {
    color: #73beff;
}

/* 丰沃供应链导航条 */
.module.supply-chain,
.module.industry {
    position: relative;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    *zoom: 1;
}

.module.supply-chain {
    background-color: #fff9f9;
}

.module.industry {
    background-color: #DADFDF;
}

.supply-chain.module>.supply-chain-nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background-color: #333;
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -o-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.supply-chain.module>.supply-chain-nav .row {
    text-align: center;
}

.supply-chain.module>.supply-chain-nav .col-xs-2 {
    padding: 0;
}

.supply-chain.module>.supply-chain-nav .col-xs-2>a {
    text-align: center;
}

.supply-chain.module>.supply-chain-nav li>a {
    padding: 0 20px;
}

.supply-chain.module>.supply-chain-nav ul {
    *zoom: 1;
    list-style: none;
    margin: 0;
    padding: 0;
}

.supply-chain.module>.supply-chain-nav ul:before,
.supply-chain.module>.supply-chain-nav ul:after {
    content: '';
    display: table;
}

.supply-chain.module>.supply-chain-nav ul:after {
    clear: both;
}

.supply-chain.module>.supply-chain-nav ul>li {
    float: left;
    position: relative;
}

.supply-chain.module>.supply-chain-nav a {
    display: block;
    color: #fff;
}

.supply-chain.module>.supply-chain-nav a:hover {
    text-decoration: none;
    background: #595959;
}

.supply-chain.module>.supply-chain-nav ul {
    background: #273754;
}

.supply-chain.module>.supply-chain-nav ul li {
    width: 100%;
}

.supply-chain.module>.supply-chain-nav .col-xs-2>a:hover {
    background: rgba(0, 0, 0, 0.19999999999999996);
}

.supply-chain.module>.supply-chain-nav .col-xs-2:hover ul {
    max-height: 1000px;
    -webkit-transform: perspective(400px) rotate3d(0, 0, 0, 0);
    -moz-transform: perspective(400px) rotate3d(0, 0, 0, 0);
    -o-transform: perspective(400px) rotate3d(0, 0, 0, 0);
    -ms-transform: perspective(400px) rotate3d(0, 0, 0, 0);
    transform: perspective(400px) rotate3d(0, 0, 0, 0);
}

.supply-chain.module>.supply-chain-nav ul {
    position: absolute;
    left: 0;
    top: 36px;
    z-index: 1;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    -o-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}

.module.supply-chain>.row,
.module.industry>.row {
    height: 100%;
}

.module.supply-chain .col-sm-7,
.module.industry .col-sm-7 {
    height: 100%;
    position: relative;
    text-align: center;
}

.module.supply-chain .col-sm-7:after,
.module.industry .col-sm-7:after {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.module.supply-chain .col-sm-7 {
    padding: 36px 0 0 30px;
}

.module.supply-chain .col-sm-5,
.module.industry .col-sm-5 {
    height: 100%;
}

.module.supply-chain .col-sm-5 {
    padding-top: 36px;
}

.module.supply-chain .col-sm-7 .introduce-text,
.module.industry .col-sm-7 .introduce-text {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    text-align: justify;
}

.module.supply-chain .col-sm-7 .introduce-text,
.module.industry .col-sm-5 .introduce-img {
    -webkit-transform: translate3d(-3000px, 0, 0);
    -moz-transform: translate3d(-3000px, 0, 0);
    -o-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
}

.module.supply-chain .col-sm-5 .introduce-img,
.module.industry .col-sm-7 .introduce-text {
    -webkit-transform: translate3d(3000px, 0, 0);
    -moz-transform: translate3d(3000px, 0, 0);
    -o-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
}

.module.supply-chain .col-sm-7 .introduce-text>.lead,
.module.industry .col-sm-7 .introduce-text>.lead {
    text-indent: 42px;
}

.module.supply-chain .col-sm-5 .introduce-img,
.module.industry .col-sm-5 .introduce-img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -ms-background-position-x: center;
    -ms-background-position-y: center;
    background-position-x: center;
    background-position-y: center;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.module.supply-chain .col-sm-5 .introduce-img {
    -webkit-background-image: url("./../img/02.jpg");
    -moz-background-image: url("./../img/02.jpg");
    -o-background-image: url("./../img/02.jpg");
    background-image: url("./../img/02.jpg");
}

.module.industry .col-sm-5 .introduce-img {
    -webkit-background-image: url("./../img/06.jpg");
    -moz-background-image: url("./../img/06.jpg");
    -o-background-image: url("./../img/06.jpg");
    background-image: url("./../img/06.jpg");
}

p.next {
    text-align: center;
}

p.next>.next-btn {
    position: relative;
    z-index: 1;
    width: 70px;
    height: 70px;
    color: #fff;
    font-size: 20px;
    border: none;
    -webkit-border-radius: 35px 35px 35px 35px;
    -moz-border-radius: 35px 35px 35px 35px;
    border-radius: 35px 35px 35px 35px;
    background: none;
    vertical-align: middle;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
}

p.next>.next-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -webkit-box-shadow: inset 0 0 0 35px #37474f;
    -o-box-shadow: inset 0 0 0 35px #37474f;
    -moz-box-shadow: inset 0 0 0 35px #37474f;
    box-shadow: inset 0 0 0 35px #37474f;
    -webkit-transform: scale3d(0.9, 0.9, 1);
    -moz-transform: scale3d(0.9, 0.9, 1);
    -o-transform: scale3d(0.9, 0.9, 1);
    -ms-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
    -webkit-transition: box-shadow 0.3s, transform 0.3s;
    -moz-transition: box-shadow 0.3s, transform 0.3s;
    -o-transition: box-shadow 0.3s, transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s;
}

.module.overseas {
    position: relative;
}

.module.overseas>.module-bg {
    background-image: url("./../img/T2011_1217.jpg");
    opacity: 1;
}

.module.overseas>.container-fluid {
    display: table;
    height: 100%;
}

.module.overseas>.container-fluid>.container {
    display: table-cell;
    color: #fff;
    vertical-align: middle;
}

.module.overseas>.container-fluid .title {
    margin-bottom: 10px;
}

.module.overseas>.container-fluid .tags {
    opacity: 0;
    margin: 0 0 20px 0;
}

.module.overseas>.container-fluid .link {
    text-align: justify;
    text-decoration: none;
    color: #fff;
    /*font-family: droid serif;*/
    font-size: 24px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: 0 0 100px RGBA(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 100px RGBA(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 100px RGBA(0, 0, 0, 0.5);
    box-shadow: 0 0 100px RGBA(0, 0, 0, 0.5);
    background-color: RGBA(0, 0, 0, 0.5);
    padding: 10px 20px;
    margin-bottom: 10px;
}

.module.overseas>.container-fluid .link:hover {
    text-decoration: none;
}

.module.overseas>.container-fluid .text {
    text-indent: 2rem;
}

/* 任务 */
.module.mission {
    position: relative;
}

.module.mission>.container-fluid {
    display: table;
    height: 100%;
}

.module.mission>.container-fluid>.container {
    display: table-cell;
    vertical-align: middle;
}

.module.mission>.module-bg {
    background-image: url("./../img/mission-bg.jpg");
}

.module.mission .title {
    margin-bottom: 20px;
}

.module.mission article {
    color: #fff;
    text-align: justify;
    text-decoration: none;
    /*font-family: droid serif;*/
    font-size: 24px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: 0 0 100px RGBA(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 100px RGBA(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 100px RGBA(0, 0, 0, 0.3);
    box-shadow: 0 0 100px RGBA(0, 0, 0, 0.3);
    background-color: RGBA(0, 0, 0, 0.3);
    padding: 10px 20px;
    margin-bottom: 20px;
}

.module.mission article>.text {
    text-indent: 3rem;
}


/* 联系我们 */
.module.footer {
    position: relative;
}

.module.footer>.container-fluid,
.module.footer .row>.col-sm-7,
.module.footer .row>.col-sm-5 {
    height: 100%;
}

.module.footer>.container-fluid {
    display: table;
}

.module.footer>.container-fluid>.container {
    display: table-cell;
    vertical-align: middle;
}

.module.footer .logo {
    display: block;
    width: 100px;
    height: auto;
    margin: 0 auto 100px auto;
}

.module.footer .address {
    height: 80px;
    line-height: 80px;
}

.module.footer .address>.icon,
.module.footer .wechat>.icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    margin-right: 5px;
}

.module.footer .address>.icon {
    vertical-align: text-bottom;
}

.module.footer .wechat>.icon {
    vertical-align: middle;
}

.module.footer .address>.icon {
    background-image: url("./../img/address-icon.png");
}

.module.footer .wechat>.icon {
    background-image: url("./../img/wechat-icon.png");
}

.module.footer .wechat>.wechat-img {
    max-width: 80px;
}

.module.footer .link-list>.link-item+.link-item {
    margin-top: 15px;
}

.module.footer .link-list .link {
    position: relative;
    width: 120px;
    color: #333;
    background-color: #fff;
    -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
    overflow: hidden;
}

.module.footer .link>.icon-truck {
    position: absolute;
    top: 8px;
    left: -32px;
    z-index: 0;
    display: block;
    width: 32px;
    height: 16px;
    background-image: url("./../img/truck.png");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.module.footer .link>span {
    display: inline-block;
    -webkit-transition: margin-left 0.3s;
    -moz-transition: margin-left 0.3s;
    -o-transition: margin-left 0.3s;
    transition: margin-left 0.3s;
    margin-left: 0;
}

.module.footer .link:hover {
    color: #fff;
    background-color: #333;
}

.module.footer .link:hover>.icon-truck {
    left: 10px;
}

.module.footer .link:hover>span {
    margin-left: 36px;
}

/* 手机屏 */
@media (max-width: 767px) {
    body {
        font-size: 12px;
    }

    .professional-work>.supply-chain,
    .professional-work>.industry {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .supply-chain>.menu-btn {
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 10;
        width: 20px;
        height: 20px;
        color: #fff;
        font-size: 2rem;
    }

    .module.supply-chain>.supply-chain-nav {
        display: none !important;
    }

    .module.supply-chain .col-sm-7,
    .module.industry .col-sm-7 {
        display: table;
        position: relative;
        z-index: 1;
        color: #fff;
        padding: 12px 24px;
    }

    .module.supply-chain .col-sm-7 .introduce-text,
    .module.industry .col-sm-7 .introduce-text {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
    }

    .module.supply-chain .introduce-text>h1,
    .module.industry .introduce-text>h1 {
        font-size: 24px;
        margin-top: 0;
    }

    .module.supply-chain .col-sm-7 .introduce-text>.lead,
    .module.industry .col-sm-7 .introduce-text>.lead {
        font-size: 1rem;
        text-indent: 2rem;
        margin-bottom: 1rem;
    }

    .module.supply-chain .next-btn,
    .module.industry .next-btn {
        width: 5rem;
        height: 5rem;
        font-size: 2rem;
    }

    .module.supply-chain .col-sm-5,
    .module.supply-chain .col-sm-5>.xs-bg,
    .module.industry .col-sm-5,
    .module.industry .col-sm-5>.xs-bg {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        padding: 0;
        width: 100%;
        overflow: hidden;
    }

    .module.supply-chain .col-sm-5>.xs-bg,
    .module.industry .col-sm-5>.xs-bg {
        z-index: 1;
        height: 100%;
        background-color: RGBA(19, 143, 207, 0.5);
    }

    .module.supply-chain .next-btn.mobile-touch,
    .module.industry .next-btn.mobile-touch {
        color: #37474f;
    }

    .module.supply-chain .next-btn.mobile-touch:before,
    .module.supply-chain .next-btn.mobile-touch::before,
    .module.industry .next-btn.mobile-touch:before,
    .module.industry .next-btn.mobile-touch::before {
        -webkit-box-shadow: inset 0 0 0 2px #37474f;
        -o-box-shadow: inset 0 0 0 2px #37474f;
        -moz-box-shadow: inset 0 0 0 2px #37474f;
        box-shadow: inset 0 0 0 2px #37474f;
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    .module.footer>.row>.col-sm-7 {
        height: 60%;
    }

    .module.footer>.row>.col-sm-5 {
        height: 40%;
    }

    .module.footer .address,
    .module.footer .wechat,
    .module.footer .link-list {
        width: 100%;
    }
}

/* pad */
@media (min-width: 768px) and (max-width: 1199px) {}

/* pc */
@media (min-width: 1200px) {
    p.next>.next-btn:hover {
        color: #37474f;
    }

    p.next>.next-btn:hover::before {
        -webkit-box-shadow: inset 0 0 0 2px #37474f;
        -o-box-shadow: inset 0 0 0 2px #37474f;
        -moz-box-shadow: inset 0 0 0 2px #37474f;
        box-shadow: inset 0 0 0 2px #37474f;
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.module.history {
    position: relative;
}

.module.history>.module-bg {
    background-image: url("./../img/history-bg.jpg");
}

.module.history>.container-fluid {
    display: table;
    height: 100%;
}

.module.history .container {
    display: table-cell;
    vertical-align: middle;
}

.module.history .container>.title {
    color: #fff;
}

.module.history .timeline {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 0;
    margin: 20px 0;
}

.module.history .timeline:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 2px;
    background-color: #ff4769;
    margin-left: -1px;
}

.module.history .timeline .timeline-box {
    display: block;
    position: relative;
    z-index: 15;
    float: left;
    clear: left;
    width: 45%;
    background: #f8f8f8;
    padding: 20px;
    margin: 2em 2.5%;
}

.timeline-box[data-animate-class="fadeInLeft"] {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.timeline-box[data-animate-class="fadeInRight"] {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.module.history .timeline .timeline-box .timeline-details {
    text-align: justify;
    clear: both;
}

.module.history .timeline .timeline-box>span {
    position: absolute;
    top: 0;
    right: 2rem;
    z-index: -1;
    font-size: 4rem;
    font-weight: 700;
    color: #ff4769;
    opacity: 0.2;
}

@media all and (max-width: 600px) {
    .timeline .timeline-box {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

.timeline .timeline-box:hover:after {
    background: #ff4769;
}

@media all and (min-width: 650px) {
    .timeline .timeline-box:after {
        display: block;
        content: ' ';
        height: 9px;
        width: 9px;
        background: #fff;
        border-radius: 50%;
        position: absolute;
        right: -6.55%;
        top: 1.5em;
        border: 2px solid #ff4769;
    }
}

.module.history .timeline .timeline-box:first-child {
    margin-bottom: 2em;
}

.module.history .timeline .timeline-box:nth-child(2) {
    margin-top: 4em;
}

.module.history .timeline .timeline-box:nth-child(even)>span {
    left: 2rem;
    right: 0;
}

.module.history .timeline .timeline-box:nth-of-type(1n):before {
    position: absolute;
    top: 15px;
    right: -10px;
    display: inline-block;
    border-top: 10px solid transparent;
    border-left: 10px solid #f8f8f8;
    border-right: 0 solid #f8f8f8;
    border-bottom: 10px solid transparent;
    content: " ";
}

.module.history .timeline .timeline-box:nth-of-type(2n) {
    float: right;
    clear: right;
}

.module.history .timeline .timeline-box:nth-of-type(2n):before {
    right: auto;
    left: -10px;
    position: absolute;
    top: 15px;
    display: inline-block;
    border-top: 10px solid transparent;
    border-right: 10px solid #f8f8f8;
    border-left: 0 solid #f8f8f8;
    border-bottom: 10px solid transparent;
    content: " ";
}

.module.history .timeline .timeline-box:nth-child(2n):after {
    left: -6.5%;
    right: auto;
}

.module.history .timeline-box:hover,
.timeline-box:focus {
    transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
}

.module.history .timeline-box:hover,
.timeline-box:focus {
    -webkit-box-shadow: 0 3px 0 0 #ff4769;
    -moz-box-shadow: 0 3px 0 0 #ff4769;
    box-shadow: 0 3px 0 0 #ff4769;
}

.module.history .timeline-box {
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}


.module.loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

.module.loader.stop .loader-img {
    animation: none;
}

.module.loader>.loader-img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
    animation: rotate 2s infinite linear;
}


@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}