


/*下拉选择框-start*/
.selectPickerWrapper * { /*box-sizing: border-box;*/ width: 71%; }

.selectPickerWrapper { position: relative; display: inline-block; }

.select-picker-search { width: 99%; height: 29px; border: 1px solid #999; line-height: 26px; color: #666; /*background-color: #ececec;*/ border-radius: 1px; padding: 0 10px; font-size: 14px; cursor: pointer; }

.select-picker-search-checked { position: relative; width: 98%; color: black; white-space: nowrap; text-overflow: ellipsis; /*overflow: hidden;*/ padding-right: 5px; }

    .select-picker-search-checked .clear { position: absolute; right: 17px; }

    .select-picker-search-checked:after { border: 3px solid transparent; content: ' '; height: 0; position: absolute; width: 0; top: 9.2px; border-top: 8px solid #666; right: 0; }

.select-picker-options-wrp { display: none; width: 100%; border-radius: 2px; box-shadow: 0 1px 5px rgba(0,0,0,.2); background-color: #fff; position: absolute; top: 30px; left: 0; z-index: 999; }

.select-picker-options-serch input { width: 160px; height: 32px; line-height: 32px; border: 1px solid #ddd; border-radius: 3px; margin: 12px 0 0 10px; padding-left: 8px; }

    .select-picker-options-serch input:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) }

.select-picker-options-list { width: 100%; padding: 8px 0; /*height: 180px;*/ overflow: auto; overflow-x: hidden; }

.select-picker-options-list-item { width: 100%; line-height: 32px; cursor: pointer; padding: 0 12px; }

    .select-picker-options-list-item:hover { background: #ebf1f5; }

.duihao { display: inline-block; width: 16px; height: 16px; border-radius: 3px; transform: translateY(4px); margin-right: 6px; }

.duihao-checked { background: #00a0ff; position: relative; }

    .duihao-checked:before, .duihao-checked::after { content: ""; height: 10px; width: 2px; border-radius: 10px; display: block; background: white; position: absolute; top: 4px; left: 10px; transform: rotate(45deg); -ms-transform: rotate(45deg); }

    .duihao-checked::before { height: 6px; transform: rotate(-45deg); -ms-transform: rotate(-45deg); position: absolute; top: 7px; left: 5px; }

.duihao-radio2 { width: 16px; height: 16px; background-image: url('../../../../Content/imgs/state3.png'); background-repeat: no-repeat; }

.duihao-radio2-checked { background-image: url('../../../../Content/imgs/state2.png'); background-repeat: no-repeat; }

.duihao-check2 { width: 16px; height: 16px; background-image: url('../../../../Content/imgs/checkbox_no.png'); background-repeat: no-repeat; }

.duihao-check2-checked { background-image: url('../../../../Content/imgs/checkbox_yes.png'); background-repeat: no-repeat; }

.duihao-nocheck { border: 1px solid #ddd; }
.idCardNo { word-break: break-all; word-wrap: break-word; }

/*下拉选择框-end*/


html { touch-action: none; touch-action: pan-y; }

#clean_box { position: relative; z-index: 10; width: 100%; height: 100%; }

.bg-darkblue { background-color: #0070bb; height: 40px; top: 0; z-index: 10; }

.page-bd-15 { padding: 0; }

.weui-footer a { color: white; }

body { background: white; }

p { font-size: 15px; padding-top: 10px; padding-left: 3px }

.weui-header .weui-header-title, .weui-header h1 { font-size: 14px; width: 157px; margin-top: -2px; }

.weui_cells_form label, .weui_cells_form span { font-size: 14px; margin-bottom: 0; }

.weui_cell_bd.weui_cell_primary { word-break: break-all; }

.user_sign { height: 300px; overflow: auto; }

.sign_box { width: 100%; bottom: 0; }

.hiden { display: none; }

.footer { width: 100%; background-color: #ddd; position: fixed; bottom: 0; }

.ask_error { border: 1px solid #e64340; }