@charset "UTF-8";
body, h1, h2, h3, h4, h5, h6, p, ul, ol, form { margin: 0; }

body { color: #666; background: #fff; font-size: 14px; line-height: 1; }

body, input, textarea, select { font-family: "Microsoft YaHei", Helvetica, "Helvetica Neue", "SimSun", Tahoma, Arial, sans-serif; }

ul, ol, li { padding-left: 0; list-style-type: none; }

img { border: 0; vertical-align: bottom; }

i { font-style: normal; }

input, textarea, select { font-size: 14px; outline: none; border: none; margin: 0; padding: 0; }

input::-ms-clear { display: none; }

/* 去除IE下input自带的叉 */
input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset !important; }

/* 去除chrome下输入框默认背景色 */
input:focus, textarea:focus { outline: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-user-modify: read-write-plaintext-only; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

a { text-decoration: none; color: #666; }

a:hover { color: #e63333; }

address { font-style: normal; }

input, input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; }

textarea { -webkit-appearance: none; }

.img-responsive { width: 100%; height: auto; display: block; }

.bg2 { background: #fff; }

.bg-ind-gry { background: #F7F7F7; }

.tl { text-align: left; }

.tc { text-align: center; }

.tr { text-align: right; }

.ell { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

/* 单行文字溢出省略号显示 */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

.center-block { display: block; margin-left: auto; margin-right: auto; }

.pull-right { float: right !important;margin-left: 30px; }

.pull-left { float: left !important; }

.hidden { display: none; }

.show { display: block; }

.container { width: 1200px; display: flex; margin-left: auto; margin-right: auto; }

body { min-width: 1200px; _width: expression((document.documentElement.clientWidth||document.body.clientWidth)>1200?'1200px':''); }

.box, .box-link { -webkit-box-shadow: 0 0 10px rgba(11, 11, 11, 0.1); -moz-box-shadow: 0 0 10px rgba(11, 11, 11, 0.1); -ms-box-shadow: 0 0 10px rgba(11, 11, 11, 0.1); -o-box-shadow: 0 0 10px rgba(11, 11, 11, 0.1); box-shadow: 0 0 10px rgba(11, 11, 11, 0.1); background-color: #fff; }

.box-link:hover { -webkit-box-shadow: 0 0 15px rgba(11, 11, 11, 0.2); -moz-box-shadow: 0 0 15px rgba(11, 11, 11, 0.2); -ms-box-shadow: 0 0 15px rgba(11, 11, 11, 0.2); -o-box-shadow: 0 0 15px rgba(11, 11, 11, 0.2); box-shadow: 0 0 15px rgba(11, 11, 11, 0.2); }

.red { color: red; }

.trans { transition: all ease-in-out .5s; }

.mt5 { margin-top: 5px; }

.mt15 { margin-top: 15px; }

.mr5 { margin-right: 5px; }

.mr15 { margin-right: 15px; }

.mlr-15 { margin-left: -15px; margin-right: -15px; }

.mlr15 { margin-left: 15px; margin-right: 15px; }

.mlr30 { margin-left: 30px; margin-right: 30px; }

.mt20 { margin-top: 20px; }

.mt25 { margin-top: 25px; }

.mt30 { margin-top: 30px; }

.mt35 { margin-top: 35px; }

.mt40 { margin-top: 40px; }

.mt50 { margin-top: 50px; }

.mt80 { margin-top: 80px; }

.pt30 { padding-top: 30px; }

.pt40 { padding-top: 40px; }

.pt50 { padding-top: 50px; }

.pb30 { padding-bottom: 30px; }

.pb40 { padding-bottom: 45px; }

.pb50 { padding-bottom: 50px; }

.row { margin: 0 -15px; }

[class*=col-], .col-w1 { float: left; }

.col-1 { width: 100%; }

.col-2 { width: 50%; }

.col-3 { width: 33.3333333333%; }

.col-4 { width: 25%; }

.col-5 { width: 20%; }

.col-6 { width: 16.6666666667%; }

.col-w1 { width: 66.6666666667%; }

.pagin { display: block; }
.pagin > a { display: inline-block; padding: 6px 10px; margin: 0px 2px 0; border-radius: 3px; border: 1px #DDD solid; background: #FFF; color: #666; -webkit-transition: all ease-in-out 0.5s; -moz-transition: all ease-in-out 0.5s; -o-transition: all ease-in-out 0.5s; -ms-transition: all ease-in-out 0.5s; transition: all ease-in-out 0.5s; font-size: 12px; line-height: 18px; }
.pagin > a i { font-size: 10px; }
.pagin > a:hover { border-color: #e63333; box-shadow: 0 0 3px #eee; color: #e63333; }
.pagin .pagin-cur, .pagin .pagin-cur:hover { border-color: #e63333; background: #e63333; color: #FFF; }

.pagin-ell { font-size: 14px; line-height: 18px; color: #666; padding: 0 10px; }

.pagin-txt { display: inline-block; padding: 5px 8px; font-size: 14px; line-height: 18px; color: #666; }

.pagin-jump, .pagin-jump-focus { display: inline-block; *vertical-align: -5px; border: 1px #ddd solid; -webkit-transition: all ease-in-out 0.5s; -moz-transition: all ease-in-out 0.5s; -o-transition: all ease-in-out 0.5s; -ms-transition: all ease-in-out 0.5s; transition: all ease-in-out 0.5s; }

.pagin-input { *float: left; width: 40px; height: 30px; border: none; outline: none; background: #fff; line-height: 30px\9; *line-height: 30px; text-align: center; font-size: 12px; color: #e63333; }

.pagin-btn { *float: left; display: none; padding: 0 10px; font-size: 12px; line-height: 26px; color: #fff; text-decoration: none; }
.pagin-btn:hover { color: #FFFFFF; }

.pagin-jump-focus { border-color: #e63333; background: #e63333; *vertical-align: -1px; }
.pagin-jump-focus .pagin-btn { display: inline-block; }

.pagin { margin: 36px 0; }

.box-white { background: #fff; }

.boxlr { margin-left: 30px; margin-right: 30px; }

.price { font-size: 24px; color: #ff0000; position: absolute; }
.price span { font-size: 18px; margin-right: 3px; }

.filter { margin: 0 30px; }
.filter ul li { padding: 10px 20px 10px 72px; position: relative; border-bottom: 1px dotted #dedede; }
.filter .filter-sort { width: 72px; position: absolute; left: 0; top: 10px; padding: 2px 0; line-height: 24px; }
.filter .filter-link { padding: 2px 12px; line-height: 24px; color: #666; display: inline-block; margin-top: 1px; }
.filter .filter-link:hover, .filter .filter-link.filter-selected { background: #157ed9; color: #fff; padding: 2px 12px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; }

.sub-box1 { margin-left: 20px; margin-right: 20px; }
.sub-box1 ul li { margin-top: 20px; }

.sub-box2 { margin: 5px 20px 10px; }
.sub-box2 ul li { margin-bottom: 20px; }
.sub-box2 h3 { font-size: 16px; line-height: 32px; font-weight: bold; margin: 0 10px 4px; }

.sub-box3 { margin: 20px 20px 30px; }
.sub-box3 ul li { margin-top: 20px; }

.all-menu { position: absolute; top: 0; left: 0; width: 224px; box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1); }
.menu_on { width: 784px; }

.menu_fixed { position: relative; float: left; width: 224px; height: 360px; overflow: hidden; background: #157ed9; -ms-filter: alpha(opacity=95); filter: alpha(opacity=95); background: rgba(21, 126, 217, 0.95); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; z-index: 999; }
.menu_fixed.menu_fixed_on { height: auto; overflow: visible; }
.menu_fixedIn ul li { vertical-align: bottom; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #fff; border-bottom-color: rgba(255, 255, 255, 0.2); border-bottom-color: #4ca5eb \9 ; *border-bottom-color: #4ca5eb; }
.menu_fixedIn ul li:last-child { border-bottom: none; }
.menu_fixedIn ul a { display: block; padding: 0 10px 0 20px; line-height: 39px; font-size: 14px; color: #fff; text-align: left; }
.menu_fixedIn ul a span { float: left; display: block; width: 175px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.menu_fixedIn ul a i { float: right; font-size: 10px; opacity: .5; -ms-filter: alpha(opacity=50); filter: alpha(opacity=50); }
.menu_fixedIn ul a:hover, .menu_fixedIn ul a.menu_fixed_cur { background: #2068bc; color: #fff; }

.menu_fixed_more { display: none; position: absolute; right: 0; bottom: 0; left: 0; z-index: 100; background: #157ed9; text-align: center; }
.menu_fixed_more a { display: block; line-height: 39px; font-size: 14px; color: #fff; }
.menu_fixed_more a:hover { background: #2068bc; }

.menu_float { display: none; float: left; width: 560px; }
.menu_floatIn { height: 326px; overflow: hidden; padding: 15px 20px; border: 2px #157ed9 solid; border-left: none; background: #fff; -ms-filter: alpha(opacity=95); filter: alpha(opacity=95); background: rgba(255, 255, 255, 0.95); }

.menu_float_sort { margin-bottom: 15px; }
.menu_float_sort h5 { line-height: 28px; border-bottom: 1px #eaeaea solid; font-size: 14px; font-weight: bold; color: #157ed9; text-align: left; }

.menu_float_item { position: relative; padding-top: 5px; }
.menu_float_item h6 { position: absolute; top: 5px; left: 0; width: 76px; padding: 2px 0; text-align: left; }
.menu_float_item h6 span { display: inline-block; width: 60px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; line-height: 24px; font-size: 12px; color: #666; font-weight: bold; }
.menu_float_item h6 i { position: absolute; top: 10px; right: 3px; line-height: 24px; font-size: 10px; color: #999; }
.menu_float_item p { margin-left: 80px; font-size: 12px; line-height: 24px; padding: 9px 0 0; }
.menu_float_item p a { padding-right: 10px; *padding: 0 10px; color: #666; white-space: nowrap; }
.menu_float_item p a:hover { color: #157ed9; }
.menu_float_item p a:before { content: "|"; margin-right: 8px; font-size: 10px; color: #ccc; }

/** Tables ----------------------------------------------------------------------------*/
/** Tabl */
.tabl { vertical-align: middle; text-align: center; }

.tabl th { height: 54px; border-top: 1px #ddd solid; border-bottom: 1px #ddd solid; background: #f9f9f9; }

.tabl th p { line-height: 18px; font-size: 14px; color: #444; border-right: 1px #ddd solid; }

.tabl td { height: 45px; padding: 0 20px; border-bottom: 1px #eee solid; font-size: 12px; color: #666; }

.tabl tr:hover td { background: #fcfcfc; }

.tabl_firstCol { text-align: left; }

.tabl_head_rank { display: block; cursor: pointer; }

.tabl_head_rank:hover, .tabl_head_rank:hover i { color: #157ed9; }

.tabl_head_arr { margin-left: 5px; }

.tabl_head_arr i { font-size: 12px; color: #888; }

/* 学员管理表格 */
.tabl_op { width: 285px; text-align: left; }

.tabl_op ul { position: relative; }

.tabl_op_li { float: left; width: 85px; }

.tabl_op_more { position: absolute; right: 0; width: 30px; }

.tabl_op_link { display: inline-block; padding: 3px 8px; font-size: 12px; line-height: 20px; color: #666; }
.tabl_op_link i { margin-right: 5px; font-size: 14px; color: #999; vertical-align: -1px; }
.tabl_op_link:hover { padding: 2px 7px; border: 1px #ddd solid; border-radius: 3px; background: #fff; color: #157ed9; box-shadow: 0 0 4px rgba(0, 0, 0, 0.07); }
.tabl_op_link:hover i { color: #157ed9; }

.tabl_op .tabl_op_more .tabl_op_link { padding: 3px 0 3px 8px; }

.tabl_op .tabl_op_more .tabl_op_link:hover { padding: 2px 0 2px 7px; }

.tabl_tooltips { visibility: hidden; position: absolute; top: 24px; left: 50%; z-index: 1; width: 80px; margin-left: -40px; text-align: center; }
.tabl_tooltips .tooltips { padding: 4px 0; }
.tabl_tooltips .tooltips ul li { line-height: 26px; font-size: 12px; color: #666; cursor: pointer; }
.tabl_tooltips .tooltips ul li:hover { background: #f9f9f9; }

.tabl_op_more:hover .tabl_tooltips { visibility: visible; top: 30px; }

.tabl2 { vertical-align: middle; text-align: center; }
.tabl2 tr:hover { background: #fcfcfc; }
.tabl2 th, .tabl2 td { height: 40px; border-bottom: 1px #ddd solid; border-right: 1px #eee solid; }
.tabl2 th.tabl2-end, .tabl2 td.tabl2-end { border-right: none; }
.tabl2 th { font-size: 14px; color: #444; }
.tabl2 td { font-size: 12px; color: #666; }

.tabl-op2 { width: 125px; padding: 0 5px; text-align: center; }
.tabl-op2 ul li { display: inline-block; width: 60px; line-height: 24px; }
.tabl-op2 ul li i { font-size: 13px; }

/** Tooltips */
.tooltips { position: relative; border: 1px #ccc solid; border-radius: 3px; box-shadow: 0 1px 6px #ccc; background: #fff; }

.tooltips-arr { position: absolute; top: -6px; left: 50%; width: 12px; height: 6px; margin-left: -6px; background: url(../images/ui.png) 0 0 no-repeat; z-index: 1; }

.filetype { display: inline-block; background-image: url(../images/filetype.png); background-repeat: no-repeat; }

.filetype_excel_sm, .filetype_ppt_sm, .filetype_word_sm, .filetype_html_sm, .filetype_pdf_sm, .filetype_video_sm { width: 16px; height: 16px; }

.filetype_excel_sm { background-position: 0 0; }

.filetype_ppt_sm { background-position: -40px 0; }

.filetype_word_sm { background-position: -80px 0; }

.filetype_html_sm { background-position: -120px 0; }

.filetype_pdf_sm { background-position: -160px 0; }

.filetype_video_sm { background-position: -200px 0; }

.filetype_excel_md, .filetype_ppt_md, .filetype_word_md, .filetype_html_md, .filetype_pdf_md, .filetype_video_md { width: 20px; height: 20px; }

.filetype_excel_md { background-position: 0 -40px; }

.filetype_ppt_md { background-position: -40px -40px; }

.filetype_word_md { background-position: -80px -40px; }

.filetype_html_md { background-position: -120px -40px; }

.filetype_pdf_md { background-position: -160px -40px; }

.filetype_video_md { background-position: -200px -40px; }

.filetype_excel_lg, .filetype_ppt_lg, .filetype_word_lg, .filetype_html_lg, .filetype_pdf_lg, .filetype_video_lg { width: 23px; height: 27px; }

.filetype_excel_lg { background-position: 0 -80px; }

.filetype_ppt_lg { background-position: -40px -80px; }

.filetype_word_lg { background-position: -80px -80px; }

.filetype_html_lg { background-position: -120px -80px; }

.filetype_pdf_lg { background-position: -160px -80px; }

.filetype_video_lg { background-position: -200px -80px; }

.myselect { width: 100%; height: 28px; display: block; border: 1px #ccc solid; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; background: #fff; }
.myselect select { width: 100%; height: 28px; font-size: 14px; color: #666; background: none; border-color: #ddd; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; line-height: 28px; }
.myselect option { color: #666; background: #fff; }

.myinput { width: 100%; height: 28px; border: 1px #ccc solid; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; font-size: 14px; line-height: 28px; text-indent: 6px; color: #999; }

.label_check input, .label_radio input { position: absolute; left: -99999px; }

/* 选项统一样式 */
.table label { position: relative; display: inline-block; cursor: pointer; vertical-align: -2px; padding-left: 14px; min-height: 16px; margin: 0 5px; }
.table .btn_check, .table .btn_radio { position: absolute; top: 0px; left: 0; width: 14px; height: 14px; background: url(../images/form.png) no-repeat; background-position: -20px 0; }
.table .label_check:hover .btn_check, .table .label_check:hover .btn_radio, .table .label_radio:hover .btn_check, .table .label_radio:hover .btn_radio { background-position: -20px -20px; }

.table label.c_on, .table label.c_on:hover, .table label.r_on, .table label.r_on:hover { color: #2484de; }
.table label.c_on .btn_check, .table label.c_on .btn_radio, .table label.c_on:hover .btn_check, .table label.c_on:hover .btn_radio, .table label.r_on .btn_check, .table label.r_on .btn_radio, .table label.r_on:hover .btn_check, .table label.r_on:hover .btn_radio { background-position: -20px -40px; }

.class-creatC1 .scale-img, .class-creatC1 .scale-img img, .w-classbox .scale-img, .w-classbox .scale-img img { width: 214px; height: 148px; }

.my-testbox img { width: 214px; height: 128px; }

.search .select-main { background-color: #FFF; font-size: 14px; height: 36px; position: absolute; width: 80px; left: 0; z-index: 999; -webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -ms-user-select: none; }
.search .select-set { background: #FFF; color: #666; cursor: pointer; padding: 0 6px 0 0; text-align: center; height: 36px; line-height: 36px; overflow: hidden; position: relative; width: 74px; z-index: 5; }
.search .select-arrow { border-top: 6px solid #e63333; border-left: 6px solid transparent; border-right: 6px solid transparent; cursor: pointer; height: 0; position: absolute; top: 15px; right: 0; width: 0; z-index: 7; }
.search .select-arrow.reverse { border-top: 6px solid transparent; border-bottom: 6px solid #e63333; top: 9px; }
.search .select-block { background-color: #FFF; border: 1px solid #e63333; border-top: none; border-radius: 0 0 5px 5px; left: -1px; line-height: 20px; position: absolute; top: 36px; padding: 0 0 5px; }
.search .select-list { cursor: pointer; scrollbar-face-color: #AEB1B1; scrollbar-shadow-color: #C7CACA; scrollbar-highlight-color: #CED1D1; scrollbar-3dlight-color: #CED1D1; scrollbar-darkshadow-color: #C7CACA; scrollbar-track-color: #CED1D1; scrollbar-arrow-color: #333; }
.search .select-list::-webkit-scrollbar { width: 6px; }
.search .select-list::-webkit-scrollbar-track { border-radius: 3px; }
.search .select-list::-webkit-scrollbar-thumb { border-radius: 3px; -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5); }
.search .select-items { width: 80px; color: #999; padding: 7px 0; text-align: center; margin-bottom: 1px; }
.search .select-items.active, .search .select-items:hover { background-color: #e63333; color: #FFF; }

.bg3 { background: #eaeffa; }

/*收藏样式*/
.r_p_collect_ico { background: url(../images/work.png) -20px -170px;}
.r_p_collect_ico1{ background:url(../images/work.png) 0px -170px;}
.r_p_ico { width: 16px; height: 16px; display: inline-block; vertical-align: -3px; }
.r_p_collect:hover .r_p_collect_ico { background-position:0 -170px;}

/*# sourceMappingURL=reset.css.map */
