@charset "utf-8";

/* CSS Document */

* {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: 微软雅黑;
    font-size: 14px
}

.adminbuy_chaxun {
    width: 300px;
    margin: 100px auto 100px;
}

.adminbuy_chaxun li {
    margin-bottom: 15px;
}

.adminbuy_chaxun .abkuang {
    border-radius: 3px;
    width: 100%;
    border: 1px solid #ddd;
    height: 40px;
    box-sizing: border-box;
    padding: 0 10px;
}

.adminbuy_chaxun .abcha {
    width: 100%;
    line-height: 40px;
    border: 0;
    border-radius: 3px;
    background: #248cc3;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.div-with-inverted-rounded-corners {
    width: 100%;
    height: 80%;
    border-radius: 20px / 20px;
    /* 设置倒圆角 */
}

.thick-border {
    border: 1px solid;
    /* 设置边框宽度和样式 */
    border-color: #e1e1e1;
    /* 设置边框颜色 */
    padding: 5% 0% 0% 0%;
}

.back {
    width: 180px;
    margin: 30px auto 50px;
}

.back a {
    display: block;
    background: #248cc3;
    color: #fff;
    line-height: 36px;
    border-radius: 3px;
    text-align: center;
}

.adminbuy_jg {
    width: 700px;
    margin: 100px auto 100px;
}

.adminbuy_jg dl {
    position: relative;
}

.adminbuy_jg dl dt {
    font-size: 20px;
    color: green;
    margin-bottom: 20px;
}

.adminbuy_jg dl dd {
    line-height: 30px;
}

.adminbuy_jg dl span {
    position: absolute;
    right: 0;
    top: 0;
}

.adminbuy_jg dl span p {
    text-align: center;
    line-height: 30px;
}

@media screen and (max-width: 768px) {
    .adminbuy_head {
        padding: 30px 0;
    }

    .adminbuy_head p {
        font-size: 24px;
    }

    .adminbuy_chaxun {
        width: 100%;
        margin: 50px 0 70px;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .adminbuy_jg {
        width: 100%;
        margin: 50px 0 70px;
        box-sizing: border-box;
        padding: 0 15px;
    }

    .adminbuy_jg dl span {
        position: initial;
        padding-top: 20px;
        display: inline-block;
    }
}

.checkcode_pic {
    height: 40px;
    float: right;
    border-radius: 3px / 3px;
}