body * {
    box-sizing: border-box;
    flex-shrink: 0;
}
body {
    font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
    Arial, PingFang SC-Light, Microsoft YaHei;
    margin: 0;
}
input {
    background-color: transparent;
    border: 0;
}
button {
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    background-color: transparent;
}

button:active {
    opacity: 0.6;
}
.flex-col {
    display: flex;
    flex-direction: column;
}
.flex-row {
    display: flex;
    flex-direction: row;
}
.justify-start {
    display: flex;
    justify-content: flex-start;
}
.justify-center {
    display: flex;
    justify-content: center;
}

.justify-end {
    display: flex;
    justify-content: flex-end;
}
.justify-evenly {
    display: flex;
    justify-content: space-evenly;
}
.justify-around {
    display: flex;
    justify-content: space-around;
}
.justify-between {
    display: flex;
    justify-content: space-between;
}
.align-start {
    display: flex;
    align-items: flex-start;
}
.align-center {
    display: flex;
    align-items: center;
}
.align-end {
    display: flex;
    align-items: flex-end;
}



.box_35 {
    background-color: rgba(0, 0, 0, 1);
    margin-top: 111.47vw;
    padding: 4.26vw 21.86vw 4vw 22.93vw;
}
.image-text_52 {
    width: 25.07vw;
}
.icon_7 {
    width: 1.87vw;
    height: 2.4vw;
    margin: 0.8vw 0 0.53vw 0;
}
.text-group_52 {
    overflow-wrap: break-word;
    color: rgba(221, 221, 221, 1);
    font-size: 2.66vw;
    font-family: Avenir-Book;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 3.74vw;
}
.thumbnail_9 {
    width: 0.27vw;
    height: 2.4vw;
    margin: 0.53vw 0 0.8vw 4.26vw;
}
.image-text_53 {
    width: 21.07vw;
    margin-left: 4.54vw;
}
.icon_8 {
    width: 2.14vw;
    height: 2.4vw;
    margin: 0.8vw 0 0.53vw 0;
}
.text-group_53 {
    overflow-wrap: break-word;
    color: rgba(221, 221, 221, 1);
    font-size: 2.66vw;
    font-family: Avenir-Book;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 3.74vw;
}