@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

.clear {
    clear: both;
}

img {
    vertical-align: middle;
    border: 0;
}

img a {
    border: 0;
}

html, body {
    width: 100%;
    height: 100%;
}

body {
    background: #fff;
    font-size: 12px;
    font-family: "宋体", "黑体", Arial, Helvetica, sans-serif;
}

.open_div_aa {
    width: 100%;
}

.open_div_bb {
}

.open_div_bar {
    margin: 10px;
    position: relative;
    border-bottom: 1px dashed #12557c;
    text-align: left;
    height: 22px;
    line-height: 22px;
    padding-bottom: 5px;
}

.open_div_title {
    padding-left: 30px;
    color: #12557c;
}

.closed_css {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 22px;
    line-height: 22px;
    width: 22px;
    cursor: pointer;
}

.open_main {
    padding: 10px;
}

.prompt_ico {
    background: url(../images/atsico.png) no-repeat 10px 2px;
}

.open_div_form {
    margin-top: 10px;
}

/* 下拉框去箭头，用于chosen显示*/
.no-arrow{
    height: 30px;

    line-height: 30px;border:1px solid #D3D6E0;

    padding: 5px 10px;

    -webkit-appearance:none;

    -moz-appearance:none;

    appearance:none; /*去掉下拉箭头*/

}
.no-arrow::-ms-expand { display: none; }