/*
Powered by ly200.com		http://www.ly200.com
广州联雅网络科技有限公司		020-83226791
*/

/*global css*/
body,html,h1,h2,h3,h4,h5,h6,big,small,sub,sup,input,select,textarea,pre{font-size:14px; color:#333; font-family:微软雅黑, Arial, 宋体; -webkit-text-size-adjust:none;}
header,footer,section,aside,nav,hgroup,figure,figcaption{display:block; margin:0; padding:0; border:none;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote{padding:0; margin:0;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
li{list-style-type:none;}
img{border:none;}
input[type='text'],input[type='number'],input[type='password'],input[type='reset'],input[type='submit'],input[type='button'],input[type='tel'],button,textarea{-webkit-appearance:none; border-radius:0; border:1px solid #ddd;}
select{border:1px solid #ddd;}
textarea{resize:none;}
a, a:hover, a:active, a:visited, a:link, a:focus{-webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-tap-highlight-color:transparent; outline:none; background:none; text-decoration:none;}
.none{display:none;}
.fl{float:left;}
.fr{float:right;}
.nf{float:none !important;}
.text_over{text-overflow:ellipsis; overflow:hidden;}
.bgred{background:rgba(255, 0, 0, .2);}

/*font color*/
.fc_red{color:#ff0000;}
.fc_blue{color:#0000ff;}
.fc_gray{color:#333333 !important;}
.fc_0, .fc_0 *{color:#ff0000 !important;}
.fc_1, .fc_1 *{color:#0000ff !important;}
.fc_2, .fc_2 *{color:#40806e !important;}
.fc_3, .fc_3 *{color:#ff6600 !important;}
.fc_4, .fc_4 *{color:#089754 !important;}
.fc_5, .fc_5 *{color:#996600 !important;}
.fc_6, .fc_6 *{color:#999966 !important;}
.fc_7, .fc_7 *{color:#9900ff !important;}
.fc_8, .fc_8 *{color:#35620c !important;}
.fc_9, .fc_9 *{color:#669900 !important;}
.fc_10, .fc_10 *{color:#ff00ff !important;}
.fc_11, .fc_11 *{color:#431e1e !important;}
.fc_12, .fc_12 *{color:#cc00ff !important;}
.fc_13, .fc_13 *{color:#cc5555 !important;}
.fc_14, .fc_14 *{color:#660000 !important;}
.fc_15, .fc_15 *{color:#633277 !important;}

.lv_0, .lv_0 *{color:#C9BCA9 !important;}
.lv_1, .lv_1 *{color:#D4DD5E !important;}
.lv_2, .lv_2 *{color:#56CAEB !important;}
.lv_3, .lv_3 *{color:#DA51FF !important;}
.lv_4, .lv_4 *{color:#FFCD6B !important;}
.lv_5, .lv_5 *{color:#FF632F !important;}
.lv_6, .lv_6 *{color:#FF834F !important;}
.lv_7, .lv_7 *{color:#F96768 !important;}

.clean:after,.clean:before{display: table; content:''; }
.clean:after{clear: both;}
.clean{zoom:1;}

/*form*/
.form_input{color:#333; height:20px; line-height:20px;}
.form_area{color:#333; line-height:180%; resize:none; overflow:auto;}
.form_button{border:none; background:#505050; color:#fff; height:22px; line-height:22px; padding:0 5px; overflow:hidden; width:80px;}
.form_focus{border-color:red;}

/*padding*/
.clear{margin:0px auto; clear:both; height:0px; font-size:0px; overflow:hidden;}
.blank3{margin:0px auto; clear:both; height:3px; font-size:1px; overflow:hidden;}
.blank6{margin:0px auto; clear:both; height:6px; font-size:1px; overflow:hidden;}
.blank9{margin:0px auto; clear:both; height:9px; font-size:1px; overflow:hidden;}
.blank12{margin:0px auto; clear:both; height:12px; font-size:1px; overflow:hidden;}
.blank15{margin:0px auto; clear:both; height:15px; font-size:1px; overflow:hidden;}
.blank20{margin:0px auto; clear:both; height:20px; font-size:1px; overflow:hidden;}
.blank25{margin:0px auto; clear:both; height:25px; font-size:1px; overflow:hidden;}

/*a*/
a{color:#333; text-decoration:none; cursor:pointer;}
/*a:hover{color:#ff6600; text-decoration:underline;}*/
a.red{color:red; text-decoration:none;}
a.red:hover{color:red; text-decoration:underline;}

/*turn page*/
#turn_page{position:fixed; overflow:hidden; background:#E7F7F3; z-index:10000; right:0; top:8px; /*border-radius:5px;*/ height:34px; line-height:34px;}
#turn_page *{text-decoration:none;}
#turn_page .page_item{width:34px; height:34px; display:block; float:left; text-align:center; border-right:1px solid #ddd;}
#turn_page .cur{background:#f0f0f0; color:red;}
#turn_page .fitst, #turn_page .pre, #turn_page .next, #turn_page .last{background:url(../images/ico/page.png) #E7F7F3;}
#turn_page .fitst{background-position:0 -68px;}
#turn_page .fitst:hover{background-position:0 -102px;}
#turn_page .pre{background-position:0 0;}
#turn_page .pre:hover{background-position:0 -34px;}
#turn_page .next{background-position:-34px 0;}
#turn_page .next:hover{background-position:-34px -34px;}
#turn_page .last{background-position:-34px -68px; border:none;}
#turn_page .last:hover{background-position:-34px -102px;}