.hw-xmage-all {
    color: #000;
    font-weight: 400;
    line-height: normal;
    position: relative;
    letter-spacing: calc(-.037em + .526px);
    background: #ffffff;
}

.hw-xmage-all * {
    box-sizing: border-box;
}

.hw-xmage-all .text-animation {
    transition: opacity .6s linear, transform .6s cubic-bezier(0.26, 0.67, 0.48, 0.91);
    -webkit-transition: opacity .6s linear, transform .6s cubic-bezier(0.26, 0.67, 0.48, 0.91);
    -moz-transition: opacity .6s linear, transform .6s cubic-bezier(0.26, 0.67, 0.48, 0.91);
    -ms-transition: opacity .6s linear, transform .6s cubic-bezier(0.26, 0.67, 0.48, 0.91);
    -o-transition: opacity .6s linear, transform .6s cubic-bezier(0.26, 0.67, 0.48, 0.91);
    will-change: opacity, transform;
}

.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 .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;
}

.hw-xmage-all ul,
.hw-xmage-all li {
    list-style: none;
}

.hw-xmage-all svg {
    width: 100%;
    height: 100%;
}

@media only screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .hw-xmage-all .ie {
        display: block;
    }

    .hw-xmage-all .nie {
        display: none;
    }
}

/* @media screen and (max-aspect-ratio:136/100) { */
/* <=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;
    }
}

.hw-xmage-all .sec3-text1 span {
    background: linear-gradient(177deg, #dbb592 0%, #a97d58 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    display: inline-block;
    /* will-change: transform; */
    transform: translate3d(0, 0, 0);
}

.hw-xmage-all .sec-box {
    width: 66.66666667vw;
    margin: 0 auto;
    padding: 8.33333333vw 0 10.41666667vw;
}

.hw-xmage-all .sec-top {
    padding: 0 0 4.16666667vw;
}

.hw-xmage-all .sec-top h2 {
    font-weight: 500;
    color: #000;
    font-size: 1.66666667vw;
    line-height: 1.25;
    text-align: center;
    padding: 0 0 1.04166667vw;
}

.hw-xmage-all .sec-top h3 {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.7);
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
}

@media screen and (min-width:1440px) {
    .hw-xmage-all .sec-top h3 {
        font-size: 0.83333333vw;
    }
}

.hw-xmage-all .sec-form {
    width: 100%;
}

.hw-xmage-all .form-li {
    display: flex;
    justify-content: center;
    padding: 0 0 2.08333333vw;
}

.hw-xmage-all .li-left {
    font-weight: 500;
    color: #000;
    font-size: 12px;
    line-height: 1.6;
    padding: 0 2.08333333vw 0 0;
    flex-shrink: 0;
}

@media screen and (min-width:1440px) {
    .hw-xmage-all .li-left {
        font-size: 0.83333333vw;
    }
}

.hw-xmage-all .li-left sup {
    color: #CE0D2D;
    vertical-align: bottom;
}

.hw-xmage-all .form-li0 .form-preview {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}

.hw-xmage-all .form-li0 .form-preview-input {
    position: relative;
    width: 15.88541667vw;
    height: 15.88541667vw;
    margin: 0 0 2.08333333vw 0;
    cursor: pointer;
}

.hw-xmage-all .form-li0 .form-preview-input:hover {
    opacity: 0.8;
}

/* updata */
.hw-xmage-all .form-li0 .form-file {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.hw-xmage-all .form-li0 .form-preview .form-file input,
.hw-xmage-all .form-li0 .form-preview .form-img,
.hw-xmage-all .form-li0 .form-preview .form-img .form-img-svg,
.hw-xmage-all .form-li0 .form-preview .form-img svg {
    width: 100%;
    height: 100%;
}

.hw-xmage-all .form-li0 .form-preview .form-img-loading {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
}

.hw-xmage-all .form-li0 .form-preview .active .form-img-loading {
    display: block;
    animation: loading 1.5s infinite linear;
}

.hw-xmage-all .form-li0 .form-preview .active .form-img-svg,
.hw-xmage-all .form-li0 .form-preview .active .form-file {
    display: none;
}


.hw-xmage-all .form-li0 .form-preview .form-preview-img {
    border-radius: 0.83333333vw;
    overflow: hidden;
}

/* img */
.hw-xmage-all .form-li0 .form-preview-li {
    position: static;
    max-width: 28.64583333vw;
    max-height: 28.64583333vw;
    margin: 0 0 2.08333333vw 0;
}

.hw-xmage-all .form-li0 .form-preview-li+li {
    display: none;
}

.hw-xmage-all .form-li0 .form-preview-li .form-preview-button {
    position: absolute;
    right: 0;
    top: 0;
    height: calc(100% - 2.08333333vw);
}

.hw-xmage-all .form-li0 .form-preview-li .form-preview-del {
    width: 2.08333333vw;
    height: 2.08333333vw;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.hw-xmage-all .form-li0 .form-preview-li .form-preview-reset {
    font-weight: 500;
    line-height: 1.6;
    color: #000;
    font-size: 0.72916667vw;
    position: absolute;
    right: 0;
    bottom: 0;
    white-space: nowrap;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.hw-xmage-all .form-li0 .form-preview-li .form-preview-reset svg {
    width: 1.14583333vw;
    height: 1.14583333vw;
    margin: 0 0.52083333vw 0 0;
}

.hw-xmage-all .form-li0 .form-preview-li img {
    max-width: 100%;
    max-height: 100%;
    object-fit: scale-down;
}

.hw-xmage-all .form-li0 .form-preview-li .form-preview-img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* video */
.hw-xmage-all .form-li0 .form-preview-liV {
    position: static;
    max-width: 28.64583333vw;
    max-height: 28.64583333vw;
    margin: 0 0 2.08333333vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hw-xmage-all .form-li0 .form-preview-liV+li {
    display: none;
}

.hw-xmage-all .form-li0 .form-preview-liV .form-preview-button {
    position: absolute;
    right: 0;
    top: 0;
    height: calc(100% - 2.08333333vw);
}

.hw-xmage-all .form-li0 .form-preview-liV .form-preview-del {
    width: 2.08333333vw;
    height: 2.08333333vw;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.hw-xmage-all .form-li0 .form-preview-liV .form-preview-reset {
    font-weight: 500;
    line-height: 1.6;
    color: #000;
    font-size: 0.72916667vw;
    position: absolute;
    right: 0;
    bottom: 0;
    white-space: nowrap;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.hw-xmage-all .form-li0 .form-preview-liV .form-preview-reset svg {
    width: 1.14583333vw;
    height: 1.14583333vw;
    margin: 0 0.52083333vw 0 0;
}

.hw-xmage-all .form-li0 .form-preview-liV video {
    max-width: 100%;
    max-height: 100%;
    object-fit: scale-down;
}

.hw-xmage-all .form-li0 .form-preview-liV .form-preview-img {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hw-xmage-all .form-li0 .form-preview-liV .play-btn {
    width: 3.75vw;
    height: 3.75vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* img-more */
.hw-xmage-all .form-li0 .form-preview-lis {
    position: relative;
    width: 15.88541667vw;
    height: 15.88541667vw;
    margin: 0 1.04166667vw 2.08333333vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hw-xmage-all .form-li0 .form-preview-lis:nth-of-type(9)+li {
    display: none;
}

.hw-xmage-all .form-li0 .form-preview-lis:nth-of-type(4n) {
    margin: 0 0 2.08333333vw 0;
}

.hw-xmage-all .form-li0 .form-preview-lis .form-preview-button {
    position: absolute;
    right: 1.04166667vw;
    top: 1.04166667vw;
    height: auto;
}

.hw-xmage-all .form-li0 .form-preview-lis .form-preview-reset {
    display: none;
}

.hw-xmage-all .form-li0 .form-preview-lis .form-preview-del {
    width: 2.08333333vw;
    height: 2.08333333vw;
    cursor: pointer;
}

.hw-xmage-all .form-li0 .form-preview-lis img {
    max-width: 100%;
    max-height: 100%;
    object-fit: scale-down;
}

.hw-xmage-all .form-li0 .form-preview-lis .form-preview-img {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* img-styu */
.hw-xmage-all .form-li0 .form-preview-listu {
    position: relative;
    width: 15.88541667vw;
    height: 15.88541667vw;
    margin: 0 1.04166667vw 2.08333333vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hw-xmage-all .form-li0 .form-preview-listu:nth-of-type(9)+li {
    display: none;
}

.hw-xmage-all .form-li0 .form-preview-listu:nth-of-type(4n) {
    margin: 0 0 2.08333333vw 0;
}

.hw-xmage-all .form-li0 .form-preview-listu .form-preview-button {
    position: absolute;
    right: 1.04166667vw;
    top: 1.04166667vw;
    height: auto;
}

.hw-xmage-all .form-li0 .form-preview-listu .form-preview-reset {
    display: none;
}

.hw-xmage-all .form-li0 .form-preview-listu .form-preview-del {
    width: 2.08333333vw;
    height: 2.08333333vw;
    cursor: pointer;
}

.hw-xmage-all .form-li0 .form-preview-listu img {
    max-width: 100%;
    max-height: 100%;
    object-fit: scale-down;
}

.hw-xmage-all .form-li0 .form-preview-listu .form-preview-img {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* form-intpu */
.hw-xmage-all .form-li1 .li-right {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}

.hw-xmage-all .form-li1 .li-right li {
    display: inline-block;
    font-weight: 500;
    color: #000;
    font-size: 12px;
    line-height: 1.25;
    padding: 0.72916667vw 1.5625vw;
    border-radius: 6px;
    margin: 0 1.04166667vw 1.04166667vw 0;
    cursor: pointer;
    position: relative;
}

.hw-xmage-all .form-li1 .li-right li:not(.active)::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.5);
}

@media screen and (min-width:1645px) {
    .hw-xmage-all .form-li1 .li-right li {
        font-size: 0.72916667vw;
    }
}

.hw-xmage-all .form-li1 .li-right li span {
    display: none;
    max-width: 15.10416667vw;
    min-width: 100%;
    width: max-content;
    position: absolute;
    top: calc(100% + 1px);
    left: 0.52083333333vw;
    background: rgba(0, 0, 0, 0.1);
    border: 0px;
    color: #000;
    line-height: 1.6;
    font-weight: 400;
}

@media screen and (min-width:1200px) {
    .hw-xmage-all .form-li1 .li-right li:hover span {
        display: block;
        z-index: 100;
        padding: 5px;
        font-size: 12px;
    }
}

@media screen and (min-width:1920px) {
    .hw-xmage-all .form-li1 .li-right li:hover span {
        display: block;
        z-index: 100;
        padding: 0.26041667vw;
        font-size: 0.625vw;
    }
}

.hw-xmage-all .form-li1 .li-right li.active {
    background: linear-gradient(270deg, #fff4c3 0%, #d69867 100%);
}

.hw-xmage-all .form-li2 .li-right {
    flex: 1;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 3.125vw 1.04166667vw 0;
}

.hw-xmage-all .form-li2 .li-right input {
    width: 100%;
    color: #000;
    font-weight: 400;
    line-height: 1.6;
    font-size: 0.83333333vw;
    border: 0px;
    background: transparent;
    font-family: initial;
}

.hw-xmage-all .form-li2 .li-right input::placeholder {
    color: #666666;
    font-family: initial;
}

.hw-xmage-all .form-li2 .li-right span {
    color: #666666;
    font-size: 0.83333333vw;
    line-height: 1.6;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

.hw-xmage-all .form-li3 .li-right {
    flex: 1;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 1.04166667vw;
    border-radius: 0.625vw;
}

.hw-xmage-all .form-li3 .li-right textarea {
    width: 100%;
    color: #000;
    font-weight: 400;
    line-height: 1.6;
    font-size: 0.83333333vw;
    border: 0px;
    background: transparent;
    font-family: initial;
    resize: none;
}

.hw-xmage-all .form-li3 .li-right textarea::placeholder {
    color: #666666;
    font-family: initial;
}

.hw-xmage-all .form-li3 .li-right span {
    color: #666666;
    font-size: 0.83333333vw;
    line-height: 1.6;
    font-weight: 400;
    display: block;
    margin: 1.04166667vw 0 0 auto;
    text-align: right;
}

.hw-xmage-all .form-li .li-right {
    position: relative;
}

.hw-xmage-all .form-li .li-right .li-tip {
    position: absolute;
    left: 0;
    top: calc(100% + 0.52083333vw);
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    z-index: -1;
}

.hw-xmage-all .form-li2.active .li-right {
    border-bottom: 1px solid #ff0000;
}

.hw-xmage-all .form-li3.active .li-right {
    border: 1px solid #ff0000;
}

.hw-xmage-all .form-li2.ifocus .li-right {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.hw-xmage-all .form-li3.ifocus .li-right {
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.hw-xmage-all .form-li.active .li-right .li-tip {
    color: #ff0000;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    z-index: 10;
}

@media screen and (min-width:1920px) {
    .hw-xmage-all .form-li.active .li-right .li-tip {
        font-size: 0.625vw;
    }
}

.hw-xmage-all .form-li1.active .li-right .li-tip {
    top: calc(100% - 0.52083333vw);
}

.hw-xmage-all .sec-botton {
    display: flex;
    justify-content: center;
}

.hw-xmage-all .sec-botton li {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.25;
    width: 100px;
    height: 48px;
    border-radius: 6px;
    background: #ce0e2d;
    cursor: pointer;
}

.hw-xmage-all .sec-botton li:nth-of-type(1) {
    margin: 0 20px 0 0;
    border: 1px solid rgba(0, 0, 0, 0.7);
    background: transparent;
    color: #000;
}

.hw-xmage-all .sec-botton li:nth-of-type(2):hover {
    background-color: #ad0824;
}

.hw-xmage-all .sec-loading {
    display: none;
}

.hw-xmage-all .sec-loading svg {
    display: block;
    width: 24px;
    height: 24px;
    animation: loading 1.5s infinite linear;
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(90deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(270deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-aspect-ratio:136/100) {
    .hw-xmage-all .sec-box {
        width: 86.66666666vw;
        margin: 0 auto;
        padding: 22.2222222vw 0 27.777777vw;
    }

    .hw-xmage-all .sec-top {
        padding: 0 0 11.1111111vw;
    }

    .hw-xmage-all .sec-top h2 {
        font-size: 4.44444444vw;
        padding: 0 0 2.22222vw;
    }

    .hw-xmage-all .sec-top h3 {
        font-size: 3.3333333vw;
    }

    .hw-xmage-all .sec-form {
        width: 100%;
    }

    .hw-xmage-all .form-li {
        flex-wrap: wrap;
        padding: 0 0 8.33333333vw;
    }

    .hw-xmage-all .form-li1 {
        padding: 0 0 5.555555555vw;
    }

    .hw-xmage-all .form-li3 {
        padding: 0 0 11.11111111vw;
    }

    .hw-xmage-all .li-left {
        width: 100%;
        font-size: 3.888888888vw;
        padding: 0 0 4.16666666vw 0;
    }

    .hw-xmage-all .form-li0 .form-preview-input {
        position: relative;
        width: 42.3611vw;
        height: 42.3611vw;
        margin: 0 0 2.7777777vw 0;
    }

    .hw-xmage-all .form-li0 .form-preview-input:hover {
        opacity: 1;
    }

    /* updata */
    .hw-xmage-all .form-li0 .form-file {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

    .hw-xmage-all .form-li0 .form-preview .form-file input,
    .hw-xmage-all .form-li0 .form-preview .form-img,
    .hw-xmage-all .form-li0 .form-preview .form-img .form-img-svg,
    .hw-xmage-all .form-li0 .form-preview .form-img svg {
        width: 100%;
        height: 100%;
    }

    .hw-xmage-all .form-li0 .form-preview .form-preview-img {
        border-radius: 2.222222222vw;
    }

    /* img */
    .hw-xmage-all .form-li0 .form-preview-li {
        position: static;
        width: 62.222222vw;
        max-width: initial;
        max-height: initial;
        margin: 0 0 2.77777777vw 0;
    }

    .hw-xmage-all .form-li0 .form-preview-li .form-preview-button {
        height: calc(100% - 2.77777777vw);
    }

    .hw-xmage-all .form-li0 .form-preview-li .form-preview-del {
        width: 7.77777777vw;
        height: 7.77777777vw;
    }

    .hw-xmage-all .form-li0 .form-preview-li .form-preview-reset {
        width: 5.2777777vw;
        height: 5.2777777vw;
        font-size: 0;
        right: 1.25vw;
    }

    .hw-xmage-all .form-li0 .form-preview-li .form-preview-reset svg {
        width: 5.2777777vw;
        height: 5.2777777vw;
        margin: 0 0 0 0;
    }

    /* video */
    .hw-xmage-all .form-li0 .form-preview-liV {
        position: static;
        width: 62.222222vw;
        max-width: initial;
        max-height: initial;
        margin: 0 0 2.77777777vw 0;
    }

    .hw-xmage-all .form-li0 .form-preview-liV .form-preview-button {
        position: absolute;
        right: 0;
        top: 0;
        height: calc(100% - 2.77777777vw);
    }

    .hw-xmage-all .form-li0 .form-preview-liV .form-preview-del {
        width: 7.77777777vw;
        height: 7.77777777vw;
    }

    .hw-xmage-all .form-li0 .form-preview-liV .form-preview-reset {
        width: 5.2777777vw;
        height: 5.2777777vw;
        font-size: 0;
        right: 1.25vw;
    }

    .hw-xmage-all .form-li0 .form-preview-liV .form-preview-reset svg {
        width: 5.2777777vw;
        height: 5.2777777vw;
        margin: 0 0 0 0;
    }

    .hw-xmage-all .form-li0 .form-preview-liV .play-btn {
        width: 7.7777777vw;
        height: 7.7777777vw;
    }

    /* img-more */
    .hw-xmage-all .form-li0 .form-preview-lis {
        position: relative;
        width: 41.94444vw;
        height: 41.94444vw;
        margin: 0 2.77777vw 2.77777vw 0;
    }

    .hw-xmage-all .form-li0 .form-preview-lis+.form-preview-input {
        width: 41.944444vw;
        height: 41.944444vw;
    }

    .hw-xmage-all .form-li0 .form-preview-lis:nth-of-type(4n) {
        margin: 0 2.77777vw 2.77777vw 0;
    }

    .hw-xmage-all .form-li0 .form-preview-lis:nth-of-type(2n) {
        margin: 0 0 2.77777vw 0;
    }

    .hw-xmage-all .form-li0 .form-preview-lis .form-preview-button {
        right: 2.77777vw;
        top: 2.77777vw;
        height: auto;
    }

    .hw-xmage-all .form-li0 .form-preview-lis .form-preview-del {
        width: 7.7777777vw;
        height: 7.7777777vw;
    }

    /* img-styu */
    .hw-xmage-all .form-li0 .form-preview-listu {
        position: relative;
        width: 41.94444vw;
        height: 41.94444vw;
        margin: 0 2.77777vw 2.77777vw 0;
    }

    .hw-xmage-all .form-li0 .form-preview-listu+.form-preview-input {
        width: 41.944444vw;
        height: 41.944444vw;
    }

    .hw-xmage-all .form-li0 .form-preview-listu:nth-of-type(4n) {
        margin: 0 2.77777vw 2.77777vw 0;
    }

    .hw-xmage-all .form-li0 .form-preview-listu:nth-of-type(2n) {
        margin: 0 0 2.77777vw 0;
    }

    .hw-xmage-all .form-li0 .form-preview-listu .form-preview-button {
        right: 2.77777vw;
        top: 2.77777vw;
        height: auto;
    }

    .hw-xmage-all .form-li0 .form-preview-listu .form-preview-del {
        width: 7.7777777vw;
        height: 7.7777777vw;
    }

    /* form-intpu */
    .hw-xmage-all .form-li1 .li-right {
        width: 100%;
    }

    .hw-xmage-all .form-li1 .li-right li {
        font-size: 3.333333vw;
        padding: 2.222222vw 4.44444444vw;
        margin: 0 2.77777vw 2.77777vw 0;
    }

    .hw-xmage-all .form-li2 .li-right {
        flex: 1;
        padding: 4.1666666vw 15.2777777vw 4.1666666vw 0;
    }

    .hw-xmage-all .form-li2 .li-right input {
        font-size: 3.888888888vw;
    }

    .hw-xmage-all .form-li2 .li-right span {
        font-size: 3.888888888vw;
        top: 4.1666666vw;
    }

    .hw-xmage-all .form-li3 .li-right {
        padding: 3.333333vw;
        border-radius: 1.6666666666vw;
    }

    .hw-xmage-all .form-li3 .li-right textarea {
        font-size: 3.8888888vw;
    }

    .hw-xmage-all .form-li3 .li-right span {
        font-size: 3.8888888vw;
        margin: 2.777777px 0 0 auto;
    }

    .hw-xmage-all .form-li .li-right .li-tip {
        top: calc(100% + 1.3888888vw);
    }

    .hw-xmage-all .form-li.active .li-right .li-tip {
        font-size: 1.666666vw;
    }

    .hw-xmage-all .form-li1.active .li-right .li-tip {
        top: calc(100% - 1.3888888vw);
    }

    .hw-xmage-all .sec-botton li {
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 500;
        color: #ffffff;
        font-size: 3.6111111vw;
        line-height: 1.25;
        width: 20.83333333vw;
        height: 8.333333333vw;
        border-radius: 0.8333333vw;
        background: #ce0e2d;
        cursor: pointer;
    }

    .hw-xmage-all .sec-botton li:nth-of-type(1) {
        margin: 0 2.77777777vw 0 0;
        border: 1px solid rgba(0, 0, 0, 0.7);
        background: transparent;
    }

    .hw-xmage-all .sec-loading {
        display: none;
    }

    .hw-xmage-all .sec-loading svg {
        display: block;
        width: 3.33333333vw;
        height: 3.33333333vw;
    }
}


/* 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 .navul li:nth-child(5) 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 .navul li:nth-child(5) a {
        color: #000;
    }
}

/* kv end */