@charset "utf-8";
.body_cx {
    background: url(./src/images/bg_chaxun.jpg) no-repeat center top;
    background-size: 100% 100%;
    background-attachment: fixed;
}

.yemian {
    position: relative;
    z-index: 100;
}

.navbar-black {
    background: #fff;
    border: 0;
}

.navbar .logo {
    height: auto;
    line-height: 60px;
    padding: 10px 0;
}

.navbar .logo img {
    width: 260px;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    background: #535353;
    border: 0;
    padding: 10px;
}

.footer p {
    margin: 0;
}

.footer a {
    text-decoration: none;
}

.footer a:hover {
    color: #fff;
}

.wap-container {
    padding: 100px 0 100px 0;
}

.chaxun_kbg {
    background: #fff;
    width: 550px;
    height: 580px;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.chaxun_pa {
    padding: 30px 55px;
}

.chaxun_pa .chaxun_title {
    font-size: 38px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 3px #000 solid;
}

.chaxun_input_pa {
    margin-bottom: 20px;
}

.chaxun_input_pa span {
    display: block;
    font-size: 20px;
    color: #000;
    margin-bottom: 5px;
}

.chaxun_input_pa #fangweima {
    border: 1px #D8D8D8 solid;
    width: calc(100% - 20px);
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
}

.chaxun_input_pa #yzm {
    border: 1px #D8D8D8 solid;
    width: 200px;
    margin-right: 20px;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
}

.chaxun_input_pa img {
    width: 140px;
    height: 40px;
}

.chaxun_ma {
    position: relative;
    padding: 0;
}

.chaxun_ma img {
    display: block;
    width: 300px;
}

.chaxun_ma span {
    display: block;
    font-size: 16px;
    color: #4F4F4F;
    margin: 3px 0 10px 0;
}

.chaxun_an {
    position: relative;
}

.chaxun_an button {
    display: block;
    background: rgb(206, 4, 18);
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: bolder;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    width: 100%;
}

.chaxun_an button:hover {
    background: rgb(206, 4, 18);
}

.chaxun_bg {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 998;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

.chaxun_zhen,
.chaxun_wei,
.chaxun_pak {
    background: #fff;
    width: 550px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    position: fixed;
    left: calc(50% - 275px);
    z-index: 999;
    display: none;
}

.chaxun_zhen {
    height: auto;
    max-height: 90vh;
    top: 50%;
    transform: translateY(-50%);
    overflow-y: auto;
}

.chaxun_zhen .guan,
.chaxun_wei .guan,
.chaxun_pak .guan {
    text-align: right;
    background: rgb(206, 4, 18);
    padding: 10px 30px;
}

.chaxun_zhen .guan img,
.chaxun_wei .guan img,
.chaxun_pak .guan img {
    cursor: pointer;
}

.chaxun_zhen .fon_title {
    font-size: 34px;
    color: rgb(206, 4, 18);
    text-align: center;
    padding: 30px 0 20px 0;
    font-weight: bolder;
}

.chaxun_zhen .biao {
    border-left: 1px #D8D8D8 solid;
    border-top: 1px #D8D8D8 solid;
    width: 80%;
    margin: 0 auto;
}

.chaxun_zhen .biao td {
    padding: 10px;
    border-bottom: 1px #D8D8D8 solid;
    border-right: 1px #D8D8D8 solid;
    font-size: 18px;
    color: #000;
}

.chaxun_zhen .tip {
    text-align: center;
    font-size: 14px;
    color: rgb(206, 4, 18);
    padding-top: 10px;
    padding-bottom: 20px;
}

.guan img {
    width: 18px;
}

.chaxun_wei,
.chaxun_pak {
    height: 235px;
    top: calc(50% - 122px);
}

.chaxun_wei .biao,
.chaxun_pak .biao {
    font-size: 22px;
    text-align: center;
    color: #000;
    line-height: 40px;
    padding: 40px 0 10px 0;
}

.chaxun_wei .fon_title {
    font-size: 26px;
    color: rgb(206, 4, 18);
    text-align: center;
    font-weight: bolder;
    text-decoration: none;
}

@media (max-width: 1440px) {}

@media (max-width: 767px) {
    html,
    body {
        overflow-y: auto;
    }
    .navbar .logo {
        height: auto !important;
        line-height: 60px;
    }
    .footer {
        padding: 20px 0;
    }
}

/* 防伪验证码弹窗样式 */

.chaxun_fangwei {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    z-index: 10001;
    min-width: 500px;
    max-width: 90%;
}

.fangwei_title {
    font-size: 20px;
    color: #333;
    margin-bottom: 30px;
    font-weight: 500;
}

.fangwei_input_wrapper {
    position: relative;
    margin-bottom: 30px;
}

.fangwei_input_wrapper input {
    width: 100%;
    height: 50px;
    padding: 0 60px 0 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
    transition: border-color 0.3s;
}

.fangwei_input_wrapper input:focus {
    outline: none;
    border-color: #409EFF;
}

.fangwei_input_wrapper input::placeholder {
    color: #C0C4CC;
}

.scan_icon_btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #606266;
    transition: color 0.3s;
}

.scan_icon_btn:hover {
    color: #409EFF;
}

.scan_icon_btn svg {
    width: 24px;
    height: 24px;
}

.fangwei_buttons {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.fangwei_buttons button {
    min-width: 100px;
    height: 40px;
    padding: 0 20px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
}

.btn_cancel {
    background: #fff;
    color: #606266;
    border: 1px solid #DCDFE6;
}

.btn_cancel:hover {
    color: rgb(206, 4, 18);
    border-color: rgb(206, 4, 18);
    background: #ECF5FF;
}

.btn_confirm {
    background: rgb(206, 4, 18);
    color: #fff;
}

.btn_confirm:hover {
    background: rgb(206, 4, 18);
}