/*提示框*/#jNotify { position: absolute; background: #d8e6fc url('info.png') no-repeat 15px center; color: #35517c; border: 1px solid #a7c3f0; padding: 10px; padding-left: 50px; margin: 15px; z-index: 9999; -moz-border-radius : 5px; border-radius: 5px; -webkit-border-radius: 5px; }#jNotify a { color: #35517c !important; text-decoration: none; }#jSuccess { position: absolute; background: #E6EFC2 url('success.png') no-repeat 15px center; color: #264409; border: 1px solid #C6D880; padding: 10px; padding-left: 50px; margin: 15px; z-index: 9999; -moz-border-radius : 5px; border-radius: 5px; -webkit-border-radius: 5px; }#jSuccess a { color: #264409 !important; text-decoration: none; }#jError { position: absolute; background: #FBE3E4 url('error.png') no-repeat 15px center; color: #8a1f11; border: 1px solid #FBC2C4; padding: 10px; padding-left: 50px; margin: 15px; z-index: 9999; -moz-border-radius : 5px; border-radius: 5px; -webkit-border-radius: 5px; }#jError a { color: #8a1f11 !important; text-decoration: none; }#jOverlay { width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 9998 }/* 弹窗 */.aui_outer { text-align: left; }table.aui_border, table.aui_dialog { border: 0; margin: 0; border-collapse: collapse; width: auto; }.aui_nw, .aui_n, .aui_ne, .aui_w, .aui_c, .aui_e, .aui_sw, .aui_s, .aui_se, .aui_header, .aui_tdIcon, .aui_main, .aui_footer { padding: 0; }.aui_header, .aui_buttons button { font: 12px/1.11 'Microsoft Yahei', Tahoma, Arial, Helvetica, STHeiti; _font-family: Tahoma, Arial, Helvetica, STHeiti; -o-font-family: Tahoma, Arial; }.aui_title { overflow: hidden; text-overflow: ellipsis; }.aui_state_noTitle .aui_title { display: none; }.aui_close { display: block; position: absolute; text-decoration: none; outline: none; _cursor: pointer; }.aui_close:hover { text-decoration: none; }.aui_main { text-align: center; min-width: 9em; min-width: 0\9/*IE8 BUG*/; }.aui_content { display: inline-block; *zoom:1;*display:inline;text-align: left; border: none 0; }.aui_content.aui_state_full { display: block; width: 100%; margin: 0; padding: 0!important; height: 100%; }.aui_loading { width: 96px; height: 32px; text-align: left; text-indent: -999em; overflow: hidden; background: url(icons/loading.gif) no-repeat center center; }.aui_icon { vertical-align: middle; }.aui_icon div { width: 48px; height: 48px; margin: 10px 0 10px 10px; background-position: center center; background-repeat: no-repeat; }.aui_buttons { padding: 8px; text-align: right; white-space: nowrap; }.aui_buttons button { margin-left: 15px; padding: 6px 8px; cursor: pointer; display: inline-block; text-align: center; line-height: 1; *padding:4px 10px;*height:2em;letter-spacing: 2px; font-family: Tahoma, Arial/9!important; width: auto; overflow: visible; *width:1;color: #333; border: solid 1px #999; border-radius: 5px; background: #DDD; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DDDDDD');background: linear-gradient(top, #FFF, #DDD); background: -moz-linear-gradient(top, #FFF, #DDD); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#DDD)); text-shadow: 0px 1px 1px rgba(255, 255, 255, 1); box-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0 -1px 0 rgba(0, 0, 0, .09); -moz-transition: -moz-box-shadow linear .2s; -webkit-transition: -webkit-box-shadow linear .2s; transition: box-shadow linear .2s; }.aui_buttons button::-moz-focus-inner {border:0;padding:0;margin:0;}.aui_buttons button:focus { outline: none 0; border-color: #426DC9; box-shadow: 0 0 8px rgba(66, 109, 201, .9); }.aui_buttons button:hover { color: #000; border-color: #666; }.aui_buttons button:active { border-color: #666; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD', endColorstr='#FFFFFF');background: linear-gradient(top, #DDD, #FFF); background: -moz-linear-gradient(top, #DDD, #FFF); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDD), to(#FFF)); box-shadow: inset 0 1px 5px rgba(66, 109, 201, .9), inset 0 1px 1em rgba(0, 0, 0, .3); }.aui_buttons button[disabled] { cursor: default; color: #666; background: #DDD; border: solid 1px #999; filter: alpha(opacity=50); opacity: .5; box-shadow: none; }button.aui_state_highlight { color: #FFF; border: solid 1px #1c6a9e; background: #2288cc; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bbee', endColorstr='#2288cc');background: linear-gradient(top, #33bbee, #2288cc); background: -moz-linear-gradient(top, #33bbee, #2288cc); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#33bbee), to(#2288cc)); text-shadow: -1px -1px 1px #1c6a9e; }button.aui_state_highlight:hover { color: #FFF; border-color: #0F3A56; }button.aui_state_highlight:active { border-color: #1c6a9e; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bbee', endColorstr='#2288cc');background: linear-gradient(top, #33bbee, #2288cc); background: -moz-linear-gradient(top, #33bbee, #2288cc); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#33bbee), to(#2288cc)); }/* common end */.aui_inner { background: #FFF; }.aui_outer, .aui_inner { }.aui_border { box-shadow: inset 0 0 1px rgba(255, 255, 255, .9); }.aui_nw, .aui_ne, .aui_sw, .aui_se { width: 8px; height: 8px; }.aui_nw, .aui_n, .aui_ne, .aui_w, .aui_e, .aui_sw, .aui_s, .aui_se { }.aui_state_lock .aui_nw, .aui_state_lock .aui_n, .aui_state_lock .aui_ne, .aui_state_lock .aui_w, .aui_state_lock .aui_e, .aui_state_lock .aui_sw, .aui_state_lock .aui_s, .aui_state_lock .aui_se { background: rgba(187,187,187, .9); background: #bbb\9!important; filter: alpha(opacity=90); }.aui_state_focus .aui_dialog { box-shadow: 0 0 3px rgba(0, 0, 0, 0.4); }.aui_state_focus .aui_outer { box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); }.aui_state_lock .aui_border { box-shadow: 0 3px 26px rgba(0, 0, 0, .9); }.aui_state_drag .aui_outer, .aui_outer:active { box-shadow: none; }.aui_titleBar { position: relative; height: 100%; }.aui_title { height: 32px; line-height: 32px; padding: 0 28px 0 10px; z-index: 2; border-bottom: 1px solid #D8D8D8; background: #FAFAFA; background: linear-gradient(top, #fafafa, #ededed); background: -moz-linear-gradient(top, #fafafa, #ededed); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fafafa), to(#ededed)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#ededed');}.aui_state_focus .aui_title { color: #4C4C4C; font-size: 13px; font-weight: bold; }.aui_state_drag { background: linear-gradient(top, #bdc6cd, #edf5f8); background: -moz-linear-gradient(top, #bdc6cd, #edf5f8); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bdc6cd), to(#edf5f8)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdc6cd', endColorstr='#edf5f8');box-shadow: none; }.aui_state_drag .aui_titleBar { box-shadow: none; }.aui_close { padding: 0; top: 4px; right: 4px; width: 21px; height: 21px; line-height: 21px; font-size: 18px; color: #68767b; text-align: center; font-family: Helvetica, STHeiti; _font-family: Tahoma, '\u9ed1\u4f53', 'Book Antiqua', Palatino; text-shadow: 0 1px 0 rgba(255, 255, 255, .9); }.aui_close:hover { color: #4BACE0; }.aui_close:active { box-shadow: none; }.aui_content { color: #666; }.aui_state_focus .aui_content { color: #000; }.aui_buttons { background-color: #F6F6F6; border-top: solid 1px #DADEE5; }.aui_state_noTitle .aui_nw, .aui_state_noTitle .aui_ne, .aui_state_noTitle .aui_sw, .aui_state_noTitle .aui_se { width: 3px; height: 3px; }.aui_state_noTitle .aui_inner { border: 1px solid #666; background: #FFF; }.aui_state_noTitle .aui_outer { border: none 0; box-shadow: none; }.aui_state_noTitle .aui_nw, .aui_state_noTitle .aui_n, .aui_state_noTitle .aui_ne, .aui_state_noTitle .aui_w, .aui_state_noTitle .aui_e, .aui_state_noTitle .aui_sw, .aui_state_noTitle .aui_s, .aui_state_noTitle .aui_se { background: rgba(0, 0, 0, .05); background: #000\9!important; filter: alpha(opacity=5)!important; }.aui_state_noTitle .aui_titleBar { bottom: 0; _bottom: 0; _margin-top: 0; }.aui_state_noTitle .aui_close { top: 0; right: 0; width: 18px; height: 18px; line-height: 18px; text-align: center; text-indent: 0; font-size: 18px; text-decoration: none; color: #214FA3; background: none; filter:!important;}.aui_state_noTitle .aui_close:hover, .aui_state_noTitle .aui_close:active { text-decoration: none; color: #900; }.aui_state_noTitle .aui_dialog { box-shadow: none; }/*ecms*/.tableborder { margin: 8px auto; }.tableborder tr.header { text-align: left; }.tableborder td { padding: 8px 20px; }.tdbutton { border-top: 1px dotted #ccc; text-align: center; padding: 10px; }.indexMsg iframe{ margin-top:8px; float: right;}/*loginbox*/.loginbox { overflow: hidden; }.loginbox input {}.loginbox .external { float: left; width: 284px; height: 247px; margin: 34px 0 0 46px; border-right: 1px solid #ccc; _display: inline; }.loginbox .title { color: #333; font: 14px/27px 'simsun'; font-weight: bold; }.loginbox .external .title { margin-bottom: 28px; }.loginbox .site .title { margin-bottom: 2px; }.loginbox .title span { font: 12px/28px 'simsun'; color: #ef3e00; }.loginbox .external ul { width: 244px; height: 76px; margin-bottom: 21px; padding:0;}.loginbox .external li { float: left; margin: 0 15px 14px 0; }.loginbox .external a { display: block; width: 107px; height: 31px; overflow: hidden; text-indent: -999em; background: url('loginbox.png') no-repeat; }.loginbox .external .weibo { background-position: 0 0; }.loginbox .weibo:hover { background-position: 0 -31px; }.loginbox .weibo:active { background-position: 0 -62px; }.loginbox .external .qq { background-position: -108px 0; }.loginbox .qq:hover { background-position: -108px -31px; }.loginbox .qq:active { background-position: -108px -62px; }.loginbox .external .renren { background-position: -216px 0; }.loginbox .renren:hover { background-position: -216px -31px; }.loginbox .renren:active { background-position: -216px -62px; }.loginbox .external .baidu { background-position: -324px 0; }.loginbox .baidu:hover { background-position: -324px -31px; }.loginbox .baidu:active { background-position: -324px -62px; }.loginbox .external .text { color: #999; font: 14px/18px 'simsun'; }.loginbox .site { float: left; width: 270px; margin: 34px 0 0 35px; _display: inline; }.loginbox form { margin-left: 10px; }.loginbox .email {height: 32px; line-height: 32px; padding: 0 3px 0 42px; margin-bottom: 17px; background: url('loginbox.png') no-repeat 0 -93px; }.loginbox .email.emailfocus { background-position: 0 -125px; }.loginbox .email.emailerror { background-position: 0 -157px; }.loginbox .email input { width: 213px; *margin-left: -10px;margin-top: 8px; }.loginbox .password {height: 32px; line-height: 32px; padding: 0 3px 0 42px; margin-bottom: 18px; background: url('loginbox.png') no-repeat 0 -189px; }.loginbox .password.focus { background-position: 0 -221px; }.loginbox .password.error { background-position: 0 -253px; }.loginbox .password input { width: 213px; *margin-left: -10px;margin-top: 8px; }.loginbox .autologin { float: left; color: #999; margin-bottom: 14px; *margin-bottom: -2px;}.loginbox .autologin input { margin: 3px 6px 0 4px; vertical-align: top; cursor: pointer; }.loginbox .autologin label { cursor: pointer; }.loginbox .forgot { float: right; margin-right: 3px; color: #690; _display: inline; }.loginbox .submit:hover { background-position: -261px -126px; }.loginbox .submit { float: left; width: 87px; height: 33px; clear: left; cursor: pointer; text-indent: -999em; background: url('loginbox.png') no-repeat -261px -93px; }.loginbox .submit:active { background-position: -261px -159px; }.loginbox .reg { float: right; line-height: 31px; margin-right: -8px; color: #666; }.loginbox .reg a { color: #690; }.loginbox .errorinfo { width: 259px; height: 22px; text-align: center; color: white; margin-bottom: 5px; line-height: 21px; visibility: hidden; background: url('loginbox.png') no-repeat 0 -286px; }.ico_face{background: url(face.png) no-repeat;width:20px;height:20px;display: inline-block;vertical-align: -7px; background-position:0 -30px;}.plsub a:hover .ico_face{background: url(face.png) no-repeat;}.plsub a:hover{color:#390;}