  * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Roboto', sans-serif;
        }
        a{
          color: #333;
          text-decoration: none;
        }
        @font-face {
            font-family: 'MyCustomFont';
            src: url('/imgll/fonts/impact-2.ttf') format('truetype');
            font-weight: bold;
            font-style: normal;
        }

        html, body {
            height: 100%;
            margin: 0;
            padding: 0;
            overflow: hidden;
        }
        .custom-font {
            /*font-family: 'MyCustomFont', sans-serif;
            font-weight: bold;*/
        }
        
        body {
            overflow: hidden;
            color: #333;
        }
        
        .swiper {
            width: 100%;
            height: calc(var(--vh, 1vh) * 100);
        }

        .swiper-slide {
            height: calc(var(--vh, 1vh) * 100);
            transition: all 0.5s ease;
        }

        /* 文字上移淡入动画 */
        .animate-text {
            opacity: 0;
            transform: translateY(30px);
            transition: opacity 0.8s ease, transform 0.8s ease;
        }
        
        .animate-text.animate {
            opacity: 1;
            transform: translateY(0);
        }

        .title-ty {
            font-weight: 900;
            line-height: 1.2;
            color: white;
            position: relative;
            text-transform: uppercase;
        }
        .title-ty h2{
            font-size: 24px;
            margin: 180px 0 20px;
            display: flex;
            align-items: center;
        }

        .title-ty div{
            font-size: 28px;
            line-height: 1.5;
            width: 80%;
        }
        .title-ty img{
            margin: 0 10px 0 0;
        }
        .title-ty span{
            color: #F8C300;
        }

        .typewriter-line {
            overflow: hidden;
            white-space: nowrap;
            border-right: 3px solid #4cc9f0;
            animation: 
                typing 3.5s steps(30, end),
                blink-caret 0.75s step-end infinite;
        }
        
        @keyframes typing {
            from { width: 0 }
            to { width: 100% }
        }
        
        @keyframes blink-caret {
            from, to { border-color: transparent }
            50% { border-color: #4cc9f0 }
        }
        
        /* 通用内容容器 */
        .content-container {
            max-width: 1520px;
            width: 100%;
            height: 100%;
            margin: 0 auto;
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        .content2-container {
            max-width: 1520px;
            width: 100%;
            height: 100%;
            margin: 0 auto;
            position: relative;
        }
        .nav-hight{
            height: 70px;
            width: 0px;
        }
        .slide-3-txt-m{
            display: none;
        }

        .slide-3-txt-pc{
            display: block;
        }

/*头部*/

@import url(/bin/font/iconfont.min.css);
fieldset,img {
    border: 0
}

em,i {
    font-style: normal
}

li {
    list-style: none
}

img {
    display: block
}

button {
    cursor: pointer
}

a {
    text-decoration: none;
    color: inherit;
    transition: all .4s
}

button,input {
    font-family: Microsoft YaHei,Heiti SC,tahoma,arial,Hiragino Sans GB,\\5B8B\4F53,sans-serif
}

.hide,.none {
    display: none
}

.pc {
    display: block
}

.container {
    width: 1520px;
    margin: 0 auto;
    text-align: left
}

.mobile {
    display: none
}

.center {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center
}

.inline-block {
    display: inline-block;
    margin-right: 15px
}

@media screen and (max-width: 1024px) {
    body,html {
        font-size:26.66666667vw
    }

    html {
        font-size: 100px
    }

    .pc {
        display: none
    }

    .mobile {
        display: block
    }

    .container {
        width: 100%;
        margin: 0 auto;
        padding: 0 .1rem;
        font-size: .12rem;
        box-sizing: border-box
    }

    .inline-block {
        display: inline-block;
        margin-right: 0;
        width: 100%
    }
}

header {
    border-bottom: solid 2px #f8c300;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.4s ease;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

header .container {
    overflow: initial
}

header .header-top {
    background: #041e42;
    color: #828fa1;
    font-size: 14px;
    height: 42px
}

header .header-top .nav-gam {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap
}

header .header-top .container {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap
}

header .header-top .iconfont {
    margin-right: 5px
}

header .header-top .icon-email,header .header-top .icon-whatsapp-fill {
    font-size: 24px;
    opacity: .5;
    transition: opacity .4s;
    color: #FFF
}

header .header-top .icon-Facebook,header .header-top .icon-linkedin {
    display: block;
    opacity: .5;
    transition: opacity .4s;
    background: #FFF;
    color: #041e42;
    width: 22px;
    height: 22px;
    border-radius: 4px
}

header .header-top .icon-Facebook {
    font-size: 22px;
    position: relative
}

header .header-top .icon-Facebook::before {
    position: relative;
    top: 2px;
    left: 2px
}

header .header-top .icon-linkedin {
    font-size: 18px;
    position: relative
}

header .header-top .icon-Youtube-fill,header .header-top .icon-twitter,header .header-top .icon-xiangji {
    background: #FFF;
    color: #041e42;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    font-size: 20px;
    display: block;
    opacity: .5;
    position: relative;
    transition: opacity .4s
}

header .header-top .icon-linkedin::before {
    position: relative;
    top: 2px;
    left: 2px
}

header .header-top .icon-Youtube-fill::before {
    position: relative;
    top: 1px;
    left: 1px
}

header .header-top .icon-xiangji {
    font-weight: 700
}

header .header-top .icon-xiangji::before {
    position: relative;
    left: 1px
}

header .header-top .icon-twitter::before {
    position: relative;
    left: 1px
}

header .header-top .colon {
    opacity: .5;
    transition: opacity .4s;
    color: #FFF
}

header .header-top .colon::before {
    content: ':';
    opacity: .5;
    transition: opacity .4s;
    color: #FFF;
    font-size: 14px;
    margin-right: 5px
}

header .header-top a:hover,header .header-top a:hover i,header .header-top a:hover span {
    opacity: 1
}

header .header-top .nav-tel {
    float: right;
    line-height: auto;
    display: flex;
    align-items: center
}

header .header-top .nav-tel .sub-email,header .header-top .nav-tel .sub-tel {
    display: flex;
    align-items: center
}

header .header-top .line {
    float: right;
    display: block;
    width: 2px;
    height: 14px;
    background-color: #828fa1;
    margin: 14px 20px
}

header .header-top .nav-language {
    float: right;
    position: relative;
    padding: 10px 0
}

header .header-top .nav-language .nav-globe {
    float: left;
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 14px;
    background: url(/img/common/header-top-nav-language.png) no-repeat;
    opacity: .5;
    transition: opacity .4s
}

header .header-top .nav-language .language {
    position: relative;
    margin-right: 20px;
    line-height: 22px
}

header .header-top .nav-language .language::after {
    content: "";
    display: block;
    width: 10px;
    height: 6px;
    background: url(/img/common/header-top-nav-language.png) -100px -9px no-repeat;
    position: absolute;
    top: 30%;
    right: -18px;
    opacity: .6;
    transition: opacity .4s
}

header .header-top .nav-language .language:hover::after {
    opacity: 1
}

header .header-top .nav-language:hover {
    color: #FFF
}

header .header-top .nav-language:hover .nav-globe {
    opacity: 1
}

header .header-top .language-list {
    display: none;
    position: absolute;
    z-index: 2;
    background: #041e42;
    color: #FFF;
    top: 42px;
    right: -24px;
    padding-bottom: 5px;
    width: auto
}

header .header-top .nav-language:hover .language-list {
    display: block;
}

header .header-nav .nav-nav .nav-btn:hover,header .header-top .language-list a:hover {
    background: #fdc600
}

header .header-top .language-list a {
    display: block;
    padding: 8px 24px;
    word-break: keep-all;
    white-space: nowrap
}

header .header-nav {
    height: 100px
}

header .header-nav .nav-logo {
    float: left;
    display: block;
    height: 100px;
    position: relative
}

header .header-nav .nav-logo img {
    display: block;
    margin: 20px 0
}

header .header-nav .nav-nav {
    float: right;
    overflow: hidden;
    font-size: 14px;
    padding: 30px 0;
    _height: 100px
}

header .header-nav .nav-nav .nav-btn {
    float: left;
    display: block;
    width: 96px;
    height: 40px;
    line-height: 40px;
    text-align: center
}

header .header-nav .nav-products {
    display: none;
    position: absolute;
    z-index: 2;
    background: #F8F8F8;
    width: 100%;
    border-top: solid 2px #f8c300;
    left: 0;
    top: 142px
}

header .header-nav .nav-products .container {
    overflow: hidden
}

header .header-nav .m-nav-menu {
    display: none
}

header .nav-list {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
    justify-content: center;
}

header .nav-list strong {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 15px
}

header .nav-list ul {
    padding: 0;
    float: left
}

header .nav-list ul li {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1;
    color: #5c5c5c
}

header .nav-list .nav-img {
    position: relative;
    align-self: center;
    display: block;
    float: left
}

header .nav-list::after {
    content: "";
    position: absolute;
    display: block;
    top: 275px;
    width: 100%;
    height: 1px;
    background-color: #E0E0E0
}

header .list {
    overflow: hidden;
    height: 245px;
    display: flex;
    justify-content: flex-start;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px
}

header .list1,header .list4 {
    width: 360px
}

header .list1 .nav-img,header .list4 .nav-img {
    width: 110px;
    margin-right: 20px
}

header .list1 .nav-img img,header .list4 .nav-img img {
    position: relative;
    left: -27px
}

header .list2,header .list5 {
    width: 410px;
    margin-left: 20px;
    margin-right: 20px
}

header .list2 .nav-img,header .list5 .nav-img {
    margin-left: 12px;
    margin-right: 12px
}

header .list2 ul,header .list5 ul {
    width: 100%;
    margin-right: 20px
}

header .list2::after,header .list2::before,header .list5::after,header .list5::before {
    content: "";
    position: relative;
    display: block;
    width: 1px;
    height: 90%;
    background-color: #E0E0E0
}

header .list2::before,header .list5::before {
    left: 1px
}

header .list2::after,header .list5::after {
    right: 1px
}

header .list3,header .list6 {
    width: 390px
}

header .list3 .nav-img,header .list6 .nav-img {
    width: 150px;
    margin-right: 10px
}

header .list3 .nav-img img,header .list6 .nav-img img {
    position: relative;
    left: -5px
}

@media screen and (max-width: 1024px) {
    header {
        overflow:initial
    }

    header .header-top {
        font-size: .14rem;
        height: auto
    }

    header .header-top .nav-gam {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap
    }

    header .header-top .container {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap
    }

    header .header-top .nav-tel {
        display: flex;
        justify-content: space-between
    }

    header .header-top .line,header .header-top .mhide,header .header-top .nav-tel .sub-email {
        display: none
    }

    header .header-top .line {
        width: .02rem;
        height: .14rem;
        margin: .14rem .2rem
    }

    header .header-top .nav-language {
        padding: .1rem 0
    }

    header .header-top .nav-language .nav-globe {
        width: .22rem;
        height: .22rem;
        margin-right: .14rem;
        background-size: 1.1rem .22rem
    }

    header .header-top .nav-language .language {
        margin-right: .2rem;
        line-height: .22rem
    }

    header .header-top .nav-language .language::after {
        width: .1rem;
        height: .06rem;
        background: url(/img/common/header-top-nav-language.png) -1rem -.09rem no-repeat;
        background-size: 1.1rem .22rem;
        right: -.18rem
    }

    header .header-top .language-list {
        top: .4rem;
        right: -.24rem;
        padding-bottom: .05rem
    }

    header .header-top .language-list a {
        padding: .08rem .24rem
    }

    header .header-nav {
        height: auto;
        position: relative
    }

    header .header-nav .container {
        display: block;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative
    }

    header .header-nav .nav-logo {
        float: none;
        height: auto
    }

    header .header-nav .nav-logo img {
        width: 1.5rem;
        margin: .1rem 0
    }

    header .header-nav .nav-nav {
        display: none
    }

    header .header-nav .m-nav-menu {
        display: block
    }

    header .header-nav .m-nav-menu img {
        width: .28rem
    }

    header .m-menu-list {
        display: none;
        position: absolute;
        background-color: #fff;
        z-index: 999;
        width: 100%;
        top: 100%;
        left: 0;
        border-top: 1px solid #efefef;
        text-align: left
    }

    header .m-menu-list li {
        line-height: 2.5;
        font-size: .14rem;
        border-bottom: 1px solid #efefef
    }

    header .m-menu-list li a {
        display: block;
        padding-left: .1rem
    }

    header .m-menu-list dl {
        display: none;
        margin-left: .2rem
    }

    header .m-menu-list dl em {
        border-bottom: 1px solid #efefef;
        display: block
    }

    header .m-menu-list dl em a {
        background: url(/img/common/dot.jpg) 0 center no-repeat
    }

    header .m-menu-list dl em:last-child {
        border-bottom: none
    }

    header .m-menu-list .sub-menu {
        background: url(/img/common/arrows-sd.png) 94% .08rem no-repeat;
        background-size: .18rem
    }

    header .m-menu-list .sub-menu a {
        width: 80%
    }
}

.footer {
    display: block;
    width: 100%;
    background: url(/img/common/footer-background.jpg) bottom no-repeat;
    background-size: 100% 472px;
    position: absolute;
    bottom: 77px;
}

.footer .foot-contact {
    display: flex;
    align-items: flex-end
}

.footer .foot-contact .f-describe {
    position: relative;
    /*width: 670px;*/
    width: 970px;
    height: 710px;
    background: url(/img/common/foot-engineer.png) bottom right no-repeat
}

.footer .foot-contact .f-describe strong {
    display: block;
    font-size: 28px;
    font-weight: initial;
    text-transform: uppercase;
    color: #000;
    padding-top: 50px;
    font-weight: bold;
}

.footer .foot-contact .f-describe p {
    font-size: 16px;
    padding-top: 30px;
    width: 420px;
    line-height: 1.5;
}

.footer .foot-contact .f-describe .f-trait {
    position: relative;
    top: 60px
}

.footer .foot-contact .f-describe .f-trait li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase
}

.footer .foot-contact .f-describe .f-trait li i {
    display: block;
    width: 87px;
    height: 100px;
    background-image: url(/img/common/foot-ico.png);
    background-repeat: no-repeat
}

.footer .foot-contact .f-describe .f-trait li b {
    font-weight: 400;
    width: 190px;
    margin-left: 20px;
    line-height: 1.5;
    font-size: 16px;
}

.footer .foot-contact .f-describe .f-trait .f-plan i {
    background-position: 0 0
}

.footer .foot-contact .f-describe .f-trait .f-quality {
    margin: 22px 0
}

.footer .foot-contact .f-describe .f-trait .f-quality i {
    background-position: -87px 0
}

.footer .foot-contact .f-describe .f-trait .f-service i {
    background-position: -174px 0
}

.footer .foot-contact .f-describe .foot-style {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 397px;
    height: 138px;
    background: url(/img/common/foot-style.png) bottom right no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.footer .foot-contact .f-describe .foot-style .tel {
    font-size: 24px;
    color: #fff;
    position: relative;
    margin-top: 20px;
    margin-left: 70px
}

.footer .foot-contact .f-describe .foot-style .tel b {
    margin-left: 26px;
    padding-left: 26px;
    transition: color .5s
}

.footer .foot-contact .f-describe .foot-style .tel b::before {
    content: ":";
    color: #fff;
    transition: none;
    display: block;
    width: 26px;
    height: 26px;
    background-image: url(/img/common/foot-tel.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 36px;
    line-height: 23px
}

.footer .foot-contact .f-describe .foot-style .tel:hover b {
    color: #f7c300
}

.footer .foot-contact .f-describe .foot-style .foot-gam {
    display: flex;
    align-items: center;
    margin-top: 13px;
    margin-left: 38px
}

.footer .foot-contact .f-describe .foot-style .foot-gam a {
    display: block;
    margin: 0 13px
}

.footer .foot-contact .f-describe .foot-style .foot-gam span {
    display: block;
    background-image: url(/img/common/foot-gam.png);
    background-repeat: no-repeat
}

.footer .foot-contact .f-describe .foot-style .foot-gam .foot-linkedin {
    width: 40px;
    height: 38px
}

.footer .foot-contact .f-describe .foot-style .foot-gam .foot-whatsapp {
    width: 35px;
    height: 37px;
    background-position-x: -61px
}

.footer .foot-contact .f-describe .foot-style .foot-gam .foot-skype {
    width: 35px;
    height: 35px;
    background-position: -114px -2px
}

.footer .foot-contact .f-describe .foot-style .foot-gam .foot-wechat {
    width: 44px;
    height: 35px;
    background-position: -168px -2px
}

.footer .foot-contact .f-describe .foot-style .foot-gam .foot-email {
    width: 37px;
    height: 29px;
    background-position: -231px -4px
}

.footer .foot-contact .f-form {
    width: 560px;
    height: 637px;
    background: -webkit-linear-gradient(#1c3856,#386396);
    background: -o-linear-gradient(#1c3856,#386396);
    background: -moz-linear-gradient(#1c3856,#386396);
    background: linear-gradient(#1c3856,#386396);
    border-radius: 60px 0 0
}

.footer .foot-contact .f-form fieldset {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #595757;
    font-weight: 400
}

.footer .foot-contact .f-form fieldset legend {
    width: 430px;
    color: #FFF;
    display: block;
    margin: auto;
    padding-top: 35px;
    padding-bottom: 20px;
    font-size: 13px;
    line-height: 1.5
}

.footer .foot-contact .f-form fieldset input,.footer .foot-contact .f-form fieldset textarea {
    font-family: Arial,Helvetica,sans-serif;
    box-sizing: border-box;
    width: 430px;
    border-style: none;
    border-radius: 5px;
    font-size: 14px;
    color: #595757;
    padding-left: 15px;
    font-weight: 400
}

.footer .foot-contact .f-form fieldset input {
    height: 50px
}

.footer .foot-contact .f-form fieldset textarea {
    height: 140px;
    padding: 10px 15px;
    line-height: 1.5
}

.footer .foot-contact .f-form fieldset label {
    width: fit-content;
    margin: 5px auto
}

.footer .foot-contact .f-form fieldset .radio {
    width: 430px;
    color: #99aec5;
    margin: 5px auto 20px
}

.footer .foot-contact .f-form fieldset .radio input {
    width: 15px;
    height: 15px;
    background-color: #99aec5;
    margin-right: 10px;
    position: relative;
    top: 1px
}

.footer .foot-contact .f-form fieldset .Btn {
    background: #f8c300;
    cursor: pointer;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.foot-mfloat {
    display: none
}

@media screen and (max-width: 1024px) {
    .footer {
        background: 0 0;
        position: initial;
        /*margin: 0 0 .2rem 0;*/
        /*padding: 220px 0 0 0;*/
    }

    .footer .foot-contact {
        flex-wrap: wrap
    }

    .footer .foot-contact .f-describe {
        width: 100%;
        height: auto;
        background-size: 2rem auto;
    }

    .footer .foot-contact .f-describe strong {
        padding-top: 0;
        text-align: center;
        font-size: .24rem
    }

    .footer .foot-contact .f-describe p {
        font-size: .13rem;
        line-height: 1.4;
        padding: .2rem .06rem 0;
        width: auto
    }

    .footer .foot-contact .f-describe .f-trait {
        top: 0rem;
        margin: .2rem 0;
    }

    .footer .foot-contact .f-describe .f-trait li {
        color: #000;
        font-size: .12rem
    }

    .footer .foot-contact .f-describe .f-trait li b {
        /*width: 1.5rem*/
    }

    .footer .foot-contact .f-describe .f-trait li i {
        width: .39rem;
        height: .45rem;
        background-size: 1.17rem;
        margin-left: .15rem
    }

    .footer .foot-contact .f-describe .f-trait .f-quality i,.footer .foot-contact .f-describe .f-trait .f-service i {
        background-position-x: -.395rem
    }

    .footer .foot-contact .f-describe .foot-style {
        background-size: 1.46rem .35rem;
        width: 1.5rem;
        height: .4rem
    }

    .footer .foot-contact .f-describe .foot-style .tel {
        margin-top: .1rem;
        margin-left: .26rem;
        font-size: .125rem
    }

    .footer .foot-contact .f-describe .foot-style .tel b {
        margin: 0;
        padding: 0
    }

    .footer .foot-contact .f-describe .foot-style .tel b::before {
        display: none
    }

    .footer .foot-contact .f-describe .foot-style .foot-gam {
        display: none
    }

    .footer .foot-contact .f-form {
        width: 100%;
        height: auto;
        border-radius: .4rem 0 0;
        padding-bottom: .05rem
    }

    .footer .foot-contact .f-form fieldset {
        padding: 0 .1rem;
        box-sizing: border-box;
        align-content: center;
        font-size: .14rem
    }

    .footer .foot-contact .f-form fieldset label {
        width: 100%;
        margin: .05rem 0
    }

    .footer .foot-contact .f-form fieldset .radio,.footer .foot-contact .f-form fieldset input,.footer .foot-contact .f-form fieldset legend,.footer .foot-contact .f-form fieldset textarea {
        box-sizing: border-box;
        width: 100%
    }
    .footer .foot-contact .f-form fieldset textarea{
        /*height: auto;*/
    }

    .footer .foot-contact .f-form fieldset legend {
        padding: .3rem .15rem .2rem;
        font-size: .13rem;
        line-height: 1.5
    }

    .footer .foot-contact .f-form fieldset>* {
        box-sizing: border-box
    }

    .foot-mfloat {
        display: block;
        /*position: fixed;*/
        background: #000;
        z-index: 2;
        bottom: 0;
        width: 100%
    }

    .foot-mfloat ul {
        display: flex;
        justify-content: space-between;
        align-content: center;
        align-items: center;
        padding: 0 .18rem
    }

    .foot-mfloat ul li {
        display: block;
        background: #000;
        width: .3rem;
        padding: .1rem
    }

    .foot-mfloat ul img {
        width: 100%
    }
}


.copyright {
    font-size: 14px;
    color: #b5b5b6;
    background-color: #353535;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 77px;
}

.copyright .container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.copyright .content-list {
    display: flex;
    align-items: center;
    margin: 30px 0
}

.copyright .content-list .nav {
    margin-right: 30px
}

.copyright .copyright-content :first-child {
    margin-right: 5px
}

@media screen and (max-width: 1024px) {
    .copyright {
        font-size:.14rem;
        color: #b5b5b6;
        background-color: #353535;
        text-transform: uppercase;
        /*margin-bottom: .2rem;*/
        position: initial;
    }

    .copyright .container {
        justify-content: center
    }

    .copyright .content-list {
        display: none
    }

    .copyright .copyright-content {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        width: 2.2rem;
        padding: .08rem 0;
        line-height: 1.4
    }

    .copyright .copyright-content :first-child {
        margin-right: 0
    }
}