html,
body {
    max-width: 100%;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    font-family: "Open Sans";
    font-weight: 400;
    line-height: 26px;
    height: 100%;
    color: #676767;
    overflow-x: hidden;
    position: relative
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

img {
    height: auto
}

a {
    text-decoration: none !important
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.off-canvas-social-links {
    display: none
}

.slider-img {
    display: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.container_custom {
    position: relative;
    max-width: 1425px;
    margin: 0 auto;
    padding: 0 90px;
    height: 100%
}

.invisible {
    -webkit-transform: translateY(-100%) !important;
    transform: translateY(-100%) !important
}

.text-justify {
    text-align: justify
}

.header-top {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9998
}

.header-top header {
    background: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .22);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .22);
    position: relative;
    z-index: 9998
}

.header-top header .container_custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-top header .container_custom .logo a {
    margin-top: 12px;
    display: block
}

.header-top header .container_custom .logo a img {
    height: 60px
}

.header-top header .container_custom .head-nav {
    height: 100%
}

.header-top header .container_custom .head-nav .head-nav-box {
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-top header .container_custom .head-nav .head-nav-box ul {
    font-size: 16px;
    height: 100%;
    text-align: right
}

.header-top header .container_custom .head-nav .head-nav-box ul li {
    display: inline-block;
    height: 84px
}

.header-top header .container_custom .head-nav .head-nav-box ul li>a {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
    color: #9e6e4e;
    text-decoration: none
}

.header-top header .container_custom .head-nav .head-nav-box ul li>a span {
    position: relative;
    padding-right: 1em
}

.header-top header .container_custom .head-nav .head-nav-box ul li>a span .icon {
    position: absolute;
    right: -2px;
    top: 56%;
    width: 13px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header-top header .container_custom .head-nav .head-nav-box ul li .show-menu {
    opacity: 0;
    -webkit-transition: opacity .1s ease-in, -webkit-transform .2s cubic-bezier(0.18, 0.74, 0.72, 1);
    transition: opacity .1s ease-in, -webkit-transform .2s cubic-bezier(0.18, 0.74, 0.72, 1);
    transition: transform .2s cubic-bezier(0.18, 0.74, 0.72, 1), opacity .1s ease-in;
    transition: transform .2s cubic-bezier(0.18, 0.74, 0.72, 1), opacity .1s ease-in, -webkit-transform .2s cubic-bezier(0.18, 0.74, 0.72, 1);
    position: absolute;
    top: 100%;
    min-width: 155px;
    background-color: #fff;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    margin-top: 0px;
    border-radius: 0;
    z-index: 10009;
    display: none;
    height: auto;
    width: auto;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: .2s, .1s;
    transition-duration: .2s, .1s;
    -webkit-transition-timing-function: cubic-bezier(0.18, 0.74, 0.72, 1), ease-in;
    transition-timing-function: cubic-bezier(0.18, 0.74, 0.72, 1), ease-in;
    -webkit-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms
}

.header-top header .container_custom .head-nav .head-nav-box ul li .childer-menu-blank {
    right: -1000px;
    left: -1000px
}

.header-top header .container_custom .head-nav .head-nav-box ul li .childer-menu-blank .childer-menu-wrap {
    position: relative;
    width: 100%;
    margin: 0;
    border-left: 1000px solid rgba(0, 0, 0, 0);
    border-right: 1000px solid rgba(0, 0, 0, 0);
    padding: 20px 90px;
    text-align: left
}

.header-top header .container_custom .head-nav .head-nav-box ul li .childer-menu-blank .childer-menu-wrap p {
    color: #444;
    padding: 0 20px 15px;
    line-height: 1.45;
    font-weight: 600;
    display: block;
    font-size: 12px;
    text-align: left
}

.header-top header .container_custom .head-nav .head-nav-box ul li .childer-menu-blank .childer-menu-wrap a {
    display: inline-block;
    padding: 0 20px
}

.header-top header .container_custom .head-nav .head-nav-box ul li .childer-menu-blank .childer-menu-wrap a img {
    width: 300px;
    margin-bottom: 15px
}

.header-top header .container_custom .head-nav .head-nav-box ul li .childer-menu-item a {
    position: relative;
    display: inline-table;
    vertical-align: middle;
    width: 100%;
    padding: 14px;
    text-align: left;
    color: #9e6e4e
}

.header-top header .container_custom .head-nav .head-nav-box ul li .childer-menu-item a:hover {
    background-color: #f3ede9;
    color: #50393a;
}

.header-top header .container_custom .head-nav .head-nav-box ul li.active>a {
    background: #9e6e4e;
    color: #fff
}

.header-top header .container_custom .head-nav .head-nav-box ul li.active .childer-menu-blank,
.header-top header .container_custom .head-nav .head-nav-box ul li.active .childer-menu-self {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.header-top header .container_custom .head-nav .head-nav-box ul li.active .show-menu {
    display: block
}

.header-top header .container_custom .head-nav .head-nav-box .icon-search {
    width: 24px;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    margin-left: 30px;
    color: #383838;
    cursor: pointer
}

.header-top header .container_custom .head-nav .head-nav-box .closed {
    display: none
}

.header-top #search {
    position: absolute;
    z-index: 99999;
    width: 100%;
    left: 0;
    top: 0
}

.header-top #search .mask {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .45);
    display: none
}

.header-top #search .search-warp {
    background: #fff;
    height: 35vh;
    position: absolute;
    -webkit-transition: opacity .8s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform .8s cubic-bezier(0.2, 1, 0.3, 1);
    transition: opacity .8s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform .8s cubic-bezier(0.2, 1, 0.3, 1);
    transition: transform .8s cubic-bezier(0.2, 1, 0.3, 1), opacity .8s cubic-bezier(0.2, 1, 0.3, 1);
    transition: transform .8s cubic-bezier(0.2, 1, 0.3, 1), opacity .8s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform .8s cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-transform: translate3d(0, -35vh, 0);
    transform: translate3d(0, -35vh, 0);
    z-index: 2000 !important;
    top: -1px;
    left: 0;
    width: 100%
}

.header-top #search .search-warp form {
    position: relative;
    width: 100%
}

.header-top #search .search-warp form input {
    line-height: 100px;
    border: none;
    border-bottom: 4px solid #3f3f3f;
    font-size: 43px;
    padding-right: 70px;
    height: 100px;
    width: 100%;
    letter-spacing: 1px;
    color: #383838
}

.header-top #search .search-warp form input::-webkit-input-placeholder {
    color: #383838
}

.header-top #search .search-warp form input:focus {
    outline: none
}

.header-top #search .search-warp form .tips {
    opacity: .7;
    color: #383838;
    margin-top: 15px;
    display: block
}

.header-top #search .search-warp form #close {
    position: absolute;
    top: 25px;
    right: 0;
    -webkit-transition: opacity .8s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform .8s cubic-bezier(0.2, 1, 0.3, 1);
    transition: opacity .8s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform .8s cubic-bezier(0.2, 1, 0.3, 1);
    transition: transform .8s cubic-bezier(0.2, 1, 0.3, 1), opacity .8s cubic-bezier(0.2, 1, 0.3, 1);
    transition: transform .8s cubic-bezier(0.2, 1, 0.3, 1), opacity .8s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform .8s cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    font-size: 0
}

.header-top #search .search-warp form #close a {
    display: block;
    position: relative;
    width: 50px;
    height: 50px
}

.header-top #search .search-warp form #close a .close-wrap {
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    position: absolute;
    overflow: hidden;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
    transform: translateX(-50%) translateY(-50%) translateZ(0)
}

.header-top #search .search-warp form #close a .close-wrap .close-line {
    height: 100%;
    width: 2px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    border-radius: 5px;
    left: 9px;
    -webkit-transition: opacity .2s ease, background-color .2s ease;
    transition: opacity .2s ease, background-color .2s ease;
    background-color: #383838;
    -webkit-animation-timing-function: cubic-bezier(0.52, 0.01, 0.16, 1);
    animation-timing-function: cubic-bezier(0.52, 0.01, 0.16, 1);
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.header-top #search .search-warp form #close a .close-wrap .close-line1 {
    -webkit-transform: translateY(-30px) translateX(30px) rotate(45deg);
    transform: translateY(-30px) translateX(30px) rotate(45deg);
    -webkit-animation-delay: .29s;
    animation-delay: .29s;
    -webkit-animation-name: crossRight;
    animation-name: crossRight
}

.header-top #search .search-warp form #close a .close-wrap .close-line2 {
    -webkit-transform: translateY(-30px) translateX(-30px) rotate(-45deg);
    transform: translateY(-30px) translateX(-30px) rotate(-45deg);
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
    -webkit-animation-name: crossLeft;
    animation-name: crossLeft
}

.header-top #search .search-warp form #close a::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transition: all .45s cubic-bezier(0.15, 0.2, 0.1, 1);
    transition: all .45s cubic-bezier(0.15, 0.2, 0.1, 1);
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: rgba(0, 0, 0, .05)
}

.header-top #search .search-warp form #close a:hover::before {
    -webkit-transform: scale(1.2) translateZ(0);
    transform: scale(1.2) translateZ(0)
}

.header-top .search-open .search-warp {
    -webkit-transform: translate3d(0, 0vh, 0) !important;
    transform: translate3d(0, 0vh, 0) !important
}

.header-top #menu-box {
    display: none
}

.footer {
    color: #fff;
    position: relative;
    z-index: 10
}

.footer .widgets {
    background-color: #474443;
    min-height: 1px
}

/* .footer .widgets .footer-info {
    padding-bottom: 4%;
    margin-bottom: 1.5em
} */

.footer .widgets .footer-info .footer-logo {
    padding: 0 8% 0 0;
    margin-bottom: 15px
}

.footer .widgets .footer-info .footer-logo img {
    max-width: 95%;
    filter: brightness(0) invert(1);
}

.footer .widgets .footer-info .footer-txt {
    padding: 0 1%
}

.footer .widgets .footer-info .footer-txt .footer-top {
    padding: 0 24.9px;
    margin-bottom: 1.5em
}

.footer .widgets .footer-info .footer-txt h3 {
    font-size: 14px;
    color: #d33;
    text-align: left;
    margin-bottom: 8px;
    line-height: 34px;
    font-weight: 600
}

.footer .widgets .footer-info .footer-txt p {
    margin-bottom: 1.5em
}

.footer .widgets .footer-info .footer-txt .icon-wb,
.footer .widgets .footer-info .footer-txt .icon-weixin {
    z-index: 99999;
    width: 50px;
    height: 50px;
    position: absolute;
    cursor: pointer
}

.footer .widgets .footer-info .footer-txt .icon-weixin {
    margin: 0 62px
}

.footer .widgets .footer-info .footer-txt .icon-weixin a {
    background: url("../images/sbtn.png") 0 0px;
    right: 0;
    float: left;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.footer .widgets .footer-info .footer-txt .icon-weixin a div {
    position: absolute;
    display: none;
    left: -45px;
    top: -200px;
    width: 275px;
    height: 355px;
    background: url("../images/moquu_ico.png") 58px -400px no-repeat
}

.footer .widgets .footer-info .footer-txt .icon-weixin a:hover {
    background: url("../images/sbtn.png") -50px 0px
}

.footer .widgets .footer-info .footer-txt .icon-weixin a:hover div {
    display: block
}

.footer .widgets .footer-info .footer-txt .icon-wb a {
    background: url("../images/sbtn.png") 0 -50px;
    width: 50px;
    height: 50px;
    right: 0;
    float: left;
    text-indent: -9999px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.footer .widgets .footer-info .footer-txt .icon-wb a div {
    position: absolute;
    display: none;
    left: -280px;
    top: -200px;
    width: 280px;
    height: 360px;
    background: url() 50px 82px no-repeat
}

.footer .widgets .footer-info .footer-txt .icon-wb a:hover {
    background: url("../images/sbtn.png") -50px -50px
}

.footer .widgets .footer-info .footer-txt .icon-wb a:hover div {
    display: block
}

.footer .widgets .footer-info .footer-item {
    padding: 0 1%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* height: 314px */
}

.footer .widgets .footer-info .footer-item .footer-title {
    font-size: 16px;
    color: #fff;
    text-align: left;
    margin-bottom: 8px;
    font-weight: 600;
    line-height: 34px
}

.footer .widgets .footer-info .footer-item .footer-type {
    padding: 4px 0
}

.footer .widgets .footer-info .footer-item .footer-type a {
    display: inline-block;
    white-space: nowrap;
    font-size: 14px;
    color: #fff
}
.footer .widgets .footer-info .footer-item .footer-type a:hover{
    color: #9e6e4e;
}

.footer .widgets .footer-line {
    margin-top: 0px;
    height: 1px;
    margin-bottom: 0px;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    visibility: visible;
    background-color: #9e6e4e
}

.footer .widgets .footer-link {
    color: #fff;
    margin: 0 -1%
}

.footer .widgets .footer-link>div {
    padding: 0 1%
}

.footer .widgets .footer-link>div .footer-link-txt {
    padding: 24.9px 0
}

.footer .widgets .footer-link>div .footer-link-txt h6 {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 7px
}

.footer .widgets .footer-link>div .footer-link-item {
    height: 84px;
    display: inline-block;
    padding: 4px 0
}

.footer .widgets .footer-link>div .footer-link-item a {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: #f1f1f1;
    padding: 0 14px;
    font-size: 12px
}

.footer .widgets .footer-link>div .footer-link-item a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    opacity: 0;
    border-radius: 100%;
    -webkit-transform: scale(1, 1) translate(-50%);
    transform: scale(1, 1) translate(-50%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    z-index: 1;
    background-color: rgba(255, 255, 255, .3)
}

.footer .widgets .footer-link>div .footer-link-item:hover a::before {
    -webkit-animation: quadmenu_ripple 1s cubic-bezier(0.18, 0.74, 0.72, 1);
    animation: quadmenu_ripple 1s cubic-bezier(0.18, 0.74, 0.72, 1);
    text-decoration: none
}

.footer .widgets .footer-link>div .foot-menu-btn {
    display: none
}

@-webkit-keyframes quadmenu_ripple {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: .3
    }

    40% {
        -webkit-transform: scale(15, 15);
        transform: scale(15, 15);
        opacity: .3
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(40, 40);
        transform: scale(40, 40)
    }
}

@keyframes quadmenu_ripple {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: .3
    }

    40% {
        -webkit-transform: scale(15, 15);
        transform: scale(15, 15);
        opacity: .3
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(40, 40);
        transform: scale(40, 40)
    }
}

.footer .mobile-foot {
    display: none
}

.footer .footer-copyright {
    font-size: 14px;
    padding: 20px 0;
    color: #777;
    background-color: #191313
}

.footer .footer-copyright .footer-copyright-left {
    padding: 0;
    font-size: 10pt;
    text-align: center;
}

.footer .footer-copyright .footer-copyright-right ul {
    float: right
}

.footer .footer-copyright .footer-copyright-right ul li {
    float: left;
    margin-left: 20px
}

.footer .footer-copyright .footer-copyright-right ul li a {
    display: block;
    line-height: 22px;
    height: 24px;
    position: relative;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    background-position: center top
}

.footer .footer-copyright .footer-copyright-right ul li a i {
    color: #6b6b6b;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    font-size: 20px;
    width: auto
}

.footer .footer-copyright .footer-copyright-right ul li a:hover i {
    border-color: #d33;
    color: #d33
}

i[class=fa-] {
    display: inline-block;
    word-spacing: 1px;
    position: relative;
    text-align: center;
    top: -2px;
    vertical-align: middle;
    max-width: 100%
}

.category-wrap {
    position: relative;
    width: 100%
}

.category-wrap .category-menu {
    position: absolute;
    background-color: #9e6e4e;
    top: 0;
    color: #fff;
    z-index: 1000;
    width: 100%;
    z-index: 9997
}

.category-wrap .category-menu ul {
    display: block !important;
    height: auto !important;
    font-size: 0
}

.category-wrap .category-menu ul li {
    display: inline-block;
    margin-right: 100px;
    color: inherit
}

.category-wrap .category-menu ul li a {
    color: inherit;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    opacity: .7;
    font-size: 16px
}



.category-wrap .category-menu ul li.second_menu_active a,.category-wrap .category-menu ul li a:hover {
    opacity: 1
}

.category-wrap .header-not-visible {
    -webkit-transition: all .3s;
    transition: all .3s
}

.fixed {
    position: fixed !important
}

[class^=col-] {
    padding: 0
}

.page {
    position: absolute;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page a,
.page .current {
    display: inline-block;
    color: #444;
    padding: 2px 10px
}

.page .current {
    background: #9e6e4e !important;
    color: #fff !important
}

.page select {
    margin: 0 6px;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    padding: 2px 4px
}

.left-aside .meta {
    padding: 0;
    margin: 0 0 1.5em;
    overflow: hidden;
    zoom: 1;
    clear: both
}

.left-aside .meta li {
    margin: 0 1em 0 0;
    padding: .5em;
    float: left;
    line-height: 1em;
    color: #999
}

.left-aside .meta .join-type {
    color: #fff;
    background-color: #f08d3c
}

.left-aside .job_description {
    margin: 0 0 1.5em
}

.right-aside .search-form {
    position: relative;
    margin-bottom: 40px
}

.right-aside .search-form input {
    padding: 10px;
    width: 100%;
    padding-right: 45px;
    border: 0px;
    background-color: rgba(0, 0, 0, .035);
    font-size: 14px
}

.right-aside .search-form button {
    padding: 14px;
    position: absolute;
    right: 0;
    top: auto;
    border: none;
    bottom: 0;
    background: rgba(0, 0, 0, 0)
}

.right-aside .search-form button span {
    margin-top: 1px;
    display: block;
    font-size: 17px;
    color: #9e6e4e !important
}

.right-aside .news {
    margin-bottom: 40px
}

.right-aside .news h4 {
    color: #474443;
    border-bottom: .5px solid #ccc;
    line-height: 3;
    /* margin: -18px 0px 10px 0; */
    font-family: 微软雅黑, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400
}

.right-aside .news li {
    padding: 4px 0
}

.right-aside .news li a {
    border: none;
    color: inherit
}

.right-aside .news li:first-child {
    padding-top: 0
}

.right-aside .news1 h4 {
    color: #474443;
    border-bottom: .5px solid #ccc;
    line-height: 3;
    margin: -18px 0px 10px 0;
    font-family: 微软雅黑, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400
}

.right-aside .news1 li {
    padding: 4px 0
}

.right-aside .news1 li a {
    border: none;
    color: inherit
}

.right-aside .news a:hover,
.right-aside .news1 a:hover {
    color: #9e6e4e
}

#article8 .left-aside,
#article-news .left-aside,
#article-article .left-aside {
    padding-right: 0;
    margin-top: 4px;
    margin-right: 4%;
    width: 68.5%
}

#article8 .right-aside,
#article-news .right-aside,
#article-article .right-aside {
    width: 27.5%;
    margin-bottom: 40px
}

#to-top {
    border-radius: 4px !important;
    bottom: -30px;
    width: 40px;
    height: 40px;
    padding: 4px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .25);
    -webkit-transition: background-color .1s linear, bottom .1s linear, -webkit-box-shadow .3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: background-color .1s linear, bottom .1s linear, -webkit-box-shadow .3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: box-shadow .3s cubic-bezier(0.55, 0, 0.1, 1), background-color .1s linear, bottom .1s linear;
    transition: box-shadow .3s cubic-bezier(0.55, 0, 0.1, 1), background-color .1s linear, bottom .1s linear, -webkit-box-shadow .3s cubic-bezier(0.55, 0, 0.1, 1);
    display: block;
    position: fixed;
    text-align: center;
    line-height: 12px;
    right: 17px;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    cursor: pointer;
    z-index: 9994
}

#to-top::before {
    background-color: rgba(255, 255, 255, .25);
    opacity: 0;
    z-index: 2;
    -webkit-transition: all .5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all .5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: scale(1);
    transform: scale(1);
    display: block;
    content: " ";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#to-top::after {
    display: block;
    content: " ";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all .3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all .3s cubic-bezier(0.55, 0, 0.1, 1);
    border-radius: 4px;
    background-color: #9e6e4e;
    -webkit-transform: scale(0);
    transform: scale(0)
}

#to-top:hover i.fa-angle-up {
    -webkit-transform: translate(0, -29px);
    transform: translate(0, -29px)
}

#to-top:hover::after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

#to-top i {
    line-height: 29px;
    width: 29px;
    height: 29px;
    font-size: 14px;
    top: 0;
    left: 0;
    text-align: center;
    position: relative;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0);
    vertical-align: middle;
    max-width: 100%;
    display: inline-block;
    word-spacing: 1px;
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

#to-top .fa-Top {
    line-height: 29px;
    width: 29px;
    height: 29px;
    font-size: 14px;
    top: 0;
    left: 0;
    text-align: center;
    position: relative;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0);
    vertical-align: middle;
    max-width: 100%;
    display: inline-block;
    word-spacing: 1px;
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

#to-top .fa-Top::before {
    content: "Top"
}

#loadMask {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
    z-index: 1000000000
}

#loadMask .loading-icon {
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: absolute;
    opacity: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/load.gif")
}

@-webkit-keyframes crossRight {
    100% {
        -webkit-transform: translateY(0px) translateX(0px) rotate(45deg);
        transform: translateY(0px) translateX(0px) rotate(45deg)
    }
}

@keyframes crossRight {
    100% {
        -webkit-transform: translateY(0px) translateX(0px) rotate(45deg);
        transform: translateY(0px) translateX(0px) rotate(45deg)
    }
}

@-webkit-keyframes crossLeft {
    100% {
        -webkit-transform: translateY(0px) translateX(0px) rotate(-45deg);
        transform: translateY(0px) translateX(0px) rotate(-45deg)
    }
}

@keyframes crossLeft {
    100% {
        -webkit-transform: translateY(0px) translateX(0px) rotate(-45deg);
        transform: translateY(0px) translateX(0px) rotate(-45deg)
    }
}

@-webkit-keyframes crossLeftClose {
    100% {
        -webkit-transform: translateY(22px) translateX(22px) rotate(-45deg);
        transform: translateY(22px) translateX(22px) rotate(-45deg)
    }
}

@keyframes crossLeftClose {
    100% {
        -webkit-transform: translateY(22px) translateX(22px) rotate(-45deg);
        transform: translateY(22px) translateX(22px) rotate(-45deg)
    }
}

@-webkit-keyframes crossRightClose {
    100% {
        -webkit-transform: translateY(22px) translateX(-22px) rotate(45deg);
        transform: translateY(22px) translateX(-22px) rotate(45deg)
    }
}

@keyframes crossRightClose {
    100% {
        -webkit-transform: translateY(22px) translateX(-22px) rotate(45deg);
        transform: translateY(22px) translateX(-22px) rotate(45deg)
    }
}

@keyframes crossRight {
    100% {
        -webkit-transform: translateY(0px) translateX(0px) rotate(45deg);
        transform: translateY(0px) translateX(0px) rotate(45deg)
    }
}

@keyframes crossLeft {
    100% {
        -webkit-transform: translateY(0px) translateX(0px) rotate(-45deg);
        transform: translateY(0px) translateX(0px) rotate(-45deg)
    }
}