/* 谷歌 */
html, body{
    background: #fff;
    font-size: 14px;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-weight: 400;

}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    background-color:transparent;
}
/*  */
input{
    outline: 0;

    background:none ;
    border:none;

}
input:-webkit-autofill {
    background-color:transparent;
  transition: background-color 5000s ease-in-out 0s;
}
:root input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    box-shadow: none;
    /*阴影大小等于input框宽度一半 利用内阴影覆盖原背景色*/
    background-color:transparent;

}


/* scroll滚动框宽度*/
::-webkit-scrollbar{
    width: 1px;
}

a:hover{
    text-decoration: none;
}


::after,
::before {
    box-sizing: border-box;
}
:root {
  --color-yellow: #f0a70a;
  --color-white: #fff;
  --color-gray: #5d5d6e;
  --color-gray02: #888894;
  --color-gray03: #758696;
  --color-zise: #7358a8;
  --color-blue: #007bff;

}

.all_body {
    /* padding-bottom: 700px; */
}

.all_inner {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: left;
        min-height: 100vh;
}




.img_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}



.no_data {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.no_data img {
    width: 100px;
}

.no_data .s01 {
    margin-top: 20px;
}


.input_wrap {
    padding: 8px 16px;
    border: solid 1px #E5E5E5;
    border-radius: 6px;
    height: 48px;
    position: relative;

}

.input_wrap input {
    position: relative;
    z-index: 9;
    width: 100%;
    color: #040b0f;
    -webkit-text-fill-color: #040b0f;
    line-height: 30px;
}

.input_wrap .hide_text {
    position: absolute;
    top: 0;
    left: 16px;
    z-index: 8;
    pointer-events: none;
    opacity: 0.4;
    line-height: 48px;
}

.hide_this{
    display: none !important;
    opacity: 0;
}

.btn_eye {
    height: 48px;
    padding: 10px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 13;
    top: 0;
    right: 0;
}

.btn_eye img {width: 20px;}

.btn_eye .img_show, .btn_eye.selected .img_hide {
    display: none;
    opacity: 0;
}

.btn_eye .img_hide, .btn_eye.selected .img_show {
    display: block;
    opacity: 1;
}



.input_wrap .quhao {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 30px;
    z-index: 20;
    /* padding: 8px 8px; */
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
}


.item_phone .input_wrap .hide_text {
    left: 90px;
}

 .item_phone .input_wrap input {
    left: 75px;
}


.input_wrap .quhao img {
    width: 14px;
    height: 14px;
    margin: 0px 6px;
    margin-right: 10px;
}

.input_wrap .quhao .sx {
    width: 1px;
    height: 48px;
    background: #E5E5E5;
}




.index_top {
    height: 64px;
    line-height: 64px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    background: #06111B;
    padding: 0 20px;
}

.index_top .logo_wrap {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.index_top .logo_wrap a {}

.index_top .logo_wrap .hx {
    display: block;
    width: 1px;
    height: 20px;
    background: #fff;
    margin-left: 10px;
    margin-right: 15px;
}

.index_top .logo_wrap .img_wrap02 {
    padding-top: 0;
}

.index_top .items {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    /* flex: 1; */
    margin-left: 30px;
}

.index_top .items .item {
    margin: 0 10px;
}

.index_top .items .item a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_top .right {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: right;
}

.index_top .right a {
    margin-left: 10px;
}

.index_top .right .hx02 {
    display: block;
    width: 1px;
    height: 20px;
    background: #fff;
    margin: 0 10px;
}

.index_top .right .btn_lan {
    cursor: pointer;
}



.index_top .logo_wrap a {}

.index_top .logo_wrap a img {
    height: 40px;
}

.index_top .logo_wrap .img_wrap02 img {
    width: 38px;
}

.index_top .items .item a:hover {
    opacity: 0.9;
}

.index_top .right a img {
    width: 24px;
}

.index_top .right .btn_lan img {
    width: 24px;
}
.index_top .right .a03 {
    color: #fff;
    margin: 0 10px;
        white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_top .right .a04 {
    padding: 0 16px;
    background: #b3ff38;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    color: #000;
    border-radius: 19px;
    margin: 0 10px;
        white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}






.poped_lan {
    position: absolute;
    top: 60px;
    right: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    border: 1px solid rgba(0, 0, 0, .05);
    z-index: 10001;
    padding: 10px;
    min-width: 180px;
    max-height: 530px;
    overflow-y: auto;
    display: none;
    opacity: 0;
}
.poped_lan.selected{
    display: block;
    opacity: 1;
}

.poped_lan .p_inner {}

.poped_lan .item {
    padding: 10px 15px;
    border-radius: 8px;
    cursor: pointer;
    transition: all .2s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    height: 50px;
}

.poped_lan .item .s01 {}

.poped_lan .item .s02 {
    display: none;
    opacity: 0;
}

.poped_lan .item img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-left: 10px;
    flex-shrink: 0;

}

.poped_lan .item:hover {
    background: rgba(102, 126, 234, .1);
}

.poped_qh {
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 99999;
    padding: 10px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    border: 1px solid rgba(0, 0, 0, .05);
    height: 300px;
    overflow: scroll;

}

.poped_qh .select-inner {}

.poped_qh .select-inner span {
    display: block;
    /* padding: 10px 15px; */
    line-height: 34px;
    padding: 0 10px;
    border-radius: 8px;
    cursor: pointer;
    transition: all .2s
ease;
    color: #000;
    height: 34px;
    width: 260px;
}

.poped_qh .select-inner span:hover {
    background: rgba(102, 126, 234, .1);
}






.footer02 {
    font-family: Inter, sans-serif;
    width: 100%;
    /* position: fixed; */
    /* left: 0; */
    /* bottom: 0; */
    /* z-index: 999; */
    margin-top: 80px;
}
.footer02 .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #06111B;
}

.footer02 .about {
    /* background: #06111B; */
    color: #fff;
    padding: 20px;
    /* margin-top: 80px; */
    padding-top: 50px;
    width: 100%;
}

.footer02 .about .logo {
        display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    height: 50px;
    margin-bottom: 20px;
}

.footer02 .about .logo img {
    height: 80px;
}

.footer02 .about .item {}

.footer02 .about .item .item_title {
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 10px 15px;
    padding-left: 0;
}


.footer02 .about .item .item_title .s01 {}

.footer02 .about .item .item_title img {
        height: 10px;
    width: 10px;
}
.footer02 .about .item .item_title.selected img {
    transform: rotate(180deg);
}
.footer02 .about .item .text_wrap .text_inner {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    display: block;
    height: 48px;
    line-height: 48px;
    background: rgba(255,255,255,0.05);
    padding-left: 15px;
}
.footer02 .about .item .text_wrap {
    display: none;
    opacity: 0;
}
.footer02 .about .item .text_wrap.selected {
    display: block;
    opacity: 1;
}
.footer02 .about .item .text_wrap .text_inner::before {
    content: "*";
}

.footer02 .risk_text {
    background: #06111B;
    color: #fff;
    /* padding: 20px; */
    font-size: 11px;
    line-height: 18px;
    padding-bottom: 20px;
    width: 100%;
        opacity: 0.3;
}

.footer02 .risk_text span {
    display: block;
    padding: 0 20px;
}

.footer02 .risk_text .s02 {
    margin-top: 15px;
}

.footer02 .risk_text .d03 {
    border-top: solid 1px #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* margin-top: 10px; */
    padding-top: 20px;
    margin: 0 20px;
    margin-top: 10px;
}

.footer02 .risk_text .s04 {
    text-align: center;
        margin: 10px 0;
}

.footer02 .risk_text .s05 {
    text-align: center;
        margin: 10px 0;
}

.footer02 .risk_text .d03 span {
    padding: 0;
    margin: 0 2px;
}


.footer02 .about .logo span {
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 44px;
    /* border-left: solid 5px #fff; */
    vertical-align: bottom;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}



.footer02 .about .logo span::before {
    content: "|";
    margin: 0 3px;
    font-size: 24px;
    line-height: 50px;
    vertical-align: bottom;
}


.footer02 {
    display: none;
}
.web_size .footer02 {
    display: block;
}

.web_size .footer {
    display: none;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* box-shadow: var(--tab-nav-shadow, 0 -7px 20px 0 rgba(37, 37, 48, .83)); */
    background: #06111B;
        z-index: 9999;
}

.footer .bg {}

.footer .inner {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    height: 60px;
    /* line-height: 60px; */
}

.footer .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    cursor: pointer;
    width: 20%;
}

.footer .item img {
    display: block;
    height: 20px;
}

.footer .item .s01 {
    font-size: 12px;
    margin-top: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



/* --------------------------------Loading------------------------------ */

#show_loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        z-index: 99999;
}

#show_loading .loading_inner {
    width: 100%;
    height: 100%;
}

#show_loading .bg {}

.box_wrap {}

#show_loading .loading_wrap {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#show_loading .loading_box {
    background: rgba(0,0,0,0.7);
    width: 250px;
    padding: 50px 10px;
    border-radius: 10px;
    z-index: 998;
    color: #fff;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#show_loading .loading_box img {
    height: 50px;
    width: 50px;
}

#show_loading .loading_box span {
    margin-top: 20px;
}
/* --------------------------------Loading------------------------------ */




/* --------------------------------消息提示------------------------------ */
#show_msg_box {
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#show_msg_box .msg_inner {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#show_msg_box .msg_box {
    background: rgba(0,0,0,0.7);
    max-width: 400px;
    padding: 30px 20px;
    border-radius: 10px;
    z-index: 998;
    color: #fff;
    font-size: 18px;
}

#show_msg_box .bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.4;
    z-index: 990;
    display: none;
}


#show_msg_box .msg_box img {
    display: none;
    opacity: 0;
}

#show_msg_box .msg_box span {
    display: block;
    text-align: center;
    word-break: break-all;
    word-wrap: break-word;
}
/* --------------------------------消息提示------------------------------ */


/* --------------------------------布局------------------------------ */
/* --------------------------------顶部导航栏------------------------------ */
.all_body .index_top .items {
    display: none;
}
.all_body.web_size .index_top .items {
    display: flex;
}



/* --------------------------------底部------------------------------ */
.web_size .footer02 .about {
    width: 90%;
}
.web_size.web_1200 .footer02 .about {
    width: 70%;
}
.web_size .footer02 .item_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
}

.web_size .footer02 .about .item .item_title img {
    display: none;
}

.web_size .footer02 .about .item .text_wrap .text_inner {
    background: transparent;
    padding-left: 0;
    opacity: 0.6;
}

.web_size .footer02 .about .item .text_wrap .text_inner::before {
    content: "";
}
.web_size .footer02 .about .item .text_wrap{
    display: block;
    opacity: 1;
}
.web_size .footer02 .risk_text {
    text-align: center;
}
/* --------------------------------布局------------------------------ */




.red{
    color: #EA4B6D !important;
}

.green{
    color: #31BC65 !important;
}