img {
    width: 100%
}

.chaxunbox {
    width: 1200px;
    margin: 0 auto 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 0 20px;
    min-height: 600px
}

.chaxunbox .logo {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #0172ff
}

.chaxunbox .logo img {
    width: 80px
}

.chaxunbox .titlebox {
    display: flex;
    margin-top: 4px;
    align-items: center;
    width: 300px;
    justify-content: center;
    border-bottom: 2px solid #0172ff;
    padding: 0 0 4px 0
}

.chaxunbox .titlebox .icon {
    width: 20px
}

.chaxunbox .titlebox .titletext {
    color: #0172ff;
    font-size: 16px;
    font-weight: 700;
    margin-left: 10px
}

.chaxunbox .shenfenzhengbox {
    width: 300px;
    position: relative;
    border: 1px solid #0172ff;
    padding: 10px 0;
    margin-top: 10px;
    border-radius: 4px
}

.chaxunbox .shenfenzhengbox .icon {
    width: 23px;
    position: absolute;
    z-index: 99;
    left: 5px;
    top: 6px
}

.chaxunbox .shenfenzhengbox .inputbox input {
    outline: none;
    border: none;
    padding-left: 35px;
    font-size: 14px;
    width: calc(100% - 40px)
}

.chaxunbox .chaxunbtn {
    background: #0172ff;
    color: #fff;
    padding: 10px 0;
    width: 300px;
    text-align: center;
    border-radius: 4px;
    margin-top: 20px;
    border: 0px;
    cursor: pointer
}

.chaxunbox .zhuyibox {
    width: 300px;
    font-size: 12px;
    margin-top: 20px
}

.chaxunbox .zhuyibox div {
    margin-top: 5px
}

 
.chaxunbox .title {
    border: 2px solid #dadada;
    font-size: 36px;
    padding: 20px;
    display: inline-block;
    margin: auto;
    color: #8b8b8b;
    border-radius: 4px
}

.chaxunbox .boxsd {
    outline: 1px solid #dadada;
    width: 100%
}

.chaxunbox .boxsd>div {
    outline: 1px solid #dadada
}

.chaxunbox .boxsd .label {
    min-width: 150px;
    height: 50px;
    line-height: 50px;
    border-right: 1px solid #dadada;
    text-align: center;
}

.chaxunbox .btn {
    background: #0172ff;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    width: 200px;
    padding: 20px 0;
    cursor: pointer;
    margin: 30px auto 20px;
    position: relative
}
