﻿@charset "utf-8";
/*全局公共样式*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre, form, fieldset, legend, button, input, textarea, th, td, iframe, ul, ol, li { list-style: none; margin: 0; padding: 0; }
html { background: white !important; }
input, button, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; outline: 0; }
body, button, input, select, textarea { font-family: "微软雅黑",Arial,"宋体"; font-size: 14px; line-height: 1.5em; }
input, select, textarea, button { *font: 100% tahoma,\5b8b\4f53,arial; vertical-align: baseline; *vertical-align: middle; line-height: 25px; }
video { vertical-align: middle; }
dt, dd { line-height: inherit; }
abbr, acronym { border: 0; font-variant: normal; }
code, kbd, samp, tt { font-size: 100%; }
sup, sub { font-family: "Arial","Helvetica",sans-serif; font-size: 11px; }
blockquote, q { quotes: none; }
br { letter-spacing: normal; }
address, caption, cite, code, dfn, em, var, optgroup { font-style: normal; font-weight: normal; }
img { border: 0 none; display: inline-block; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio { display: block; margin: 0; padding: 0; }
a { text-decoration: none; cursor: pointer; color: #1ebd83; }
a:hover, a:focus { text-decoration: underline; }
a.btn { text-decoration: none; }
input[type=radio], input[type=checkbox], button { margin-right: 3px; line-height: normal; }
dl { margin: 0; }
dt { min-width: 5em; float: left; text-align: right; font-weight: bold; }
dd { margin-left: 6em; }
.hide{display: none;}
/*Html5*/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.progress-bar { float: left; width: 0%; height: 20px; font-size: 12px; line-height: 20px; color: #ffffff; text-align: center; background-color: #337ab7; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -webkit-transition: width 0.6s ease; -o-transition: width 0.6s ease; transition: width 0.6s ease; }
.progress-striped .progress-bar,
.progress-bar-striped { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); -webkit-background-size: 40px 40px; background-size: 40px 40px; }

.fleft { float: left; }
.fright { float: right; }
.text-center { text-align: center; }
.concat{
    position: fixed;
    right: 20px;
    top:35%;
    background: rgba(225,225,225,.6);
    padding:20px;
}
.concat h3{
    font-weight: normal;
    font-size: 18px;
}
.concat > div{
    display: flex;
    padding:15px 0;
}
.concat img{
    width: 20px;
    height: 20px;
}
/*阅卷样式兼容*/
.header { height: auto !important; background: none !important; }

/*清楚浮动*/
.clear { clear: both; height: 0px; line-height: 0px; font-size: 0px; }
.c5 { height: 5px; overflow: hidden; clear: both; }
.c10 { height: 10px; overflow: hidden; clear: both; }
.c15 { height: 15px; overflow: hidden; clear: both; }
.c20 { height: 20px; overflow: hidden; clear: both; }

/*间距*/
em.v { margin: 0 6px; }
em.m { margin: 0 1px; }
em.m3 { margin: 0 3px; }
em.m5 { margin: 0 5px; }
em.m6 { margin: 0 6px; }
em.m8 { margin: 0 8px; }
em.m10 { margin: 0 10px; }
em.m15 { margin: 0 15px; }

/*背景颜色*/
.bg-ecfff8 { background-color: #ecfff8; }
.bg-d0fdff { background-color: #d0fdff; }

/*字体颜色*/
.c1ebd83 { color: #1ebd83; }
.c275e4a { color: #275e4a; }
.c1e5ebd { color: #1e5ebd; }
.c223f6a { color: #223f6a; }

.wrapper h1{
    padding:0;
    margin:0;
    color: #1ebd83;
    font-size:30px;
    padding-left:20px;
    letter-spacing: 5px;
}
.txt-cont.fright2{
    position: absolute;
    left:400px;
    top:100px;
    display: flex;
}
.txt-cont.fright2 > div{
    margin-right:50px;
}
.txt-cont.fright2 p{
    position: absolute;
    width: 690px;
    top:290px;
    color: #c0c0c0;
}
.txt-cont.fright2 h2{
    padding:0;
    margin:0;
    font-weight: normal;
    color: #999;
    font-size:20px;
    text-align:center;
}
.txt-cont.fright2 img{
    /* border-radius: 240px; */
    width: 200px;
}


/*头部header-yj*/
.header-yj { width: 100%; min-width: 1200px; background-color: #1ebd83; }
.logo-yj { float: left; display: flex}
.logo-yj img { vertical-align: baseline; width:70px;height:70px;border-radius: 70px;}
.header-right { float: right; line-height: 78px; }
.header-right .user-photo { width: 35px; height: 35px; border-radius: 50%; vertical-align: middle; margin-right: 10px; }
.header-right > * { color: #fff; margin: 0 3px; font-size:14px; }
.header-right a:hover { color:#fff; text-decoration:underline; }
.header-yj .menu-tab { float: left; margin-left: 160px; }
.header-yj .menu-tab li { display: inline-block; font-size: 16px; color: #333; line-height: 30px; padding: 0 5px; margin: 0 30px; cursor: pointer; }
.header-yj .menu-tab li.cur { border-bottom: 2px solid #1ebd83; }
.header-front { background-color: #fff; }
.header-front .header-right > * { color: #333; }

/*底部footer-yj*/
.footer-yj { height: 80px; line-height: 80px; text-align: center; }
.footer-yj span { margin: 0 15px; }
.footer-yj a { color: #000; text-decoration: underline; }

.loading { background: url(images/loading.gif) no-repeat; height: 16px; width: 16px; }
.return-top { background: url(yuejuan/images/bg_return.png) no-repeat; height: 42px; width: 42px; position: fixed; display: block; right: 30px; bottom: 60px; _position: absolute; _bottom: auto; }
.return-top:hover { background-position: 0px -42px; }

.center { width: 100%; vertical-align: top; resize: vertical; }
.center .centerleft { width: 200px; min-height: 650px; float: left; border: 1px solid #e2e2e2; }
.centerleft a { display: block; position: relative; text-decoration: none; height: 45px; line-height: 45px; border-bottom: 1px solid #e2e2e2; overflow: hidden; color: #696969; text-indent: 70px; }
.centerleft a.cur,.centerleft .menu-yj > li > a.cur { color: #1ebd83; }
.centerleft a.cur:before { content: ""; position: absolute; width: 6px; height: 10px; background: url(yuejuan/images/icon-menu.png) 0 -20px no-repeat; top: 50%; margin-top: -5px; right: 15px; }
.centerleft .menu-yj > li > a { background-color: #f5f5f5; color: #000; text-indent: 20px; }
.centerleft .menu-yj > li > a em { background-color: #1ebd83; width: 6px; height: 16px; margin-right: 8px; display: inline-block; vertical-align: middle; border-radius: 3px; }
.centerleft .menu-yj > li > a i { position: absolute; right: 15px; top: 50%; margin-top: -6px; width: 10px; height: 12px; background: url(yuejuan/images/icon-menu.png) 0 0 no-repeat; }
.centerleft .menu-yj > li > a i.down { background-position: -18px 0; }

.center .centerright { float: right; width: 990px; min-height: 650px; border: 1px solid #e2e2e2; overflow:hidden; text-align: left;}
.center .centerleft { text-align: left; }
.center .centerright a:hover { text-decoration: none; }

/*修复兼容样式*/
.center .BZcenter { position:static;height: 650px; overflow-y: scroll; margin:0 auto; min-height:650px; }
.center .BZcenter .help_directory{ border:none; background:#fff; box-shadow:none;}

.brade { width: 100%; height: 51px; line-height: 51px; border-bottom: 1px solid #e7e7eb; }
.brade h2 { font-size: 14px; font-weight: normal; padding-left: 30px; display: inline-block; float: left; }
.brade h2 a { cursor: pointer; }
.brade p { float: right; padding-right: 30px; }
.content { min-height: 595px; padding: 30px; overflow: hidden; }

/*分割线*/
div.cutline { height: 5px; overflow: hidden; clear: both; border-bottom: 1px dashed #ccc; margin-bottom: 5px; }
div.cutline10 { height: 10px; overflow: hidden; clear: both; border-bottom: 1px dashed #ccc; margin-bottom: 10px; }

.wrap { width: 1200px; margin: 0 auto; }
.wrapper { width: 1200px; margin: 0 auto; line-height: 70px;padding:20px;position: relative;}
.container { width: 100%; min-width: 1200px; margin: 0 auto; font-family: "微软雅黑"; font-size: 14px; background-color: #fff; vertical-align: top; overflow: hidden; }

/*bootstrap*/
.form-control { height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555555; background-color: #ffffff; background-image: none; border: 1px solid #cccccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; vertical-align: middle; }
.form-control:focus { border-color: #1ebd83; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); }
.form-control::-moz-placeholder { color: #999999; opacity: 1; }
.form-control:-ms-input-placeholder { color: #999999; }
.form-control::-webkit-input-placeholder { color: #999999; }

.radio-inline, .checkbox-inline, .label-inline { display: inline-block; margin-right: 12px; vertical-align: middle; font-weight: normal; cursor: pointer; }
.label-inline.boxed { border: 1px solid #ccc; background-color: #F5F5F5; padding: 3px; }

.input-sm { height: 28px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; }
select.input-sm { height: 28px; line-height: 30px; }

.input-group { position: relative; display: inline-table; border-collapse: separate; vertical-align: middle; }
.input-group[class*="col-"] { float: none; padding-left: 0; padding-right: 0; }
.input-group .form-control { position: relative; z-index: 2; float: left; margin-bottom: 0; }
.input-group-addon,
.input-group .form-control { display: table-cell; }
.input-group-addon:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0; }
.input-group .form-control + .form-control { margin-left: -1px; }
.input-group-addon { white-space: nowrap; vertical-align: middle; }
.input-group-addon { padding: 6px 12px; font-weight: normal; line-height: 1; color: #555555; text-align: center; background-color: #eeeeee; border: 1px solid #cccccc; border-radius: 4px; }
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] { margin-top: 0; }
.input-group .form-control:first-child,
.input-group-addon:first-child { border-bottom-right-radius: 0; border-top-right-radius: 0; }
.input-group-addon:first-child { border-right: 0; }
.input-group .form-control:last-child,
.input-group-addon:last-child { border-bottom-left-radius: 0; border-top-left-radius: 0; }
.input-group-addon:last-child { border-left: 0; }

.alert { padding: 15px; margin-bottom: 5px; border: 1px solid transparent; border-radius: 4px; }
.alert h4 { margin-top: 0; color: inherit; }
.alert .alert-link { font-weight: bold; }
.alert > p, .alert > ul { margin-bottom: 0; font-family: 'Arial'; font-size: 13px; overflow: hidden; }
.alert > p + p { margin-top: 5px; }
.alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d; }
.alert-success hr { border-top-color: #c9e2b3; }
.alert-success .alert-link { color: #2b542c; }
.alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #31708f; }
.alert-info hr { border-top-color: #a6e1ec; }
.alert-info .alert-link { color: #245269; }
.alert-warning { background-color: #fcf8e3; border-color: #faebcc; color: #8a6d3b; }
.alert-warning hr { border-top-color: #f7e1b5; }
.alert-warning .alert-link { color: #66512c; }
.alert-danger { background-color: #f2dede; border-color: #ebccd1; color: #a94442; }
.alert-danger hr { border-top-color: #e4b9c0; }
.alert-danger .alert-link { color: #843534; }

.panel { margin-bottom: 10px; background-color: #ffffff; border: 1px solid transparent; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
.panel-body { padding: 15px; position: relative; }
.panel-body .tip { color: #d7a113; text-align: center; padding: 10px; }
.panel-body .messagebox { position: absolute; color: red; top: -12px; background: white; padding: 0 5px; }
.panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; }
.panel-body + .panel-heading { border-radius: 0; }
.panel-heading > .dropdown .dropdown-toggle { color: inherit; }
.panel-title { margin-top: 0; margin-bottom: 0; font-size: 16px; color: inherit; }
.panel-title > i { display: inline-block; width: 22px; height: 22px; background: url(yuejuan/images/i-icon_20170307.png) no-repeat; vertical-align: middle; margin-right: 5px; }
.panel-title > i.feedback { background-position: -37px -258px; }
.panel-title > i.exercise { background-position: -32px -292px; }
.panel-title > i.set { background-position: -23px -340px; }
.panel-title > i.set-green { background-position: -23px -366px; }
.panel-title > i.course-info { background-position: -38px -210px; }
.panel-title > i.study-plan { background-position: -38px -235px; }
.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a { color: inherit; }
.panel-title span { background: #FFF; }
.panel-title dl { height: 1px; width: 625px; background-color: #efefef; float: right; margin-top: -11px; float: none\0; width: 650px\0; margin-left: 20px\0; *float: right; *margin-top: -11px; }
.panel-footer { padding: 10px 15px; background-color: #f5f5f5; border-top: 1px solid #dddddd; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; }

.panel-default { border-color: #dddddd; }
.panel-default > .panel-heading { color: #333333; background-color: #f5f5f5; border-color: #dddddd; }
.panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: #dddddd; }
.panel-default > .panel-heading .badge { color: #f5f5f5; background-color: #333333; }
.panel-default > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #dddddd; }
.panel-primary { border-color: #1ebd83; }
.panel-primary > .panel-heading { color: #ffffff; background-color: #1ebd83; border-color: #1ebd83; }
.panel-primary > .panel-heading h3 { color: #fff; }
.panel-primary > .panel-heading + .panel-collapse > .panel-body { border-top-color: #1ebd83; }
.panel-primary > .panel-heading .badge { color: #1ebd83; background-color: #ffffff; }
.panel-primary > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #1ebd83; }
.panel-success { border-color: #d4eeec; }
.panel-success > .panel-heading { color: #1ebd83; background-color: #eefaf9; border-color: #d4eeec; }
.panel-success > .panel-heading + .panel-collapse > .panel-body { border-top-color: #d4eeec; }
.panel-success > .panel-heading .badge { color: #1ebd83; background-color: #3c763d; }
.panel-success > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #d4eeec; }
.panel-info { border-color: #bce8f1; }
.panel-info > .panel-heading { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; }
.panel-info > .panel-heading + .panel-collapse > .panel-body { border-top-color: #bce8f1; }
.panel-info > .panel-heading .badge { color: #d9edf7; background-color: #31708f; }
.panel-info > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #bce8f1; }
.panel-warning { border-color: #faebcc; }
.panel-warning > .panel-heading { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; }
.panel-warning > .panel-heading + .panel-collapse > .panel-body { border-top-color: #faebcc; }
.panel-warning > .panel-heading .badge { color: #fcf8e3; background-color: #8a6d3b; }
.panel-warning > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #faebcc; }
.panel-danger { border-color: #ebccd1; }
.panel-danger > .panel-heading { color: #a94442; background-color: #f2dede; border-color: #ebccd1; }
.panel-danger > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ebccd1; }
.panel-danger > .panel-heading .badge { color: #f2dede; background-color: #a94442; }
.panel-danger > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ebccd1; }

/*按钮*/
.btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; padding: 6px 12px; font-size: 14px; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; line-height: 1.42857143; line-height: normal; }

/*默认按钮*/
.btn-default { color: #000; background-color: #ffffff; border-color: #cccccc; }
.btn-default:focus, .btn-default.focus, .btn-default:hover, .btn-default:active, .btn-default.active { color: #333; background-color: #e6e6e6; border-color: #8c8c8c; }
.btn-default:active:hover, .btn-default.active:hover, .btn-default:active:focus, .btn-default.active:focus, .btn-default:active.focus, .btn-default.active.focus { color: #333; background-color: #d4d4d4; border-color: #8c8c8c; }

/*首选项按钮*/
.btn-primary { color: #ffffff; background-color: #1ebd83; }
.btn-primary:focus, .btn-primary.focus, .btn-primary:hover, .btn-primary:active, .btn-primary.active { color: #ffffff; background-color: #18b079; }
.btn-primary:active:hover, .btn-primary.active:hover, .btn-primary:active:focus, .btn-primary.active:focus, .btn-primary:active.focus, .btn-primary.active.focus { color: #ffffff; background-color: #18b079; }
/*成功按钮*/
.btn-success { color: #ffffff; background-color: #f88e8a; }
.btn-success:focus, .btn-success.focus, .btn-success:hover, .btn-success:active, .btn-success.active { color: #ffffff; background-color: #f6746f; }
.btn-success:active:hover, .btn-success.active:hover, .btn-success:active:focus, .btn-success.active:focus, .btn-success:active.focus, .btn-success.active.focus { color: #ffffff; background-color: #f6746f; }
/*一般信息按钮*/
.btn-info { color: #ffffff; background-color: #a7a7a7; }
.btn-info:focus, .btn-info.focus, .btn-info:hover, .btn-info:active, .btn-info.active { color: #ffffff; background-color: #939393; }
.btn-info:active:hover, .btn-info.active:hover, .btn-info:active:focus, .btn-info.active:focus, .btn-info:active.focus, .btn-info.active.focus { color: #ffffff; background-color: #939393; }
/*警告按钮*/
.btn-warning { color: #ffffff; background-color: #0079bf; }
.btn-warning:focus, .btn-warning.focus, .btn-warning:hover, .btn-warning:active, .btn-warning.active { color: #ffffff; background-color: #036eac; }
.btn-warning:active:hover, .btn-warning.active:hover, .btn-warning:active:focus, .btn-warning.active:focus, .btn-warning:active.focus, .btn-warning.active.focus { color: #ffffff; background-color: #036eac; }
/*危险按钮*/
.btn-danger { color: #ffffff; background-color: #d9534f; border-color: #d43f3a; }
.btn-danger:focus, .btn-danger.focus, .btn-danger:hover, .btn-danger:active, .btn-danger.active { color: #ffffff; background-color: #c9302c; border-color: #761c19; }
.btn-danger:active:hover, .btn-danger.active:hover, .btn-danger:active:focus, .btn-danger.active:focus, .btn-danger:active.focus, .btn-danger.active.focus { color: #ffffff; background-color: #ac2925; }
/*空心按钮*/
.btn-empty { color: #1ebd83; background-color: #fff; border-color: #1ebd83; }
.btn-emptyr:focus, .btn-empty.focus, .btn-empty:hover, .btn-empty:active, .btn-empty.active { color: #fff; background-color: #1ebd83; }
.btn-empty:active:hover, .btn-empty.active:hover, .btn-empty:active:focus, .btn-empty.active:focus, .btn-empty:active.focus, .btn-empty.active.focus { color: #ffffff; background-color: #1ebd83; }
/*按钮大小*/
.btn-lg, .btn-group-lg > .btn { font-size: 16px; font-weight: normal; padding: 6px 12px; min-width: 107px; border-radius: 5px; }
.btn-sm, .btn-group-sm > .btn { font-size: 12px; border-radius: 3px; min-width: 70px; }
.btn-xs, .btn-group-xs > .btn { min-width: 61px; font-size: 12px; border-radius: 3px; padding: 2px 5px; font-family: "微软雅黑",Arial,"宋体"; }
.btn-xs.btn-tip { font-weight: bold; text-decoration: none; font-size: 18px; padding: 2px 5px; }
/*带图标按钮*/
.btn-icon { min-width: 102px; height: 36px; *height: auto; }
.btn-icon i { display: inline-block; width: 24px; height: 24px; background: url(yuejuan/images/i-icon_20170307.png) no-repeat; vertical-align: middle; }
.btn-icon i.i-binding { background-position: 0 -207px; }
.btn-icon i.i-add { background-position: 0 -229px; }
.btn-icon i.i-back { background-position: 0 -254px; }
.btn-noadd { width: 114px; height: 36px; *height: auto; color: #1ebd83; background-color: #ffffff; border-color: #1ebd83; }
.btn-icon i.i-noadd { background-position: 0 -288px; }

button.btn-noadd:focus, button.btn-noadd.focus, button.btn-noadd:hover, button.btn-noadd:active, button.btn-noadd.active, button.btn-noadd:active:hover, button.btn-noadd.active:hover, button.btn-noadd:active:focus, button.btn-noadd.active:focus, button.btn-noaddr:active.focus, button.btn-noaddr.active.focus { color: #ffffff; background-color: #1ebd83; }
button.btn-noadd:focus i.i-noadd, button.btn-noadd.focus i.i-noadd, button.btn-noadd:hover i.i-noadd, button.btn-noadd:active i.i-noadd, button.btn-noadd.active i.i-noadd, button.btn-noadd:active:hover i.i-noadd, button.btn-noadd.active:hover i.i-noadd, button.btn-noadd:active:focus i.i-noadd, button.btn-noadd.active:focus i.i-noadd, button.btn-noaddr:active.focus i.i-noadd, button.btn-noaddr.active.focus i.i-noadd { background-position: -39px -317px; }

em.btn-ui { background: url(yuejuan/images/i-icon_20170307.png) no-repeat; width: 20px; height: 20px; line-height: 20px; vertical-align: middle; display: inline-block; border: none; margin: 2px; }
em.btn-ui.lookup { background-position: 0 -334px; }
em.btn-ui.lookout { background-position: -52px -374px; }
em.btn-ui.more { background-position: 0 -354px; }
em.btn-ui.record { background-position: 0 -374px; }

li a.square-add { display: inline-block; position: relative; width: 80px; height: 80px; border: 2px dashed #d6d6d6; }
li a.square-add i { display: inline-block; position: absolute; left: 50%; top: 50%; border-radius: 5px; background-color: #d6d6d6; }
li a.square-add .square-col { width: 12px; height: 46px; margin-left: -6px; margin-top: -23px; }
li a.square-add .square-row { width: 46px; height: 12px; margin-left: -23px; top: 50%; margin-top: -6px; }


.bg-default { background: #eeeeee; }
.bg-primary { background: #1ebd83; color: white; }
.bg-success { background: #f2fffe; color: #28d2c6; border: 1px solid #e9effd; }
.bg-info { background: #fffffc; }
.bg-warning { background: #ffd686; }
.bg-danger { background: #d9534f; color: white; }

.btn-group { display: inline-block; vertical-align: middle; }
.btn-group > .btn { position: relative; float: left; }
.btn-group > .btn:first-child:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.btn-group > .btn:not(:first-child):not(:last-child) { border-radius: 0; }
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group { margin-left: -1px; }
.btn-group > .btn:last-child:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; }

/*IE7 for bootstrap*/
.form-control { *height: 18px; *padding: 4px 12px; *float: left; *margin-right: 5px; }
.input-group { *float: left; *margin-right: 5px; }
.input-group .form-control { *margin-right: -1px; }
.input-group-addon { *float: left; }
select.form-control { *height: 28px; *line-height: 28px; *padding: 0; vertical-align: middle; }
.input-sm { *height: inherit; *padding: inherit; *font-size: inherit; *line-height: inherit; }
.btn-select { border: 1px solid #ccc; padding: 0; height: 33px; *height: 34px; }
@-moz-document url-prefix() {
    .btn-select { height: 33px; }
}
/*firefox hack*/


/*提示框*/
.box-overlay { position: absolute; background: #333; left: 0; top: 0; opacity: 0.5; filter: Alpha(Opacity=50); }
.box-wrapper { position: absolute; overflow: hidden; -moz-border-radius: 4px; box-shadow: 2px 2px 10px #C7C7C7; }
.box-wrapper .box-inner { padding: 0; margin: 0; text-align: left; overflow: hidden; background: white; display: inline-block; float: left; }
.box-wrapper .title-bar { position: relative; background: #efefef; padding: 12px 15px; padding-right: 40px; border-bottom: 1px solid #ccc; }
.box-wrapper .title-bar.dragging { cursor: move; }
.box-wrapper .title-bar h2 { font-size: 14px; line-height: inherit; font-weight: normal; }
.box-wrapper .title-bar .hclose { width: 25px; height: 25px; line-height: 19px; position: absolute; top: 0px; right: 0px; float: right; margin: 10px 10px; border: none; cursor: pointer; background-color: #eee; color: #aaa; border-radius: 50%; font-size: 24px; font-family: Arial; }
.box-wrapper .body-content { position: relative; background: #fff; text-align: left; border: 0; overflow-y: auto; clear: both; }
.box-wrapper .footer-bar { position: relative; display: none; color: #000; background-color: #eee; border-top: 1px solid #ccc; padding: 5px 10px; text-align: right; }
.box-wrapper .footer-bar .h1 { font-size: inherit; float: none; }

.box-modal.box-wrapper { width: 100%; height: 100%; overflow: hidden; overflow-y: auto; position: fixed; left: 0 !important; top: 0 !important; text-align: center; padding: 20px; }
.box-modal.box-wrapper .box-inner { float: none; max-width: 100%; width: 1170px; }
.box-modal.box-wrapper .body-content { border: none; width: 100%; }
body.modal-open { overflow: hidden; }

/*表单*/
table { border-collapse: collapse; border-spacing: 0; }
table th { font-weight: bold; text-align: right; }
table th, table td { padding: 5px 3px; }

.rowtable { border-collapse: collapse; width: 100%; line-height: 20px; font-size: 13px; font-family: 'Arial'; text-align: center; border: 1px solid #d4eeec; border-radius: 5px; box-shadow: 1px 1px 5px #D1E8E7; }
.rowtable thead { line-height: 27px; }

.rowtable th, .rowtable td { border: 1px solid #d4eeec; word-break: break-all; }
.rowtable tbody tr:nth-child(even) { background-color: #fffffc; }
.rowtable tbody tr:nth-child(odd) { background-color: #eefffe; }
.rowtable th { font-family: '微软雅黑'; font-size: 14px; font-weight: bold; text-align: center; background-color: #1ebd83; padding: 0.5em 0; color: #fff; }
.rowtable .seq { width: 3em; padding: 0; border: 1px solid #C8EAE9; }
.rowtable td.action { border: 1px solid #C8EAE9; }
.rowtable td.action a, .rowtable td.action label { font-size: 12px; display: inline-block; }
.rowtable tfoot.more td { font-size: 14px; letter-spacing: 2px; background-image: linear-gradient(to bottom,#EBF0F5,#BCCAD7); cursor: pointer; }
.rowtable tfoot td { padding: 1em; }
.rowtable tfoot td .btn { font-size: 13px; }
.rowtable tfoot td .btn-select { height: 29px; }
@-moz-document url-prefix() {
    .rowtable tfoot td .btn-select { height: 32px; }
}
/*firefox hack*/

.rowtable.multiple tbody td { border-top: none; }
.rowtable.multiple tbody td.action { border: 1px solid #C8EAE9; }
.rowtable.multiple .seq { border: 1px solid #C8EAE9; }
.rowtable.multiple tbody tr:nth-child(even), .rowtable.info tbody tr:hover { background: inherit; }
.rowtable.multiple tbody:nth-child(even) { background-color: #eefffe; }
.rowtable.multiple tbody:nth-child(odd) { background-color: #fffffc; }
.rowtable.multiple tr.main td { font-size: 1.1em; }
.rowtable.multiple tr.des td { text-align: left; font-size: 1em; padding: 0.6em 1em; padding-top: 1.2em; padding-bottom: 0.8em; color: #5D5D5D; border-bottom: 1px solid #C8EAE9; font-family: '宋体'; }
.rowtable.multiple tbody tr { background: none; }

.rowtable.timetable thead th { height: 50px; line-height: 50px; font-size: 20px; color: #fff; background-color: #02c7af; }
.rowtable.timetable thead th a { text-decoration: none; color: #fff; }
.rowtable.timetable thead td { font-family: '微软雅黑'; font-weight: 500; font-size: 14px; height: 40px; text-align: center; background-color: #ffffff; }
.rowtable.timetable tr td { width: 95px; border: 1px solid #C8EAE9; }
.rowtable.timetable tbody tr td { height: 110px; padding: 10px 0; }
.rowtable.timetable tbody tr td a { position: relative; width: 90px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: inline-block; margin: 5px 0; color: #fff; }
.rowtable.timetable tbody tr td a:hover { font-weight: bold; }
.rowtable.timetable .today { background-color: #fef2f2; }
.rowtable.timetable .course { background-color: #02c7af; }
.rowtable.timetable .goweek { margin-right: 20px; font-size: 14px; color: #02c7af; background-color: #fff; width: 78px; height: 27px; line-height: 27px; border-radius: 5px; margin-top: -38px; }
.rowtable.timetable thead td { background-color: #eeeeee; }

.costtable { border: 1px solid #e8e8e8; box-shadow: none; }
.rowtable.costtable tbody tr:nth-child(even) { background-color: #eefffe; }
.rowtable.costtable tbody tr:nth-child(odd) { background-color: #f8f8f8; }
.rowtable.costtable tr td, .rowtable.costtable th { border: 1px solid #e0e0e0; }
.rowtable.costtable tbody tr td { padding: 0; }
.rowtable.costtable tbody tr td span { width: 100%; height: 55px; display: inline-block; line-height: 55px; }
.rowtable.costtable tbody tr td span.fees { background-color: #02c7af; color: #FFF; }
.rowtable.costtable tbody tr td span.accounts { background-color: #f88e8a; color: #FFF; }
.rowtable.costtable tr td div.cutline { height: 0; margin-bottom: 0; }
.rowtable.costtable tr td div.input { height: 52px; }
.rowtable.costtable tr td div.input input { margin-top: 12px; text-align: center; }

/*考点树*/
.point-tree, .point-tree ul { list-style: none; }
.point-tree li { background: #ededed; margin: 5px 0 8px 0; padding-left: 16px; font-size: 15px; text-align: left; line-height: 38px; }
.point-tree li i { height: 18px; width: 18px; color: #fff; background-color: #02c7af; border-radius: 50%; font-size: 16px; font-style: normal; font-weight: bolder; display: inline-block; vertical-align: middle; line-height: 16px; text-align: center; }
.point-tree li a { color: #000; }
.point-tree li a:focus, .point-tree li a:hover { text-decoration: none; }
.point-tree .children { padding-bottom: 10px; padding-right: 15px; }
.point-tree .children li { background: #fff; }
.point-tree .children li a { color: #B1B1B1; }
.point-tree .children .point-children { padding-right: 30px; }
.point-tree .children .point-children li { margin: 0; }
.point-tree .children .point-children li label { margin: 5px 0; padding: 0; padding-left: 15px; cursor: pointer; }

/*首页*/
/*banner*/
.banner-yj { height: 650px; width: 100%; min-width: 1200px; margin: 0 auto; }
.banner-yj .wrap { position: relative; }
.index-banner { background-color: #1ebd83; }
.index-banner img { position: absolute; top: 0; left: 0; }
.login-yj { position: absolute; width: 270px; right: 0px; top: 123px; background-color: #f8f8f8; border-radius: 20px; padding: 35px 15px 30px 15px; }
.login-yj .tlt { font-size: 24px; text-align: center; margin-bottom: 20px; }
.login-yj input { border: 1px solid #dddddd; background-color: #fff; padding: 0 15px; margin: 10px auto; width: 100%; height: 44px; line-height: 44px; }
.login-yj .btn-login { display: block; text-align: center; font-size: 16px; border: none; cursor: pointer; border-radius: 8px; letter-spacing: 10px; color: #fff; background-color: #1ebd83; line-height: 46px; height: 46px; margin: 20px auto 25px; width: 100%; }
.login-yj .forget { color: #b7b7b7; font-size: 16px; text-decoration: underline; float: right; }

.front-box { width: 100%; min-width: 1200px; margin: 0 auto; padding: 50px 0; }
.txt-cont { text-align: left; font-size: 16px; color: #3d413e; line-height: 34px; }
.txt-cont h2 { font-size: 30px; margin: 75px 0 30px; }
.txt-cont h2 strong { font-size: 50px; margin-right: 10px; }

.f-student, .f-teacher { display: none; }
.teach-banner { background-color: #3cb35e; padding-top: 50px; height: 600px; }
.teach-banner .img-ban { float: left; width: 610px; height: 560px; background: url(yuejuan/images/pic.png) 0 -713px no-repeat; }
.txt-ban { float: right; margin-top: 130px; text-align: center; margin-right:120px; }
.txt-ban h2 { font-size: 48px; color: #f4ffd0; margin: 30px auto; }
.txt-ban .line-ban { height: 5px; width: 406px; background: url(yuejuan/images/pic.png) 0 -1279px no-repeat; margin: 35px auto; }
.txt-ban span { color: #fff; font-size: 24px; }
.txt-ban .btn-enter { border: none; height: 52px; cursor: pointer; line-height: 52px; border-radius: 26px; margin-top: 45px; padding: 0 36px; color: #25795a; font-size: 20px; background-color: #e0fb00; }
.block { padding: 50px 0; text-align: center; }
.block h3 { width: 190px; height: 135px; font-size: 24px; background: url(yuejuan/images/pic.png) no-repeat; line-height: 160px; text-indent: 50px; }
.block .h3-first { background-position: 5px -578px; }
.block .h3-second { background-position: -197px -578px; }
.block .h3-third { background-position: -406px -578px; }
.ul-circle li { float: left; width: 290px; height: 290px; border-radius: 50%; border: 2px solid #1ebd83; background-color: #fff; color: #747474; font-size: 16px; overflow: hidden; }
.ul-circle li h4 { background-color: #; }
.ul-circle li h4 { background-color: #1ebd83; width: 100%; height: 85px; line-height: 85px; color: #ecfff8; font-size: 16px; text-align: center; }
.ul-circle li p { line-height: 28px; padding: 15px 20px 0; text-align: left; }
.img-box { float: left; margin: 50px 35px 0 0; }
.img-box div { width: 565px; height: 332px; padding: 10px; text-align: center; background-color: #1ebd83; box-shadow: -1px 4px 2px 2px rgba(0, 0, 0, 0.4); }
.img-box p { margin-top: 10px; font-size: 16px; color: #3cb35e; }

.student-banner { background-color: #27bbf2; }
.student-banner .img-ban { background-position: 0 0; }
.f-student .ul-circle li { margin-right: 110px; }
.f-student .last-box { margin-left: 310px; }

/*安装手册*/
.BZcenter { width: 100%; background: #fff;}
.BZcenter .content { width: 1140px; margin: 0 auto; padding-top: 30px; padding-bottom: 30px; }
.BZcenter .Dtitle { font-size: 24px; text-align: center; padding-bottom: 20px; }
.BZcenter .help_directory { padding: 20px 60px; margin-bottom: 30px; border: 1px solid #ccc; background: #fff; box-shadow: 2px 2px 4px #ceced0; }
.BZcenter .help_directory  a{ color: #333533; }
.BZcenter .help_directory a:hover {color: #1EBD83; } 
.BZcenter .help_directory em { color: red; }
.BZcenter .Xtitle { height: 36px; line-height: 36px; padding: 0 15px; position: relative; zoom: 1; font-size: 18px; border-bottom: 1px solid #ccc; }
.BZcenter .Xtitle .icons { display: block; position: absolute; left: 0; top: 9px; height: 20px; width: 0; overflow: hidden; border-left: 5px solid #1EBD83; }
.BZcenter .Xml { line-height: 35px; font-size: 14px; color: #666666; padding: 15px 0 15px 18px; }
.Xml p img { max-width: 98%; margin: 0 auto; text-align: center; }

div.footer{
    width: 100%;
    height: 120px;
    line-height: 120px;
    text-align: center;
    background: rgba(6, 90, 137, 0.7);
    color: #fff;
}
div.footer a{
    color:#fff;
}
.layui-m-layerchild{width: 340px !important;position: relative;}
.layui-m-layerchild .layui-m-layercont{padding:20px;}
.layui-m-layerchild .layui-m-layercont .close{position: absolute;right: 10px;top: 10px;width:20px;height: 20px;color:#676262;background-color: #f5f5f5;border:1px solid #ccc;border-radius: 20px;cursor: pointer;}