@charset "utf-8";
/* CSS Document */

/* 全局公用的css样式 */
/*---------------------------------约束样式----------------------------------------*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}

.contact{
    border-radius: 3px;background-color: #FA729A;color: black;
    display: inline-block;
    padding: 6px 24px;
    margin-bottom: 0;
    margin-left: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
}
.btn{display: inline-block;
    padding: 3px 12px;
    margin-bottom: 0;
    margin-top: 20px;
    margin-left: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;}

.btnzw{display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    margin-top: 1px;
    margin-left: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;}
.btborder {border-radius: 3px;background-color: white;color: #99192d;border: 2px solid #99192d;}
.btn:hover {color:#333;background-color:#e6e6e6;border-color:#adadad}
#pop{background: #fafafa;width: 300px;height: 160px;position: absolute;left: 120px;top: 6px;z-index: 2000;display: none}
#closePop{float: right;padding-right: 4px;margin-top: 4px;cursor: pointer}
.input{
    width: 100%;
    height: 26px;
    margin-left: 7px;
    margin-right: 2px;
    padding: 1px 9px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
label{font-size: 16px}
.form-group{margin-left: 50px;margin-bottom:5px;margin-top: 15px;}
.form-group font{font-size: 15px}

/*#decode {
    width: 100%;
    height: 40px;
    margin-left: 136px;
    background: url(../images/decode.png) repeat-y;
}*/
#decode a{
    color: white;font-size: 24px;letter-spacing: 6px;padding-left: 90px;
}
.query{
    margin-top: 35px;margin-left: 32px;display: none;
}