@charset "utf-8";
/*!
Theme Name: Leaping Creative
Theme URI: http://www.leapingcreative.com
Author: eitdesign
Author URI: https://www.eitsh.com
Description: Official theme of Leaping Creative
Version: 1.2.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: leaping
Text Domain: leaping
*/
body {
    font-family: 'Lato', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    background: #FFFFFF;
    color: #414141
}

ul {
    padding: 0
}

li {
    list-style: none
}

.clear {
    clear: both
}

a {
    text-decoration: none;
    color: #323232
}

a:hover {
    color: #FF007F;
    transition: .3s;
    text-decoration: none
}

.box {
    width: 100%;
    overflow: hidden;
    position: relative
}

.box-bg-wrapper, .box-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.box-bg-mask {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 50;
    width: 100%;
    height: 100%
}

.box-wrapper {
    width: 1000px;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    z-index: 100
}

.container {
    width: 1200px;
    margin: 0 auto
}

.container-wide {
    width: 90%;
    margin: 0 auto
}

.grid2 {
    width: 50%;
    float: left;
    text-align: center
}

.grid3 {
    width: 33%;
    float: left;
    text-align: center
}

.grid4 {
    width: 25%;
    float: left;
    text-align: center
}

.cd-auto-hide-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    transition: transform .5s
}

.cd-auto-hide-header.is-hidden {
    transform: translateY(-100%)
}

.header {
    z-index: 200;
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9)
}

.header .header-wrapper {
    width: 90%;
    height: 100px;
    position: relative;
    margin: 0 auto
}

.header .header-wrapper .logo {
    position: absolute;
    left: 30px;
    top: 25.5px
}

.header .header-wrapper .logo img {
    height: 45px;
    width: auto
}

.header .header-wrapper .desktop-menu .menu {
    position: absolute;
    top: 37px;
    right: 20px;
    font-size: 18px
}

.header .header-wrapper .desktop-menu .menu li {
    float: left;
    margin-right: 50px
}

.header .header-wrapper .desktop-menu .menu li a {
    color: #404040;
    display: block;
    height: 40px
}

.header .header-wrapper .desktop-menu .menu li a:hover {
    color: black;
}

.header .header-wrapper .desktop-menu .menu .current-menu-item a, .header .header-wrapper .desktop-menu .menu .current-post-parent a, .header .header-wrapper .desktop-menu .menu .current-menu-parent a, .header .header-wrapper .desktop-menu .menu .current-category-ancestor a {
    font-weight: 500;
    color: #FF007F
}

.header .header-wrapper .mobile-menu {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 10
}

.header .header-wrapper .mobile-menu .menu-btn {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 32px;
    height: 32px;
    z-index: 100
}

.header .header-wrapper .mobile-menu .menu-btn .hamburger {
    width: 25px;
    height: 3px;
    background: #FF007F;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12.5px;
    margin-top: -1.5px;
    transition: transform 200ms
}

.header .header-wrapper .mobile-menu .menu-btn .hamburger-1 {
    transform: translate3d(0, -8px, 0)
}

.header .header-wrapper .mobile-menu .menu-btn .hamburger-2 {
    transform: translate3d(0, 0, 0)
}

.header .header-wrapper .mobile-menu .menu-btn .hamburger-3 {
    transform: translate3d(0, 8px, 0)
}

.header .header-wrapper .mobile-menu .menu-btn.on .menu-open-button .hamburger-1 {
    transform: translate3d(0, 0, 0) rotate(45deg)
}

.header .header-wrapper .mobile-menu .menu-btn.on .menu-open-button .hamburger-2 {
    transform: translate3d(0, 0, 0) scale(.1, 1)
}

.header .header-wrapper .mobile-menu .menu-btn.on .menu-open-button .hamburger-3 {
    transform: translate3d(0, 0, 0) rotate(-45deg)
}

.header .header-wrapper .mobile-menu .menu-btn.on .menu-open-button .hamburger {
    background: #FF007F;
    transition: transform 200ms
}

.header .header-wrapper .mobile-menu .mobile-menu-wrapper {
    position: fixed;
    display: none;
    top: 60px;
    left: 0;
    width: 100%;
    padding: 20px 0;
    overflow-y: scroll;
    background: rgba(255, 255, 255, 0.9)
}

.header .header-wrapper .mobile-menu .mobile-menu-wrapper .menu {
    position: relative;
    display: block;
    top: 0;
    right: 0
}

.header .header-wrapper .mobile-menu .mobile-menu-wrapper .menu li {
    clear: both;
    float: none;
    margin: 0
}

.header .header-wrapper .mobile-menu .mobile-menu-wrapper .menu li a {
    display: block;
    color: #414141;
    width: 100%;
    font-size: 18px;
    padding: 15px 20px;
    height: auto;
    text-align: center;
    font-weight: bold
}

.header .header-wrapper .mobile-menu .mobile-menu-wrapper .menu li:first-child a {
    border-top: none
}

.header .header-wrapper .mobile-menu .mobile-menu-wrapper .menu .current-menu-item, .header .header-wrapper .mobile-menu .mobile-menu-wrapper .menu .current-post-parent, .header .header-wrapper .mobile-menu .mobile-menu-wrapper .menu .current-menu-parent {
    font-weight: 500
}

.mainbd {
    position: relative
}

#carousel-generic .carousel-inner .item {
    height: 100vh;
    overflow: hidden
}

#carousel-generic .carousel-inner .item a {
    width: 100%;
    height: 100%
}

#carousel-generic .carousel-inner .item img, #carousel-generic .carousel-inner .item video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#carousel-generic .carousel-inner .item .video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

#carousel-generic .carousel-inner .item .vertical {
    display: none
}

@keyframes zoomin {
    from {
        transform: translate3d(-50%, -50%, 0) scale(1, 1)
    }
    to {
        transform: translate3d(-50%, -50%, 0) scale(1.1, 1.1)
    }
}

#carousel-generic .carousel-inner .carousel-caption {
    position: absolute;
    bottom: 100px;
    left: 0;
    font-size: 40px;
    line-height: 1.5em;
    width: 100%
}

#carousel-generic .carousel-inner .carousel-caption a {
    background: rgba(0, 0, 0, 0.8);
    color: #FFFFFF
}

#carousel-generic .carousel-inner .carousel-caption a:hover {
    color: #FF007F;
    transition: .3s
}

.carousel-fade .carousel-inner .item {
    transition-property: opacity
}

.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    opacity: 0
}

.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1
}

.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0)
}

.carousel-fade .carousel-control {
    z-index: 2
}

.home-worklist {
    margin: 30px auto
}

.home-worklist .grid3 {
    width: 33%
}

.home-worklist .list-item {
    width: 100%;
    padding: 3%
}

.home-worklist .list-item .thumbnail {
    width: 100%;
    position: relative;
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0
}

.home-worklist .list-item .thumbnail .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 10
}

.home-worklist .list-item .thumbnail .text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 20
}

.home-worklist .list-item .thumbnail .text .title {
    color: white;
    font-size: 18px;
    height: auto;
    font-weight: bold
}

.home-worklist .list-item .thumbnail .text .subtitle {
    color: white;
    font-size: 16px;
    font-weight: normal
}

.home-worklist .list-item .thumbnail img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto
}

.home-worklist .list-item a:hover .mask {
    opacity: .7;
    transition: .3s
}

.home-worklist .list-item a:hover .text {
    opacity: 1;
    transition: .3s
}

.home-worklist .list-item .size1, .home-worklist .list-item .size2, .home-worklist .list-item .size3 {
    overflow: hidden
}

.home-worklist .list-item .title {
    font-size: 14px;
    padding: 10px 0;
    height: 70px
}

.home-worklist .list-item .title a {
    color: #414141
}

.home-worklist .list-item .title a:hover {
    color: #FF007F
}

.home-worklist .readmore {
    margin-top: 20px;
    margin-right: 10px;
    font-weight: bold;
    float: right
}

.home-worklist .readmore a {
    color: #1E2186
}

.home-worklist .readmore a:hover {
    color: #FF007F
}

.footer {
    background: #323232
}

.footer .footer-wrapper {
    position: relative;
    color: #F2F2F2
}

.footer .footer-wrapper a {
    color: #F2F2F2
}

.footer .footer-wrapper a:hover {
    color: #FFFFFF
}

.footer .footer-wrapper .copyright {
    padding: 50px;
    font-size: 14px;
    line-height: 34px
}

.footer .footer-wrapper .copyright span {
    font-size: 12px
}

.footer .footer-wrapper .copyright small {
    color: #AFAFAF;
    line-height: 1.8em;
    display: block
}

.footer .footer-wrapper .qrcode {
    position: absolute;
    top: 60px;
    right: 50px;
    font-size: 12px;
    text-align: center
}

.footer .footer-wrapper .qrcode img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px
}

.home #et_builder_outer_content h1 {
    font-size: 24px;
    color: #414141;
    line-height: 1.5em;
    font-weight: bolder;
    padding-bottom: 0
}

.home #et_builder_outer_content h1 span {
    font-size: 24px
}

.home #et_builder_outer_content h2 {
    font-size: 18px;
    color: #414141;
    line-height: 2em;
    font-weight: bolder;
    padding-bottom: 0
}

.home #et_builder_outer_content h2 span {
    font-size: 18px
}

.inner-body {
    background: #FFFFFF
}

.inner-body .inner-wrapper {
    margin-top: 130px
}

.inner-body .inner-wrapper .page-title h1 {
    color: #FF007F
}

.inner-body .inner-wrapper .entry #et_builder_outer_content h1 {
    font-size: 24px;
    color: #414141;
    line-height: 1.5em;
    font-weight: bolder;
    padding-bottom: 0
}

.inner-body .inner-wrapper .entry #et_builder_outer_content h1 span {
    font-size: 24px
}

.inner-body .inner-wrapper .entry #et_builder_outer_content h2 {
    font-size: 18px;
    color: #414141;
    line-height: 2em;
    font-weight: bolder;
    padding-bottom: 0
}

.inner-body .inner-wrapper .entry #et_builder_outer_content h2 span {
    font-size: 18px
}

.inner-body .inner-wrapper .entry #et_builder_outer_content h3 {
    font-size: 32px;
    font-weight: 700
}

.inner-body .inner-wrapper .entry #et_builder_outer_content h4 {
    font-size: 28px;
    color: #2F2E2E
}

.inner-body .inner-wrapper .entry #et_builder_outer_content hr {
    margin-bottom: 0
}

.inner-body .inner-wrapper .entry #et_builder_outer_content p {
    line-height: 1.8em
}

.inner-body .inner-wrapper .post .social-share {
    text-align: center;
    margin: 20px auto
}

.inner-body .inner-wrapper .post .social-share .help p {
    text-align: left;
    font-size: 12px
}

.inner-body .inner-wrapper .works, .inner-body .inner-wrapper .news {
    margin-bottom: 50px
}

.inner-body .inner-wrapper .works .list-item, .inner-body .inner-wrapper .news .list-item {
    padding: 10px;
    float: left;
    position: relative
}

.inner-body .inner-wrapper .works .list-item .thumbnail, .inner-body .inner-wrapper .news .list-item .thumbnail {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    border: none;
    border-radius: 0
}

.inner-body .inner-wrapper .works .list-item .thumbnail img, .inner-body .inner-wrapper .news .list-item .thumbnail img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0)
}

.inner-body .inner-wrapper .works a {
    display: block;
    position: absolute;
    text-align: left;
    top: 10px;
    left: 10px;
    height: calc(100% - 20px);
    width: calc(100% - 20px)
}

.inner-body .inner-wrapper .works a .title {
    position: absolute;
    bottom: 0;
    font-size: 16px;
    padding: 20px;
    display: none
}

.inner-body .inner-wrapper .works a .tags {
    position: absolute;
    top: 5px;
    right: 10px;
    display: none
}

.inner-body .inner-wrapper .works a:hover {
    background: rgba(50, 50, 50, 0.6);
    transition: .3s
}

.inner-body .inner-wrapper .works a:hover .title {
    display: block;
    color: #FFFFFF
}

.inner-body .inner-wrapper .works a:hover .tags {
    display: block;
    color: #FFFFFF
}

.inner-body .inner-wrapper .news .list-item {
    height: 400px;
    overflow: hidden
}

.inner-body .inner-wrapper .news .title {
    text-align: left;
    font-size: 18px;
    margin: 10px 0 5px 0
}

.inner-body .inner-wrapper .news .tags {
    font-size: 13px;
    text-align: left;
    color: #AFAFAF
}

.inner-body .inner-wrapper .news .content {
    font-size: 14px;
    text-align: left
}

.inner-body .inner-wrapper .news .content p {
    margin: 0
}

.inner-body .inner-wrapper .tab {
    width: 100%;
    margin-bottom: 30px
}

.inner-body .inner-wrapper .tab li {
    float: left;
    width: 16.6%;
    text-align: center;
    padding: 10px 5px;
    border-bottom: 2px solid transparent
}

.inner-body .inner-wrapper .tab li a {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #AFAFAF
}

.inner-body .inner-wrapper .tab li a span {
    display: block;
    font-size: 14px
}

.inner-body .inner-wrapper .tab li a:hover {
    color: #FF007F
}

.inner-body .inner-wrapper .tab .current-menu-item a {
    font-size: 18px;
    color: #FF007F
}

.inner-body .inner-wrapper .notes {
    width: 70%;
    margin: 50px auto;
    font-size: 14px;
    line-height: 2em;
    font-weight: 500;
    color: #414141;
    text-align: center
}

#cnzz {
    display: none
}

@media (max-width: 1200px) {
    .container {
        width: 100%
    }

    .header .header-wrapper {
        width: 100%
    }

    .header .header-wrapper .desktop-menu .menu li {
        margin-right: 40px
    }
}

@media (max-width: 1000px) {
    .container-wide {
        width: 100%
    }

    .box-wrapper {
        width: 100%
    }

    .header .header-wrapper .desktop-menu .menu li {
        margin-right: 30px
    }

    #carousel-generic .carousel-caption {
        font-size: 30px
    }

    .footer .footer-wrapper .nav {
        left: 350px
    }

    .inner-body .inner-wrapper .entry .icons-wrapper {
        width: 100%
    }

    .inner-body .inner-wrapper .post .size-medium {
        width: 100%;
        margin: 0
    }

    .inner-body .inner-wrapper .post .size-large, .inner-body .inner-wrapper .post .size-full {
        width: 768px;
        margin-left: -109px
    }
}

@media (max-width: 767px) {
    .grid3 {
        width: 50%
    }

    .box-wrapper {
        width: 100%
    }

    .cd-auto-hide-header {
        height: 70px
    }

    .header .header-bg {
        height: 70px
    }

    .header .header-wrapper {
        height: 70px
    }

    .header .header-wrapper .logo {
        left: 0;
        top: 15px;
        width: 100%;
        text-align: center
    }

    .header .header-wrapper .logo img {
        height: 40px;
        width: auto
    }

    .header .header-wrapper .desktop-menu {
        display: none
    }

    .header .header-wrapper .mobile-menu {
        display: block
    }

    #carousel-generic .carousel-inner .item video {
        height: 100%;
        width: auto;
        max-width: none
    }

    #carousel-generic .carousel-caption {
        font-size: 30px
    }

    .footer .footer-wrapper .copyright {
        padding: 20px;
        font-size: 12px
    }

    .footer .footer-wrapper .qrcode {
        display: none
    }

    .home #et_builder_outer_content h1 {
        font-size: 20px;
        color: #414141;
        line-height: 1.5em;
        font-weight: bolder;
        padding-bottom: 0
    }

    .home #et_builder_outer_content h1 span {
        font-size: 20px
    }

    .home #et_builder_outer_content h2 {
        font-size: 16px;
        color: #414141;
        line-height: 2em;
        font-weight: bolder;
        padding-bottom: 0
    }

    .home #et_builder_outer_content h2 span {
        font-size: 16px
    }

    .inner-body .inner-wrapper {
        margin-top: 60px
    }

    .inner-body .inner-wrapper #et_builder_outer_content .et_pb_text_inner {
        padding: 0 5%
    }

    .inner-body .inner-wrapper .entry .text {
        width: 90%
    }

    .inner-body .inner-wrapper .entry .text .size-medium, .inner-body .inner-wrapper .entry .text .size-large, .inner-body .inner-wrapper .entry .text .size-full {
        width: 111%;
        margin-left: -6%
    }

    .inner-body .inner-wrapper .entry .icons-wrapper .grid4 {
        width: 50%
    }

    .inner-body .inner-wrapper .post p, .inner-body .inner-wrapper .post ul, .inner-body .inner-wrapper .post ol {
        padding: 0 5%
    }

    .inner-body .inner-wrapper .post .size-medium, .inner-body .inner-wrapper .post .size-large, .inner-body .inner-wrapper .post .size-full {
        width: 111%;
        margin-left: -6%
    }

    .inner-body .inner-wrapper .wiki {
        width: 90%
    }

    .inner-body .inner-wrapper .works-intro-wrapper .text {
        width: 90%
    }

    .inner-body .inner-wrapper .works {
        border-bottom: none
    }

    .inner-body .inner-wrapper .works .thumbnail {
        float: none;
        padding: 0;
        border: none;
        width: 100%;
        margin-bottom: 20px
    }

    .inner-body .inner-wrapper .works .works-wrapper {
        margin: 0 auto;
        float: none;
        width: 90%
    }

    .inner-body .inner-wrapper .tab li {
        width: calc(33.3% - 10px)
    }

    .inner-body .inner-wrapper .notes {
        width: 100%
    }
}

@media (max-width: 500px) {
    .grid2, .grid3 {
        width: 100%
    }

    #carousel-generic .carousel-inner .item video {
        height: 100%;
        width: auto
    }

    #carousel-generic .carousel-inner .item .vertical {
        display: block
    }

    #carousel-generic .carousel-inner .item .horizontal {
        display: none
    }

    .inner-body .inner-wrapper .tab li {
        width: 50%
    }
}


/*------------------------------------------------------------*/

footer .container {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

footer .copyright {
    color: #F2F2F2;
    padding: 50px 0;
    font-size: 14px;
    line-height: 34px;
}

footer a {
    color: #F2F2F2;
}

footer .copyright small {
    font-size: 85%;
    color: #AFAFAF;
    line-height: 1.8em;
    display: block;
}

footer .qrcode {
    position: absolute;
    top: 60px;
    right: 0;
    font-size: 12px;
    text-align: center;
    color: white;
}

footer .qrcode img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}
