* {
    margin: 0;
    padding: 0;
}
.ioTEmbedding2024 img {
    user-select: none;
    -webkit-user-drag: none;
}
.ioTEmbedding2024_width_1200 {
    width: 1200px;
    margin: 0 auto;
}

.ioTEmbedding2024 .ioTEmbedding2024_content {
    position: relative;
    z-index: 10;
    background: #fff;
}
.ioTEmbedding2024 .ioTEmbedding2024_content .ioTEmbedding2024_content_item {
    padding: 80px 0;
    text-align: center;
}
.ioTEmbedding2024 .ioTEmbedding2024_content .ioTEmbedding2024_content_item .ioTEmbedding2024_content_item_title {
    margin-bottom: 80px;
}
.ioTEmbedding2024 .ioTEmbedding2024_content .ioTEmbedding2024_content_item .ioTEmbedding2024_content_item_title > div {
    font-size: 32px;
    font-weight: 400;
    color: rgba(0,0,0,0.8);
    line-height: 32px;
}
.ioTEmbedding2024 .ioTEmbedding2024_content .ioTEmbedding2024_content_item .ioTEmbedding2024_content_item_title > p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    line-height: 24px;
    margin-top: 24px;
}

.ioTEmbedding2024_content_item_list {
    display: flex;
    flex-wrap: wrap;

    margin: 0 auto -20px;
}
.ioTEmbedding2024_content_item_list > li {
    padding: 40px 24px;
    background-color: #fff;
    width: calc(100% / 4 - (13px * 3) / 4);

    border: 1px solid #EBEBEB;
}
.ioTEmbedding2024_content_item_list > li:not(:nth-child(4n)) {
    margin-right: 13px;
}
.ioTEmbedding2024_content_item_list > li > img {
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
}
.ioTEmbedding2024_content_item_list > li > div {}
.ioTEmbedding2024_content_item_list > li > div > div {
    font-size: 20px;
    font-weight: 400;
    color: rgba(0,0,0,0.8);
    line-height: 20px;
    margin-bottom: 16px;
}
.ioTEmbedding2024_content_item_list > li > div > span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    line-height: 22px;
}

.ioTEmbedding2024_content_item_title_horizontal {}
.ioTEmbedding2024_content_item_title_horizontal > div {
    font-size: 32px;
    font-weight: 400;
    color: rgba(0,0,0,0.8);
    line-height: 32px;
    margin-bottom: 24px;
}
.ioTEmbedding2024_content_item_title_horizontal > ul {}
.ioTEmbedding2024_content_item_title_horizontal > ul > li {
    font-size: 18px;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    line-height: 30px;
}
.ioTEmbedding2024_content_item_title_horizontal > a {
    margin-top: 24px;
    background-color: #FE8C00;

    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 14px;
    padding: 13px 52px;
    display: inline-block;
}
.ioTEmbedding2024_content_item_img {}

.ioTEmbedding2024_content_item_diy {
    margin-top: 40px;

    display: flex;
    justify-content: center;
}
.ioTEmbedding2024_content_item_diy > span {
    background: #FE8C00;
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
}

.ioTEmbedding2024_content_item_diy > span:not(:last-child) {
    margin-right: 40px;
}

.ioTEmbedding2024_content_item_between {
    padding: 0 40px;
    text-align: left;

    display: flex;
    align-items: center;
}
.ioTEmbedding2024_content_item_between > ul {
    position: relative;
}
.ioTEmbedding2024_content_item_between > ul > li {
    padding: 32px 24px 30px;
    background: #FFFFFF;
    box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.08);
    width: 296px;
}
.ioTEmbedding2024_content_item_between > ul > li:not(:last-child) {
    margin-bottom: 24px;
}
.ioTEmbedding2024_content_item_between > ul > li > div {
    margin-bottom: 16px;

    display: flex;
    align-items: center;
}
.ioTEmbedding2024_content_item_between > ul > li > div > img {
    margin-right: 10px;
}
.ioTEmbedding2024_content_item_between > ul > li > div > span {
    font-size: 18px;
    font-weight: 400;
    color: rgba(0,0,0,0.8);
    line-height: 18px;
}
.ioTEmbedding2024_content_item_between > ul > li > p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    line-height: 22px;
}
.ioTEmbedding2024_content_item_between > img {}

.ioTEmbedding2024_content_item .inst-wrap {
    height: 100%;
}

.ioTEmbedding2024_content_register {
    width: 100%;
    height: 128px;
    background: #FE8C00;

    display: flex;
    align-items: center;
    justify-content: center;
}
.ioTEmbedding2024_content_register > span {
    font-size: 28px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;

    margin-right: 24px;
}
.ioTEmbedding2024_content_register > a {
    background: #F6F6F6;
    border: 1px solid #FFFFFF;

    font-size: 16px;
    font-weight: 400;
    color: #FE8C00;
    line-height: 16px;
    padding: 8px 28px;
}
.ioTEmbedding2024_content_register > a:hover {
    color: rgba(254, 140, 0, 0.6);
}

.ioTEmbedding2024_content_item_change {
    position: relative;
    height: 344px;
    text-align: left;
}
.ioTEmbedding2024_content_item_change > img {}
.ioTEmbedding2024_content_item_change_text {
    position: absolute;
    left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}
.ioTEmbedding2024_content_item_change_text:before {
    content: "";
    position: absolute;
    left: -16px;
    top: 40px;
    height: calc(100% - 40px * 2);
    border-left: 1px dashed #D8D8D8;
}
.ioTEmbedding2024_content_item_change_text > li {
    position: relative;
}
.ioTEmbedding2024_content_item_change_text > li:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #D8D8D8;
    border-radius: 50%;

    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}
.ioTEmbedding2024_content_item_change_text > li > div {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,0.8);
    line-height: 16px;
    margin-bottom: 6px;
}
.ioTEmbedding2024_content_item_change_text > li > p {
    font-size: 12px;
    font-weight: 400;
    color: rgba(0,0,0,0.4);
    line-height: 16px;
}
