﻿*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/* reset-----http://nec.netease.com/ */
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu { margin: 0; padding: 0; }
header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details { display: block; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th { text-align: left; font-weight: normal; }
html, body, fieldset, img, iframe, abbr { border: 0; }
i, cite, var, address, dfn { font-style: normal; }
[hidefocus], summary { outline: 0; }
li { list-style: none; }
h1, h2, h3, h4, h5, h6, small { font-size: 100%; }
sup, sub { font-size: 83%; }
pre, code, kbd, samp { font-family: inherit; }
q:before, q:after { content: none; }
textarea { overflow: auto; resize: none; }
label, summary { cursor: default; }
a, button, .f-csp { cursor: pointer; }
h1, h2, h3, h4, h5, h6, strong, b { font-weight: bold; }
del, ins, u, s, a, a:hover { text-decoration: none; }
body, textarea, input, button, select, keygen, legend { font: 14px/1.14 arial,\5b8b\4f53; color: #333; outline: 0; font-family: "微软雅黑"; }
iframe { background: #fff; }
textarea { overflow: auto; }
a, a:hover { color: #333; }
html { overflow: auto; }
body { background: #fff; }
input, textarea { background: url(../images/input_bg.png); border: 0px; }
input::-ms-clear { display: none; }
/*function-----http://nec.netease.com/*/
.f-ib { display: inline-block; *display: inline; *zoom: 1; }
.f-dn { display: none; }
.f-fl { float: left; }
.f-fr { float: right; }
.f-ff0 { font-family: arial,\5b8b\4f53; }
.f-ff1 { font-family: "Microsoft YaHei",\5fae\8f6f\96c5\9ed1,arial,\5b8b\4f53; }
.f-toe { overflow: hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis; }
.f-tal { text-indent: 3px; text-align: left; }
.f-tac { text-align: center; }
.f-tar { text-align: right; }
.clearboth { height: 1px; border: 0; clear: both; }
/*翻页插件记录总页数*/
.zys { float: right; display: inline-block; height: 25px; margin: 10px 10px 0 10px; line-height: 28px; color: #8E8E8E; text-align: center; margin-right: 2%; }


/*开始实验各个步骤页面的步骤描述*/
.header { border-bottom: 1px solid #4D4D4D; line-height: 49px; height: 50px; }
.gnymgb { margin-right: 10px; cursor: pointer; position: absolute; top: -30px; right: -40px; color: #FD7368; font-size: 40px; font-weight: 700; float: none; }

/*闪烁动画 - css3专用*/
@keyframes flash {
    from, 50%, to { background-color: #FF6613; }
    25%, 75% { background-color: #20c9e8; }
}
/*添加兼容性前缀*/
@-webkit-keyframes flash {
    10% { opacity: 1; }
    80% { opacity: 0.5; }
}

@-moz-keyframes flash {
    10% { opacity: 1; }
    80% { opacity: 0.5; }
}

.shanshuo { animation-name: flash; animation-duration: 1s; animation-fill-mode: both; animation-iteration-count: infinite; }



/*提示与询问弹窗*/
.tc { background-color: #fff; width: 410px; height: 170px; border-radius: 10px; position: absolute; left: 32%; top: 41%; z-index: 2; display: none; }
.sptitle {text-align: center;font-size: 18px;color: #fff; }
.div_bkty_gb { text-align: center; height: 36px; border-radius: 10px 10px 0 0; background: #53A3FC;position: relative;line-height: 36px; }
.spangb { color: #fff; font-size: 28px; font-weight: 700;  margin-right: 6px; cursor: pointer;position: absolute;top: 0px;right: 0px; }
.div_bkty_ts { margin: auto; text-align: center; line-height: 28px; padding: 10px; color: #767575; height: 86px; display: table; font-size: 15px; }
.div_bkty_ts span { display: table-cell; vertical-align: middle; }
.div_ktyann { text-align: center; }
.tishiWin { height: 133px; }
/*弹窗 是否按钮*/
.sfann { color: #767575; background: #EEEEEE; width: 94px; line-height: 30px; display: inline-block; margin: 0 15px 0 15px; border-radius: 6px; cursor: pointer; }
.sfann:hover { background: #53A3FC; color: #fff; }


/*已采集颜色*/
.qlans { background: #588CDB!important; color: #fff!important; border: 0!important; }
/*点击颜色*/
.slans { background: #FD7368!important; color: #fff!important; border: 0!important; }
.chengs { background: #FD7368!important; border: 0!important; }
/*弹窗遮罩层*/
.zzcDiv { position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; background: rgba(23,23,23,0.5); z-index: 1; display: none; }

/*下拉框样式*/
.gnymcent select, .select { padding-right: 3.5%; height: 30px; color: #626262; background: #EDF5FA; border: 0; border-radius: 4px; appearance: none; -moz-appearance: none; -webkit-appearance: none; background: url("../Fzsy/Xnfzsy/images/select.png") no-repeat scroll left center transparent; background-size: 100% 100%; }
.gnymcent select::-ms-expand, .select::-ms-expand { display: none; /*清楚ie的默认选择框样式*/ }

/* 盖章移动样式 */
.drag{ position:absolute;z-index:101;cursor:pointer; }
/* 解决增值税发票省份文本框遮住了发票代码问题 */
#DKmainDivCurrency input, #DKmainDivCurrency textarea { background: url(../images/input_bg.png); }

/*管理端案例管理-资料-页面顶部小标题导航*/
/*.topmintit { cursor: pointer; }
.topmintit:hover { color: #ff6a00; }*/

