.footer-yunji{
    width: 100%;
    height: 360px;
    background: #131313;
    position: relative;
}
.footer-bottom{
    width: 1200px;
    margin: 0 auto;
    padding-top: 73px;
    box-sizing: border-box;
    padding-left: 4px;
    padding-right: 48px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.footer-contract{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-shrink: 0;
}
.footer-contract-tv{
    font-size: 15px;
    color: #FFFFFF;
    font-weight:400;
}
.footer-contract-phone{
    font-size: 30px;
    color: #FFFFFF;
    font-weight:400;
    margin-top: 5px;
}
.footer-contract-time{
    font-size: 15px;
    color: #C3C3C3;
    font-weight:400;
    margin-top: 15px;
}
.footer-contract-img{
    margin-top: 29px;
}
.footer-contract-img img{
    cursor: pointer;
}
.footer-contract-img img:nth-of-type(2){
    margin-left: 20px;
    margin-right: 20px;
}
.footer-qc{
    margin-left: 95px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-shrink: 0;
}
.footer-qc img{
    padding-top: 11px;
    width: 120px;
    height: 120px;
}
.footer-qc span{
    display: inline-block;
    width: 120px;
    text-align: center;
    font-size:12px;
    font-weight:400;
    color:rgba(255,255,255,1);
    opacity:0.4;
    margin-top: 13px;
}
.footer-line{
    width:1px;
    height:200px;
    background: #FFFFFF;
    opacity:0.05;
    margin-left: 94px;
    margin-right: 80px;
    flex-shrink: 0;
}
.footer-product{
    flex-shrink: 0;
}
.footer-product span{
    font-size:15px;
    font-weight:400;
    color:#FFFFFF;
}
.footer-product ul{
    margin-top: 30px;
}
.footer-product ul li {
    font-size:14px;
    font-weight:400;
    color:#C3C3C3;
    margin-top: 8px;
    cursor: pointer;
}
.footer-product ul li:hover{
    color: #FFFFFF;
}
.solve-example{
    margin-left: 113px;
}
.custom-service{
    margin-left: 128px;
}
.footer-reference{
    width: 1200px;
    height: 79px;
    margin: 0 auto;
    border-top: 1px solid #2A272A;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-reference-copy{
    font-size:12px;
    font-weight:400;
    color:rgba(255,255,255,1);
    opacity:0.5;
}
.footer-reference-policy{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.footer-reference-policy-tv:nth-child(2){
    margin-left: 10px;
    margin-right: 10px;
}
.footer-reference-policy-tv{
    font-size:12px;
    font-weight:400;
    color:rgba(255,255,255,1);
    opacity:0.5;
}





.contract-us{
    position: fixed;
    bottom: 100px;
    right: 0;
    z-index: 9999;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.contract-us-content{
    width: 60px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    background: #FFFFFF;
    border-radius: 3px;
    box-shadow:0px 0px 12px 0px rgba(0, 0, 0, 0.12);
}
.contract-us-top{
    width: 60px;
    height: 60px;
    box-shadow:0px 0px 12px 0px rgba(0, 0, 0, 0.12);
    background: #FFFFFF;
    margin-bottom: 10px;
    display: none;
}
.contract-us-tops{
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.contract-us-tops img{
    width: 18px;
    height: 18px;
}
.contract-us-img{
    width: 24px;
    height: 24px;
}
.contract-us-tv{
    font-size:15px;
    font-weight:500;
    color:rgba(31,63,189,1);
    width: 14px;
    margin-top: 10px;
}
.contract-contents{
    width: 300px;
    box-shadow:0px 0px 12px 0px rgba(0, 0, 0, 0.12);
    margin-right: 10px;
    background: #FFFFFF;
    display: none;
    cursor: pointer;
}
.contract-one{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 20px;
    box-sizing: border-box;
}
.contract-one img{
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    padding-top: 2px;
}
.contract-one-content{
    margin-left: 10px;
}
.contract-one-content-title{
    font-size:16px;
    font-weight:500;
    color:rgba(51,51,51,1);
}
.contract-one-content-desc{
    font-size:14px;
    font-weight:500;
    color:rgba(102,102,102,1);
    margin-top: 5px;
}
.contract-one-content img{
    width: 110px;
    height: 110px;
    object-fit: cover;
    margin-top: 10px;
    margin-left: -5px;
}
.contract-one-content-phone{
    font-size:16px;
    font-weight:500;
    color:rgba(51,51,51,1);
}
.contract-applys{
    padding: 10px 20px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.contract-applys a{
    font-size:16px;
    font-weight:500;
    color:rgba(51,51,51,1);
    margin-left: 10px;
}