/*# sourceURL=css/home.css */
/*@ sourceURL=css/home.css */
/*# sourceURL=css/home.css */
/*@ sourceURL=css/home.css */
/*@ sourceURL=../css/home.css */
/*@ sourceURL=../../css/home.css */
@charset "UTF-8";

body {
    padding: 0 0;
    margin: 0 0;
}

a {
    list-style: none;
    text-decoration: none;
    color: #fff;
}

.footer-box .footer-main .icon-wrap .icon2 .footer-icon-box img {
    width: 25px !important;
    margin-right: -5px;
}

.footer-box .footer-main .icon-wrap .icon2 .footer-icon-box span {
    margin-left: 0;
}

.header {
    width: 100%;
    height: 192px;
    background-image: url(/kyc/images/headtop.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 9999;
    left: 0;
    overflow: hidden;
    box-shadow: 0px 0 10px #d4d4d4;

}

.header>.extent-button {
    /* border: 1px solid #fff; */
    border-radius: 5px;
    width: 46px;
    height: 46px;
    padding: 3px;
    position: absolute;
    right: 18px;
    top: 18px;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .header>.extent-button {
        display: flex;
    }
}

.header>.extent-button>img {
    width: 42px;
    height: 42px;
}

.header>.shade-bg {
    position: absolute;
    left: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(180deg, rgb(241 0 255 / 33%), rgb(0 0 0 / 20%)); */
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    -webkit-box-shadow: rgba(142, 142, 142, 0.19) 0px 6px 15px 0px;
    z-index: -1;
}

.contaner-wraper-box {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.contaner-wraper-box .top-wrapepr {
    border-bottom: 1px solid #ffffff3b;
    height: 137px;
    width: 100%;
    background-image: url(/kyc/images/headtop.jpg);
}

.contaner-wraper-box .top {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0 auto;
    max-width: 1212px;
    justify-content: space-between;
}

.contaner-wraper-box .top .left-bar {
    display: flex;
    align-items: center;
}

.contaner-wraper-box .top .right-bar {
    display: flex;
    align-items: center;
}

.contaner-wraper-box .top .logo {
    height: 80px;
    width: 80px;
}

.contaner-wraper-box .top .i {
    margin: 0 35px;
    width: 1px;
    height: 46px;
    margin-top: 8px;
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            from(rgba(255, 255, 255, 0)),
            color-stop(white),
            to(rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0),
            white,
            rgba(255, 255, 255, 0));
    background-image: linear-gradient(rgba(255, 255, 255, 0),
            white,
            rgba(255, 255, 255, 0));
}

.contaner-wraper-box .top .logo_ {
    height: 57px;
    width: 291px;
}

.contaner-wraper-box .top .logo_t {
    height: 80px;
    margin-top: 8px;
    width: 164px;
    margin-left: -15px;
}

.contaner-wraper-box .top .logo_t img {
    height: 100%;
    width: 100%;
    opacity: 0.9;
}

.search-box {
    display: flex;
    align-items: center;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 20px;
    overflow: hidden;
    background-color: #E4EEF7;
}

.search-box input[type="text"] {
    width: 160px;
    border: none;
    outline: none;
    padding: 10px;
    font-size: 16px;
    background-color: transparent;
    padding-left: 20px;
    transition: all 0.3s;
}

.search-box input[type="text"]:focus {
    width: 220px;
    transition: all 0.3s;
}

.search-box button[type="submit"] {
    flex: none;
    width: 80px;
    height: 100%;
    background-color: #007bff;
    color: #fff;
    border: none;
    outline: none;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-box button[type="submit"]:hover { 
    opacity: 0.9;
    transition: all 0.3s;
}

.header .nav-var-box .right-bar2 {
    left: 1300px;
    top: 80px;
}

.header .nav-var-box .right-bar2 .search-box {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    width: 0px;
}

.header .nav-var-box .right-bar2 .search-box input {
    padding: 0 10px;
    color: #ffffff;
}

.header .nav-var-box .right-bar2 .search-box input:focus {
    width: 180px;
}

.header .nav-var-box .right-bar2 .search-box input::placeholder {
    color: #ffffff85;
}

.header .nav-var-box {
    margin: 0 auto;
    max-width: 1450px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0px;
    position: relative;
}

.header .nav-var-box .keyanchu-logo-left-fixed {
    position: absolute;
    left: -66px;
    top: 50px;
    width: 120px;
}

.header .nav-var-box .nav-item2 {
    /* flex: 1; */
    height: 100%;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    font-size: 18px;
    color: #fff;
    position: relative;
    cursor: pointer;
    /* padding: 0 48px; */
}

.header .nav-var-box .nav-item2 button {

    border: none;
    background-color: transparent;
    color: #515151;
    cursor: pointer;
    /* ÎÄ×ÖÒõÓ° */
    font-size: 16px;
    color: #515151;
    font-weight: 700;
    border-right: 1px solid #ddd;
    padding: 0 38.8px;
    outline: 0;
    text-decoration: none;
}


.header .nav-var-box .nav-item2::before {
    /* content: ""; */
    height: 3px;
    width: 0%;
    margin: 0 22%;
    background-color: #e6e6fa;
    position: absolute;
    bottom: 1px;
    left: 0;
    border-radius: 10px;
    transition: all 0.3s;
}

.header .nav-var-box .nav-item2:hover::before {
    transition: all 0.3s;
    width: 56%;
}

.header .nav-var-box .nav-item2:hover>a,
.header .nav-var-box .nav-item2:hover>button {
    color: #356fc6 !important;
}

.is-current-page::before {
    width: 56% !important;
}

.is-current-page>button {
    /* color: #e6e6fa !important; */
}

.content-wrapper {
    width: 100%;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 99;
    /* background-image: url(/kyc/images/bgi1.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; 

    .bg-shade {
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }
}

.footer .footer-box {
    width: 100%;
    background-image: url(/kyc/images/footer-bg.png);
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    height: 188px;
    border-top: 3px solid #1875e7;
    position: relative;
}

.footer .footer-box .shade-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(1px);

    z-index: 0;
}

.footer .footer-box .footer-main {
    position: relative;
    z-index: 1;
    width: 1350px;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .footer-box .footer-main .i {
    margin: 0 40px;
    width: 1px;
    height: 128px;
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            from(rgba(255, 255, 255, 0)),
            color-stop(white),
            to(rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0),
            white,
            rgba(255, 255, 255, 0));
    background-image: linear-gradient(rgba(255, 255, 255, 0),
            white,
            rgba(255, 255, 255, 0));
}

.footer .footer-box .footer-main .text {
    display: inline-block;
}

.footer .footer-box .footer-main .text p {
    font-size: 14px;
    color: #fff;
    line-height: 2;
}

.footer .footer-box .footer-main .icon-wrap .icon1,
.footer .footer-box .footer-main .icon-wrap .icon2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .footer-box .footer-main .icon-wrap .icon1 img,
.footer .footer-box .footer-main .icon-wrap .icon2 img {
    width: auto;
    height: auto;
}

.footer .footer-box .footer-main .icon-wrap .icon1 span,
.footer .footer-box .footer-main .icon-wrap .icon2 span {
    color: #fff;
    font-size: 15px;
}

.footer .footer-box .footer-main .icon-wrap .icon1 {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer .footer-box .footer-main .icon-wrap .icon1 img:nth-of-type(1) {
    margin-right: 20px;
}

.footer .footer-box .footer-main .icon-wrap .icon1 .i {
    margin: 0 20px;
    width: 1px;
    height: 30px;
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            from(rgba(255, 255, 255, 0)),
            color-stop(white),
            to(rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0),
            white,
            rgba(255, 255, 255, 0));
    background-image: linear-gradient(rgba(255, 255, 255, 0),
            white,
            rgba(255, 255, 255, 0));
}

.footer .footer-box .footer-main .icon-wrap .icon2 {
    margin-top: 20px;
}

.footer .footer-box .footer-main .icon-wrap .icon2 div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10px;
}

.footer .footer-box .footer-main .icon-wrap .icon2 span {
    margin: 0 10px;
}

.footer .footer-box .footer-main .code-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer .footer-box .footer-main .code-wrap span img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}

.footer .footer-box .footer-main .code-wrap div {
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 15px;
}

body>div.footer>div>div>div>div.icon-wrap .icon1>img:nth-child(3) {
    width: 180px !important;
    opacity: 0.88;
}

@media (max-width: 1450px) {
    .header .nav-var-box .nav-item2 button {
        padding: 0 42px;
    }
}

@media (max-width: 1360px) {
    .header .nav-var-box .nav-item2 button {
        padding: 0 36px;
    }
}

@media (max-width: 1250px) {
    .header .nav-var-box .nav-item2 button {
        padding: 0 30px;
    }
}


@media (max-width: 1150px) {
    .header .nav-var-box .nav-item2 button {
        padding: 0 21px;
    }
}


@media (max-width: 1000px) {
    .header .nav-var-box .nav-item2 button {
        padding: 0 15px;
    }
}


@media (max-width: 880px) {
    .header .nav-var-box .nav-item2 button {
        padding: 0 12px;
    }

    .content-wrapper .banner img {
        border-radius: 0;
    }
}

@media (max-width: 820px) {
    .header .nav-var-box .nav-item2 button {
        padding: 0 8px;
    }

    .content-wrapper .banner img {
        border-radius: 0;
    }
}

#content-wraper-box-page .box .gongg {
    display: none;
}

#content-wraper-box-page .box .title {
    font-size: 28px;
    text-align: center;
    line-height: 1.8;
    border-bottom: 4PX solid #ebebeb;
    padding-top: 40px;
    padding-bottom: 20px;
    font-weight: normal;
}