
.bottom {
    /*width: 99vw;*/
    height: 307px;
    background: #00001D;
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 20px;
}

.bottomContent {
    width: 1280px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.bctLogo {
    height: 41px;
    width: 302px;
}

.bctlContent {
    margin-top: 56px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #A5A5A5;
}

.bctlContent {
    display: flex;
    flex-direction: column;
}

.bctlcTitle {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
}

.bctlcEmail {
    margin-top: 8px;
}

.bctlcIphone {
    margin-top: 12px;
}

.bcTop {
    display: flex;
    position: relative;
}

.aboutUs {
    margin-top: 10px;
    margin-left: 164px;
    display: flex;
    flex-direction: column;
}

.bctItem {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #A5A5A5;
    margin-top: 16px;
}

.bctTitle {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
}

.customizedService {
    margin-top: 10px;
    margin-left: 80px;
    display: flex;
    flex-direction: column;
}

.QRcode {
    position: absolute;
    right: 0px;
    top: 30px;
    display: flex;
    flex-direction: column;
}

.QRcodeImg {
    width: 96px;
    height: 96px;
}

.QRcodeText {
    margin-top: 12px;
    width: 96px;
    text-align: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #A5A5A5;
}

.bcBottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #868686;
    position: absolute;
    bottom: 0px;
}