#footer-box{
    width: 100%;
    height: auto;
    padding-top:calc(63rem/21);
    background-color: rgb(39,46,59);
    color: white;
    font-family: DingTalk_JinBuTi_Regular;
}

#footer-box ul{
    list-style-type:none;
    list-style-position:outside;
    padding:0;
}

#footer-top{
    font-family: Alimama_ShuHeiTi_Bold;
    font-size: calc(72rem/21);
    display:inline-flex;
    align-items:center;
}

.star{
    width: calc(41rem/21);
    margin:0 calc(6rem/21);
}

#footer-content{
    width: calc(1352rem/21);
    height: auto;
    margin:calc(68rem/21) auto 0 auto;
    display:flex;
    justify-content:left;
}

.footer-title{
    font-size:calc(22rem/21);
    line-height:calc(24rem/21);
    margin-bottom:calc(31rem/21);
}

#footer-left{
    font-size:calc(18rem/21);
    width:calc(520rem/21);
}

#footer-left img{
    height:calc(23rem/21);
}

#footer-left a{
    text-decoration:none;
    color:white;
    margin-right:calc(50rem/21);
}

#footer-left-1{
    width:calc(470rem/21);
    margin-bottom:calc(100rem/21);
}

#footer-left-2{
    margin-bottom:calc(50rem/21);
}

#footer-left-3{
    margin-bottom:calc(2rem/21);
    font-size:calc(16rem/21);
}

#inquryForm{
    width:calc(414rem/21);
    border-bottom:solid;
}

#emailInput{
    background-color:rgb(39,46,59);
    border:none;
    width:calc(390rem/21);
    height:calc(60rem/21);
    color:#ffffff;
}

#submitEmail{
    position:relative;
    top:calc(10rem/21);;
    width:calc(20rem/21);
    height:calc(20rem/21);
    margin-top:calc(15rem/21);
}


#footer-center li{
    margin-bottom:calc(12rem/21);
}

#footer-right li{
    margin-bottom:calc(16rem/21);
}

#footer-center{
    width:calc(416rem/21);
}

#footer-right{
    width:calc(416rem/21);
}

#footer-right li img{
    margin-right:calc(5rem/21);
    height:calc(19rem/21);
}

#footer-right div{
    display:flex;
    justify-content:left;
    align-items:center;
}

#footer-right div div{
    margin-left:calc(24rem/21);
    display:flex;
    justify-content:space-around;
    align-items:center;
    flex-direction:column;
    font-size:calc(16rem/21);
}

#footer-right div div img{
    width:calc(95rem/21);
    height:calc(95rem/21);
    margin-bottom:calc(10rem/21);
}



/*#footer-bottom{
    width: calc(1352rem/21);
    height: auto;
    margin:calc(50rem/21) auto 0 auto;
    display:flex;
    justify-content:space-between;
    font-size:calc(14rem/21);
    color:rgb(163,168,176);
}

#footer-bottom-right{
    display:flex;
    margin-bottom: calc(100rem/21);
    justify-content:space-between;
}

#footer-bottom-right{
    width:calc(416rem/21);
}*/
#footer-bottom{
    width: calc(1352rem/21);
    height: calc(100rem/21);
    margin:calc(50rem/21) auto 0 auto;
    display:flex;
    justify-content:space-between;
    font-size:calc(14rem/21);
    color:rgb(163,168,176);
}
#footer-bottom-1{
    width:calc(520rem/21);
}
#footer-bottom-2{
    width:calc(416rem/21);
}
#footer-bottom-3{
    width:calc(416rem/21);
}


#infoBox{
    background-color:white;
    color:black;
    font-size: calc(12rem/21);
    width:calc(300rem/21);
    height: calc(80rem/21);
    position: fixed;
    left:calc(50% - 150rem/21);
    top:calc(50% - 40rem/21);
    border-radius:calc(5rem/21);
    display:inline-flex;
    justify-content:center;
    align-items:center;
}
