﻿p, h1, h2, h3, h4, h5, ul, li, dl, dt, dd, img, ol, span, iframe { margin: 0; padding: 0; border: 0; list-style: none; }
.input_Txt, .textarea_Txt { padding: 0 3px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s; resize: vertical; font-family: "Microsoft YaHei"; border: 1px solid #CCC; }
.input_Txt:focus, .textarea_Txt:focus { border-color: rgba(82, 168, 236, 0.8); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6); }
body, legend, input, textarea { margin: 0; padding: 0; font: 14px/24px "Microsoft YaHei"; color: #666; }
.input_Editor { border: 1px solid #CCC; background-color: White; width: 400px; height: 80px; padding: 15px; font: 14px/24px "Microsoft YaHei"; word-break: break-all; border-radius: 5px 5px 0 0; overflow: hidden; box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3); }
/*编辑器内容字体兼容性*/
.input_Editor, .input_Editor div, .input_Editor p { font: 14px/24px "Microsoft YaHei" ,​tahoma,​sans-serif; }
.input_Editor:focus { outline: none; }
.input_OpraterBar { border: 1px solid #CCC; border-top: none; border-radius: 0 0 5px 5px; background-color: #CCC; width: 400px; padding: 8px 15px; background-image: linear-gradient(to bottom, #FAFAFB 0px, #F2F3F3 100%); background-color: #F2F3F3; text-align: right; }
.input_EditTxtCount { font-size: 11pt; }
.input_EditTxtPop { padding-right: 10px; }
.input_EditOk { background-color: #56A447; background-image: linear-gradient(to bottom, #60B452 0px, #56A447 100%); border: 1px solid #3D810C; color: #FFF !important; border-radius: 3px; font-size: 10pt; padding: 3px 20px; }
.input_EditOk:hover { background-color: #53A046; background-image: linear-gradient(to bottom, #5AAB4D 0px, #4F9841 100%); box-shadow: 0 1px 2px rgba(0,0,0,0.3); }

/*
a { color: #000; text-decoration: none; }
a:hover { color: blue; text-decoration:underline; }
*/
a { text-decoration: none; transition: all 0.2s ease-in-out 0s; outline: none; }
a:hover { text-decoration: none; transition: all 0.2s ease-in-out 0s; }
global_a { color: #0197E4; }
/*Transition：css3动画特性*/
global_a:hover { color: #59c6ff; }
.clear { clear: both; float: none !important; }
/*!important：优先级——最高！*/
table { border-collapse: collapse; }
.tipArrow { position: absolute; width: 20px; z-index: 0; right: 15px; top: -10px; }
.tipArrow * { display: block; font-family: "SimSun"; font-size: 16px; height: 16px; line-height: 1.231; overflow: hidden; font-style: normal; }
.ar_boderLine { color: #888; }
.ar_bg { margin: -15px 0 0 0; color: #FFF; }

