

.full_size { width: 100%; }
input.full_size { width: 92%; }

label.field_title { float: left; line-height: 20px; margin: 8px 0 4px 0; text-indent: 2px; font-weight: normal; letter-spacing: 1px; font-size: 12px; }
label.short-name { position: absolute; z-index: 2; float: left; line-height: 24px; text-indent: 10px; font-size: 14px; color: #e74c3c; }
.field_wrap { float: left; width: 100%; padding: 5px 0; display: table-cell; border: 1px solid #ccc; border-radius: 3px; box-shadow: 0 1px 0 #eee inset, 1px 1px 0 white; background: white;  -webkit-tap-highlight-color: transparent; }
.field_wrap1 { float: left; width: 100%; padding: 5px 0; display: table-cell; border: 1px solid #ccc; border-radius: 3px; box-shadow: 0 1px 0 #eee inset, 1px 1px 0 white; background: white;  -webkit-tap-highlight-color: transparent; }
.field_wrap2 { float: left; width: 100%; padding: 5px 0; display: table-cell; border: 1px solid #ccc; border-radius: 3px; box-shadow: 0 1px 0 #eee inset, 1px 1px 0 white; background: white;  -webkit-tap-highlight-color: transparent; }
.field_wrap3 { float: left; width: 100%; padding: 5px 0; display: table-cell; border: 1px solid #ccc; border-radius: 3px; box-shadow: 0 1px 0 #eee inset, 1px 1px 0 white; background: white;  -webkit-tap-highlight-color: transparent; }
.field_wrap4 { float: left; width: 100%; padding: 5px 0; display: table-cell; border: 1px solid #ccc; border-radius: 3px; box-shadow: 0 1px 0 #eee inset, 1px 1px 0 white; background: white;  -webkit-tap-highlight-color: transparent; }
.field_wrap5 { float: left; width: 100%; padding: 5px 0; display: table-cell; border: 1px solid #ccc; border-radius: 3px; box-shadow: 0 1px 0 #eee inset, 1px 1px 0 white; background: white;  -webkit-tap-highlight-color: transparent; }
.field_wrap6 { float: left; width: 100%; padding: 5px 0; display: table-cell; border: 1px solid #ccc; border-radius: 3px; box-shadow: 0 1px 0 #eee inset, 1px 1px 0 white; background: white;  -webkit-tap-highlight-color: transparent; }
.field_wrap7 { float: left; width: 100%; padding: 5px 0; display: table-cell; border: 1px solid #ccc; border-radius: 3px; box-shadow: 0 1px 0 #eee inset, 1px 1px 0 white; background: white;  -webkit-tap-highlight-color: transparent; }
.field_wrap8 { float: left; width: 100%; padding: 5px 0; display: table-cell; border: 1px solid #ccc; border-radius: 3px; box-shadow: 0 1px 0 #eee inset, 1px 1px 0 white; background: white;  -webkit-tap-highlight-color: transparent; }
.field_wrap.select { background: url(../images/icon_select_arrow.png) 90% center no-repeat white; background-size: 10px 15px; }
.picker_wrap { float: left; padding: 5px 0; border: 1px solid #ccc; border-radius: 3px; box-shadow: 0 1px 0 white; background: -webkit-linear-gradient(#fcfcfc, #e5e3e3); }
.picker_wrap.select:after { content: ''; position: absolute; z-index: 2; right: 0; margin: 5px 30px 0 0; float: left; width: 10px; height: 15px; background: url(../images/icon_select_arrow.png) no-repeat; background-size: 10px 15px; }

.picker_wrap select { width: 96%; height: 24px; margin: 0; padding: 0; background: none; -webkit-tap-highlight-color: transparent; appearance: transparent; -webkit-appearance: transparent; }
.picker_wrap.date_size { float: left; width: 60%; }
.picker_wrap.time_size { float: right; width: 38%; }
.picker_wrap.flip:after { content: ''; position: absolute; z-index: 2; right: 0; margin: 8px 30px 0 0; float: left; width: 6px; height: 10px; background: url(../images/icon_arrows.png) -10px center no-repeat; background-size: 40px 10px; }
.picker_wrap.flip a { float: left; width: 100%; height: 24px; line-height: 24px; text-align: left; text-indent: 12px; color: black; }


.drop_list:active { display: block; }
.drop_list { position: absolute; float: left; width: 93%; margin: 28px 0 0 -1px; padding: 0; border: 1px solid #ccc; border-top: 0; box-shadow: 0 1px 1px rgba(0,0,0,.2); border-radius: 3px; background: #f7f7f7; display: none; }
.drop_list dl { float: left; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; margin: 0; padding: 5px 10px; border-top: 1px solid #ccc; box-shadow: 0 1px 0 white inset; font-size: 10px; background: white; }
.drop_list dl dt, .drop_list dl dd { float: left; width: 100%; margin: 0; padding: 0; }
.drop_list p { float: left; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 6px 10px; border-top: 1px solid #ccc; box-shadow: 0 1px 0 white inset; }
.drop_list p a { font-size: 12px; }
.drop_list p strong { float: left; width: 100%; line-height: 22px; }
.drop_list ul { position: absolute; z-index: 3; float: left; width: 100%; margin: 0 0 0 -1px; padding: 0; list-style: none; border: 1px solid #ccc; border-radius: 3px; border-top: 0; border-top-left-radius: 0; border-top-right-radius: 0; background: white; }
.drop_list ul li { float: left; width: 90%; line-height: 18px; padding: 5px 5%; border-top: 1px solid #ccc; }
.drop_list dl:active, .drop_list ul li:active { background: #299acf; }

.field_wrap.validate_failed, .picker_wrap.validate_failed { border-color: #e00000; }

input:focus, textarea:focus, select:focus { outline: none; }
select { float: left; width: 90%; height: 38px; border: 0; text-indent: 10px; font-size: 14px; -webkit-appearance: none; color: #4c4c4c; background: url(../images/icon_select_arrow.png) no-repeat right center transparent; background-size: 10px 15px; }
input.textfield, textarea.textfield { float: left; margin: 0; height: 14px; line-height: 14px; padding: 5px 10px; font-size: 14px; border: 0; min-width: 90%; background: transparent; }
textarea.textfield { width: 90%; height: auto; }

.textfield:focus + .drop_list { display: block; }

.picker_wrap.select span { float: left; width: 80%; height: 28px; line-height: 14px; padding-left: 5%; }
input.picker_value { position: absolute; z-index: 2; left: 0; opacity: 0; float: left; height: 30px; }
.picker_value:focus + .drop_list { display: block; }

input.textfield[data-shortname] { text-indent: 14px; text-transform: capitalize; }
input.user { text-indent: 20px; font-size: 15px; color: #333; background: url(../images/icon_user.png) no-repeat 8px center; background-size: 16px 16px; }


input[type=date] { background: url(wapimagesicon_calendar.png) no-repeat right center; }
input[type=time] { background: url(../images/icon_clock.png) no-repeat right center; }
input[type=date], input[type=time] { box-shadow: none; border: 0; text-align: center; color: #666; background-size: 16px 16px; }
div.picker_wrap.date_size input { width: 80%; min-width: 80%; }
div.picker_wrap.time_size input { width: 70%; min-width: 70%; }

div.input_tips { float: left; width: 100%; line-height: 20px; text-indent: 5px; color: #666; }

.checkbox_wrap { float: left; height: 16px; padding: 11px 10px 0 10px; }
.radio_wrap { float: left; height: 16px; padding: 11px 10px 0 5px; }
input[type=checkbox], input[type=radio] { display: none; }
input[type=checkbox] + label.checkbox, input[type=radio] + label.radio { float: left; display: block; width: 16px; height: 16px; border-radius: 3px; box-shadow: 0 1px 0 white, 0 1px 1px #2579a0 inset; background: #e5e2df; }
input[type=checkbox]:checked + label.checkbox:before { content: ''; position: absolute; float: left; width: 14px; height: 14px; color: #2579a0; background: url(../images/icon_check_mark.png) no-repeat 1px; background-size: 14px 14px; }
input[type=radio]:checked + label.radio { background: #299acf; }

label.step_button_wrap { float: left; margin-top: 20px; }
input[type=submit].btn_next_step {
    float: left; display: block; width: 78px; height: 39px; margin: 0; padding: 0; text-shadow: 1px 1px 0 rgba(100, 13, 0, .4); font-size: 12px; font-family: 'Microsoft Yahei', 'HelveticaNeue', sans-serif;
    border: 0; border-radius: 5px; box-shadow: 0 1px 2px #6a160f; color: white; background: -webkit-linear-gradient(#e41d12, #c5140c);
}
/* input[type=button].btn_next_step { */
/*     float: left; display: block; width: 78px; height: 39px; margin: 0; padding: 0; text-shadow: 1px 1px 0 rgba(100, 13, 0, .4); font-size: 12px; font-family: 'Microsoft Yahei', 'HelveticaNeue', sans-serif; */
/*     border: 0; border-radius: 5px; box-shadow: 0 1px 2px #6a160f; color: white; background: -webkit-linear-gradient(#e41d12, #c5140c); */
/* } */

.button_wrap { float: left; width: 100%; margin-top: 25px; }
.button_wrap input { float: none !important; }
.function_button_wrap { float: left; width: 100%; margin: 20px 0; }
.function_button_wrap input[type=button] { width: 49%; }
.function_button_wrap input[type=button]:last-of-type { float: right; }

input[type=button].btn_gradient_red, input[type=submit].btn_gradient_red, a.btn_gradient_red { float: left; width: 100%; height: 38px; border: 0; border-radius: 3px; text-shadow: 0 1px 0 rgba(100, 13, 0, .4); box-shadow: 0 1px 1px #6a160f; font-size: 14px; color: white; background: -webkit-linear-gradient(#f72d2d, #f72d2d); }
input[type=button].btn_gradient_gray, input[type=submit].btn_gradient_gray, a.btn_gradient_gray { float: left; height: 24px; margin: 0; padding: 0; border: 1px solid #bbb; border-radius: 10px; box-shadow: 0 1px 0 white; color: #237398; background: -webkit-linear-gradient(#fcfcfc, #f2f1f1); }
input[type=button].btn_glass, input[type=submit].btn_glass { float: left; width: 75px; height: 30px; border: 1px solid #bbb; border-radius: 3px; box-shadow: 0 1px 2px rgba(116, 116, 116, .3); color: #161616; text-shadow: 1px 0 0 rgba(0,0,0,.3); background: -webkit-linear-gradient(white, #F0F0F0, color-stop(.5,#d6d6d6)); }
input[type=button]:disabled, input[type=submit]:disabled { color: #a6a6a6 }

table.graduate { float: left; width: 100%; margin: 0 0 0 0; padding: 0; list-style: none; border: 1px solid #999; border-top: 0; display: table; counter-reset: graduate -1; }
table.graduate td { height: 4px; width: 5%; text-align: center; font-size: 8px; border-right: 1px solid #ccc; }
table.graduate td:last-of-type { border: 0; padding: 0; }
table.graduate td:before { counter-increment: graduate; margin: -10px 0 0 -6px; float: left; width: 20px; }
table.graduate td:nth-child(even):before { content: ''; width: 1%; }
table.graduate td:nth-child(odd):before, table.graduate td:first-of-type:before {  content: counter(graduate)"0"; width: 5%; text-align: center; background: red; }
input[type=range] { float: left; width: 100%; -webkit-appearance: none !important; margin: 5px 0 0 0; background: -webkit-linear-gradient(#ccc, #eee); height:7px; }
input[type=range]::-webkit-slider-thumb { border: 1px solid black; border-radius: 5px; -webkit-appearance: none !important; background: -webkit-linear-gradient(#ccc, #eee); height:10px; width:10px; }
input[type=range]:focus::before { content: ''; position: absolute; z-index: 3; float: left; width: 10px; height: 10px; background: red; }

.validate_tip { float: left; width: 100%; margin-top: 5px; color: #d81400; }

p.desc, p.sub_desc { float: left; width: 100%; margin: 0; padding: 14px 0; text-align: justify; color: #666; }
p.sub_desc { padding: 5px 0; font-size: 10px; color: #888; }


.form_set_box { float: left; width: 100%; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 5px; box-shadow: 1px 1px 0 white; background: white;  -webkit-tap-highlight-color: transparent; }
.input_part { float: left; width: 100%; }
.set_name { float: left; padding: 7px 0; }
.info_table { float: left; width: 98%; margin: 0 3px; height: 30px; display: table; }
.column_left { float: left; width: 38%; max-width: 38%; display: table-cell; border: 1px solid #e3e3e3; border-bottom: 0; border-left: 0; }
.column_left input[type=number] { max-width: 82%; min-width: 82%; height: 28px; }
.column_right { float: left; width: 62%; max-width: 62%; padding: 7px 0; display: table-cell; border-top: 1px solid #e3e3e3; }
.column_right input[type=date] { text-align: left; background-position: 96% center; }
.column_wide { float: left; width: 100%; padding: 7px 0; border-top: 1px solid #e3e3e3; }
.column_wide textarea { }
.gender_wrap { float: left; margin: 3px 5px; }

.deliver_title { float: left; line-height: 34px; }
.deliver_needed { float: left; width: 100%; display: none; }

.deliver_info input[type=tel] { margin-left: 10px; background: url(../images/icon_phone.png) no-repeat 0 3px; background-size: 10px 15px; }
.deliver_info input.address, textarea.address { padding-left: 20px; background: url(../images/icon_mail.png) no-repeat 0 5px; background-size: 16px 10px; }
textarea.address { background-position: 5px 5px; text-indent: 10px; }
.deliver_info .column_left { width: 38%; max-width: 38%; }
.deliver_info .column_right { width: 61%; max-width: 61%; }
.region_picker { padding: 0; }
.region_picker label { float: left; width: 49%; }
.region_picker label:first-child { border-right: 1px solid #ccc; }
.region_picker select { width: 99%; }

.button_wrap.center_wrap { margin-top: 10px;text-align: center; }
.button_wrap.center_wrap input { padding: 0 20px; }
.account_links { float: left; width: 100%; line-height: 30px; margin: 10px 0; }

.button_cancel { position: absolute; margin-left: 18%; line-height: 40px; }

.form_set_box_appender { float: left; width: 100%; height: 34px; line-height: 34px; border-top: 1px solid #e3e3e3; display: box; box-pack:center; box-align:center; display:-webkit-box; -webkit-box-pack:center; -webkit-box-align:center; }
a.field_remove { position: absolute; z-index: 2; float: left; width: 16px; height: 16px; line-height: 10px; margin: -7px 0 0 90%; border-radius: 20px; text-decoration: none; background: #a9a9a9; display: none; }
a.field_remove:before { content: '-'; float: left; width: 100%; height: 100%; text-align: center; font-size: 30px; color: white; }
a.field_add { float: left; width: 12px; height: 12px; line-height: 9px; border: 2px solid #858585; border-radius: 20px; text-decoration: none; }
a.field_add:before { content: '+'; float: left; width: 100%; height: 100%; text-align: center; font-size: 16px; font-weight: bold; color: #858585; }
a.field_append { padding-left: 5px; text-decoration: none; color: #247499; }
a.field_append:after { content: ''; float: left; width: 13px; height: 13px; line-height: 9px; margin-top: 10px; border: 2px solid #858585; border-radius: 20px; text-decoration: none; }
a.field_append:before { content: '+'; position: absolute; z-index: 2; float: left; width: 12px; height: 13px; line-height: 15px; margin: 10px 0 0 2px; text-indent: 0; text-align: center; font-size: 16px; font-weight: bold; color: #858585; }
/*20161025 add by wangqi reason:????*/
.Efapiao-result{padding-top:20px;}
.Efapiao-result-table{width:100%;background-color:#fff;}
.Efapiao-result-table th{height:40px;font-size:14px;background-color:#eff9fe;color:#333;border:0;font-weight:normal}
.Efapiao-result-table tbody tr+tr td{border-top:1px solid #f1f1f1;}
.Efapiao-result-table tbody tr td:first-child{margin-left:20px;}
.Efapiao-result-table tbody tr td:last-child{margin-right:20px;}
.Efapiao-result-table td{height:45px;padding:4px 0;text-align:center;font-size:12px;color:#666;word-break:break-all;word-wrap:break-word;}
.Efapiao-check{padding:4px;color:#1678b8;font-size:12px;}
