/**顶部样式*/
.rc-km-header{
    height: 80px;
}
.rc-km-header .title{
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.rc-km-header .titleFixed{
    position: fixed;
    top:0;
    left:0;
    right: 0;
    background-color: #fff;
    z-index: 4;
    box-shadow: 0px 6px 14px 0px rgba(228, 228, 228, 0.5);
}
.rc-km-header .title .bg{
    width: 210px;
    height: 27px;
    margin-right: 80px;
}
.rc-km-header .title .left{
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
}
.rc-km-header .title .left ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 18px;
}
.rc-km-header .title .left ul li{
    margin-right: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}
.rc-km-header .title .left ul li a{
    color: #333;
}
.rc-km-header .title .left ul li img{
    width: 10px;
    height: 6px;
    margin-left: 10px;
}
.rc-km-header .title .right{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.rc-km-header .title .right .customer-service{
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    line-height: 22px;
    text-align: left;
    font-style: normal;
}

.rc-km-header .title .right .online {
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    color: #FF4C04;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    margin: 0 20px 0 15px;
    position: relative;
}
.rc-km-header .title .right .online:hover {
    text-decoration: none;
}
.rc-km-header .title .right .online:hover::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background-color: #FF4C04;
}
.rc-km-header .title .right .login{
    cursor: pointer;
}
.rc-km-header .title .right .regist{
    width: 126px;
    height: 36px;
    background: #FF4C04;
    border-radius: 42px;
    color:#fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.rc-km-header .title .right .regist:hover{
    background-color:#DA480D;
}

.rc-km-header .kuaimai-products{
    width: 100%;
    height: 300px;
    background-color: #fff;

    position:fixed;
    top:-50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:4;
    opacity: 1;
}
.rc-km-header .kuaimai-products .content1200{
    height: 300px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.rc-km-header .kuaimai-products .content1200::after{
    width: 400px;
    content: '';
}
.rc-km-header .kuaimai-products a{
    color: #333;
}
.rc-km-header .kuaimai-products .product{
    padding:43px 46px 47px 48px;
    width: 400px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    cursor: pointer;
}
.rc-km-header .kuaimai-products .product:hover{
    background-color: #FAFAFA;
}
.rc-km-header .kuaimai-products .product:hover .title{
    color: #FF4C04;
}
.rc-km-header .kuaimai-products .product .title{
    font-size: 20px;
}
.rc-km-header .kuaimai-products .product .title:hover{
    color:#FF4C04
}
.rc-km-header .kuaimai-products .product .content{
    font-size: 14px;
    color: #666;
}

.rc-km-header .kuaimai-products.slideDown{
    animation:slideDown .6s linear;
    top:230px;
}
.rc-km-header .kuaimai-products.slideUp{
    animation:slideUp .6s linear;
}
.rc-km-header .header-content{
    background-image: url(../images/header-bg.png);
    background-size: 1266px 618px;
    background-position: 150px 1177px;
    height: 520px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.rc-km-header .header-content .writer{
    width: 460px;
    height: 270px;
    font-size: 46px;
    font-weight: 200;
    line-height: 70px;
}
.rc-km-header .header-content .writer .font-big{
    font-weight: 600;
}
.rc-km-header .header-content .writer .button{
    font-size: 26px;
    width: 213px;
    height: 69px;
    border-radius: 40px;
    background: #FE5410;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 48px;
    cursor: pointer;
}
.rc-km-header .header-content .writer .button:hover{
    background-color: #FF7348;
}

@keyframes slideDown{
    from{
        top:200px;
        opacity:0;
    }
    to{
        top:230px;
        opacity:1;
    }
}
@keyframes slideUp{
    from{
        top:230px;
        opacity:1;
    }
    to{
        top:200px;
        opacity:0;
    }
}



/**尾部样式 start*/
.rc-km-footer {
    position: relative;
    background: #1C232C;
    height: auto;
    min-height: 130px;
    padding: 0 0 24px;
    font-size: 12px;
}
.rc-km-footer .main {
    width: 80%;
    min-width: 1200px;
    margin: 0  auto;
    padding-top: 56px;
    position: relative;
    color: #FFFFFF;
}
.rc-km-footer .main .f-context {
    display: flex;
    justify-content: space-between;
}
.rc-km-footer .main .f-context-item {
    width: 220px;
}
.rc-km-footer .main .f-brand{ width: 280px; }
.rc-km-footer .main .f-tech{ width: auto;min-width: 100px; }
.rc-km-footer .main .f-service{ width: auto;min-width: 160px; }
.rc-km-footer .main .f-sites{ width: auto;min-width: 160px; }
.rc-km-footer .main .f-qrcode{ width: 160px; }
.rc-km-footer .main .f-context-item .title {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 25px;
    padding: 13px 0;
    border-bottom: none;
}

.rc-km-footer .main .f-context-item .prod-list-warp {
    display: flex;
    justify-content: start;
    flex-wrap: nowrap;
}
.rc-km-footer .main .f-context-item .prod-list-warp .prod-list {
    margin-right: 30px;

}
.rc-km-footer .main .prod-service-list{
    margin-right: 0;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    grid-template-rows: repeat(7, 32px);
    gap: 8px 24px;
}
.rc-km-footer .main .f-context-item .prod-list-warp .prod-list .erp-prod {
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #93939D;
    line-height: 32px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
}
.rc-km-footer .main .f-context-item .prod-list-warp .prod-list .erp-prod a {
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #93939D;
    line-height: 32px;
}
.rc-km-footer .main .f-context-item .prod-list-warp .prod-list .QRcode {
    width: 145px;
    height: 145px;
    background: #ffffff;
    margin-top: 7px;
}
.rc-km-footer .main .f-context-item .prod-list-warp .prod-list .QRcode img {
    width: 100%;
    height: 100%;
}
.rc-km-footer .main .f-prompt { display: none; }
.rc-km-footer .main .f-copyright {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    text-align: center;
    padding: 28px 0;
    color: #FFFFFF;
    line-height: 30px;
    opacity: .6;
}
.rc-km-footer .main .f-copyright a{ color: #fff }
.rc-km-footer .main .f-copyright a:hover{ text-decoration: underline; }
/**尾部样式 end*/
.rc-km-footer .main .f-brand{ min-width: 380px;width: auto; }
.rc-km-footer .main .f-brand .brand-logo img{ width: 245px; height: auto; }
.rc-km-footer .main .f-brand .brand-name{ 
    margin-top: 8px; 
    color:#fff; 
    font-size: 18px;
    line-height: 38px;
    margin-bottom: 38px;
}
.rc-km-footer .main .f-brand .brand-contact{ 
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 28px;
    white-space: nowrap;
 }
.rc-km-footer .main .f-brand .brand-contact li{ color:#93939D; line-height: 28px;margin-top: 6px;margin-bottom: 12px; display: flex;align-items: center;}
.rc-km-footer .main .f-brand .brand-contact li img{
    width: 16px;
    height: 15px;
    margin-right: 10px;
}
.rc-km-footer .main .f-brand .brand-contact li:nth-child(2) img{
    width: 16px;
    height: 15px;
}
.rc-km-footer .main .f-brand .brand-contact li:nth-child(3) img{
    width: 14px;
    height: 18px;
}
.rc-km-footer .main .f-divider{
    width: 100%;
    border-top: 1px solid rgba(82, 82, 90, 0.3);
    margin-top: 16px;
}