.contact-list {
    padding: 0 16px;
}
.each-contact {
    margin-top: 12px;
    padding: 24px 16px;
}
.container {
    margin-top: 44px;
}
.each-contact .title {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 15px;
}
.each-contact .name .icon {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #666666;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 8px;
}
.each-contact .name .no-mar {
    margin-bottom: 0;
}
.each-contact .name img{
    width: 15px;
    margin-right: 9px;
}
.contact1 {
    background: url("../images/contact1.png") no-repeat;
    background-size: 100% 100%;
}
.contact2 {
    background: url("../images/contact2.png") no-repeat;
    background-size: 100% 100%;
}
.contact3 {
    background: url("../images/contact3.png") no-repeat;
    background-size: 100% 100%;
}
.contact4 {
    background: url("../images/contact4.png") no-repeat;
    background-size: 100% 100%;
}
.platforms{
    margin-top: 12px;
    padding: 0 16px;
}
.each-platform {
    background: #F5F6F7;
    border-radius: 8px 8px 8px 8px;
    height: 94px;
    width: 104px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex: 1
}
.mid {
    margin: 0 12px;
}
.each-platform .name {
    margin-top: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 12px;
    color: #666666;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.each-platform .name img {
    width: 16px;
    margin-right: 2px;
}
.platform-icon img {
    width: 30px;
}
