body {
    background: #fff;
    color: #2e2d2c;
}
section{
    overflow: hidden;
}
.logo-ani{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%) scale(0.45, 0.45);
    opacity: 1;
    transform-origin: 50% 50%;
    transition-duration: 2s;
}
.animation-logo{
    transition-duration: 2s;
    transform: translate(-132%, -30%) scale(0.6, 0.6) rotate(90deg) ;
    opacity: 0.099;
    width: 60%;
    transform-origin: 50% 50%;
}
.animation-right-logo{
    transition-duration: 2s;
    transform: translate(-30%,55%) scale(0.6, 0.6) rotate(0) ;
    opacity: 0.099;
    width: 100%;
    transform-origin: 50% 50%;
}
.home-content{
    position: relative;
    width: 100%;
    height: 100%;
}
.home-anim .lottie {
    width: 100%;
    padding-bottom: 100%;
    height: 0;
    position: relative;
}
.home-anim.left .lottie{
    -webkit-transform: translate(-10%,0);
    transform: translate(-10%,0);
}
.home-anim.right .lottie {
    -webkit-transform: translate(10%,35%);
    transform: translate(10%,35%);
}
.left{
    width: 30%;
    position: fixed;
    left: 0;
    top: 0;
}
.right{
    width: 40%;
    position: fixed;
    right: 0;
    bottom: 0;
}

.service-title{
    color: #ffaaa5;
    margin-bottom: calc(var(--space-unit)*2);
}
.service-left{
    text-align: center;
}
.service-link{
    margin-bottom: calc(var(--space-unit)*1.5);
    padding-left: 2rem;
    /*opacity: 0;*/
}
.animated{
    animation-duration: 2s;
    animation-delay: .5s;
}
.service-link span{
    color: #b2b2b2;
    text-decoration: none;
}

.product-title{
    color: #ffaaa5;
    margin-bottom: calc(var(--space-unit)*2);
}
.product-img{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.card-img,
.product-more{
    padding-left: 45px;
    padding-right: 45px;
}
.card-map{
    margin-top: 10%;
}
.card-title{
    font-size: 1rem;
    margin-bottom: .5rem;
    overflow: hidden;
    margin-top: 1rem;
}
.product-more{
    position: relative;
    display: inline-block;
}
.product-more a{
    position: relative;
    display: inline-block;
    height: 1.7rem;
}
.product-more .text,
.product-more .line{
    color: #2e2d2c;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .7s;
    transition-duration: .7s;
    -webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1);
    transition-timing-function: cubic-bezier(.165,.84,.44,1);
}
.product-more:hover .text {
    color: #f5332b;
}
.product-more:hover .line{
    background: #f5332b;
}

.product-more .line{
    height: 2px;
    background: #2e2d2c;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}
.contact-title{
    color: #ffaaa5;
    margin-bottom: calc(var(--space-unit)*2);
}
.contact-more {
    color: #ffaaa5;
    font-size: 1.25rem;
}
.contact-more span{
    margin-right: 1rem;
    color: #ffaaa5;
}
.contact-more:hover img{
    animation: indexImg 2s linear infinite;
    -moz-animation: indexImg 2s linear infinite;	/* Firefox */
    -webkit-animation: indexImg 2s linear infinite;	/* Safari 和 Chrome */
    -o-animation: indexImg 2s linear infinite;
}
@keyframes indexImg
{
    0%   {transform: translateX(0)}
    50%  {transform: translateX(20px)}
    100% {transform: translateX(0)}
}
.contact-info{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.contact-list{
    display: flex;
}
.contact-list > .code-info{
    position: relative;
    margin-right: 3rem;
    cursor: pointer;
    width: 5rem;
    text-align: center;
}
.code-img{
    position: absolute;
    top: -130px;
    text-align: center;
    opacity: 0;
    transition-duration: 1s;
    z-index: -1;
}
.img-box{
    border: 2px solid #ffaaa5;
    border-radius: 10px;
    padding: 5px;
    background: #fff;
}
.jiantou{
    margin: 5px 0 10px;
}
.code-info:hover{
    color: #ffaaa5;
}
.code-info:hover .code-img{
    opacity: 1;
}
.weibo-box a{
    color: #212529;
    text-decoration: none;
}
.weibo-box:hover a{
    color: #ffaaa5;
}
.copyright{
    margin-top: 3rem;
    color: #d9d9d9;
    font-size: 1rem;
}
.copyright a{
    color: #d9d9d9;
}
.mask{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
    background: #fff;
    transition-duration: 2s;
    transform: translateY(0);
}
.hide-mask{
    transition-duration: 2s;
    transform: translateY(100%);
}
@media (min-width: 992px) {
    .service-title{
        font-size: 2.25rem;
    }
    .service-link span{
        font-size: 1.3em;
    }
}
@media (min-width: 768px) {

    .service-title {
        margin-bottom: calc(var(--space-unit)*2.5);
    }
    .card-title{
        font-size: 1.2rem;
        margin-bottom: calc(var(--space-unit)*1);
    }
}
@media (max-width: 751px) {
    .logo-ani{
        transform: translate(-50%, -50%) scale(0.8, 0.8);
    }
    .animation-logo{
        transform-origin: 50% 50%;
        transform: translate(-130%, -30%) scale(1, 1) rotate(90deg);
    }
    .animation-right-logo{
        transform: translate(-35%,340%) scale(0.6, 0.6) rotate(0);
    }
    .home-title p{
        font-size: 1.5rem;
    }
    .product-more a span{
        font-size: .9rem;
    }
    .contact-top{
        margin-bottom: calc(var(--space-unit)*1);
    }
    .contact-title{
        margin-bottom: calc(var(--space-unit)*.8);
    }
    .contact-more span{
        font-size: .8rem;
    }
    .contact-info{
        left: 1rem;
        font-size: .8rem;
    }
    .home-anim.right .lottie{
        transform: translate(10%,-45%);
    }
    .copyright{
        font-size: .6rem;
    }
}
