﻿@charset "utf-8";

.maskBbox {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    filter: alpha(opacity=60);
    opacity: 0.6;
    z-index: 600;
    display: none;
}
.inqForm {
    font-size: 14px;
    width: 500px;
    height: 765px;
    padding-bottom: 20px;
    background: #e4e6f7;
    border-radius: 8px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 700;
    overflow-y: auto;
    display: none;
}
.inqForm::-webkit-scrollbar {
    width: 8px;
    height: 20px;
}
.inqForm::-webkit-scrollbar-thumb {
    background: #eb8e28;
    width: 8px;
    height: 20px;
}
.inqForm::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #fff;
}
.inqForm .titleInq {
    width: 490px;
    height: 34px;
    background: #e4e6f7;
    padding-top: 10px;
    position: absolute;
    top: 10px;
    left: 0;
}
.inqForm .titleInq .titleInqSon {
    font-size: 18px;
    color: #49499e;
    font-weight: 700;
    margin-left: 30px;
}
.inqForm .titleInq .titleInqSon img {
    float: right;
    margin-right: 18px;
    margin-top: 3px;
    cursor: pointer;
}
.inqForm .nullHeight {
    height: 46px;
}
.inqForm h5 {
    margin: 10px 0 0 30px;
    font-size: 15px;
}
.inqForm .everyDiv {
    margin: 15px 0 0 30px;
    font-size: 14px;
}
.inqForm .everyDiv ul li {
    float: left;
    line-height: 30px;
}
.inqForm .everyDiv ul li.one {
    width: 110px;
    text-align: right;
}
.inqForm .everyDiv ul li.two {
    width: 318px;
}
.inqForm .everyDiv b {
    color: #ff0000;
}
.inqForm .everyDiv input {
    width: 300px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e4e6f7;
    border-radius: 8px;
    padding: 0 8px;
}
.inqForm .everyDiv textarea {
    width: 300px;
    height: 50px;
    border: 1px solid #e4e6f7;
    border-radius: 8px;
    padding: 8px;
}
.inqForm .everyDiv select {
    width: 120px;
    height: 30px;
    margin: 0;
    border: 1px solid #e4e6f7;
    border-radius: 8px;
    text-align: center;
}
.inqForm .btn {
    margin-top: 30px;
    text-align: center;
}
.inqForm .btn span {
    background: #e2d65d;
    color: #fff;
    padding: 6px 25px;
    cursor: pointer;
    border-radius: 25px;
    font-size: 18px;
}
.inqForm .btn span:hover {
    background: #1a95dc;
}