#topbar .content .navbar-left .nav-logo img {
    display: block;
}
body.pc #topbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 99;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

body.pc #topbar.bg-transparent {
    background-color: transparent
}

body.pc #topbar.bg-primary {
    background-color: #111
}

body.pc #topbar .content {
    width: 1440px;
    height: 80px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

body.pc #topbar .content a {
    display: block;
    text-decoration: none
}

body.pc #topbar .content .navbar-left .nav-logo {
    width: 135px;
    height: 50px
}


body.pc #topbar .content .navbar-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

body #topbar .content .navbar-right .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

body #topbar .content .navbar-right .nav li {
    margin-left: 20px
}

body #topbar .content .navbar-right .nav li a {
    font-size: 14px;
    color: #fff;
    font-weight: 800;
    padding: 8px 10px;
    border-radius: 16px
}

body #topbar .content .navbar-right .nav li a.active {
    background-color: rgba(128, 128, 128, .6)
}

body #topbar .content .navbar-right .nav li a:hover {
    background-color: rgba(128, 128, 128, .6)
}

body.pc #topbar .content .navbar-right .language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 40px;
    color: #c1c1c1;
    line-height: 50px
}

body.pc #topbar .content .navbar-right .language a {
    margin: 0 4px;
    color: #c1c1c1
}

body.pc #topbar .content .navbar-right .language a.active {
    color: #fff;
    font-weight: 800
}

body.pc #topbar .content .navbar-right .goat-id {
    margin-left: 33px;
    width: 60px;
    height: 32px;
    text-align: center;
    background: #da3e34;
    border-radius: 16px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

body.pc #topbar .content .navbar-right .goat-id img {
    width: 18px;
    height: 15px
}

body.pc #topbar .content .navbar-right .goat-id:hover {
    background: #c51409
}

@media screen and (max-width:1680px) {
    body.pc #topbar {
        height: 72px
    }

    body.pc #topbar .content {
        width: 1296px;
        height: 72px
    }

    body.pc #topbar .content .navbar-left .nav-logo {
        width: 135px;
        height: 50px
    }

    body.pc #topbar .content .navbar-left .nav-logo img {
        width: 100%;
        height: 100%
    }

    body #topbar .content .navbar-right .nav li {
        margin-left: 18px
    }

    body #topbar .content .navbar-right .nav li a {
        font-size: 13px;
        padding: 8px 9px
    }

    body.pc #topbar .content .navbar-right .language {
        margin-left: 36px;
        line-height: 45px
    }

    body.pc #topbar .content .navbar-right .language a {
        font-size: 13px
    }

    body.pc #topbar .content .navbar-right .language a.active {
        font-size: 15px
    }

    body.pc #topbar .content .navbar-right .goat-id {
        margin-left: 30px;
        width: 54px;
        height: 29px
    }

    body.pc #topbar .content .navbar-right .goat-id img {
        width: 17px;
        height: 14px
    }
}

@media screen and (max-width:1500px) {
    body.pc #topbar {
        height: 64px
    }

    body.pc #topbar .content {
        width: 1152px;
        height: 64px
    }

    body.pc #topbar .content .navbar-left .nav-logo {
        width: 135px;
        height: 50px
    }

    body.pc #topbar .content .navbar-left .nav-logo img {
        width: 100%;
        height: 100%
    }

    body #topbar .content .navbar-right .nav li {
        margin-left: 16px
    }

    body #topbar .content .navbar-right .nav li a {
        font-size: 12px;
        padding: 7px 8px
    }

    body.pc #topbar .content .navbar-right .language {
        margin-left: 32px;
        line-height: 40px
    }

    body.pc #topbar .content .navbar-right .language a {
        font-size: 12px
    }

    body.pc #topbar .content .navbar-right .language a.active {
        font-size: 13px
    }

    body.pc #topbar .content .navbar-right .goat-id {
        margin-left: 27px;
        width: 48px;
        height: 26px
    }

    body.pc #topbar .content .navbar-right .goat-id img {
        width: 15px;
        height: 12px
    }
}

body.mobile #topbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.2rem;
    z-index: 20;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

body.mobile #topbar a {
    display: block
}

body.mobile #topbar.bg-transparent {
    background-color: transparent
}

body.mobile #topbar.bg-primary {
    background-color: #111
}

body.mobile #topbar img {
    display: block;
    width: 100%;
    height: 100%
}

body.mobile #topbar .content {
    height: 100%;
    padding: 0 .5rem 0 .7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

body.mobile #topbar .content .navbar-left .nav-logo {
    width: 1.39rem;
}

body.mobile #topbar .content .navbar-right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

body.mobile #topbar .content .navbar-right .language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #c1c1c1;
    line-height: .5rem;
    font-size: .2rem
}

body.mobile #topbar .content .navbar-right .language a {
    margin: 0 .04rem;
    color: #c1c1c1;
    font-size: .2rem
}

body.mobile #topbar .content .navbar-right .language a.active {
    font-size: .28rem;
    color: #fff;
    font-weight: 800
}

body.mobile #topbar .content .navbar-right .goat-id {
    margin-left: .21rem;
    width: .9rem;
    height: .5rem;
    background: #da3e34;
    border-radius: .25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

body.mobile #topbar .content .navbar-right .goat-id img {
    width: .26rem;
    height: .2rem
}

body.mobile #topbar .content .navbar-right .goat-id:active {
    background: #c51409
}

body.mobile #topbar .content .navbar-right .navbar-toggles {
    margin-left: .21rem;
    width: .8rem;
    height: .7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

body.mobile #topbar .content .navbar-right .navbar-toggles .icon {
    width: .36rem;
    height: .36rem;
    background-image: url(../../../static-global.topdemon.com/goatwebsite/other/m/close6b96.png?v=b6e944d673);
    background-size: 100% 100%;
    background-repeat: no-repeat
}

body.mobile #topbar .content .navbar-right .navbar-toggles.collapsed .icon {
    width: .4rem;
    height: .31rem;
    background-image: url(../../../static-global.topdemon.com/goatwebsite/other/m/menu8c72.png?v=091152d3dc)
}

body.mobile #topbar .content .navbar-right #mb-navbar-collapse {
    position: absolute;
    z-index: 30;
    top: .9rem;
    right: -.2rem;
    width: 1.6rem;
    border-radius: .2rem;
    padding: .16rem .12rem;
    background: #252f26;
    backdrop-filter: blur(.02rem);
    -webkit-backdrop-filter: blur(.02rem);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .4))), rgba(114, 102, 104, .3);
    background: linear-gradient(0deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), rgba(114, 102, 104, .3);
    -webkit-filter: opacity(0);
    filter: opacity(0);
    display: none
}

body.mobile #topbar .content .navbar-right #mb-navbar-collapse .mb-navbar-nav {
    text-align: center
}

body.mobile #topbar .content .navbar-right #mb-navbar-collapse .mb-navbar-nav li {
    text-align: center;
    margin: .12rem 0
}

body.mobile #topbar .content .navbar-right #mb-navbar-collapse .mb-navbar-nav li a {
    color: #fff;
    font-size: .24rem;
    line-height: .52rem;
    border-radius: .26rem
}

body.mobile #topbar .content .navbar-right #mb-navbar-collapse .mb-navbar-nav li a.active {
    background: #da3e34
}

body.mobile #topbar .content .navbar-right #mb-navbar-collapse.in {
    display: block;
    -webkit-filter: opacity(1);
    filter: opacity(1)
}
.fixed-footer {
    text-align: center;
    color: #fff;
    background-color: #051621;
    font-size: .22rem;
}

.fixed-footer .footer-inner {
    position: relative
}

.fixed-footer .footer-main {
    display: block;
    height: 90px;
    overflow: hidden
}

.fixed-footer .footer-warpper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    margin: 20px auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

body.mobile .fixed-footer .footer-main {
    padding: .2rem;
}
body.mobile .fixed-footer .footer-warpper {
    flex-direction: column;
}

.fixed-footer .footer-warpper .footer-logo {
    float: left
}

body.pc .fixed-footer .footer-warpper .footer-ip-logo {
    margin-right: 29px
}

body.pc .fixed-footer .footer-warpper .footer-ip-logo img {
    max-height: 49px
}

.fixed-footer .footer-warpper .footer-goat-logo {
    padding-left: 29px;
    border-left: 1px #fff solid
}

body.pc .fixed-footer .footer-warpper .copyright {
    float: left;
    line-height: 30px;
    margin-left: 40px
}

.fixed-footer .footer-warpper .copyright p {
    margin: 0
}

.fixed-footer .footer-warpper .copyright a,
.fixed-footer .footer-warpper .copyright p {
    color: #fff;
    text-decoration: none
}

.fixed-footer .copyright-toggle {
    position: absolute;
    right: 23px;
    top: -30px;
    line-height: 24px;
    cursor: pointer;
    font-size: 0
}

.fixed-footer .copyright-toggle .copy-text {
    font-size: 18px;
    margin-right: 20px
}

.fixed-footer .copyright-toggle img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    vertical-align: top
}

.fixed-footer .copyright-toggle.down img {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}