﻿body {
    font-family:"微软雅黑";
}

select {
    border: solid 1px #c7c7c7;
    height: 40px;
    border-radius: 2px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    padding-right: 14px;
    padding-left: 6px;
    border-radius: 4px;
    background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;
}

    select option {
        border: solid 1px #c7c7c7;
        height: 40px;
        border-radius: 2px;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        padding-right: 14px;
        padding-left: 6px;
        border-radius: 4px;
        background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;
        border-bottom: 1px solid red;
    }

    select::-ms-expand {
        display: none;
    }

    select option {
        font-size: 16px;
        font-family: "微软雅黑";
    }

        select option::-ms-expand {
            display: none;
        }

.input_text {
    border: solid 1px #c7c7c7;
    height: 40px;
    border-radius: 2px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    padding-right: 14px;
    padding-left: 6px;
    font-size: 14px;
    border-radius: 4px;
}

.form-element {
    padding-left: 10px;
}

.input_button1 {
    color: white;
    height: 35px;
    border: none;
    background-color: #0096de;
    border-radius: 4px;
    margin-right: 10px;
    cursor: pointer;
}

.input_button2 {
    color: black;
    height: 35px;
    border: 1px solid #ff6a00;
    background-color: white;
    border-radius: 4px;
    margin-right: 10px;
    cursor: pointer;
}

.input_button3 {
    color: black;
    height: 35px;
    border: 1px solid #c7c7c7;
    background-color: white;
    border-radius: 4px;
    margin-right: 10px;
    cursor: pointer;
    width: 70px;
}

.input_button4_blue {
    width: 80px;
    height: 35px;
    background-color: rgba(10, 68, 186, 1.00);
    border: 1px solid rgb(10, 68, 186);
    color: white;
    cursor: pointer;
    border-radius: 4px;
}

.input_button4_white {
    width: 80px;
    height: 35px;
    background-color: white;
    border: 1px solid rgb(10, 68, 186);
    color: black;
    cursor: pointer;
    border-radius: 4px;
}

.text_right {
    width: 70px;
    text-align: right;
    float: left;
    padding: 10px;
    margin-right: 10px;
}
/*修改提示文字的颜色*/
input::-webkit-input-placeholder { /* WebKit browsers */
    color: #c7c7c7;
    margin-left: 5px;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #c7c7c7;
    padding-left: 5px;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #c7c7c7;
    padding-left: 5px;
}

input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #c7c7c7;
    padding-left: 5px;
}
/*修改提示文字的颜色*/
textarea::-webkit-input-placeholder { /* WebKit browsers */
    color: #c7c7c7;
    font-size: 14px;
    font-family:"微软雅黑";
}

textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #c7c7c7;
    font-size: 14px;
    font-family:"微软雅黑";

}

textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #c7c7c7;
    font-size: 14px;
    font-family:"微软雅黑";

}

textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #c7c7c7;
    font-size: 14px;
    font-family:"微软雅黑";

}

.border_right {
    border-right: 1px solid #d6d6d6;
    margin: 0 5px;
}

.form_element {
    width: 100%;
    padding: 10px;
}

    .form_element span {
        padding: 10px;
        margin-right: 10px;
    }

.hx_title {
    border-bottom: solid 1px #0099ff;
    width: 100%;
    height: 40px;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    text-indent: 2em;
    margin-bottom: 15px;
}

.hx_small {
    font-size: 12px;
    color: rgb(190, 188, 188);
    margin-left: 5px;
}

.hx_center {
    text-align: center;
}

.hx_right {
    text-align: right;
}
/*通用div*/
.hx_d_currency {
    width: 100%;
    margin: 10px 0;
    float: left;
}

.hx_float_right {
    float: right;
}

.hx_float_left {
    float: left;
}

#grid {
    width: 1200px;
}
