.hw-xmage-all {
    color: #000;
    font-weight: 400;
    line-height: normal;
    position: relative;
    background-color: #fff;
}

.hw-xmage-all * {
    box-sizing: border-box;
}

.hw-xmage-all img {
    border: 0;
    width: 100%;
    display: block;
}

.hw-xmage-all img.cover {
    height: 100%;
    object-fit: cover;
}

.hw-xmage-all picture {
    border: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.hw-xmage-all video {
    border: 0;
    width: 100%;
    display: block;
}

.hw-xmage-all a {
    text-decoration: none;
    color: initial;
}

.hw-xmage-all ul li {
    list-style: none;
}

.hw-xmage-all svg {
    width: 100%;
    height: 100%;
    display: block;
}

.hw-xmage-all .pc-show {
    display: block;
    font-style: normal;
}

.hw-xmage-all .mob-show {
    display: none;
    font-style: normal;
}

.hw-xmage-all .iPc-show {
    display: inline-block;
    font-style: normal;
}

.hw-xmage-all .iMob-show {
    display: none;
    font-style: normal;
}

.hw-xmage-all .nr {
    white-space: nowrap;
    font-style: normal;
    display: inline-block;
}

.hw-xmage-all .ie {
    display: none;
}

.hw-xmage-all .nie {
    display: block;
}

.hw-xmage-all .blur-up {
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: -webkit-filter 400ms;
    transition: -webkit-filter 400ms;
    transition: filter 400ms;
    transition: filter 400ms, -webkit-filter 400ms;
}

.hw-xmage-all .blur-up.lazyloaded {
    -webkit-filter: blur(0);
    filter: blur(0);
}

.hw-xmage-all .lazyload:not([src]) {
    display: none;
}


/* guides start */
.hw-xmage-all .guides-container {
    width: 66.666667vw;
    margin: 0 auto;
    padding: 8.333333vw 0 10.416667vw;
}

.hw-xmage-all .guides-container .guides-item {
    width: 100%;
}

.hw-xmage-all .guides-container .guides-item:nth-child(n+2) {
    margin: 2.083333vw 0 0;
}

.hw-xmage-all .guides-item .guides-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    cursor: pointer;
}

.hw-xmage-all .guides-item .guides-title.altop {
    align-items: flex-start;
}

.hw-xmage-all .guides-item .guides-title h2 {
    color: rgba(0, 0, 0, 0.7);
    font-size: 1.041667vw;
    font-weight: 500;
    line-height: 1.25;
    margin-top: 0.520833vw;
}

.hw-xmage-all .guides-item .guides-title h2:hover {
    color: rgba(0, 0, 0, 1);
}

.hw-xmage-all .guides-item .arrow-icon {
    display: block;
    width: 2.5vw;
    height: 2.5vw;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.hw-xmage-all .guides-item.active .arrow-icon {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}

.hw-xmage-all .guides-item .arrow-icon svg circle {
    opacity: 0.1;
}

.hw-xmage-all .guides-item.active .arrow-icon svg circle {
    opacity: .2;
}

.hw-xmage-all .guides-item .guides-descs {
    width: 60.833333vw;
    display: none;
}

.hw-xmage-all .guides-item .sub-title {
    color: #000;
    font-size: 0.9375vw;
    font-weight: 500;
    line-height: 1.25;
    margin: 1.5625vw 0 0;
}

.hw-xmage-all .guides-item p {
    color: #999;
    font-size: 0.833333vw;
    font-weight: 400;
    line-height: 1.6;
    margin: 0.520833vw 0 0;
}

.hw-xmage-all .guides-container .guides-list a {
    color: #2980f7;
    font-weight: 500;
}

.hw-xmage-all .guides-item ul li {
    list-style: disc;
    list-style-position: inside;
    color: #999;
    font-size: 0.833333vw;
    font-weight: 400;
    line-height: 1.6;
    margin: 0.520833vw 0 0;
}

.hw-xmage-all .guides-container .ps-txt {
    margin: 4.166667vw auto 0;
}

.hw-xmage-all .guides-container .ps-txt p {
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.833333vw;
    line-height: 1.6;
    font-weight: 400;
}

.hw-xmage-all .guides-container .guides-trigger {
    position: relative;
    top: -130px;
}

/* 16=>12 */
@media screen and (max-width:1440px) {

    .hw-xmage-all .guides-item p,
    .hw-xmage-all .guides-container .ps-txt p {
        font-size: 12px;
    }
}

/* 18=>12 */
@media screen and (max-width:1280px) {
    .hw-xmage-all .guides-item .sub-title {
        font-size: 12px;
    }
}

@media screen and (max-aspect-ratio:136/100) {
    .hw-xmage-all .guides-container {
        width: 86.666667vw;
        padding: 22.2222223vw 0 27.777778vw;
    }

    .hw-xmage-all .guides-container .guides-item:nth-child(n+2) {
        margin: 8.33333334vw 0 0;
    }

    .hw-xmage-all .guides-item .guides-title h2 {
        width: 75.555555556vw;
        font-size: 3.888889vw;
        margin-top: 0.833333334vw;
    }

    .hw-xmage-all .guides-item .arrow-icon {
        width: 6.666667vw;
        height: 6.666667vw;
    }

    .hw-xmage-all .guides-item .guides-descs {
        width: 75.555555556vw;
    }

    .hw-xmage-all .guides-item .sub-title {
        font-size: 3.611111vw;
        margin: 5.277778vw 0 0;
    }

    .hw-xmage-all .guides-item p {
        font-size: 3.333333vw;
        margin: 3.333333vw 0 0;
    }

    .hw-xmage-all .guides-item ul li {
        font-size: 3.333333vw;
        margin: 3.333333vw 0 0;
    }

    .hw-xmage-all .guides-container .ps-txt {
        margin: 11.111111vw auto 0;
    }

    .hw-xmage-all .guides-container .ps-txt p {
        font-size: 3.333333vw;
    }
}

/* guides end */

@media only screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .hw-xmage-all .ie {
        display: block;
    }

    .hw-xmage-all .nie {
        display: none;
    }
}

/* <=1024 */
@media screen and (max-aspect-ratio:136/100) {
    .hw-xmage-all .mob-show {
        display: block;
    }

    .hw-xmage-all .pc-show {
        display: none;
    }

    .hw-xmage-all .iMob-show {
        display: inline-block;
    }

    .hw-xmage-all .iPc-show {
        display: none;
    }
}

/* kv start */
.content-v4 .ximageH .ximage-s1 {
    height: 33.3333334vw;
}

.content-v4 .ximageH .ximage-s1 img {
    object-position: 50% 42.5%;
}

.content-v4 .ximageH .ximage-s1 .kv-maint {
    font-size: 2.083333vw;
    margin: 0 0 0.520833vw 0;
}

.content-v4 .ximageH .ximage-s1 .kv-txt {
    top: 45%;
}

.content-v4 .ximageH .ximage-s1 .kv-txt img {
    opacity: 0;
    display: none;
}

.content-v4 .ximageH .ximage-outn .navul0 li:nth-child(3) a {
    color: #fff;
}

@media screen and (max-aspect-ratio:136/100) {
    .content-v4 .ximageH .ximage-s1 {
        height: 88.8888888889vw;
    }

    .content-v4 .ximageH .ximage-s1 img {
        object-position: 50% 50%;
    }

    .content-v4 .ximageH .ximage-s1 .kv-maint {
        font-size: 4.444444vw;
        margin: 0 0 1.111111vw 0;
    }

    .content-v4 .ximageH .ximage-s1 .kv-txt {
        top: 51.5%;
    }

    .content-v4 .ximageH .ximage-outn .navul0 li:nth-child(3) a {
        color: #000;
    }
}

/* kv end */
