.container {
    width: 100%;
}

.container .nav {
    width: 100%;
}

.container .nav .logo {
    display: block;
    width: 182px;
    margin-left: 12px;
    margin-bottom: 6px;
}

.container .nav .logo img {
    display: block;
    width: 100%;
    height: auto;
}

.container .videoTitle {
    width: 100%;
    height: 88px;
    background: #3BB9B2;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 88px;
    text-align: center;
}

.container .video video {
    display: block;
    width: 100%;
    object-fit: cover;
}

.container .footerCon {
    width: 100%;
    background: #3BB9B2;
    padding-left: 30px;
    padding-top: 14px;
    box-sizing: border-box;
}

.container .footerCon .footerTit {
    display: flex;
    margin-bottom: 12px;
}

.footerTit img {
    display: block;
    width: 36px;
    height: 36px;
    margin-right: 8px;
}

.footerTit .titTex {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 36px;
}

.footerList .Itemlist {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 6px;
}

.footerList .Itemlist img {
    width: 20px;
    height: 20px;
    margin-right: 9px;
}

.footerList .Itemlist .ItemlistTex {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}

.code {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 6px;
    padding-left: 18px;
    padding-right: 47px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.code .codeItem {
    display: flex;
    width: 48px;
    flex-direction: column;
    align-items: center;
}

.code .codeItem img {
    display: block;
    width: 48px;
    height: 48px;
    margin-bottom: 4px;
}

.code .codeItem .codeItemTex {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 18px;
    /* text-align: center; */
}