﻿* {
    margin: 0;
    padding: 0;
}

.top {
    width: 100%;
    height: 82px;
    background: #17B362;
}

.top_cen {
    width: 1200px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.top_btn {
    width: 130px;
    height: 38px;
    border: 1px solid #FFFFFF;
    border-radius: 19px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
}

.top_btn:hover {
    background: #FFFFFF;
    color: #17B362;
}

.top_mobile {
    position: relative;
    display: none;
    font-size: 16px;
    cursor: pointer;
}

.top_mobile:hover .top_mobile_hover {
    display: block;
}

.top_mobile_title {
    text-decoration: underline;
}

.top_mobile_hover {
    display: none;
    position: absolute;
    top: 40px;
    left: -20px;
    width: 160px;
    height: 140px;
    background: #FFFFFF;
    box-shadow: 0px 1px 8px 0px rgba(58, 62, 65, 0.31);
    border-radius: 5px;
}

.top_mobile_hover_i {
    position: absolute;
    top: -15px;
    left: 60px;
    z-index: 100;
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    transform: rotate(45deg);
    box-shadow: 0px 1px 8px 0px rgba(58, 62, 65, 0.31);
}

.top_mobile_hover_view {
    position: absolute;
    z-index: 200;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border-radius: 5px;
}

.top_mobile_hover_title {
    text-align: center;
    font-size: 14px;
    color: #333333;
    padding-top: 30px;
}

.top_mobile_hover_a {
    display: block;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #C2C2C2;
}

.top_mobile_hover_btn {
    height: 50px;
    text-align: center;
    font-size: 14px;
    color: #17B362;
    cursor: pointer;
}

.dlbg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 800;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
}

.dlbg_box {
    position: relative;
    width: 520px;
    height: 500px;
    background: #FFFFFF;
    border-radius: 7px;
}

.dlbg_box_cuo {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.dlbg_box_title {
    text-align: center;
    font-size: 24px;
    color: #333333;
    padding-top: 45px;
    padding-bottom: 45px;
}

.dlbg_box_view {
    width: 390px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #E5E9ED;
    border-radius: 25px;
    margin: 0 auto;
    margin-bottom: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.dlbg_box_inp {
    width: 260px;
    height: 40px;
    border: none;
    margin-left: 15px;
    font-size: 16px;
    color: #AAAAAA;
    outline: none
}

.dlbg_box_view_btn {
    font-size: 16px;
    color: #18B263;
    margin-left: 5px;
    cursor: pointer;
}

.dlbg_box_btn {
    width: 390px;
    height: 50px;
    background: #18B263;
    border-radius: 25px;
    margin: 0 auto;
    margin-top: 67px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
}

.dlbg_box_bot {
    text-align: center;
    font-size: 16px;
    color: #FF9125;
    font-weight: bold;
    margin-top: 30px;
    cursor: pointer;
}


/* --------------------- */

.wzck_kbbk_ktbg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ktbg_box {
    position: relative;
    width: 960px;
    height: 620px;
    background: #FFFFFF;
    border-radius: 7px;
    display: none;
    box-sizing: border-box;
}

.ktbg_box_left {
    width: 260px;
    height: 100%;
    background: #FFF8E9;
    border-radius: 7px;
}

.ktbg_box_left_top {
    text-align: center;
    font-size: 22px;
    color: #333333;
    padding-top: 60px;
}

.ktbg_box_left_box {
    display: flex;
    align-items: center;
    padding-left: 30px;
    margin-top: 40px;
}

.ktbg_box_left_box_text {
    font-size: 14px;
    color: #666666;
    margin-left: 10px;
}

.ktbg_box_left_text {
    padding-left: 30px;
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    margin-top: 100px;
}

.ktbg_box_right {
    width: 700px;
    padding-top: 30px;
}

.ktbg_box_right_top {
    width: 639px;
    height: 45px;
    background: #F4F4F4;
    margin: 0 auto;
    display: flex;
}

.ktbg_box_right_top_box {
    width: 50%;
    text-align: center;
    line-height: 45px;
    background-size: 100% 100%;
}

.ktbg_box_right_qrxx {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666666;
    margin-bottom: 19px;
}

.ktbg_box_right_qrxx_tps {
    font-size: 14px;
    color: #999999;
    padding-left: 90px;
}

.ktbg_box_right_qrxx_name {
    width: 160px;
    text-align: right;
}

.ktbg_box_right_qrxx_inp {
    width: 320px;
    height: 40px;
    border: 1px solid #EBEEF5;
    border-radius: 2px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
}

.ktbg_box_right_btn {
    width: 200px;
    height: 45px;
    background: #18B263;
    border-radius: 4px;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
}

.ktbg_box_right_tps {
    text-align: center;
    font-size: 12px;
    color: #999999;
    margin-top: 30px;
}

.ktbg_box_right_heads {
    width: 596px;
    margin: 0 auto;
    border-top: 1px solid #EBEEF5;
    margin-top: 25px;
}

.ktbg_box_right_heads_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ktbg_box_right_heads_box_text {
    font-size: 14px;
    color: #666666;
}

.wzck_kbbk_tem1_left_box_name {
    font-size: 14px;
    color: #333333;
}


/* ----------- */

.ktbg_box_right_qrfw {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 35px;
}

.ktbg_box_right_qrfw_name {
    width: 100px;
    font-size: 14px;
    color: #999999;
    text-align: end;
}

.ktbg_box_right_qrfw_text {
    width: 300px;
    font-size: 14px;
    color: #666666;
}


/* ----------- */

.wzck_kbbk_sskt_cuo {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}


/* ----------- */

.ktbg_box_right_sskt_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.ktbg_box_right_sskt_code {
    position: relative;
    width: 200px;
    height: 200px;
    margin-right: 30px;
}

.ktbg_box_right_sskt_code img {
    width: 100%;
    height: 100%;
}

.ktbg_box_right_sskt_code_bg {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.96);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ktbg_box_right_sskt_code_btn1 {
    padding: 5px 10px;
    background: #17B362;
    font-size: 14px;
    color: #FFFFFF;
    margin-right: 10px;
    cursor: pointer;
}

.ktbg_box_right_sskt_code_btn2 {
    font-size: 14px;
    color: #999999;
    cursor: pointer;
}

.ktbg_box_right_sskt_money {
    text-align: center;
    font-size: 30px;
    color: #FF3434;
    height: 50px;
    line-height: 50px;
}

.ktbg_box_right_sskt_bot {
    width: 360px;
    height: 60px;
    background: #388fec;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ktbg_box_right_sskt_bot_i {
    padding-top: 5px;
}

.ktbg_box_right_sskt_bot_text {
    font-size: 14px;
    color: #FFFFFF;
    margin-left: 10px;
}

.biaoti {
    height: 70px;
    transition: bottom 1s;
}

.wzck_footer_bot {
    height: 56px;
    line-height: 56px;
}