.k-phone{
    display:none
}
.knx-page {
    width: 100%;
}

.k-box {
    width: 100%;
    min-height: 10.8rem;
    position: relative;
}

.k-box img {
    width: 100%;
}
/* 页面通用样式 */
.k-title{
    font-family: 'Rany-Bold';
    font-size: 6rem;
}
.k-text {
    color: #333333;
    position: absolute;
    visibility: hidden;
}

.k-subtitle{
    font-family: 'Rany';
    font-size: 4.5rem;
}
.k-saltitle{
    font-family: 'Rany-Bold';
    font-size: 4.5rem;
    line-height: 5.7rem;
}
.k-panel{
    display: flex;
    margin-top: 6rem;
    align-items: center;
}
.k-content {
    font-family: 'OPPOSans-R';
    font-size: 2.4rem;
    margin-top: 4rem;
    line-height: 3.5rem;
}
.k-segment{
    width: 100%;
    height: 30rem;
    text-align: center;
    position: absolute;
}


.k-text1 {
    width:50%;
    top: 74rem;
    left:26rem;
    visibility:visible;
    animation-duration: 5s;
    animation-name: fadeInLeft;
}
@keyframes fadeInLeft{
    0%{ opacity: 0; }
    100%{ opacity: 1; }
}
.k-t1-subtitle {
    margin-top: 4rem;
}
.k-t1-panel{
    display: flex;
    margin-top: 7rem;
    align-items: center;
}
.k-t1-line{
    background-color:#ffba3e;
    height:5rem;
    width:2px;
}
.k-t1-content {
   margin-left: 1.5rem;
   width: 84%;
   margin-top: 0rem;
}


.k-t2-title{
    padding:12.2rem 42.8rem;
    top:0;
    visibility: hidden;
}
.k-text2{
    top: 64.6rem;
    width: 21%;
    right: 23rem;
   
}
.k-text3{
    top: 34.6rem;
    width: 23%;
    left: 23rem;
}
.k-text4{
    top: 34.6rem;
    width: 23%;
    right: 23rem;
}
.k-text4-t2{
    bottom: 0;
    padding:12.5rem 53rem;
    visibility: hidden;
}
.k-t4-t2-text{
    font-size: 3.6rem;
    font-family: 'Rany-Light';
}
.k-text5{
    width: 100%;
    padding: 10rem 32rem;
    top: 0;
   
}
.k-content5{
    font-family: 'OPPOSans-M';
    font-size: 2.4rem;
    color:#333333;
    text-align: center;
    margin-top: 0;
}
.k-text6{
    width: 100%;
    padding: 8rem 36.3rem;
    top: 0;
}
.k-text7{
    width: 100%;
    top: 34rem;
    /* display: flex;
    flex-direction: column;
    justify-content: center; 水平居中 */
    display: grid;
    place-items: center;
   
}
.k-icon{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 88rem;
    
}
.k-icon img{
    width:24rem;
}
.k-icon p{
    font-family: 'Rany-Medium';
    font-size: 3rem;
    color: #ffffff;
    text-align: center;
    margin-top: -6rem;
}
.k-content7{
    color: #FFFFFF;
    font-family: 'OPPOSans-M';
    text-align: center;
    width: 106rem;
    margin-top:5.8rem;
}
