﻿@keyframes video-border {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
        opacity: .4
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, .6);
        opacity: 1
    }
}

body {
    color: #040f42
}

h2.title {
    font-size: 34px;
    font-weight: bold;
    color: #040f42
}

h2.title-white {
    color: #fff
}

.title-p {
    font-size: 20px;
    color: #040f42
}

p {
    color: #040f42
}

a {
    color: #333
}

img {
    max-width: 100%
}

.apply-btn-box {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center
}

.apply-btn-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: content-box;
    width: -moz-fit-content;
    width: fit-content;
    height: 40px;
    padding: 0 25px;
    font-size: 16px;
    color: #fd4047;
    background: none;
    border: 2px solid #fd4047;
    text-align: center;
    border-radius: 8px;
    transition: all .1s ease-in-out
}

.apply-btn-box a:first-child:hover {
    color: #fd4343;
    border: 2px solid #fd4047
}

.apply-btn-box a:nth-child(2) {
    margin-left: 25px;
    color: #fff;
    background: linear-gradient(90deg, #fd515e 0%, #fd2324 100%);
    border-radius: 8px
}

.apply-btn-box a:nth-child(2):hover {
    background-color: #e83820
}

.button-apply {
    display: block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    background: linear-gradient(90deg, #fc354c 0%, #ff4e4e 100%);
    transition: all .3s ease-in-out
}

.button-apply:hover {
    box-shadow: 0 10px 25px 0 rgba(238, 77, 45, .4)
}

.banner-wrap {
    background-color: #22233c;
    height: 500px;
    margin-top: 68px
}

.banner-wrap .box {
    display: flex;
    align-items: center;
    height: 100%
}

.banner-wrap .box h1 {
    font-size: 40px;
    font-weight: bold;
    color: #fff
}

.banner-wrap .box p {
    font-size: 22px;
    line-height: 1.7;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 10px;
    opacity: .8
}

.banner-wrap .box .banner-apply-box {
    display: flex
}

.banner-wrap .box .banner-apply-box a {
    display: block;
    margin-top: 30px;
    width: 160px;
    height: 45px;
    line-height: 45px;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    transition: all .3s ease-in-out;
    background: linear-gradient(to right, #f45b4b, #ea3e41)
}

.banner-wrap .box .banner-apply-box a:hover {
    box-shadow: 0 10px 25px 0 rgba(238, 77, 45, .4)
}

.banner-wrap .box .banner-img {
    flex: 1;
    max-width: 520px;
    position: relative
}

.banner-wrap .box .banner-img .video-button {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    border-radius: 50%;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    cursor: pointer;
    transform: translate(-50%, -60%);
    transition: all .3s ease-in-out
}

.banner-wrap .box .banner-img .video-button i {
    font-size: 30px;
    margin-left: 4px;
    font-weight: bold;
    color: #a1a4b0
}

.banner-wrap .box .banner-img .video-button:hover {
    background-color: #f55b5e
}

.banner-wrap .box .banner-img .video-button:hover i {
    color: #fff
}

.banner-wrap .box .banner-img .video-button::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    content: "";
    width: 55px;
    height: 55px;
    background: rgba(0, 0, 0, 0);
    z-index: 1;
    animation: video-border 1s linear infinite
}

.video-worth {
    width: 29%;
    border-radius: 10px;
    box-shadow: 0px 3px 14px 1px rgba(31, 38, 60, .1608);
    transition: all .3s ease-in-out
}

.video-worth:hover {
    transform: translateY(-5px)
}

.video-worth .ivvr-worth-text {
    padding: 40px 20px;
    color: #040f42
}

.video-worth h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px
}

.video-worth p {
    line-height: 1.7
}

.video-main-wrap {
    padding-bottom: 20px
}

.video-main-wrap .wrap {
    padding-top: 60px;
    padding-bottom: 60px
}

.video-main-box {
    gap: 10%
}

.video-main-box .video-img {
    width: 42%;
    max-width: 480px
}

.video-main-box .video-img-small {
    width: 42%;
    max-width: 400px
}

.video-main-box .video-text {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 42%;
    color: #040f42
}

.video-main-box .video-text h3 {
    font-size: 24px;
    font-weight: bold
}

.video-main-box .video-text h4 {
    font-size: 20px;
    font-weight: bold
}

.video-main-box .video-text h4 span {
    display: block;
    height: 20px;
    width: 4px;
    border-radius: 2px;
    margin-right: 10px;
    margin-top: 2px;
    background-color: #fd4047
}

.video-main-box .video-text p {
    margin: 20px 0;
    line-height: 1.7
}

.video-main-box .video-text .apply-btn-box {
    margin-top: 40px;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0
}

.video-main-box .video-text-small {
    max-width: 35%
}

.ivvr-remote-box {
    gap: 6%
}

.ivvr-remote-box .ivvr-remote-item {
    flex: 1;
    padding: 40px 20px;
    border-radius: 10px;
    color: #040f42;
    box-shadow: 0px 3px 30px 1px rgba(95, 109, 155, .16);
    transition: all .3s ease-in-out
}

.ivvr-remote-box .ivvr-remote-item:hover {
    transform: translateY(-5px)
}

.ivvr-remote-box .ivvr-remote-item .ivvr-remote-img {
    height: 135px
}

.ivvr-remote-box .ivvr-remote-item img {
    max-height: 100%;
    display: block;
    width: 80%;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto
}

.ivvr-remote-box .ivvr-remote-item h4 {
    font-size: 20px;
    line-height: 1.7;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 40px
}

.ivvr-remote-box .ivvr-remote-item p {
    font-size: 15px;
    line-height: 1.7
}

.ivvr-remote-box .ivvr-remote-item a {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    height: 40px;
    line-height: 40px;
    margin: 30px auto 0;
    font-size: 16px;
    border-radius: 4px;
    text-align: center;
    color: red;
    text-decoration: underline;
    transition: all .3s ease-in-out
}

.ivvr-remote-box .ivvr-remote-item a:hover {
    text-decoration: none
}

.advan-wrap {
    background: url("../images/ivvr_advan_bg.png") no-repeat center center/cover
}

.advan-wrap .title {
    color: #fff
}

.advan-wrap .apply-btn-box {
    margin-top: 40px
}

.advan-wrap .apply-btn-box a:first-child {
    background: none
}

.advan-box {
    gap: 20px
}

.advan-box .advan {
    flex: 1;
    display: flex;
    gap: 35px;
    padding: 30px 50px;
    min-width: 35%;
    border-radius: 6px;
    color: #040f42;
    background-color: #fff
}

.advan-box .advan .advan-img {
    max-width: 65px;
    display: flex;
    align-items: center;
    flex-shrink: 0
}

.advan-box .advan h4 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px
}

.advan-box .advan p {
    font-size: 14px;
    line-height: 1.7
}

.bottom-apply-wrap {
    width: 100%;
    height: 210px;
    display: flex;
    padding-bottom: 0;
    justify-content: center;
    align-items: center;
    background: url("../images/webchat_apply_bg.png") no-repeat left top/cover
}

.bottom-apply-wrap h4 {
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px
}

.bottom-apply-wrap p {
    color: #fff;
    opacity: .8;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px
}

.bottom-apply-wrap a {
    display: block;
    width: 143px;
    height: 40px;
    border-radius: 4px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto;
    text-align: center;
    color: #ff4646;
    background: #fff;
    box-shadow: 4px 7px 8px 0px rgba(217, 73, 72, .36)
}

.index-video-wrap {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .6)
}

.index-video-box {
    width: 900px;
    border-radius: 10px;
    overflow: hidden
}

.index-video-box i {
    font-size: 20px;
    color: #ccc;
    position: absolute;
    top: 8px;
    right: 15px;
    z-index: 2;
    cursor: pointer
}

.index-video-box i:hover {
    color: #fff
}

.index-video-box video {
    width: 100%;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15)
}

.index-video-box .ivvr-video-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    background: url("../images/ivvr_video_bg.png") no-repeat left bottom/cover
}

.index-video-box .ivvr-video-bottom p {
    font-size: 18px;
    font-weight: bold;
    margin-right: 25px
}

.index-video-box .ivvr-video-bottom a {
    display: block;
    width: 160px;
    border-radius: 25px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    transition: all .3s ease-in-out;
    background: linear-gradient(90deg, #fc354c 0%, #ff4e4e 100%)
}

.index-video-box .ivvr-video-bottom a:hover {
    box-shadow: 0 10px 25px 0 rgba(238, 77, 45, .4)
}

.bottom-apply-wrap {
    height: auto;
    padding: 40px 0 60px;
    background-color: #eef1f6
}

.bottom-apply-wrap h4 {
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px
}

.bottom-apply-wrap .apply-box {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center
}
.bottom-apply-wrap .apply-box form{
	display: flex;
}

.bottom-apply-wrap .input-box {
    width: 300px;
    display: flex;
    height: 50px;
    margin-top: 20px;
    padding: 0 10px;
    line-height: 50px;
    background: #fff;
    border: 1px solid #dce0ec;
    border-radius: 4px
}

.bottom-apply-wrap .input-box:nth-child(n+3) {
    margin-top: 15px
}

.bottom-apply-wrap .input-box .tel-type {
    display: flex;
    align-items: center
}

.bottom-apply-wrap .input-box .tel-type i {
    color: #999;
    margin: 3px 10px 0
}

.bottom-apply-wrap .input-box input {
    flex: 1;
    height: 100%;
    padding-left: 10px;
    line-height: 50px;
    border: none;
    border-radius: 0
}

.bottom-apply-wrap .input-box input::-webkit-input-placeholder {
    color: #999
}

.bottom-apply-wrap .input-box input:focus {
    box-shadow: none
}

.bottom-apply-wrap .input-box input:-webkit-autofill {
    box-shadow: 0 0 0px 100px #fff inset !important;
    background: none !important
}

.bottom-apply-wrap .input-box .getcode {
    min-width: 120px;
    height: 100%;
    line-height: 50px;
    margin-left: auto;
    border: none;
    color: #999;
    background-color: rgba(0, 0, 0, 0);
    font-size: 14px;
    cursor: pointer
}

.bottom-apply-wrap .input-box .getcode-able {
    color: #ec3d3d
}

.bottom-apply-wrap .price-submit-box {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 30px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(98deg, #fb6a6a 0%, #ee4040 100%)
}

@media screen and (max-width: 768px) {
    html {
        font-size: 2.6666666667vw;
        overflow-x: hidden;
        overflow-y: auto;
        background: #fff;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
    }

    body {
        font-size: 1.2rem;
        color: #444;
        background-color: #fff;
        -webkit-text-size-adjust: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        font-family: system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol
    }

    h2.title {
        font-size: 1.8rem;
        line-height: 1.7;
        font-weight: bold;
        color: #040f42
    }

    .banner-wrap {
        width: 100%;
        height: 42rem;
        margin-top: 0
    }

    .banner-wrap .box {
        height: 100%;
        flex-direction: column;
        justify-content: flex-start
    }

    .banner-wrap .box h1 {
        font-size: 2.4rem;
        text-align: center;
        line-height: 1.5;
        margin-top: 15%;
        margin-bottom: 3%
    }

    .banner-wrap .box p {
        max-width: 80%;
        margin: 0 auto;
        font-size: 1.4rem;
        text-align: center;
        line-height: 1.7;
        display: none
    }

    .banner-wrap .box .banner-img {
        width: 80%;
        margin: 2rem auto 0
    }

    .banner-wrap .box .banner-img .video-button {
        top: 30%
    }

    .banner-wrap .box .banner-bottom-text {
        display: none
    }

    .banner-wrap .box .banner-apply-box {
        display: flex;
        justify-content: center
    }

    .banner-wrap .box .banner-apply-box a {
        margin-top: 2rem;
        width: 10.2rem;
        height: 3.4rem;
        line-height: 3.4rem;
        border-radius: .4rem;
        font-size: 1.4rem
    }

    .index-video-wrap .index-video-box {
        width: 90%;
        border-radius: 1rem
    }

    .index-video-wrap .index-video-box .ivvr-video-bottom {
        padding: 2rem
    }

    .index-video-wrap .index-video-box .ivvr-video-bottom p {
        font-size: 1.8rem;
        margin-right: 2.5rem
    }

    .index-video-wrap .index-video-box .ivvr-video-bottom a {
        width: 16rem;
        border-radius: 2.5rem;
        height: 4rem;
        line-height: 4rem;
        font-size: 1.6rem
    }

    .apply-btn-box {
        margin-left: auto !important;
        margin-left: auto !important
    }

    .apply-btn-box a {
        display: block;
        width: -moz-fit-content;
        width: fit-content;
        padding: 0 2rem;
        height: 3.4rem;
        line-height: 3.4rem;
        border: .1rem solid #fd4047;
        font-size: 1.4rem;
        border-radius: .4rem
    }

    .apply-btn-box a:nth-child(2) {
        margin-left: 2.5rem
    }

    .video-worth-wrap .box {
        gap: 2rem;
        margin-top: 0
    }

    .video-worth-wrap .box .video-worth {
        padding: 3rem;
        width: 100%;
        margin-bottom: 0
    }

    .video-worth-wrap .box .ivvr-worth-text {
        padding: 1rem
    }

    .video-main-wrap .wrap {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .video-main-wrap .wrap .box {
        flex-wrap: wrap
    }

    .video-main-wrap .wrap .video-img {
        width: 100%;
        text-align: center
    }

    .video-main-wrap .wrap .video-img img {
        width: 80%
    }

    .video-main-wrap .wrap .video-text {
        max-width: none;
        margin-top: 2rem;
        width: -moz-fit-content;
        width: fit-content
    }

    .video-main-wrap .wrap .video-text h3 {
        font-size: 1.8rem;
        text-align: center;
        font-weight: bold
    }

    .video-main-wrap .wrap .video-text p {
        margin: 2rem 0;
        line-height: 2;
        color: #555
    }

    .video-main-wrap .wrap .video-text ul {
        max-width: 45rem;
        display: flex;
        flex-wrap: wrap;
        margin-top: -3rem;
        margin-bottom: 4rem
    }

    .video-main-wrap .wrap .video-text ul li {
        width: 25%;
        line-height: 2;
        color: #555
    }

    .video-main-wrap .wrap .video-text .apply-btn-box {
        gap: 2rem;
        margin-left: auto;
        margin-right: auto
    }

    .video-main-wrap .wrap .video-text a {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: -moz-fit-content;
        width: fit-content;
        padding: 0 1.5rem;
        height: 3.4rem;
        line-height: 3.4rem;
        text-align: center;
        border-radius: .4rem;
        border: .1rem solid;
        transition: all .3s ease-in-out
    }

    .video-main-wrap .wrap .video-text a:hover {
        box-shadow: 0 1rem 1.5rem 0 rgba(238, 77, 45, .2)
    }

    .video-main-box {
        flex-wrap: wrap
    }

    .video-main-box .video-text {
        flex: none;
        max-width: 100%;
        width: 100%
    }

    .video-main-box .video-img {
        flex: none;
        width: 100%;
        max-width: 100%
    }

    .ivvr-remote-box {
        max-width: 94%;
        gap: 2rem;
        flex-wrap: wrap
    }

    .ivvr-remote-box .ivvr-remote-item {
        max-width: 100%;
        flex: none;
        padding: 4rem 2rem;
        border-radius: 1rem;
        box-shadow: 0rem .3rem 3rem .1rem rgba(95, 109, 155, .16)
    }

    .ivvr-remote-box .ivvr-remote-item .ivvr-remote-img {
        height: auto
    }

    .ivvr-remote-box .ivvr-remote-item img {
        max-height: 100%;
        display: block;
        width: 80%;
        -o-object-fit: contain;
        object-fit: contain;
        margin: 0 auto
    }

    .ivvr-remote-box .ivvr-remote-item h4 {
        font-size: 2rem;
        line-height: 1.7;
        font-weight: bold;
        margin-bottom: 2rem;
        margin-top: 4rem
    }

    .ivvr-remote-box .ivvr-remote-item p {
        font-size: 1.5rem;
        line-height: 1.7
    }

    .ivvr-remote-box .ivvr-remote-item a {
        display: block;
        width: -moz-fit-content;
        width: fit-content;
        height: 4rem;
        line-height: 4rem;
        margin: 3rem auto 0;
        font-size: 1.6rem;
        border-radius: .4rem;
        text-align: center;
        color: red;
        text-decoration: underline;
        transition: all .3s ease-in-out
    }

    .ivvr-remote-box .ivvr-remote-item a:hover {
        text-decoration: none
    }

    .advan-box {
        gap: 2rem
    }

    .advan-box .advan {
        flex: none;
        width: 100%;
        gap: 1.5rem;
        padding: 1.5rem;
        border-radius: .6rem
    }

    .advan-box .advan .advan-img {
        max-width: 6.5rem
    }

    .advan-box .advan h4 {
        font-size: 2rem;
        margin-bottom: 1rem
    }

    .advan-box .advan p {
        font-size: 1.4rem
    }

    .video-more-wrap .video-more-box {
        gap: 4%
    }

    .video-more-wrap .video-more {
        width: 48%;
        padding: 3rem 0;
        font-size: 1.6rem;
        margin-bottom: 3%
    }

    .video-more-wrap .video-more:nth-child(n+5) {
        margin-bottom: 3%
    }

    .video-more-wrap .video-more:hover {
        transform: translateY(-0.8rem)
    }

    .bottom-apply-wrap {
        width: 100%;
        height: 21rem
    }

    .bottom-apply-wrap h4 {
        font-size: 2.4rem;
        margin-bottom: 1rem
    }

    .bottom-apply-wrap p {
        font-size: 1.4rem;
        margin-bottom: 2rem
    }

    .bottom-apply-wrap a {
        display: block;
        width: 14.3rem;
        height: 4rem;
        border-radius: .4rem;
        line-height: 4rem;
        font-size: 1.6rem;
        font-weight: 500;
        margin: 0 auto;
        text-align: center;
        color: #ff4646;
        background: #fff;
        box-shadow: .4rem .7rem .8rem 0rem rgba(217, 73, 72, .36)
    }

    .bottom-apply-wrap {
        height: auto;
        padding: 4rem 0 6rem;
        background-color: #eef1f6
    }

    .bottom-apply-wrap h4 {
        font-size: 2.4rem;
        text-align: center;
        font-weight: 500;
        margin-bottom: 2rem
    }

    .bottom-apply-wrap .apply-box {
        display: flex;
        gap: 2rem;
        justify-content: center;
        align-items: center
    }

    .bottom-apply-wrap .input-box {
        width: 68%;
        display: flex;
        height: 5rem;
        margin-top: 2rem;
        padding: 0 1rem;
        line-height: 5rem;
        background: #fff;
        border: .1rem solid #dce0ec;
        border-radius: .4rem
    }

    .bottom-apply-wrap .input-box:nth-child(n+3) {
        margin-top: 1.5rem
    }

    .bottom-apply-wrap .input-box .tel-type {
        display: flex;
        align-items: center
    }

    .bottom-apply-wrap .input-box .tel-type i {
        color: #999;
        margin: .3rem 1rem 0
    }

    .bottom-apply-wrap .input-box input {
        flex: 1;
        height: 100%;
        padding-left: 1rem;
        line-height: 5rem;
        border: none;
        border-radius: 0
    }

    .bottom-apply-wrap .input-box input::-webkit-input-placeholder {
        color: #999
    }

    .bottom-apply-wrap .input-box input:focus {
        box-shadow: none
    }

    .bottom-apply-wrap .input-box input:-webkit-autofill {
        box-shadow: 0 0 0rem 10rem #fff inset !important;
        background: none !important
    }

    .bottom-apply-wrap .input-box .getcode {
        min-width: 12rem;
        height: 100%;
        line-height: 5rem;
        margin-left: auto;
        border: none;
        color: #999;
        background-color: rgba(0, 0, 0, 0);
        font-size: 1.4rem;
        cursor: pointer
    }

    .bottom-apply-wrap .input-box .getcode-able {
        color: #ec3d3d
    }

    .bottom-apply-wrap .price-submit-box {
        width: -moz-fit-content;
        width: fit-content;
        padding: 0 1.5rem;
        display: flex;
        justify-content: center;
        cursor: pointer;
        border-radius: .4rem;
        text-align: center;
        font-size: 1.6rem;
        color: #fff;
        background: linear-gradient(98deg, #fb6a6a 0%, #ee4040 100%)
    }
}

/*# sourceMappingURL=ivvr.css.map */