<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.msg_lst dt{height:40px; line-height:40px; font-size:16px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; cursor:pointer; border-bottom:1px dashed #ddd; color:#c00; background:url(../../Images/icons.png) no-repeat 99% -40px; _background-repeat:repeat-x;}
.msg_lst dt.open{background-position:99% -90px;}
.msg_lst dd{padding:10px 10px 10px 50px; font-size:14px; line-height:1.6; background:#f7f7f7; display:none; text-indent:-20px;}
.msg_lst dd em{font-style:normal; display:inline-block; color:#c00; width:20px; font-size:16px;}
.msg_lst dd.end{display:block; padding:20px 0; text-align:center; font-size:14px; color:#ccc; background:none;}

/*互动页*/
.msg_til{font-size:18px; color:#c00; padding:20px 20px 5px 20px;}
.msg_form{padding:10px 20px 20px 20px;}
.msg_form ul{list-style:none;}
.msg_form li{position:relative; padding:5px 40px 5px 60px; min-height:20px;}
.msg_form li u{text-decoration:none; position:absolute; left:0px; top:8px; display:inline-block; font-size:14px; width:50px; text-align:right;}
.msg_form li u b{color:#c00; position:absolute; right:-11px; top:3px; font-size:12px;}
.msg_form li em{font-style:normal; font-size:14px; display:inline-block; padding:0 5px; color:#999; pointer-events:none;/*点击穿透*/}
.msg_form li em.floatTip{position:absolute; left:0px; top:3px; z-index:-1; color:#ccc;}
.msg_form li .element{position:relative; z-index:1;}
.msg_form ul.tab li{min-width:31.5%; float:left; display:inline;}
.msg_form li .ipt, .msg_form li .aipt{width:98%; padding:5px 5px; background:none; line-height:1.5;
border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
.msg_form li .aipt{height:100px;}
.msg_form li #ckcode{width:70px; margin-right:20px;}
.msg_form li .key{height:40px; width:120px; text-align:center; background:#c00; border:none; font-size:14px; color:#fff;
transition:all 0.3s linear 0s;-webkit-transition:all 0.3s linear 0s;
border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px; cursor:pointer;}
.msg_form li .key:hover{background:#900;}

.msg_form li .msg_select, .msg_form li .msg_regions{height:28px; padding:0 5px; border-color:#ddd;
border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px;}
.msg_form li .msg_regions{margin-right:1em;}

.msg_form li .msg_radio, .msg_form li .msg_checkbox{display:inline-block;}
.msg_form li .msg_radio input, .msg_form li .msg_checkbox input{display:none;}
.msg_form li .msg_radio label, .msg_form li .msg_checkbox label{display:inline-block; height:25px; line-height:25px; padding:0 10px; margin:0px 10px 5px 0; border:1px solid #ccc; cursor:pointer;
border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px;}
.msg_form li .msg_radio label:hover, .msg_form li .msg_checkbox label:hover{border-color:#c00;}
.msg_form li .msg_radio .seled, .msg_form li .msg_checkbox .seled{border-color:#c00; background:url(../../Images/select.gif) no-repeat right bottom;}

/*反馈页*/
.msgTitle{font-size:16px; padding:20px 0; color:#c00; border-top:1px dashed #ddd;}
.msg_tab{list-style:none; padding:0;}
.msg_tab li{padding:5px 0; min-height:0px; float:left; display:inline-block;}
.msg_tab li.rgt{float:right;}
.msg_tab li .ipt, .msg_tab li .aipt{padding:10px; width:778px;}
.msg_tab li em{position:absolute; z-index:-1; left:5px; top:8px; color:#999;}
.msg_tab li .msg_select, .msg_tab li .msg_regions{height:38px;}
.msg_tab li .msg_radio label, .msg_tab li .msg_checkbox label{height:35px; line-height:35px;}
.msg_tab li.full{float:none; clear:both; padding-left:80px; width:710px;}
.msg_tab li.full em{left:-80px;}

.msg_key{padding:20px 0px;}
.msg_key em{font-style:normal; padding-left:20px; color:#c00; font-size:14px;}
.msg_skey{font-size:16px; width:120px; height:40px; border:none; text-align:center; background:#c00; color:#fff; cursor:pointer;
border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
.msg_skey:hover{background-color:#900;}

/*招聘*/
.jobs_itm{padding:0 0 30px 0; border-bottom:1px dashed #ddd; margin-bottom:40px;}
.jobs_itm dt{float:left; display:inline; width:200px; height:300px; position:relative; padding-right:20px; background:url(../../Images/job_line.jpg) no-repeat 80px -45px; font-size:14px; color:#c00; line-height:2;}
.jobs_itm dt em{font-style:normal; display:inline-block; padding:0 15px;}
.jobs_itm dt .apply{display:inline-block; width:60px; height:47px; background:#c00; color:#fff; font-size:14px; line-height:1.2; text-align:center; position:absolute; left:50%; margin-left:-30px; top:130px; padding-top:13px;
border-radius:100%; -webkit-border-radius:100%; -moz-border-radius:100%;}
.jobs_itm dt .apply:hover{background:#900;}
.jobs_itm dd{float:right; display:inline; width:560px; font-size:12px; line-height:2;}

.jobs_form li u{width:70px;}
.jobs_form li{padding-left:85px;}</pre></body></html>