body {
    overflow-x: hidden;
}

p {
    padding: 0;
    margin: 0;
    line-height: 1.4rem;
    font-size: .75rem;
}
.language { float: right; margin-right: .2rem; }

.company-btn { padding: 0 .6rem; height: 1.5rem; line-height: 1.5rem; text-align: center; font-size: .75rem; background-color: #EDF5F0; color: #72795D; border-radius: .85rem .1rem .85rem .1rem; position: relative; }
.company-btn-active { background-color: #eb5c20; color: #ffffff; }


.product-btn { border: .05rem solid #979797; text-align: center; padding-top: .5rem; padding-bottom: .5rem; font-size: 1rem; font-weight: 500; color: #333333; }
.btn-active { background-color: #eb5c20; color: #ffffff; }

.product-name {
    font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
    font-weight: 800;
    color: rgba(216,216,216,0);
    -webkit-text-stroke: .1rem #FFFFFF;
    text-stroke: .1rem #FFFFFF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.image-animate {
    transition: all 1.5s;
}
.image-animate:hover{
    transform: translateZ(0) scale(1.1);
}
