/* reset */

body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
header,
section,
article,
footer {
    margin: 0;
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5 tahoma, "\5FAE\8F6F\96C5\9ED1", sans-serif;
}

ul,
ol,
dl,
dt,
dd {
    list-style: none;
}

select,
input {
    background: none;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

em,
b {
    font-style: normal;
}

a {
    text-decoration: none;
}

img {
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th,
ul,
ol {
    padding: 0;
}

/* common */

.fr {
    float: right;
}

.fl {
    float: left;
}

.oh {
    overflow: hidden;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.ls25 {
    letter-spacing: 25px;
}

/* dialog */

.query-dialog-container .query-dialog-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
    z-index: 999;
}

.query-dialog-container .query-dialog-wrapper {
    width: 664px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -340px;
    margin-top: -210px;
    background: #e94740;
    z-index: 999;
    padding: 0 8px 8px;
}

.query-dialog-wrapper .query-dialog-header {
    height: 56px;
    position: relative;
    z-index: 101;
}

.query-dialog-header .query-title {
    background: url("http://i3.sinaimg.cn/qc/2015/0915/inquiryhead.png") no-repeat 0 0;
    width: 171px;
    height: 146px;
    margin-top: -76px;
    margin-left: 6px;
    position: relative;
}

.query-dialog-header .query-close-btn {
    background: url("http://i2.sinaimg.cn/qc/2015/0915/close.png") no-repeat 0 0;
    width: 20px;
    height: 20px;
    margin-top: 5px;
    margin-top: 14px;
}

.query-dialog-body {
    background: #fff;
    position: relative;
    width: 100%;
    height: 405px;
    z-index: 100;
}

.query-dialog-body .select-box {
    height: 51px;
    border-bottom: 1px solid #dcdcdc;
    background: #ebebeb;
    padding-top: 19px;
    padding-left: 20px;
}

.query-dialog-body .select-box li {
    width: 158px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    color: #666;
    float: left;
    background: #fff;
    margin-right: 20px;
    position: relative;
}

.query-dialog-body .select-box li .query-select {
    color: #666666;
    width: 150px;
    padding-left: 2px;
    height: 25px;
    line-height: 25px;
    margin-left: 4px;
    position: absolute;
    top: 4px;
}

.query-dialog-body .userinfo-box {
    padding-left: 100px;
    padding-top: 60px;
}

.query-dialog-body .userinfo-box ul li {
    margin-bottom: 19px;
}

.query-dialog-body .userinfo-box .userinfo-left {
    display: inline-block;
    width: 100px;
    padding-right: 15px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    font-family: "microsoft yahei";
    vertical-align: middle;
}

.query-dialog-body .userinfo-box .userinfo-left > i {
    color: #e94740;
    padding-right: 10px;
    vertical-align: middle;
    font-style: normal;
}

.query-dialog-body .userinfo-box .userinfo-right {
    display: inline-block;
}

.query-dialog-body .userinfo-box .userinfo-right > input {
    width: 218px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    color: #666;
    border-radius: 2px;
    padding: 0;
}

.query-dialog-body .submit-btn-box {
    width: 220px;
    height: 53px;
    background: #e94740;
    cursor: pointer;
    margin: 10px auto 40px 120px;
    text-align: center;
}

.query-dialog-body .submit-btn-box .submit-btn {
    font-size: 26px;
    font-family: "microsoft yahei";
    line-height: 53px;
    color: #fff;
    cursor: pointer;
    width: 220px;
    display: block;
}

.query-dialog-body .submit-btn-box .price-tips {
    line-height: 20px;
    color: #a1a1a1;
    font-size: 14px;
    text-align: left;
    margin-top: 10px;
}

.query-dialog-body .submit-btn-box input {
    width: auto;
    height: auto;
    vertical-align: middle;
    font-size: 26px;
    font-family: "microsoft yahei";
    line-height: 53px;
    color: #fff;
    cursor: pointer;
}

.query-dialog-body .submit-btn-box label {
    vertical-align: middle;
    margin-left: 5px;
}

.query-dialog-body .remark {
    color: #a1a1a1;
    font-size: 14px;
    font-family: "microsoft yahei";
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
}

.query-dialog-body .query-link {
    position: absolute;
    top: 57px;
    right: -9px;
    background: url(http://i0.sinaimg.cn/qc/subject/2016/1101/erwma.png) no-repeat 0 0;
    width: 200px;
    height: 360px;
}
