.inq_dialog {
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background: rgb(0 0 0 / 30%);
    z-index: 9999999999;
}

.inq_dialog_hide {
    display: none;
}

.xpformBox {
    width: 90%;
    margin: 0 auto;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 3px #ccc;
    box-sizing: border-box;
    border-radius: 5px;
    z-index: 99999999999;
}

.xpformBox .labeltit {
    height: 50px;
    width: 100%;
    background-color: #007dff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
}

.xpformBox .close {
    cursor: pointer;
    color: #fff !important;
}

.xpformBox .list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.chanpI {
    margin-bottom: 20px;
    position: relative;
    padding-left: 125px;
    padding-bottom: 15px;
    min-height: 110px;
}

.chanpI .img {
    width: 120px;
    height: 120px;
    text-align: center;
    position: absolute;
    overflow: hidden;
    left: 0;
}

.chanpI img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}

.chanpI .title {
    margin-bottom: 5px;
    font-size: 16px;
}

.chanpI .desc {
    margin-top: 2px;
    font-size: 14px;
    color: #a0a0a0;
}

.xpformBox .li {
    width: 49%;
    height: 40px;
}

.xpformBox .li input {
    width: 100%;
    height: 100%;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-left: 10px;
    box-sizing: border-box;
}

.xpformBox .li textarea {
    width: 100%;
    height: 150px;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
}

.xpformBox .submitBtn {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #007dff;
    border-radius: 5px;
    margin: 20px auto;
    cursor: pointer;
    color: #fff;
}

.inq-box-ok {
    width: 90%;
    margin: 0 auto;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 3px #ccc;
    box-sizing: border-box;
    border-radius: 5px;
    z-index: 11;
}

.inq-box-ok .labeltit {
    height: 50px;
    width: 100%;
    background-color: #007dff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
}

.inq-box-ok .close {
    cursor: pointer;
    color: #fff;
}

.inq-box-ok .inq-box-ok-icon {
    width: 80px;
    height: 80px;
    margin: 20px auto;
    position: relative;
}

.inq-box-ok .inq-box-ok-icon::before {
    content: "";
    display: inline-block;
    background: #47c553;
    width: 50px;
    height: 15px;
    transform: rotate(-45deg);
    position: absolute;
    left: 32px;
    border-radius: 2px;
    top: 26px;
}

.inq-box-ok .inq-box-ok-icon::after {
    content: "";
    display: inline-block;
    background: #47c553;
    width: 35px;
    height: 12px;
    transform: rotate(45deg);
    position: absolute;
    left: 16px;
    top: 35px;
    border-radius: 2px;
}

.inq-box-ok .inq-box-ok-msg {
    text-align: center;
    font-size: 18px;
    margin-top: 14px;
}

.inq-box-ok .pro_inq_ok_close {
    width: 30%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #007dff;
    border-radius: 5px;
    margin: 20px auto;
    cursor: pointer;
    color: #fff;
}

@media screen and (min-width: 1024px) {
    .xpformBox {
        width: 500px;
    }

    .inq-box-ok {
        width: 500px;
    }
}

.xpformHide {
    display: none;
}

.inq-box-ok-hide {
    display: none;
}

.xpformBox .error-pql {
    margin-top: 5px;
    color: red;
    font-size: 14px;
    margin-bottom: 15px;
}

.xpformBox .icon-pql {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background: red;
    border-radius: 50%;
}
