﻿/** { font-family: "Segoe UI",SegoeUI,"Microsoft YaHei",微软雅黑,"Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 14px; outline: none; padding: 0; margin: 0; -webkit-appearance: none; }*/
* { font-family: "Segoe UI",SegoeUI,"Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 14px; outline: none; padding: 0; margin: 0; -webkit-appearance: none; }
body { margin: 0; padding: 0; background-color: #fff; }
img { border: none; }
a { border: none; }

.f0 { font-size: 0px; }
.f12 { font-size: 12px; }
.f14 { font-size: 14px; }
.f16 { font-size: 16px; }
.f22 { font-size: 22px; }

.padding16 { padding: 16px; }
.bottom16 { margin-bottom: 16px; }
.right12 { margin-right: 12px; }
.right24 { margin-right: 24px; }
.center { text-align: center; }
.hidden { display: none; }
.block { display: block; }
.overflowhidden { overflow: hidden; }
.pointer { cursor: pointer; }

/*.bgc1 { background-color: #7979D2; color: white; }
    .bgc2 { background-color: #A679D2; color: white; }
    .bgc3 { background-color: #D279D2; color: white; }
    .bgc4 { background-color: #D279A6; color: white; }
    .bgc5 { background-color: #79A6D2; color: white; }
    .bgc6 { background-color: #4B4BC3; color: white; }
    .bgc7 { background-color: #34349D; color: white; }
    .bgc8 { background-color: #D27979; color: white; }
    .bgc9 { background-color: #79D2D2; color: white; }
    .bgc10 { background-color: #9D9D34; color: white; }
    .bgc11 { background-color: #C3C34B; color: white; }
    .bgc12 { background-color: #D2A679; color: white; }
    .bgc13 { background-color: #79D2A6; color: white; }
    .bgc14 { background-color: #79D279; color: white; }
    .bgc15 { background-color: #A6D279; color: white; }
    .bgc16 { background-color: #D2D279; color: white; }*/

.bgc1 { background-color: #333399; color: white; }
    .bgc1:hover { background-color: #3939AC; color: white; }
.bgc2 { background-color: #663399; color: white; }
    .bgc2:hover { background-color: #7339AC; color: white; }
.bgc3 { background-color: #993399; color: white; }
    .bgc3:hover { background-color: #AC39AC; color: white; }
.bgc4 { background-color: #993366; color: white; }
    .bgc4:hover { background-color: #AC3973; color: white; }
.bgc5 { background-color: #336699; color: white; }
    .bgc5:hover { background-color: #3973AC; color: white; }
.bgc6 { background-color: #4747C2; color: white; }
    .bgc6:hover { background-color: #5B5BC8; color: white; }
.bgc7 { background-color: #7575D1; color: white; }
    .bgc7:hover { background-color: #8888D7; color: white; }
.bgc8 { background-color: #993333; color: white; }
    .bgc8:hover { background-color: #AC3939; color: white; }
.bgc9 { background-color: #339999; color: white; }
    .bgc9:hover { background-color: #39ACAC; color: white; }
.bgc10 { background-color: #D1D175; color: white; }
    .bgc10:hover { background-color: #D7D788; color: white; }
.bgc11 { background-color: #C2C247; color: white; }
    .bgc11:hover { background-color: #C8C85B; color: white; }
.bgc12 { background-color: #996633; color: white; }
    .bgc12:hover { background-color: #AC7339; color: white; }
.bgc13 { background-color: #339966; color: white; }
    .bgc13:hover { background-color: #39AC73; color: white; }
.bgc14 { background-color: #339933; color: white; }
    .bgc14:hover { background-color: #39AC39; color: white; }
.bgc15 { background-color: #669933; color: white; }
    .bgc15:hover { background-color: #73AC39; color: white; }
.bgc16 { background-color: #999933; color: white; }
    .bgc16:hover { background-color: #ACAC39; color: white; }

.tips_normal { background-color: #F2F2F2; color: #333; border-radius: 5px; overflow: hidden; }
.tips_info { background-color: #D2F9D2; color: #333; border-radius: 5px; overflow: hidden; }
.tips_note { background-color: #E2DAF1; color: #333; border-radius: 5px; overflow: hidden; }
.tips_important { background-color: #E0F2FF; color: #333; border-radius: 5px; overflow: hidden; }
.tips_error { background-color: #fffee0; color: red; border-radius: 5px; overflow: hidden; }

.ico_b_data { width: 26px; height: 26px; margin-top: 2px; display: block; position: absolute; background: url(/assets/ico_files.png) no-repeat; }
.ico_b_pdf { background-position: -20px 0; }
.ico_b_doc { background-position: -20px -30px; }
.ico_b_ppt { background-position: -20px -60px; }
.ico_b_txt { background-position: -20px -90px; }
.ico_b_xls { background-position: -20px -120px; }

.ico_s_data { width: 16px; height: 16px; margin-top: 4px; display: block; position: absolute; background: url(/assets/ico_files.png) no-repeat; }
.ico_s_doc { background-position: 0 -20px; }
.ico_s_pdf { background-position: 0 -40px; }
.ico_s_ppt { background-position: 0 -60px; }
.ico_s_txt { background-position: 0 -80px; }
.ico_s_xls { background-position: 0 -100px; }