#ft{
    background:#2e2e2e;
}
#ft .fs15{
    font-family:"scd3";color:white;
}
#ft .text-box1{
    text-align: center;
    padding:50px 0 40px 0;
}
#ft .text-box2{
    /* border-top:#585858 solid 1px; */
    border-bottom:#585858 solid 1px;
    display: flex;
    padding: 5px 0;
    justify-content: space-between;
}
#ft .text-box2 .left > .fs15{
    color:#7b7b7b;
}
#ft .text-box2 .left{
    display: flex;
    align-items: center;
}
#ft .text-box2 .right{
    display: flex;
}
#ft .text-box2 .right a {
	width: 60px;	
}
#ft .text-box2 .right a img {
	width: 100%;
}
#ft .text-box3{
    padding-top:35px;
    padding-bottom:100px;
    display: flex;
    justify-content: space-between;
}
#ft .text-box3 .right{
    display: flex;
}
#ft .text-box3 .fs15{
    line-height:25px;text-align: left;
}
#ft .text-box3 .fs40{
    font-family: "scd8";
    line-height: 80px;color: #44c8f9;padding-right:20px;
}
