* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

body, html {
    font-size: 16px;
    background: #F5F7FA;
}

.navbar {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    text-align: center;
    display: flex;
    height: 112px;
    border-bottom: 1px solid #ffffff24;
}

.navbar .nav {
    display: flex;
    width: 1000px;
    flex-direction: row;
    text-align: center;
    margin: auto;
}

.navbar .nav .logo {
    display: flex;
    flex-direction: row;
    width: 60%;
}

.navbar .nav .logo .img {
    width: 2rem;
}

.navbar .nav .logo .text {
    margin: auto 10px;
    color: #fff;
    font-size: .8rem;
}

.navbar .nav .navs {
    display: flex;
    flex-direction: row;
    font-size: .6rem;
    animation: flipInX 2s ease-in-out;
}

.navbar .nav .navs a:focus,
.navbar .nav .navs a:active,
.navbar .nav .navs a {
    margin: auto 10px;
    color: #fff;
    position: relative;
}

.navbar .nav .navs a.active,
.navbar .nav .navs a:hover {
    color: #a9a7a7;
    text-decoration: none;
}

.navbar .nav .navs a img {
    display: none;
    position: absolute;
    top: 20px;
    left: -10px;
    min-width: 80px;
    padding: 3px;
    background: #fff;
    border-radius: 3px;
}

.right-box {
    position: fixed;
    right: 20px;
    bottom: 30%;
    display: flex;
    flex-direction: column;
    z-index: 99999;
    animation: flipInX 1s ease-in-out;
}

.right-box .icon {
    margin: 10px 0;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    justify-content: center;
    vertical-align: middle;
    box-shadow: 1px 1px 18px 0px #00000014;
    cursor: pointer;
}

.right-box .icon img {
    width: 100%;
    height: 100%;
}

.slogo {
}

.slogo .title {
    color: #FFCF26;
    font-size: 1rem;
}

.slogo .sub-title {
    font-size: 1.4rem;
    color: #fff;
}

.slogo .end-title {
    color: #FFCF26;
    font-size: 1rem;
}

.slogo .end-title .end {
    color: #FFFFFF;
}

.banner-dot {
    margin-top: -20px !important;
    position: absolute;
    width: 100%;
}

.info-box {
    display: flex;
    flex-direction: row;
    text-align: center;
    max-width: 1200px;
    margin: 60px auto;
}

.info-box .display {
    margin: 0 auto;
    position: relative;
    width: 600px;
}

.info-box .display .main {
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 3;
    max-width: 100%;
    max-height: 100%;
}

.info-box .display .bg {
    position: absolute;
    left: 0;
    z-index: 1;
    height: 70px;

}

.info-box.service .display .bg {
    left: -100px;
    bottom: -20px;
}


.info-box .summary {
    text-align: left;
    margin: auto;
    padding: 50px;
    max-width: 400px;
}

.info-box .summary .title {
    font-size: 25px;
    color: #000;
    font-weight: bold;
    margin-bottom: 30px;
}

.info-box .summary .detail {
}

.info-box .summary .detail p {
    color: #020113;
    font-size: 14px;
    margin: 0 0 15px 0;
    animation: flipInX 2s ease-in-out;
}

.info-box.about .summary .detail p {
    animation: flipInX 1s ease-in-out;
}

.info-box.about .summary .detail p .row-icon {
    width: 35px;
}

.middle {
    background: #EAEFF5;
    display: flex;
    flex-direction: row;
    text-align: center;
    margin: auto;
    padding: 150px;
}

.middle .card {
    margin: auto;
    width: 300px;
    background: #FFFFFF;
    box-shadow: 50px 50px 100px 0px rgb(0 0 0 / 7%);
    border-radius: 5px;
    animation: zoomIn 2s ease-in-out;
}

.middle .card .display {
}

.middle .card .info {
    padding: 20px;
}

.middle .card .info .title {
    font-size: 14px;
    color: #020113;
}

.middle .card .info .detail {
    text-align: left;
    font-size: 12px;
    color: #020113;
    animation: flipInX 3s ease-in-out;
}

.data {
    background: url("/images/icon/bg_blue_line.png");
    background-size: 100% 100%;
    display: flex;
    flex-direction: row;
    text-align: center;
    margin: auto;
    padding: 50px;
}

.data .data-item {
    margin: auto;
    width: 300px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.data .data-item .title {
    font-size: 12px;
    color: #fff;
}

.data .data-item .icon {
    margin: 30px auto;
    width: 50px;
}

.data .data-item .detail {
    font-size: 12px;
    color: #fff;
}

.data .data-item .digit {
    font-size: 23px;
    color: #fff;
}

.friends {
    position: relative;
    background: url("/images/icon/world_map_white.png");
    background-size: 100% 100%;
}

.friends .title {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 40%;
    z-index: 99999;
}

.friends .title h2 {
    font-size: 30px;
    margin: 0;
}

.friends .title h3 {
    color: #00000324;
    margin: 0;
    font-size: 45px;
}

.friends .icons {
    position: relative;
    height: 500px;
}

.friends .icons img {
    position: absolute;
    box-shadow: 1px 1px 19px 3px #00000014;
    border-radius: 50%;
    animation: scale-size 3s linear infinite;
}

@keyframes scale-size {
    0% {
        transform: scale(.7);
    }
    20% {
        transform: scale(.9);
    }
    40% {
        transform: scale(1);
    }
    60% {
        transform: scale(.9);
    }
    100% {
        transform: scale(.7);
    }
}

.footer {
    background: #111111;
}

.footer .info {
    display: flex;
    flex-direction: row;
    max-width: 1000px;
    margin: auto;
    text-align: center;
}

.footer .info .col {
    width: 30%;
    margin: 30px auto;
    text-align: left;
}

.footer .info .col .title {
    color: #ffffffbd;
    font-size: 18px;
}

.footer .info .col .content {
    margin: 10px 0;
    color: #fff6;
    font-size: 14px;
}

.footer .info .col .content img {
    max-width: 120px;
}

.footer .info .col .content p {
    margin: 0;
}

.footer .info .col .logo {
    display: flex;
    flex-direction: row;
}

.footer .info .col .logo .img {
    width: 40px;
}

.footer .info .col .logo .text {
    margin: auto 10px;
    color: #fff;
    animation: flipInY 2s infinite;
}

.footer .info .col .qrcode-box {
    display: flex;
    flex-direction: row;
}

.footer .info .col .qrcode-box .qrcode-box-item {
    margin: auto;
    text-align: center;
}

.footer .bottom {
    margin-top: 30px;
    border-top: 1px solid #ffffff14;
}

.footer .bottom .copyrights {
    text-align: center;
    padding: 30px;
    color: #ffffff4d;

}

.friends-img {
    margin: auto;
    width: 100%;
}

.banner-middle-img {
    /*width: 300px;*/
    height: 360px;
    border-radius: 10px;
    animation: heartBeat 2s ease-in-out;
}
