@charset "UTF-8";

.sector-aive {
    background: url("https://jp.videoproc.com/video-editor/image-style/aive/bg-aive.jpg") no-repeat center top #110824;
    background-size: cover;
    display: flex;
    position: relative;
    justify-content: center;
    text-align: center;
    color: #ffffff;
}
.aside-aive {
    position: sticky;
    top: 75px;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 15px;
    box-sizing: border-box;
}
.aside-aive img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.sector-aive-main {
    max-width: 1200px;
    width: 100%;
}
.sector-aive-title {
    font-size: 27px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    padding: 40px 0;
}
.sector-aive-time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    padding: 0 25px;
    background-image: linear-gradient(90deg, #6a6aff, #65a5ff);
    font-size: 27px;
}
.sector-aive-time a {
    display: inline-block;
    padding: 0 20px;
    height: 47px;
    line-height: 45px;
    border-radius: 10px;
    background-color: #ffa32c;
    margin-left: 5px;
}
.sector-aive-wrapper {
    background-color: #f4f7ff;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    padding: 15px;
    box-sizing: border-box;
    color: #000000;
}
.sector-aive-thumbs {
    flex-basis: 380px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.thumbs-aive-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
.thumbs-aive-item {
    background-color: #ffffff;
    border: 2px solid #d7d7d7;
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
    width: 340px;
    cursor: pointer;
}
.thumbs-aive-item-title {
    background-color: #87bfff;
    display: inline-block;
    padding: 1px 40px;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px;
}
.thumbs-aive-item-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-align: left;
}
.thumbs-aive-item-flex p {
    font-size: 13px;
    color: #000000;
    line-height: 1.4;
    flex: 1;
}
.thumbs-aive-item.active {
    border: 2px solid #2d86ff;
}
.lamps-aive-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.lamps-aive-list li {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #d5d5d5;
    cursor: pointer;
}
.lamps-aive-list li.active {
    background-color: #67afff;
}
.sector-aive-container {
    flex-basis: 738px;
    text-align: left;
}
.sector-aive-container-tips {
    color: #ff7010;
    border: 2px solid #ff7010;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    padding: 0px 10px;
    border-radius: 30px;
    margin-bottom: 10px;
}
.sector-aive-container-head {
    font-size: 27px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}
.sector-aive-container-list {
    margin-bottom: 10px;
    position: relative;
}
.sector-aive-container-item {
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.sector-aive-container-item.active {
    position: static;
    opacity: 1;
    visibility: visible;
}

.sector-aive-container-suhead {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
}
.sector-aive-container-count {
    display: flex;
    margin-bottom: 15px;
}
.m03-ci-subtitle-x {
    background: #dde5fe;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    gap: 15px;
    padding: 0 15px;
}
.m03-ci-subtitle {
    font-size: 31px;
    font-weight: 400;
}
.m03-ci-count-x {
    background-color: #9F89FF;
    border-radius: 100vw;
    color: #fff;
    font-size: 16px;
    padding: 2px 20px;
    margin-left: 10px;
}
.m03-ci-count {
    color: #d63232;
}
.sector-aive-container-desc {
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.sector-aive-container-code {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;
}
.sector-aive-container-code span {
    font-size: 23px;
    border: 1px dashed #000;
    padding: 3px 15px;
    margin-left: 10px;
}
.sector-aive-container-giveaway {
    margin-bottom: 20px;
}
.sector-aive-container-button {
    display: flex;
    justify-content: center;
}
.sector-aive-container-button a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #49a3ff;
    border-radius: 10px;
    height: 60px;
    padding: 0 35px;
    gap: 15px;
    color: #ffffff;
    font-size: 27px;
}

@media (max-width: 1316px) {
    .sector-aive-wrapper {
        flex-wrap: wrap;
        gap: 15px;
    }
    .sector-aive-time {
        font-size: 17px;
    }
    .thumbs-aive-list {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .sector-aive-thumbs {
        flex-basis: 100%;
    }
    .sector-aive-container {
        /* flex-basis: 100%; */
    }
}
@media (max-width: 867px) {
    .aside-aive {
        display: none;
    }
    .thumbs-aive-item {
        zoom: 0.5;
    }
    .sector-aive-container-code {
        font-size: 15px;
    }
    .sector-aive-container-code span {
        font-size: 15px;
    }
    .m03-ci-subtitle {
        font-size: 17px;
    }
    .sector-aive-time {
        flex-wrap: wrap;
        height: auto;
        padding: 15px;
    }
}








/* ························································ */
.sector-hotspot {
    padding: 45px 0;
    background-color: #ffffff;
    text-align: center;
}
.sector-hotspot-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.hotspot-embed-wrapper {display: flex;justify-content: space-between;align-items: stretch;gap: 30px;padding-top: 30px;}
.hotspot-explain {flex-basis: 500px;text-align: left;}
.hotspot-explain-pic {border-radius: 8px;overflow: hidden;}
.hotspot-explain-pic video {width: 100%;}
.hotspot-explain-title {font-size: 23px;font-weight: 700;line-height: 1.3;color: #000000;}
.hotspot-explain-title span {color: #f18a1a;}
.hotspot-explain-desc {font-size: 15px;font-weight: 400;line-height: 1.4;color: #545454;margin-bottom: 10px;}
.hotspot-explain-list {padding-left: 15px;font-size: 15px;line-height: 1.4;color: #545454;}
.hotspot-explain-item {position: relative;margin-bottom: 5px;}
.hotspot-explain-item::before {content: '';display: block;width: 6px;height: 6px;border-radius: 50%;background-color: #545454;position: absolute;left: -12px;top: 9px;}
.hotspot-explain-flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 15px 0;border-bottom: 1px solid #3d3d3d;margin-bottom: 20px;
}
.hotspot-effect-flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 15px 25px;
}

.hotspot-effect {flex-basis: 623px;background-color: #eef3fb;border-radius: 8px;overflow: hidden;text-align: left;}
.hotspot-effect-title {font-size: 21px;font-weight: 400;line-height: 1.3;padding: 15px 0;color: #ffffff;padding: 0 40px;margin-bottom: 15px;}
.hotspot-effect-title span {color: #f18a1a;}
.hotspot-effect-desc {font-size: 15px;font-weight: 500;line-height: 1.4;color: #545454;margin-bottom: 20px;padding: 0 25px;margin-bottom: 15px;}

.sector-hotspot-tips {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.sector-hotspot-title {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000000;
    line-height: 1.3;
}
.sector-hotspot-desc {
    font-size: 19px;
    margin-bottom: 10px;
    color: #000000;
    line-height: 1.4;
}


.copy-icon {width: 16px;height: 16px;margin-left: 7px;position: relative;cursor: pointer;}
.copy-icon.active {box-sizing: border-box;border: 1px solid #94cd3e;border-radius: 50%;}
.copy-icon::before,.copy-icon::after {content: "";width: 9px;height: 9px;border: 1px solid #545454;background-color: #eef3fb;border-radius: 2px;position: absolute;top: 5px;left: 5px;}
.copy-icon::after {top: 0px;left: 0px;}
.copy-icon.active.active::before {border: none;width: 3px;height: 7px;transform: rotate(45deg);border-right: 2px solid #94cd3e;border-bottom: 2px solid #94cd3e;background-color: transparent;top: 2px;}
.copy-icon.active.active::after {display: none;}

.hotspot-effect-href {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    padding: 0 15px;
}
.hotspot-effect-href-item {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.hotspot-button-down {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background-color: #94cd3e;
    color: #ffffff;
    border-radius: 30px;
    font-size: 15px;
}
.hotspot-button-down:hover {
    color: #ffffff;
}
.hotspot-button-code {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    border: 2px solid #94cd3e;
    color: #545454;
    border-radius: 30px;
    font-size: 15px;
}
.hotspot-effect-href-item em {
    font-style: normal;
    font-size: 13px;
    color: #888888;
}

@media (max-width: 1200px) {
    .hotspot-embed-wrapper {flex-wrap: wrap;gap: 30px;justify-content: space-around;}
    .hotspot-effect-href {
        flex-wrap: wrap;
    }
    .hotspot-effect-href-item {
        width: 300px;
        flex: none;
    }
}

