* {
    margin: 0px;
    padding: 0px;
    background: none;
    outline: 0px;
    border: none
}

body {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    background-color: #e9edf0;width: 100%;height: 100%;
}

body.layerBg {
    background-color: #fafdff;
}
.min {
    min-width: 1180px;
}

h1,
h2,
h5 {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
    margin: 0;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

input,
textarea,
select {
    font-family: "Microsoft YaHei";
}

input[type="text"],
input[type="password"],
select {border: 1px solid #d0e0e9;background-color: #fff;height: 34px;line-height: 1;font-size: 12px;color: #52616c;}

select {
    min-width: 60px;
}

input[type="text"],
input[type="password"]

{
    text-indent: 6px;
}
input[type="text"][readonly],
input[type="text"][disabled],
select[readonly],
select[disabled]{
    cursor: no-drop;
    background-color: #f5f5f5;
}

input.input320[type="text"] {

    width: 320px;
}

.m20 {
    margin: 20px;
}

.mtp20 {
    margin: 20px 0;
}

.p20 {
    padding: 20px;
}
.p15  {
    padding: 15px;
}
.btn {
    font-size: 12px;
}

.btn:hover,
button:hover {
    opacity: 0.9;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}

.whiteBorBtn,
.whiteBorBtn:hover,
.whiteBorBtn:active {
    border: 1px solid #fff;
    color: #fff;
}

.greenBorBtn,
.greenBorBtn:hover,
.greenBorBtn:active {
    border: 1px solid #57c6b9;
    color: #57c6b9;
}

.blueBorBtn,
.blueBorBtn:hover,
.blueBorBtn:active {
    border: 1px solid #22a0c0;
    color: #22a0c0;
}

.redBorBtn,
.redBorBtn:hover,
.redBorBtn:active {
    border: 1px solid #e4578f;
    color: #e4578f;
}

.greenBtn,
.greenBtn:hover,
.greenBtn:active,
.greenBtn:focus {
    background-color: #57c6b9;
    color: #fff;
}

.blueBtn,
.blueBtn:hover,
.blueBtn:active,
.blueBtn:focus {
    background-color: #20a6f2;
    color: #fff;
}

.redBtn,
.redBtn:hover,
.redBtn:active,
.redBtn:focus {
    background-color: #ff1d52;
    color: #fff;
}

.whiteBtn,
.whiteBtn:focus,
.whiteBtn:active,
.whiteBtn:focus {
    background-color: #fff;
    color: #8f661f;
}

.grayBtn,
.grayBtn:focus,
.grayBtn:active,
.grayBtn:focus {
    background-color: #dee1e4;
    color: #52616c;
}

.table {
    -webkit-display: table;
    -moz-display: table;
    -ms-display: table;
    -o-display: table;
    display: table;
    margin: 0;
}

.tableCell {
    -webkit-display: table-cell;
    -moz-display: table-cell;
    -ms-display: table-cell;
    -o-display: table-cell;
    display: table-cell;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #768692;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #768692;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #768692;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #768692;
}

span.highLight {
    background-color: #facb7b;
    color: #fff;
    padding: 0 3px;
    margin: 0 1px;
}

.layerBox {
    display: none;
}

.login input::-webkit-input-placeholder {
    color: #666666;
}

.login input:-moz-placeholder {
    color: #666666;
}

.login input::-moz-placeholder {
    color: #666666;
}

.login input:-ms-input-placeholder {
    color: #666666;
}

#header {
    height: 80px;
    line-height: 80px;
    position: relative;
    background-color: #fff;
    border-bottom: 2px solid #d6d6d6;
    box-shadow: 0 5px 5px rgba(223, 232, 238, 0.9);
}
#header h2 {
    font-size: 18px;
    color: #38ad9f;
    position: absolute;
    left: 0;
    top: 0;
    width: 180px;
    height: 80px;
    line-height: 80px;
    padding-left: 20px;
}

#header .logo {
    display: inline-block;
    font-size: 18px;
    color: #333;
    position: absolute;
    left: 0;
    top: 0;
    height: 80px;
    line-height: 80px;
    padding-left: 20px;
}
#header .logo img {
    max-width:100px;
    max-height:40px;
    margin-right:10px;
}
#header .tab {
    margin-left: 15%;
}

#header .tab span {
    color: #fff;
    margin: 0 10px 0 120px;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 11px;
    background: #57c6b9;
    border-radius: 16px;
    position:relative;
}
#header .tab span:after{
    display: block;
    content:'';
    position:absolute;
    right:-6px;
    top:50%;
    margin-top: -4px;
    height: 4px;
    border: 4px solid #57c6b9;
    border-right-width: 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
}
#header .tab span.tabSpan {
    margin-left: 40px;
}
#header .tab a {
    position: relative;
    color: #666666;
    margin-right: 15px;
    display: inline-block;
    height: 78px;
    line-height: 78px;
    padding: 0 5px;
}

#header .tab a.active {
    border-bottom: 2px solid #3ec3d3;
    color: #29c1e8;
}

#header .tab a:hover {
    color: #29c1e8;
}
#header .userOp {
    position: absolute;
    top: 0;
    right: 0;
    width: 180px;
    text-align: right;
    padding-right: 20px;
}

#header .userOp a {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../image/student/stuIco.png) no-repeat;
    margin-left: 10px;
    vertical-align: middle;
    position:relative;
}
#header .userOp .icoMsg.hasMsg:after{
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #e4578f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: 3px;
}
#header .userOp a.icoMsg {
    background-position: 0 -400px;


}

#header .userOp a.icoMsg:hover {
    background-position: 0 -368px;
}

#header .userOp a.icoUser {
    background-position: 0 -240px;
}

#header .userOp a.icoUser:hover {
    background-position: 0 -208px;
}

#header .userOp a.icoQuit {
    background-position: 0 -432px;
}

#header .userOp a.icoQuit:hover {
    background-position: 0 -304px;
}

#wrap {
    width: 1180px;
    margin: 0 auto;
}

#tool {
    width: 55px;
    /* height: 162px; */
    background-color: #9ea5ad;
    position: fixed;
    right: 0;
    top: 60%;
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -ms-border-top-left-radius: 3px;
    -o-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -ms-border-bottom-left-radius: 3px;
    -o-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

#tool .tool {}

#tool .toolTxt {
    width: 55px;
    text-align: center;
    display: inline-block;
    border-bottom: 1px solid #c7cdd3;
    font-size: 12px;
    color: #fff;
    padding: 18px 0;
    cursor: pointer;
}

#tool .toolApp {
    width: 205px;
    background-color: #ffffff;
    position: absolute;
    top: 0px;
    right: 100px;
    opacity: 0.8;
    border: 1px solid #d6d9dc;
    border-radius: 3px;
    z-index: 2110115;
}
#tool .appTxt {
    width: 205px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    padding: 0 0 10px 0;
}

#tool .toolTxt:hover {
    color: #57c6b9;
    background-color: #fff;
}

#tool .toolBack {
    border-bottom: none;
    padding: 10px 0;
}

.conLeft {
    width: 300px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    float: left;
    -webkit-box-shadow: 0 0 10px rgba(208, 221, 231, 0.75);
    box-shadow: 0 0 10px rgba(208, 221, 231, 0.75);
}

.conRight {
    margin-left: 320px;
}

.courseLsft {}

.courseLsft .cLTop {
    background-color: #29c1e8;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -ms-border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -ms-border-top-right-radius: 5px;
    -o-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px 20px;
    position: relative;
}

.courseLsft .cLTop span {
    color: #fff;
    display: inline-block;
    width: 175px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.courseLsft .cLTop span:before {
    content: "";
    display: inline-block;
    width: 44px;
    height: 44px;
    background: url(../image/student/stuIco.png) 0 -528px no-repeat;
    vertical-align: middle;
    margin-right: 20px;
}

.courseLsft .cLTop button {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px;
}

.courseLsft .mainDate {
    padding: 10px 20px;
    border-bottom: 1px solid #dfe8ee;
}

.courseLsft .record {}

.courseLsft .studyRecord {
    color: #666666;
}

.courseLsft .record ul {
    margin: 0;
}

.courseLsft .record li {
    font-size: 0;
    margin-top: 15px;
}

.courseLsft li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

.courseLsft span.sRTime {
    color: #29c1e8;
    border: 1px solid #dfe8ee;
    width: 72px;
    text-align: center;
    padding: 2px 0;
}

.courseLsft span.classroom {
    color: #999999;
    margin: 0 10px;
    width: 20%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.courseLsft span.sRCon {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 44%;
    color: #666666;
}

.coursebox {}

.courseList {}

.courseList .courseItem {
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -ms-border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -ms-border-top-right-radius: 5px;
    -o-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 20px;
}

.courseTop {
    padding: 0 20px;
    border-bottom: 1px solid #dfe8ee;
    position: relative;
    height: 45px;
    line-height: 45px;
}

.courseTop .courseName {
    font-size: 16px;
    color: #333;
    width:60%;
}

.courseTop .op {
    position: absolute;
    top: 0;
    right: 20px;
}

.courseTop .op a {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../image/student/stuIco.png) no-repeat;
    vertical-align: middle;
    margin-left: 10px;
}

.courseTop .op a.icoCollect {
    background-position: 0 -128px;
}

.courseTop .op a.icoCollect:hover {
    background-position: 0 -96px;
}

.courseTop .op a.icoWrong {
    background-position: 0 -48px;
}

.courseTop .op a.icoWrong:hover {
    background-position: 0 -32px;
}

.courseTop .op a.icoNote {
    background-position: 0 -16px;
}

.courseTop .op a.icoNote:hover {
    background-position: 0 0;
}

.courseTop .op a.icoAnswer {
    background-position: 0 -80px;
}

.courseTop .op a.icoAnswer:hover {
    background-position: 0 -112px;
}

.courseWrap {
    width: 100%;
}

.courseImg,
.courseCon,
.courseBtn {
    vertical-align: middle;
}

.courseImg {
    width: 200px;
    height: 130px;
    overflow: hidden;
}

.courseImg img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.courseCon {
    padding: 0 20px;
}

.courseCon .courseMsg {
    margin-bottom: 20px;
}

.courseMsg span.cSort {
    color: #666;
}

.courseMsg span.cMsg {
    color: #666;
}

.progressBox {
    display: inline-block;
    width: 48%;
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-color: #e1ecf4;
    position: relative;
    vertical-align: middle;
}

.progressBox .currentProgress {
    background-color: #e6bb72;
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
}

.progressBox .currentProgress:after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../image/student/stuIco.png) 0 -180px no-repeat;
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -10px;
    margin-left: -14px;
}

.courseMsg span.overNum {
    color: #e6bb72;
    margin-right: 3px;
    margin-left: 10px;
}

.courseMsg span.allNum {
    color: #666;
    font-size: 12px;
}

.courseBtn {
    width: 110px;
    text-align: center;
}

.courseBtn button {
    border: 1px solid #57c6b9;
    height: 36px;
    line-height: 34px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
    padding: 0 30px;
    color: #38ad9f;
    width: 120px;
    font-size: 14px;
}

.courseBtn button:hover {
    background-color: #57c6b9;
    color: #fff;
}

.pagination {
    text-align: right;
    width: 100%;
}

.pagination a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #95a5b1;
}

.pagination a.active {
    color: #4996e3;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 5px 5px rgba(218, 227, 233, 0.9);
}



/* login */
.loginBg {
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index: -1;
}
.loginBg img {
    position: fixed;
    width:100%;
    height:100%;
}

.loginTop {
    padding: 20px 20px 0;
    position: relative;
}

.loginTop .logo {
    display: inline-block;
    height: 48px;
    font-size: 22px;
    color: #fff;
}
.loginTop .logo img {
    max-height: 38px;
    margin-right: 10px;
}
.loginTop .loginOp {
    position: absolute;
    top: 20px;
    right: 20px;
}

.loginTop .loginOp a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    color: #fff;
}

.loginTop .loginOp button {
    background: url(../image/student/teacherLoginShadow.png) 0 0 repeat;
    border: 1px solid #fff;
    color: #52616c;
    vertical-align: middle;
    margin-left: 10px;
    width: 98px;
    height: 36px;
}

.loginTop .loginOp button:hover {
    opacity: 0.9;
}

.loginWrap {
    color: #fff;
    font-size: 0;
    width: 825px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -250px 0 0 -422px;
}
.loginForm {
    display: inline-block;
    vertical-align: top;
    width: 600px;
    height: 500px;
    background: url(../image/student/loginShadow.png) left top repeat;
    margin-right:5px;
    padding:80px 0;
}
.loginWrap .stuLogin {
    display: block;
    font-size: 30px;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
}

.login {
    margin:0 auto;
    width: 300px;
}

.login form {}

.login input {
    width:100%;
    color: #666;
    border: 1px solid #c1cdd6;
    height: 48px;
    line-height: 48px;
    text-indent: 10px;
    background-color: #fff;
    margin-bottom: 15px;
    font-size:16px;
}

label.radioBox {
    margin-bottom: 0;
    width: auto;
}

span.icoRadio {
    width: 18px;
    height: 18px;
    cursor: pointer;
    text-align: center;
    background: url(../image/student/loginIco.png) no-repeat;
    background-position: 0 -16px;
    display: inline-block;
    margin-right: 5px;
}

input.radioclass,
input.checkclass {
    opacity: 0;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    margin: 0;
}

span.icoRadio.on {
    background-position: 0 -34px;
}

label.checkBox {
    margin-bottom: 0;
    width: auto;
}

span.icoCheck {
    width: 22px;
    height: 22px;
    cursor: pointer;
    text-align: center;
    background: url(../image/student/stu.png) no-repeat;
    background-position: 0 -529px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: text-top;
}

input.radioclass,
input.checkclass {
    opacity: 0;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    margin: 0;
    width: 100%;
    height: 100%;
}

span.icoCheck.on {
    background-position: 0 -485px;
}

span.icoCheck.right {
    background-position: 0 -441px;
}

span.radioTxt {
    font-weight: normal;
    font-size: 16px;
}

.login .loginBtn {
    color: #fff;
    font-size: 16px;
    background-color: #28c8b5;
    width: 100%;
    height: 44px;
    margin:25px 0 15px;
}
.login .forget {
    font-size: 14px;
    color: #999;
}
.famous {
    display: inline-block;
    vertical-align: top;
    width:220px;
    height:500px;
    background: url(../image/student/greenBg.png) left top repeat;
    padding: 160px 28px;
}
.famous p {
    font-size: 18px;
    color: #fff;
    font-family: 仿宋_GB2312;
    line-height:30px;
}
.famous p span {
    display: block;
    font-size: 40px;
    text-align: center;
    line-height:56px;
}
.famous p.author {
    margin-top:10px;
    text-align: right;
}
.loginBottom {
    text-align: center;
    padding: 20px 0;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
}

.loginBottom span {
    font-size:12px;
    color: #666;
}
.loginBottom .phone {
    margin-left: 15px;
}
.loginBottom .phone span {
    font-size: 16px;
    color: #57c6b9;
    font-size: 18px;
}
.loginBottom .fItem{
    margin-right:12px;
}
.loginBottom .fItem +.fitem{
     margin-right:20px;
}
.loginBottom .sep{
    margin:0 5px;
}
.loginBottom .fItem i,
.loginBottom .fItem span{
    display: inline-block;
    vertical-align: middle;
}
.loginBottom .icon-nin-1{
    width:32px;
    height:17px;
    background: url(../image/student/stu.png) -51px -301px no-repeat;
    margin-right: 1px;
}
.loginBottom .icon-kuaiji-1{
    width:24px;
    height:20px;
    background: url(../image/student/stu.png) -51px -322px no-repeat;
    margin-right: 1px;
}
.currentPage {
    color: #52616c;
    padding: 20px 0;
    font-size: 12px;
}

.currentPage span {}

.currentPage a {
    color: #666;
}

.currentPage a.active {
    color: #29c1e8;
}

.wrapper {
    position: relative;
    padding-bottom: 20px;
}

.wrapper .wLeft {
    margin-right: 320px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.wrapper .wRight {
    position: absolute;
    width: 300px;
    top: 0;
    right: 0;
}

.wrapper .wrapperTop {
    position: relative;
}
.wrapper .fixedTop {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #fff;
}
.wrapper .fixedTop +.tab-content {
    padding-top: 48px;
}
.searchBox {
    border: 1px solid #bbcfdd;
    width: 200px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}

.searchBox input {
    text-indent: 15px;
    font-size: 12px;
    width: 165px;
    border: none;
    background-color: transparent;
    height: auto;
    line-height: initial;
    color:#666;
}

.searchBox span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../image/student/stuIco.png) 0 -64px no-repeat;
    vertical-align: sub;
}

.chapterNav {
    border-bottom: 1px solid #dfe8ee;
    padding: 6px 20px 0;
}

.chapterNav li {}

.chapterNav li>a {
    color: #999;
    padding: 10px 20px;
}

.chapterNav li>a:hover {
    border: 1px solid #fff;
    border-bottom: none;
    background-color: transparent;
}

.chapterNav>li.active>a,
.chapterNav>li.active>a:hover,
.chapterNav>li.active>a:focus {
    background-color: #fafdff;
    color: #4996e3;
}

.chapterHead {
    height: 40px;
    line-height: 40px;
    background-color: #fafdff;
    border-bottom: 1px solid #dfe8ee;
    font-size: 0;
    width: 100%;
    padding: 0 20px;
}

.chapterHead span,
.chapterBody .chapterTop span,
.chapterBody .sectionList span {
    display: inline-block;
    font-size: 14px;
    color: #333;
    width: 20%;
    text-align: left;
    vertical-align: middle;
}

.chapterHead span.one {
    padding-left: 48px;
}

.chapterBody {
    padding:0 15px 2px 15px;
}

.chapterBody .chapterItem {
    border-bottom: 1px solid #dfe8ee;
    padding-bottom: 40px;
}

.chapterBody .chapterTop,
.chapterBody .sectionList li {
    font-size: 0;
    padding: 10px 0;
}
.chapterBody .sectionList li:hover {
    background-color: #EAEDEE;
}
.chapterHead span.one,
.chapterBody .chapterTop span.one {
    text-align: left;
    width: 34%;
}

.chapterBody .chapterTop span.one {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:#333;
    font-weight: bold;
}

.chapterBody .chapterTop span span,
.chapterBody .sectionList span span {
    display: inherit;
    width: auto;
    margin: 0 2px;
}

.chapterBody .sectionList span span.highLight {
    background-color: #facb7b;
    color: #fff;
    padding: 0 3px;
    margin: 0 1px;
    vertical-align: initial;
}

.chapterBody span.overNum {
    color: #57c6b9;
}

.chapterBody .chapterTop b {
    color: #fff;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    background-color: #57c6b9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-right: 20px;
}
.chapterWrap{
    border-bottom:1px solid #edf1f4;
    padding:15px 0;
}
.chapterBody .sectionList {


}

.chapterBody .sectionList li {
    padding: 5px 0 5px 0;
    color:#666;
}

.chapterBody .sectionList span.liOne {
    padding-left: 68px;
    text-align: left;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chapterBody .sectionOp {
    display: inline-block;
    width: 22%;
    text-align: right;
    padding-right: 20px;
}

.chapterBody .sectionOp a {
    font-size: 12px;
    margin-left: 15px;
}

.chapterBody a.classroom span {
    color: #22a0c0;
    cursor: pointer;
}

.chapterBody a.practice span{
    color: #4aaca1;
}

.module {
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px rgba(208, 221, 231, 0.75);
    box-shadow: 0 0 10px rgba(208, 221, 231, 0.75);
    margin-bottom: 20px;
}

.concreteImg {
    width: 100%;
    height: 156px;
    overflow: hidden;
    position: relative;
}

.concreteImg img {
    width: 100%;
    height: 100%;
}

.concreteImg span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: url(../image/student/stuLoginShadow.png) left top repeat;
}

.module .modTxt {
    color: #999;
    padding: 15px 0 10px;
    display: inline-block;
}

.module .num {
    color: #52616c;
}

.module .progressBox {
    width: 75%;
}

.rankingList {}

.module .tit {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background-color: #57c6b9;
    color: #fff;
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -ms-border-top-left-radius: 3px;
    -o-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -ms-border-top-right-radius: 3px;
    -o-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 14px;
    text-align: left;
}

.module .tit span {
    font-size: 12px;
}
.rankingList .tit {
    height:80px;
}
.rankingList .rkHead {
    position: relative;
    margin:0 15px;
    background-color: #fff;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    margin-top:-40px;
    padding: 20px;
    border:1px solid #f8f8f8;
    min-height:88px;
}
.rankingList .rkHead .img {
    float: left;
    width:48px;
    height:48px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    overflow: hidden;
}
.rankingList .rkHead .img img {
    width:100%;
    height:100%;
}
.rankingList .rkHead .score {
    margin-left: 65px;
}
.rankingList .rkHead .score span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rankingList .rkHead .name {
    color: #333;
    margin-bottom: 5px;
}
.rankingList .rkHead .sub {
    font-size: 12px;
    color: #666;
}
.rankingList .rkHead .sub:before {
    content: '';
    display: inline-block;
    width: 10px;
    height:16px;
    background: url(../image/student/stu.png) -50px -278px no-repeat;
    vertical-align: middle;
    margin-right: 8px;
}
.rankingList .rkBody {
    padding:0 15px;
    margin-top:10px;
}

.rankingList .rkBody li {
    padding: 10px 0;
    font-size: 0;
    border-bottom: 1px solid #f0f4f6;
}

.rankingList .rkBody span {
    font-size: 12px;
    display: inline-block;
    width: 33%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rankingList .rkBody span.rank {
    font-size: 16px;
    color: #6f808d;
    padding-left: 10px;
    text-align: left;
}

.rankingList .rkBody span.No1 {
    font-size: 22px;
    color: #ea8282;
}

.rankingList .rkBody span.No2 {
    font-size: 20px;
    color: #29c1e8;
}

.rankingList .rkBody span.No3 {
    font-size: 18px;
    color: #deb267;
}

.rankingList .rkBody span.name {
    text-align: left;
    color: #666;
}

.rankingList .rkBody span.score {
    color: #999;
    text-align: right;
    padding-right: 10px;
}

.rankingList .rkBody img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.rankingList .rankBtn {
    text-align: center;
    padding: 20px 0;
}
.rankingList .rankBtn .btn {
    font-size: 14px;
    width:136px;
    height:36px;
    color: #38ad9f;
    border:1px solid #38ad9f;
    -webkit-border-radius:18px;
    -moz-border-radius:18px;
    border-radius:18px;
}
.rankingList .rankBtn .btn:after {
    content: '';
    display: inline-block;
    width: 10px;
    height:6px;
    vertical-align: middle;
    margin-left: 10px;
    background: url(../image/student/stu.png) -60px -278px no-repeat;
}
.rankingList .rankBtn .btn.on:after {
    background: url(../image/student/stu.png) -60px -288px no-repeat;
}
.examHeader {
    width: 100%;
    position: relative;
    padding: 0 20px;
}

.examHeader .examBgImg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.examHeader .examTit {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
}

.examHeader .examTool {
    position: absolute;
    top: 6px;
    right: 10px;
    width: auto;
}

.examHeader .toolBox,
.examHeader .endDate,
.examHeader .examBtn {
    padding: 0 10px;
    text-align: right;
}

.examHeader .endDate {
    padding: 0 10px 0 16px;
}
.examHeader .btn {
    padding: 4px 12px;
}

.examHeader .toolBox {
    text-align: right;
    position: relative;
}

.examHeader .toolTxt {}

.examHeader .toolTxt:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 5px;
    background: url(../image/student/stu.png) 0 -28px no-repeat;
    margin-left: 5px;
    vertical-align: middle;
}

.examHeader .toolList {
    background-color: #fff;
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    margin: 10px;
    display: none;
    -webkit-box-shadow: 0 0 10px rgba(208, 221, 231, 0.75);
    box-shadow: 0 0 10px rgba(208, 221, 231, 0.75);
    z-index: 2;
}

.examHeader .toolList:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    position: absolute;
    top: -6px;
    right: 35px;
}

.examHeader .toolList a {
    color: #666;
    display: inline-block;
    text-align: center;
    margin: 0 15px;
}

.examHeader .toolList a:hover {
    opacity: 0.9;
}

.examHeader .toolList a:before {
    content: "";
    display: block;
    width: 58px;
    height: 58px;
    background: url(../image/student/stu.png) no-repeat;
    margin: 0 auto 5px;
}

.examHeader .toolList a.icoCalc {}

.examHeader .toolList a.icoCalc:before {
    background-position: 0 -915px;
}

.examHeader .toolList a.icoFinance {}

.examHeader .toolList a.icoFinance:before {
    background-position: 0 -857px;
}

.examHeader .endDate {
    color: #fff;
}

.examHeader .endDate span {
    display: inline-block;
    background: url(../image/student/dataShadow.png) left top repeat;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin: 0 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
    font-weight: bold;
}

.examHeader .examBtn {}

.examHeader .examBtn button {
    margin-left: 8px;
}

.examWrap {
    position: relative;
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -ms-border-top-left-radius: 3px;
    -o-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -ms-border-top-right-radius: 3px;
    -o-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    margin: 15px 20px;
    background-color: #f5fdff;
    height: 480px;
}

.examWrap .questionTitle {
    padding: 15px;
    border-bottom: 1px solid #edf1f4;
    background-color: #fff;
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -ms-border-top-left-radius: 3px;
    -o-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -ms-border-top-right-radius: 3px;
    -o-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

.examWrap .qtTit,
.qdList .qtTit {
    color: #333;
    display: block;
    margin-bottom: 10px;
}

.examWrap .qtCon,
.qdList .qtCon {
    color: #666;
    line-height: 22px;
    padding-right: 100px;
}

.examWrap .qtCon span,
.qdList .qtCon span {
    text-decoration: underline;
}
.examWrap .qtCon p,
.qdList .qtCon p {
    margin-bottom: 0;
}
.examWrap .qtCon img,
.examWrap .referTxt img {
    max-width: 80px;
    max-height: 80px;
    cursor: pointer;
    margin: 0 3px;
}
.examWrap .qtBill {
    margin-bottom: 5px;
    font-size: 0;
}

.examWrap .qtBill span,
.examWrap .qtSelect span {
    font-size: 12px;
    color: #666;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
}

.examWrap .qtSelect span {
    margin-bottom: 0;
}

.examWrap .qtBill a {
    color: #22a0c0;
    font-size: 12px;
    margin: 0 10px 5px 5px;
    display: inline-block;
    vertical-align: middle;
}

.examWrap .qtBill a:before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url(../image/student/stu.png) 0 -63px no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}

.examWrap .qtSelect {
    font-size: 0;
}

.examWrap .qtSelect button {
    padding: 3px 12px;
    margin: 0 5px;
}

.examWrap .isShow {
    display: inline-block;
    width: 46px;
    height: 16px;
    background-color: #c7e5ed;
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -23px;
    cursor: pointer;
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -ms-border-top-left-radius: 3px;
    -o-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -ms-border-top-right-radius: 3px;
    -o-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.examWrap .isShow.on {
    transform: translate(0, 16px);
    -webkit-transform: translate(0, 16px);
    -moz-transform: translate(0, 16px);
    -o-transform: translate(0, 16px);
    -ms-transform: translate(0, 16px);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -ms-border-bottom-left-radius: 3px;
    -o-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -ms-border-bottom-right-radius: 3px;
    -o-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.examWrap .isShow:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: -3px 0 0 -3px;
    background: url(../image/student/stu.png) 0 -6px no-repeat;
}

.examWrap .isShow.on:before {
    background-position: 0 -13px;
}

.examWrap .qtWrap {
    background-color: #fff;
    position: relative;
    padding: 10px 15px;
}
.examWrap .qtPractical {
    padding: 0;
}
.examWrap .pracIframe {
    height: 100%;
    overflow: auto;
}
.tabChapter::-webkit-scrollbar,
.examWrap .pracIframe::-webkit-scrollbar,
.questionList .qlBox::-webkit-scrollbar,
.layerBox .layerRole::-webkit-scrollbar,
.answerList .answerMod::-webkit-scrollbar,
.examPublic::-webkit-scrollbar,
.area::-webkit-scrollbar,
.examWrap .area .tab-content::-webkit-scrollbar,
.scroll::-webkit-scrollbar,
.bigCon::-webkit-scrollbar,
.examWrap .qtDetails .qdList::-webkit-scrollbar{
    width: 8px;
    height: 8px;
}
.tabChapter::-webkit-scrollbar-thumb,
.examWrap .pracIframe::-webkit-scrollbar-thumb,
.questionList .qlBox::-webkit-scrollbar-thumb,
.layerBox .layerRole::-webkit-scrollbar-thumb,
.answerList .answerMod::-webkit-scrollbar-thumb,
.examPublic::-webkit-scrollbar-thumb,
.area::-webkit-scrollbar-thumb,
.examWrap .area .tab-content::-webkit-scrollbar-thumb,
.scroll::-webkit-scrollbar-thumb,
.bigCon::-webkit-scrollbar-thumb,
.examWrap .qtDetails .qdList::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background: #7eded3;
}
.tabChapter::-webkit-scrollbar-track,
.examWrap .pracIframe::-webkit-scrollbar-track,
.questionList .qlBox::-webkit-scrollbar-track,
.layerBox .layerRole::-webkit-scrollbar-track,
.answerList .answerMod::-webkit-scrollbar-track,
.examPublic::-webkit-scrollbar-track,
.area::-webkit-scrollbar-track,
.examWrap .area .tab-content::-webkit-scrollbar-track,
.scroll::-webkit-scrollbar-track,
.bigCon::-webkit-scrollbar-track,
.examWrap .qtDetails .qdList::-webkit-scrollbar-track{
    border-radius: 10px;
    background: #d9e4e7;
}

.examWrap .bgArea {
    /*position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;*/
}
.examWrap .areaTop {
    position: absolute;
    left:50%;
    bottom: 0;
    width: 68px;
    height: 24px;
    margin-left: -34px;
}

a.areaClick {
    display: inline-block;
    width: 68px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #c7e5ed;
    position: absolute;
    left: 50%;
    margin-left: -34px;
    font-size: 12px;
    color: #52616c;
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -ms-border-top-left-radius: 3px;
    -o-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -ms-border-top-right-radius: 3px;
    -o-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

a.areaClick:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    background: url(../image/student/stu.png) 0 -13px no-repeat;
    vertical-align: middle;
    margin-left: 5px;
}

a.areaClick.on:after {
    background-position: 0 -6px;
}

.examWrap .dragBar {
    width: 100%;
    height: 5px;
    background-color: #c7e5ed;
    cursor: n-resize;
}

.examWrap .area {
    background-color: #fafdff;
    /*overflow: auto;
    height: 200px;*/
}

.examWrap .area .tab-content {
    background-color: #fff;
    overflow: auto;
}
.examWrap  .tab-pane{
    height:100%;
}
.examWrap  .formBoxLevel1{
    height:100%;
}
.examWrap .iframeExcelBox{
    height:100%;
}
.examWrap .qtHelp {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.examWrap .qtDetails {
    position: relative;
}
.examWrap .qtDetails li {
    margin-bottom: 10px;
    text-align: right;
    position: relative;
}
.examWrap .qdTit {
    color: #768692;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #dfe8ee;
    -webkit-box-shadow: 2px 2px 10px rgba(208, 221, 231, 0.75);
    box-shadow: 2px 2px 10px rgba(208, 221, 231, 0.75);
    padding: 8px 15px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -ms-border-top-left-radius: 3px;
    -o-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -ms-border-bottom-left-radius: 3px;
    -o-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    cursor: pointer;
}
.examWrap .qdTit:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 5px;
    vertical-align: middle;
    margin-left: 5px;
    background: url(../image/student/stu.png) -7px -13px no-repeat;
}
.examWrap .qdTit.on {
    color: #29c1e8;
}
.examWrap .qdTit.on:after {
    background: url(../image/student/stu.png) -7px -8px no-repeat;
}
.examWrap .qdList {
    background-color: #fff;
    width: 210px;
    border: 1px solid #dfe8ee;
    text-align: left;
    -webkit-box-shadow: 0 0 10px rgba(208, 221, 231, 0.75);
    box-shadow: 0 0 10px rgba(208, 221, 231, 0.75);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: none;
}
.examWrap .qdList:before,
.examWrap .qdList:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
}
.examWrap .qdList:before {
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    right: 21px;
    top: 41px;
    z-index: 1;
}
.examWrap .qdList:after {
    border-right: 10px solid transparent;
    border-bottom: 10px solid #dfe8ee;
    border-left: 10px solid transparent;
    right: 20px;
    top: 39px;
}
.examWrap .qdList div {
    border-bottom: 1px solid #dfe8ee;
    padding: 12px 15px;
    clear: both;
    position: relative;
}
.examWrap .qdList div.qtBill,
.examWrap .qdList div.original,
.examWrap .qdList div.qtSelect{
    border:none;
    padding:0;
}
.examWrap .qdList div.qtCon {
    padding: 0;
    border-bottom: none;
}
.examWrap .qdList a {
    display: inline-block;
    font-size: 12px;
    color: #768692;
    vertical-align: middle;
    max-width: 145px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.examWrap .qdList a:hover {
    color: #29c1e8;
}
.examWrap .qdList .inBg {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../image/student/stu.png) -10px -20px no-repeat;
    vertical-align: middle;
    float: right;
    cursor: pointer;
    margin-top: 3px;
}
.examWrap .qtDetails .qdList {
    max-height: 280px;
    overflow: auto;
    margin-top:10px;
    margin-right:5px;
}
.examPublic {
    overflow: auto;
}
.examFooter {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #fff;
    padding: 10px 20px;
    z-index: 701;
}

.examFooter .eFLeft {
    width: 350px;
    font-size: 0;
}

.examFooter .eFLeft .btn,
.examFooter .eFCenter .btn {
    margin-right: 10px;
}

.examFooter .eFRight {
    text-align: right;
    font-size: 0;
}

.examFooter .eFRight .btn {
    margin-left: 10px;
}

.examFooter .qtList,
.examFooter .signature,
.examFooter .lineWrap {
    display: inline-block;
}

.examFooter .icoList {
    width: 95px;
}

.examFooter .icoList:before,
.examFooter .explain:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../image/student/stu.png) no-repeat;
    vertical-align: sub;
    margin-right: 5px;
}

.examFooter .icoList.greenBtn:before {
    background-position: 0 -178px;
}

.examFooter .icoList.greenBorBtn:before {
    background-position: 0 -162px;
}

.examFooter .explain {}

.examFooter .explain:before {
    background-position: 0 -226px;
}

.examFooter .answerQuestions {
    display: inline-block;
}

.examFooter .eFCenter {
    font-size: 0;
}

.examFooter .signature {}

.questionList {
    position: absolute;
    top: -365px;
    width: 600px;
    z-index: 2110114;
    display: none;
}

.examPop.show {
    display: block;
    /* animation: 0.5s linear 0s alternate none 1 listShow;
    -webkit-animation: 0.5s linear 0s alternate none 1 listShow; */
}

@keyframes listShow {
    50% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@-webkit-keyframes listShow {
    50% {
        -webkit-transform: scaleX(0);
    }
    100% {
        -webkit-transform: scaleX(1);
    }
}

.examPop:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 14px;
    background: url(../image/student/stu.png) 0 -387px no-repeat;
    position: absolute;
    left: 20px;
}
.questionList .closePop {
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 11px;
    right: 20px;
    cursor: pointer;
}
.questionList .qlBox {
    margin: 10px;
    background-color: #fff;
    height: 300px;
    overflow: auto;
}

.questionList .qlItem {
    margin: 10px;
    border: 1px solid #dfe8ee;
    border-bottom: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.questionList .qlTit {
    font-size: 12px;
    color: #333;
    font-weight: bold;
    display: block;
    border-bottom: 1px solid #dfe8ee;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background-color: #fafdff;
}

.questionList ul {
    font-size: 12px;
    color: #666;
}

.questionList li {
    border-bottom: 1px solid #dfe8ee;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    -webkit-display: table;
    -moz-display: table;
    -ms-display: table;
    -o-display: table;
    display: table;
    width: 100%;
    position: relative;
}

.questionList li.over .qlName,
.examWrap .qdList div.over .qlName,
.flow .flowPath a.over .qlName,
.exampleList li.over a{
    color: #57c6b9;
}
.questionList li.right:after,
.examWrap .qdList div.right:after,
.flow .flowPath a.right:after
{
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../image/student/stu.png) 0 -370px no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
.exampleList li.active,
.exampleList li.over,
.exampleList li.error {
    position: relative;
    padding-left:20px;
}

.exampleList li.over:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../image/student/stu.png) 0 -370px no-repeat;
    position: absolute;
    left:0;
}

.examWrap .qdList div.error:after,
.questionList li.error:after,
.flow .flowPath a.error:after {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../image/student/stu.png) -160px -165px no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
.exampleList li.error:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../image/student/stu.png) -160px -165px no-repeat;
    position: absolute;
    left:0;
}
.questionList li.now:before,
.examWrap .qdList div.active:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #57c6b9;
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -5px;
    background: transparent;
}

.exampleList li.active:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #57c6b9;
    position: absolute;
    margin-top: -5px;
    left:0;
    top:50%;
}

.questionList li span {
    -webkit-display: table-cell;
    -moz-display: table-cell;
    -ms-display: table-cell;
    -o-display: table-cell;
    display: table-cell;
    cursor: pointer;
}

.questionList li span.qlName {
    width: 70%;
}

.questionList li span.qlBg {
    cursor: pointer;
}

.questionList li span.collect {
    text-align: right;
}

.questionList li span.collect.on {
    color: #e6bb72;
}

.questionList li span.collect:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: text-top;
    margin-right: 5px;
    background: url(../image/student/stu.png) 0 -74px no-repeat;
    cursor: pointer;
}

.questionList li span.collect:hover:before,
.questionList li span.collect.on:before {
    background-position: 0 -116px;
}

.signatureList {
    position: absolute;
    top: -225px;
    width: 580px;
    visibility: hidden;
}
.signatureList.show {
    visibility: visible;
}
.signatureList .signatureItem {
    padding: 20px 10px;
    background-color: #fafdff;
    height: 180px;
    overflow: auto;
}

.signatureList li {
    position: relative;
    display: inline-block;
    min-width: 120px;
    min-height: 120px;
    background-color: #fff;
    border: 1px solid #edf1f4;
    margin: 0 10px;
    vertical-align: top;
}

.lineSelectList {
    position: absolute;
    top: -195px;
    width: 360px;
    display: none;
}
.lineSelect {
    padding: 20px;
    text-align: center;
}
.lineLabel {
    margin-bottom: 20px;
    text-align: left;
}
.lineSelect .lineTxt {
    font-size: 12px;
    display: inline-block;
    margin-right: 20px;
    color: #666;
    vertical-align: middle;
}
.lineSelect .radioTxt {
    font-size: 12px;
    color: #666;
    display: inline-block;
    vertical-align: middle;
}
.lineSelect span.icoRadio {
    vertical-align: middle;
}
.lineSelect label.radioBox {
    margin-right: 20px;
}
.examFooter .lineSelect .btn {
    margin: 0 auto;
}
.answerList {
    position: absolute;
    top: -395px;
    width: 325px;
    right: 20px;
    display: none;
}

.answerList .moreAnswer {
    position: absolute;
    top: 11px;
    right: 20px;
    font-size: 12px;
    color: #fff;
}

.answerList .answerBox {
    margin: 10px 10px 0;
}

.answerList .answerMod {
    height: 280px;
    overflow: auto;
    padding: 10px 10px 0;
    text-align: left;
    display: none;
}

.answerList .answerItem {
    border: 1px solid #dfe8ee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.answerList .answerUser {
    padding: 15px 15px 0;
}

.answerList .img {
    width: 48px;
    height: 48px;
}

.answerList .img img {
    width: 48px;
    height: 48px;
}

.answerList .userMod {
    padding-left: 15px;
}

.answerList .userMod .name {
    font-size: 14px;
    color: #52616c;
}

.answerList .userMod .date {
    font-size: 12px;
    color: #a4afb8;
    display: block;
}

.answerList .answerTxt {
    clear: both;
    font-size: 12px;
    color: #768692;
    margin-bottom: 0;
    line-height: 20px;
    border-bottom: 1px solid #dfe8ee;
    padding: 10px 15px;
    word-wrap: break-word;
}

.answerList .itemBottom {
    height: 40px;
    line-height: 40px;
    background-color: #fafdff;
    text-align: right;
    padding: 0 15px;
}

.answerList .answerComment {
    font-size: 12px;
    color: #a4afb8;
}

.answerList .answerComment:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../image/student/stu.png) 0 -322px no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}

.answerList.examPop:after {
    right: 20px;
    left: inherit;
}

.answerList .answerBottom {
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.answerList .newAnswer {}

.answerList .newAnswer:before {
    content: '+';
    display: inline-block;
    border: 1px solid #fff;
    width: 15px;
    height: 15px;
    line-height: 1;
    text-align: center;
    vertical-align: baseline;
    margin-right: 6px;
}

.answerList .problemTxt {
    font-size: 16px;
    color: #666;
    display: block;
    margin-bottom: 10px;
}

.answerList .problemTxt span {
    color: #e4578f;
    margin-right: 8px;
}

.answerList .answerMod textarea {
    font-size: 12px;
    color: #999;
    display: block;
    width: 100%;
    border: 1px solid #d9e1e9;
    padding: 15px 10px;
    height: 220px;
    resize:none;
}

.answerMod.show {
    display: inline-block;
    /* animation: 0.5s linear 0s alternate none 1 listShow;
    -webkit-animation: 0.5s linear 0s alternate none 1 listShow; */
}

.areaTab {
    padding: 0 20px 0;
    border-bottom: 1px solid #dfe8ee;
}

.areaTab>li {
    margin-top: 10px;
    display: inline-block;
    float: inherit;
}

.areaTab>li>a {
    padding: 10px 20px;
    color: #979fa5;
}

.nav-tabs>li>a:hover {
    background-color: transparent;
    border: 1px solid #fafdff;
    border-bottom: none;
}

.areaTab>li.active>a,
.areaTab>li.active>a:hover,
.areaTab>li.active>a:focus {
    color: #4996e3;
}

.areaTab>li>.glyphicon {
    position: absolute;
    top: 5px;
    right: 7px;
    border: 1px solid #ee92b7;
    color: #ee92b7;
    display: inline-block;
    width: 10px;
    height: 10px;
    line-height: 5px;
    font-size: 12px;
    text-align: center;
}

.areaTab>li>.glyphicon-remove:before {
    content: 'x';
}

.layui-layer.myLayer {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    -ms-border-top-right-radius: 0;
    -o-border-top-right-radius: 0;
    border-top-right-radius: 0;
    background-color: #fafdff;
}
.layui-layer.grayLayer {
    background-color: #000;
}
.myLayer .layerTit,
.layerBox .layerTit {
    display: block;
    font-size: 24px;
    color: #333;
    text-align: center;
    padding: 30px 0 15px;
}

.myLayer .closeLayer {
    background-color: #fafdff;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0;
    right: -48px;
    border-left: 1px solid #d5d7d9;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -ms-border-top-right-radius: 5px;
    -o-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    -o-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.grayLayer .closeLayer {
    background: url(../image/student/grayShadow.png) left top;
    border-left: none;
}
.myLayer .closeLayer span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../image/student/stu.png) 0 -421px no-repeat;
}
.grayLayer .closeLayer span {
    background-position: 0 -401px;
}
.myLayer .layerBtn {
    padding: 20px 0;
    text-align: center;
}

.myLayer .layerBtn button {
    font-size: 16px;
    padding: 6px 30px;
}

.layerBox .layerRole {
        height: 418px;
    overflow: auto;
}

.layerRole .roleList {
    display: table;
}

.layerRole .roleTit {
    font-size: 16px;
    color: #52616c;
    margin: 0 21px 20px;
    display: inline-block;
}

.layerRole ul {
    font-size: 0;
    margin: 0px 16px;
}

.layerRole ul li {
    float: left;
    cursor:pointer;
    width: 140px;
    height: 175px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #d5e0e9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin: 0 5px 20px;
    position: relative;
}

.layerRole ul li.active {
    background-color: #28c8b5;
    position: relative;
}

.layerRole ul li.active:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../image/student/stu.png) 0 -601px no-repeat;
    position: absolute;
    top: -15px;
    left: 20px;
}

.layerRole li img {
    width: 90px;
    height: 90px;
    margin-top: 20px;
}

.layerRole li span {
    font-size: 16px;
    color: #52616c;
    display: block;
    text-align: center;
    margin-top: 20px;
}
.layerRole ul li span.num {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    margin-top: 0;
    font-size:12px;
}
.layerRole ul li.active span {
    color: #fff;
}

.optionsMod {
    border-bottom: 1px solid #edf1f4;
    padding: 5px 15px 0;
    position: relative;
    font-size: 0;
}

.optionsMod label {
    display: block;
    margin-bottom: 15px;
}

.optionsMod .icoRadio {
    width: 22px;
    height: 22px;
    background: url(../image/student/stu.png) no-repeat;
    background-position: 0 -507px;
    vertical-align: text-top;
}

.optionsMod span.icoRadio.right {
    background-position: 0 -551px;
}

.optionsMod span.icoRadio.on {
    background-position: 0 -463px;
}

.optionsMod .radioclass {}

.optionsMod .radioTxt {
    font-size: 14px;
    color: #768692;
    display: inline-block;
    vertical-align: text-top;
    max-width: 700px;
}

.optionsMod .flMod {
    margin-top: 20px;
}

.optionsMod .flList {
    margin-bottom: 10px;
}

.optionsMod .flList input,
.optionsMod .flList select {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}

.optionsMod .flList select {}

.optionsMod .flList input {}

.optionsMod .flList .icoDel {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../image/student/stu.png) 0 -290px no-repeat;
    cursor: pointer;
    vertical-align: middle;
}
.optionsMod .selectize-control {
    display: inline-block;
    margin-right: 8px;
}
.optionsMod .selectize-input {
    width: 320px;
    padding: 0;
    box-shadow: inherit;
    border: 1px solid #d0e0e9;
    line-height: normal;
    height: 34px;
    vertical-align: middle;
}
.optionsMod .selectize-input .item {
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    color: #52616c;
    padding-left: 5px;
}
.optionsMod .addFl {
    margin-bottom: 20px;
}

.optionsMod .addFl:before {
    content: '+';
}

.optionsMod .fill {
    margin-bottom: 12px;
}

.optionsMod .fill span {
    color: #768692;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.optionsMod .fill input {
    border: none;
    border-bottom: 1px solid #bacddb;
    background-color: transparent;
    min-width: 240px;
    height: 28px;
}

.optionsMod .lineMod {
    display: inline-block;
    margin-right: 150px;
    vertical-align: middle;
}

.optionsMod .lineMod span {
    display: block;
    width: 240px;
    min-height: 36px;
    /*line-height: 36px;*/
    border: 1px solid #d0e0e9;
    background-color: #fff;
    margin-bottom: 10px;
    font-size: 12px;
    color: #999;
    text-align: left;
    cursor: pointer;
    padding:8px;
}

.optionsMod .lineMod span:hover,
.optionsMod .lineMod span.active {
    color: #fff;
    background-color: #29c1e8;
}

.resolveMod {
    padding: 15px 0;
    min-height: 140px;
}

.resolveMod .answerArea {
    margin: 5px 0 10px;
}

.resolveMod .resolveTip {
    color: #333;
}

.resolveMod .rightAnswerTxt {
    font-size: 16px;
    color: #38ad9f;
    margin-right: 30px;
}

.resolveMod .myAnswerTxt {
    font-size: 16px;
    color: #22a0c0;
}

.resolveMod .difficulty {
    margin-bottom: 15px;
}

.resolveMod .diffStar {
    display: inline-block;
    vertical-align: middle;
}

.resolveMod .diffStar span {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../image/student/stu.png) 0 -102px no-repeat;
    margin: 0 2px;
}

.resolveMod .diffStar span.on {
    background-position: 0 -88px;
}

.resolveMod .refer {}

.resolveMod .referTxt {
    display: inline-block;
    margin-bottom: 0;
    color: #666;
    font-size: 12px;
}

.resolveMod .flAnswer {
    display: inline-block;
    vertical-align: top;
}

.resolveMod .item {
    margin-bottom: 10px;
}

.resolveMod .item span {
    margin-right: 20px;
}

.flow {
    background-color: #fff;
    border: 1px solid #edf1f4;
}

.flow .flowTit {
    display: block;
    border-bottom: 1px solid #edf1f4;
    color: #52616c;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}

.flow .flowPath {
    font-size: 0;
    padding: 15px 20px;
}

.flow .flowPath a {
    display: inline-block;
    width: 240px;
    height: 190px;
    font-size: 14px;
    color: #768692;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.flow .flowPath a.active {
    background-color: #eef9f8;
    color: #38ad9f;
    border: 1px solid #abe2dc;
}
.flow .flowPath a.over {
    color: #38ad9f;
}
.flow .flowPath a:before {
    content: '';
    display: block;
    width: 128px;
    height: 128px;
    margin: 15px auto;
}

.flow .flowPath .path1 {}

.flow .flowPath .path1:before {
    background: url(../image/student/flow/1-128.png) center center no-repeat;
}

.flow .flowPath .path2 {}

.flow .flowPath .path2:before {
    background: url(../image/student/flow/2-128.png) center center no-repeat;
}

.flow .flowPath .path3 {}

.flow .flowPath .path3:before {
    background: url(../image/student/flow/3-128.png) center center no-repeat;
}

.flow .flowPath .path4 {}

.flow .flowPath .path4:before {
    background: url(../image/student/flow/4-128.png) center center no-repeat;
}

.flow .flowPath .path5 {}

.flow .flowPath .path5:before {
    background: url(../image/student/flow/5-128.png) center center no-repeat;
}

.flow .flowPath .path6 {}

.flow .flowPath .path6:before {
    background: url(../image/student/flow/6-128.png) center center no-repeat;
}

.flow .flowPath .path7 {}

.flow .flowPath .path7:before {
    background: url(../image/student/flow/7-128.png) center center no-repeat;
}

.flow .flowPath .path8 {}

.flow .flowPath .path8:before {
    background: url(../image/student/flow/8-128.png) center center no-repeat;
}

.flow .flowPath .path9 {}

.flow .flowPath .path9:before {
    background: url(../image/student/flow/9-128.png) center center no-repeat;
}

.flow .flowPath .path10 {}

.flow .flowPath .path10:before {
    background: url(../image/student/flow/10-128.png) center center no-repeat;
}

.flow .flowPath .path11 {}

.flow .flowPath .path11:before {
    background: url(../image/student/flow/10-128.png) center center no-repeat;
}

.flow .flowPath span {
    display: inline-block;
    width: 40px;
    height: 28px;
    background: url(../image/student/arrow.png) center center no-repeat;
    vertical-align: top;
    margin: 50px 10px;
}

.opTips {
    padding: 15px 0;
}

.opTips span {
    color: #52616c;
    margin-bottom: 10px;
    display: inline-block;
}

.opTips p {
    font-size: 12px;
    color: #a4afb8;
}

.videoMod {
    height: 100%;
    min-width: 1180px;
}

.videoMod .isVideoOp {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 20px;
    background-color: #f5f7fa;
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -ms-border-top-left-radius: 3px;
    -o-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -ms-border-bottom-left-radius: 3px;
    -o-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    cursor: pointer;
}

.videoMod .isVideoOp:before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    background: url(../image/student/stu.png) 0 -20px no-repeat;
}

.videoMod .fold:before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    background: url(../image/student/stu.png) 0 -34px no-repeat;
}

.videoBox {
    background-color: #696a6f;
    position: relative;
}

.videoTop.table {
    height: 40px;
    line-height: 40px;
    color: #d0d0d0;
    width: 80%;
    /*margin: 0 auto;*/
    margin: 0 15px;
    background-color: #696a6f;
}

.videoTop .vTit {}

.videoTop .vTime,
.videoTop .vSize {
    font-size: 12px;
    color: #d0d0d0;
    width: 80px;
    text-align: right;
}

.videoBox .video {
    width: 80%;
    height: 480px;
    background-color: #000;
    margin: 0 auto;
}

.videoOp {
    width: 325px;
    vertical-align: top;
    height: 100%;
    background-color: #f5f7fa;
}

.videoNav {
    background-color: #fff;
    padding: 5px 10px 0;
}
.videoNav>li {
    width: 50%;
}

.videoNav>li>a {
    color: #52616c;
    margin-right: 0;
    text-align: center;
    padding: 9px 15px;
}
.videoNav.note{
    background:transparent;
}
.videoNav>li>a:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: sub;
    background: url(../image/student/stu.png) no-repeat;
    margin-right: 10px;
}

.videoNav>li.active>a,
.videoNav>li.active>a:hover,
.videoNav>li.active>a:focus {
    background-color: #f5f7fa;
}

.videoNav>li>a.icoExample:before {
    background-position: 0 -258px;
}

.videoNav>li>a.icoNote:before {
    background-position: 0 -130px;
}
.videoNav.note>li {
    text-align: center;
    padding:8px 0;
}
.videoOp .tab-content {
}

.exampleList {
    padding: 0 20px;
}

.exampleList li {
    padding: 5px 0;
    font-size: 0;
}
.exampleList a,
.exampleList span {
    display: inline-block;
    vertical-align: middle;
}
.exampleList a {
    color: #52616c;
    font-size: 14px;
    width:75%;
}

.exampleList span {
    font-size: 12px;
    color: #a4afb8;
    text-align: right;
    width:25%;
}

.apply {
    padding: 0 40px;
    color: #768692;
}

.apply p {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 22px;
}

.apply .pad {
    margin: 12px 0;
}

.apply .aSearchMod {}

.apply .invite {
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    width: 360px;
    margin-right: 15px;
}

.apply .find {}

.apply .searchResult {
    border-top: 1px solid #d0e0e9;
    padding-top: 25px;
}

.apply .searchTit {
    font-size: 16px;
    color: #52616c;
    display: inline-block;
    margin-bottom: 15px;
}

.apply .resultDetails {}

.apply .resultDetails span {
    display: block;
    margin-bottom: 10px;
    color: #52616c;
}

.apply .greenBtn {
    height: 40px;
    font-size: 16px;
    padding: 0 25px;
}

.sPractical {
    padding: 0 20px;
}

.sPractical .spTit {
    font-size: 16px;
    color: #666;
    display: block;
    margin-top: -15px;
    text-align: center;
}

.sPractical .spList {
    font-size: 0;
    height: 480px;
    overflow: auto;
}

.sPractical li {
    display: inline-block;
    width: 170px;
    height: 230px;
    background-color: #fff;
    border: 1px solid #d5e0e9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin: 20px 10px 0;
    position: relative;
    text-align: center;
}

.sPractical li:before {
    content: "";
    display: block;
    width: 68px;
    height: 68px;
    background: url(../image/student/stu.png) 0 -1754px no-repeat;
    margin: 50px auto 15px;
}

.sPractical li.active:before {
    background: url(../image/student/stu.png) 0 -1822px no-repeat;
}

.sPractical li.active {}

.sPractical .spNum {
    font-size: 12px;
    color: #96a6b2;
    width: 36px;
    height: 52px;
    display: inline-block;
    background: url(../image/student/stu.png) 0 -1650px no-repeat;
    position: absolute;
    top: 0;
    right: 10px;
}

.sPractical .spNum span {
    font-size: 16px;
    display: block;
}

.sPractical li.active .spNum {
    background: url(../image/student/stu.png) 0 -1702px no-repeat;
    color: #fff;
}

.sPractical .spName {
    font-size: 16px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    margin-bottom: 15px;
}

.sPractical li.active .spName {}

.sPractical li .btn {
    font-size: 14px;
    color: #96a6b2;
    width: 108px;
    height: 36px;
    background-color: #d9dce6;
    cursor: no-drop;
    -webkit-box-shadow: 0 3px 10px rgba(217, 220, 230, .4);
    box-shadow: 0 3px 10px rgba(217, 220, 230, .4);
}

.sPractical li.active .btn {
    cursor: pointer;
    background-color: #29c1e8;
    color: #fff;
    -webkit-box-shadow: 0 3px 10px rgba(41, 193, 232, .4);
    box-shadow: 0 3px 10px rgba(41, 193, 232, .4);
}
.lineSvg {
    position: absolute;
}
.lineSvg .lineClose {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -8px;
    cursor: pointer;
    background: url(../image/close_cachet.png) center center no-repeat;
}
.bigCon {
    min-width: 450px;
    max-height: 200px;
    overflow: auto;
}
.companySearch {
    margin-bottom:10px;
}
.tm-title {
    display: block;
}
.scoreResult {
    padding:15px;
    border-top: 1px solid #edf1f4;
    background-color: #fff;
    margin: 15px;
}
.scoreResult div {
    margin-bottom:6px;
}
.scoreResult span {
    color: #666;
}
.scoreResult span.res {
    font-size:12px;
    display: inline-block;
    min-width: 150px;
    text-align: center;
}
.scoreResult span.one {
    text-align: left;
    min-width:100px;
}
.scoreResult span.res span.blue {
    color: #22a0c0;
}
.scoreResult span.res span.green {
    color: #57c6b9;
}
.scoreResult span.res span.red {
    color: #e4578f;
}
.scoreResult i {
    display: inline-block;
    width:20px;
    height:15px;
    background-color: #FFA07A;
    vertical-align: sub;
    margin-right:3px;
}
.nullBox {
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    min-height: 520px;
    padding: 100px 10%;
}
.platform {
    position: relative;
}
.platform:before {
    content: "";
    display: inline-block;
    width: 169px;
    height: 175px;
    background: url(../image/student/stu.png) 0 -1469px;
    position: absolute;
    left: 0;
}
.platIntro {
    margin-left: 240px;
}
.platIntro span {
    display: block;
    color: #768692;
    margin-bottom: 5px;
    line-height: 24px;
}
.platform p {
    color: #768692;
    margin: 30px 0 15px 240px;
}
.platform .btn {
    margin-left: 240px;
    padding: 8px 12px;
}
textarea.bgTxt {
    border: 1px solid #dfe8ee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    width: 96%;
    margin: 2%;
    height: 160px;
    padding: 5px;
    color: #768692;
    font-size: 12px;
}
.enList {
    padding:10px 0;
}
.enList a {
    margin:0 10px 10px 0;
}
.splitter_panel .hsplitter {
    background-color: #c7e5ed;
}
.qqxx {}
.qqxx div {
    margin-bottom: 10px;
}
.qqxx span{
    display: inline-block;
    vertical-align: top;
}
.qqxx textarea{
    width: 80%;
    border: 1px solid #d0e0e9;
    background-color: #fff;
    font-size: 12px;
    color: #52616c;
    min-height: 100px;
    padding: 5px 10px;
    line-height: 20px;
    resize:none;
}
.thinking {}
.thinking span {
    display: inline-block;
    color: #768692;
    vertical-align: top;
    font-size: 12px;
    line-height: 24px;
}
.thinking textarea {
    width:90%;
    color: #768692;
    vertical-align: top;
    font-size: 12px;
    resize:none;
    line-height: 24px;
    min-height:100px;
}
span.hid {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#voucherQueryList {}
#voucherQueryList a {
    display: block;
    cursor: default;
    color: #22a0c0;
    font-size: 12px;
    margin-bottom: 10px;
}
/*zhaoly*/
#calcuator{ width:200px; height:245px; padding:10px; border:1px solid #e5e5e5; background:#f8f8f8; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius:3px; box-shadow:0px 0px 10px #f2f2f2; -moz-box-shadow:0px 0px 10px #f2f2f2; -webkit-box-shadow:0px 0px 10px #f2f2f2; margin: 0px auto; }
#calcuator #input-box{ margin:0; width:187px; padding:9px 5px; height:14px;border:1px solid #e5e5e5; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; background:#FFF; text-align:right; line-height:14px; font-size:12px; font-family:Verdana, Geneva, sans-serif; color:#666; outline:none;  text-transform:uppercase;}
#calcuator #btn-list{ width:200px; overflow:hidden;}
#calcuator #btn-list .btn-radius{ border-radius:2px; -webkit-border-radius:2px; -moz-border-radius:2px; border:1px solid #e5e5e5; background:-webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#ebebeb)); background:-moz-linear-gradient(top, #f7f7f7,#ebebeb);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#f7f7f7,endColorstr=#ebebeb,grandientType=1); line-height:29px; text-align:center; text-shadow:0px 1px 1px #FFF; font-weight:bold; font-family:Verdana, Geneva, sans-serif; color:#666; float:left; margin-left:11px; margin-top:11px; font-size:12px; cursor:pointer;}
#calcuator #btn-list .btn-radius:active{ background:#ffffff;}
#calcuator #btn-list .clear-marginleft{ margin-left:0;}
#calcuator #btn-list .font-14{ font-size:14px;}
#calcuator #btn-list .color-red{ color:#ff5050}
#calcuator #btn-list .color-blue{ color:#00b4ff}
#calcuator #btn-list .btn-30{ width:29px; height:29px;}
#calcuator #btn-list .btn-70{ width:70px; height:29px;}

.w-notice {
    padding-bottom: 70px;
}

.l-notices .img {
    width: 48px;
    height: 48px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -24px;
}
.l-notices .no-read {
}
.l-notices .no-read:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #e4578f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: 3px;
}
.l-notices img {
    width: 100%;
    height: 100%;
}
.l-notices .a-details {
    vertical-align: middle;
    padding-left: 68px;
}

.l-notices .time {
    float: right;
    color: #999;
    font-size: 12px;
}

.l-notices .title-wrap {
    text-align: right;
    margin-bottom: 6px;
    height: 20px;
    line-height: 20px;
    overflow:hidden;
}

.w-notice .wrapper {
    background: #fff;
    padding-bottom: 50px;
}

.l-notices .content {
    color: #666;
    font-size: 12px;
    margin-top: 12px;
    border: none;
    white-space: normal;
    line-height: 22px;
}

.l-notices .name {
    font-size: 14px;
    color: #333;
    text-align: left;
    float: left;
}
.l-notices .type {
    display: inline-block;
    color: #666;
    border: 1px solid #dfe8ee;
    padding: 0 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.l-notices .author,
.l-notices .desc {
    float: left;
}

.l-notices {
    margin: 0 20px;
    padding-top: 20px;
}

.l-notices li {
    border: 1px solid #dfe8ee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 20px;
    margin-bottom: 20px;
}
.l-notices .author {
    float: none;
    text-align: left;
    position: relative;
}

.l-notices.title {
    max-width: 616px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.l-notices .class {
    color: #666;
    font-size: 14px;
    margin-right: 10px;
}

.l-notices .icon-wrap {
    height: 60px;
    width: 60px;
    background: url(../image/student/stu.png) 0 -973px;
}

.l-notices .author {
    margin-right: 20px;
    font-size: 12px;
    color: #768692;
}

.l-notices .title,
.l-notices .class {
    display: inline-block;
}

.w-notice .btn-load,
.w-answer .btn-load,
.w-notes .btn-load,
.w-homework .btn-load,
.w-messages .btn-load {
    background: #fff;
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 38px;
    line-height: 36px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    font-size: 14px;
    border: 1px solid #bec6d1;
    text-align: center;
    color: #666;
    margin-top: 10px;
}

.w-notes .btn-load {
    margin-top: 5px;
}

.w-notes .r-btn {
    text-align: right;
    padding-right: 20px;
}

.w-notes .btn-export {
    display: inline-block;
    width: 96px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #29c1e8;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    margin: 5px 0;
}

.w-notes .btn-export:hover {
    background: #25b9df;
}

.w-notes .wrapperTop {
    overflow: hidden;
    position: relative;
}

.w-notice .btn-load:hover,
.w-answer .btn-load:hover,
.w-notes .btn-load:hover,
.w-homework .btn-load:hover,
.w-messages .btn-load:hover {
    background: #eee;
}

.w-answer .icon-books {
    float: left;
    width: 45px;
    height: 45px;
    margin: 0 22px;
    margin-top: -6px;
    background: url(../image/student/stu.png) -105px -203px;
}

.w-notes .cover {
    width: 90px;
    height: 58px;
}

.w-notes .cover,
.w-notes .c-name {
    display: inline-block;
    vertical-align: middle;
}

.w-notes .c-list li {
    padding: 11px 11px 11px 21px;
    border: 1px solid #f0f4f6;
}

.w-notes .c-list li:hover .c-name,
.w-notes .c-list li.curr .c-name {
    color: #4996e3;
    outline: none;
}

.w-notes .c-list li.curr a {
    outline: none;
}

.w-notes .c-name {
    margin-left: 20px;
    color: #333;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.w-notes .cover img {
    width: 90px;
    height: 58px;
}

.w-notes .conRight {
    background: #fff;
}

.w-notes .sort {
    display: inline-block;
    width: 90px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #d9e1e9;
    text-align: center;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #666;
}

.w-notes .icon-sort {
    display: inline-block;
    width: 9px;
    height: 9px;
    background: url(../image/student/stu.png) -1px -44px;
    margin-left: 5px;

    
   

}
.w-notes .icon-sort2{
    -webkit-transform: rotate(180deg); 
    -moz-transform: rotate(180deg); 
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.w-notes .sort.curr,
.w-notes .sort:hover {
    color: #fff;
    background: #57c6b9;
    border: 1px solid #57c6b9;
}

.w-notes .c-header {
    padding: 0 0 20px 22px;
    border-bottom: 1px solid #dfe8ee;
    font-size: 12px;
}

.w-notes .c-title {
    padding: 14px 0 14px 22px;
}

.w-notes select {
    width: 142px;
    height: 30px;
    padding-left: 9px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.w-notes .btn-deletet {
    display: inline-block;
    width: 72px;
    text-align: center;
    line-height: 24px;
    height: 26px;
    border: 1px solid #e4578f;
    color: #e4578f;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    float: right;
}

.w-notes .btn-deletet:hover {
    background: #e4578f;
    color: #fff;
}

.w-notes .t-title {
    color: #333;
    cursor:pointer;
    margin-left: -6px;
    overflow: hidden;
    white-space: nowrap;
    max-width: 500px;
    text-overflow: ellipsis;
    display: inline-block;
}

.w-notes .t-list {
    padding: 22px 22px 0 22px;
}

.w-notes .t-list li {
    padding: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #dfe8ee;
    margin-bottom: 20px;
}

.w-notes .time {
    float: right;
    font-size: 12px;
    color: #999;
}

.w-notes .trow {
    overflow: hidden;
}

.w-notes .detail {
    color: #666666;
    font-size: 14px;
    margin: 8px 0;
    cursor:pointer;
    cursor:pointer;
}

.w-notes .points {
    float: left;
    margin-top: 3px;
}

.w-notes .icon-test {
    margin-right: 10px;
    width: 13px;
    height: 17px;
    background: url(../image/student/stu.png) -2px -210px;
}

.w-notes .point {
    display: inline-block;
    color: #999;
}

.w-notes .point+.point {
    margin-left: 10px;
}

.w-notes .point:hover {
    color: #4996e3;
}

.w-notes .point i,
.w-notes .point span {
    display: inline-block;
    vertical-align: middle;
}

.w-notes select,
.w-answer select,
.form-calc select
{

       -webkit-appearance: none; 
   -moz-appearance: none;
   appearance: none;       /* remove default arrow */
    cursor: pointer;
    padding-right: 14px;
    color:#666;
}
select::-ms-expand { 
    display: none; /* hide the default arrow in ie10 and ie11 */
}
.w-notes .s-wrap,
.w-answer .s-wrap {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}

.w-notes .s-wrap:before,
.w-answer .s-wrap:before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 6px;
    background: url("../image/student/stu.png") -7px 0;
    right: 10px;
    top: 12px;
}

.w-notes .conRight {
    padding-bottom: 30px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -ms-border-top-left-radius: 3px;
    -o-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -ms-border-top-right-radius: 3px;
    -o-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

.w-notes {
    padding-bottom: 70px;
}

.w-notes .cLTop {
    background: #57c6b9;
    color: #fff;
}

.w-answer {
    padding-bottom: 60px;
}

.w-answer .h-content {
    padding: 22px;
    color:#666;
}

.w-answer .doubt {
    height: 88px;
    width: 80px;
    margin: 0 auto;
    margin-top: 50px;
    background: url(../image/student/stu.png) 0 -1216px;
}

.s-pop .s-wrap {
    margin: 0;
    width: 576px;
    display: block;
}

.s-pop .s-wrap select {
    width: 100%;
    padding-left: 10px;
    height: 44px;
    line-height: 44px;
}

.s-pop .s-wrap:before {
    top: 19px;
}

.w-answer .btn-ask {
    text-align: center;
    display: block;
    width: 240px;
    height: 40px;
    line-height: 40px;
    background: #29c1e8;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin: 50px auto 0 auto;
    -webkit-filter: drop-shadow(0px 3px 3px #a0e4f5);
    -moz-filter: drop-shadow(0px 3px 3px #a0e4f5);
    -ms-filter: drop-shadow(0px 3px 3px #a0e4f5);
    -o-filter: drop-shadow(0px 3px 3px #a0e4f5);
    filter: drop-shadow(0px 3px 3px #a0e4f5);
}

.w-answer .btn-ask:hover {
    background: #23b2d7;
}

.w-answer .a-hint {
    color: #999;
    margin: 16px 0;
    text-align: center;
}

.w-answer .h-content {
    line-height: 1.5;
    text-indent: 24px;
    font-size: 14px;
}

.w-answer .a-list li,
.w-answer .a-item {
    border: 1px solid #dfe8ee;
    position: relative;
}

.w-answer .detail {
    padding: 15px;
    position: relative;
}

.w-answer .avatar {
    width: 48px;
    height: 48px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.w-answer .avatar img {
    width: 48px;
    height: 48px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.w-answer .hint {
    color: #a4afb8;
    font-size: 12px;
}

.w-answer .name {
    color: #333;
}

.w-answer .avatar,
.w-answer .name,
.w-answer .a-right {
    float: left;
}

.w-answer .a-right {
    width: 717px;
    margin-top: 3px;
    position: relative;
}

.w-answer .d-row {
    overflow: hidden;
    position: relative;
}
.w-answer .top {
    display: inline-block;
    font-size: 12px;
    background-color: #facb7b;
    color: #fff;
    padding: 2px 5px;
    margin-left: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.w-answer .identity,
.w-notes .identity {

    display: inline-block;
    min-width: 62px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background: #57c6b9;
    padding: 0 6px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
}

.w-answer .desc {
    font-size: 14px;
    margin-top: 17px;
}


.w-answer .icon-delete,
.w-notes .icon-delete {
    width: 12px;
    height: 15px;
    display: inline-block;
    background: url(../image/student/stu.png) -73px 0;
}

.w-answer .desc p {
    line-height: 1.9;
    margin: 0;
    color: #666;
}

.w-answer .c-con p {
    text-indent: 0;
}


.w-answer .avatar {
    margin-right: 20px;
}

.w-answer .status {
    color: #fff;
    font-size: 12px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-order-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    font-size: 0;
    text-indent: -9999px;
    display: inline-block;
    vertical-align: middle;
    width: 58px;
    height: 58px;
    background: url(../image/student/stu.png) -30px -50px;
}

.w-answer .labels {
    position: absolute;
    top: 15px;
    right: 0;
}

.w-answer .labels span+span {
    margin: -15px 0 0 -12px;
}

.w-answer .identity {
    margin-right: 20px;
}

.w-answer .reply {
    background: #edf4f9;
    padding: 8px 15px;
    margin-top: 13px;
}

.w-answer .reply p {
    margin: 4px 0;
    font-size: 12px;
    color: #768692;
}

.w-answer .r-author {
    color: #4aaca1;
    margin-right: 4px;
}

.w-answer .time {
    font-size: 12px;
    color: #666;
    margin-top: 6px;
}

.w-answer .searchBtn,
.w-notes .searchBtn {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../image/student/stuIco.png) 0 -64px no-repeat;
    vertical-align: sub;
}

.w-answer .searchBox,
.w-notes .searchBox {
    line-height: 28px;
    background: #f5f6f7;
}

.w-answer .link-detail,
.w-notes .link-detail {
    color: #29c1e8;
}

.w-answer .a-wrap,
.w-answer .a-list {
    padding: 21px 21px 0 21px;
}

.w-answer .a-list li {
    margin-bottom: 20px;
}

.w-answer .nums {
    text-align: right;
    border-top: 1px solid #dfe8ee;
    clear: both;
}

.w-answer .item {
    display: inline-block;
    margin-right: 21px;
    font-size: 12px;
}

.w-answer .a-item1 .item {
    font-size: 14px;
}

.w-answer .comment .item {
    margin: 0 0 0 16px;
}

.w-answer .a-item1 p {
    text-indent: 24px;
    word-break: break-all;
}

.w-answer .item span {
    margin-left: 6px;
    line-height: 1;
    color: #666;
}

.w-answer .item i,
.w-answer .item span {
    display: inline-block;
    vertical-align: middle;
}

.w-answer .icon-vote,
.w-cware .icon-vote,
.w-notes1 .icon-vote,
.videoOp .icon-vote {
    display: inline-block;
    background: url(../image/student/stu.png) -1px -146px;
    width: 15px;
    height: 16px;

}

.w-answer .voted .icon-vote,
.w-notes1 .voted .icon-vote,
.videoOp .voted .icon-vote {
    background-position: -154px -30px;
}
.w-answer .unvoted .icon-unvote{
    background-position: -154px -48px;
}
.w-answer .voted span,
.w-answer .unvoted span,
.w-notes1 .voted span {
    color: #e5bb71;
}

.w-answer .icon-unvote {
    background: url(../image/student/stu.png) -17px -146px;
    width: 15px;
    height: 16px;
    margin-top: 4px;
}

.w-answer .icon-view {
    background: url(../image/student/stu.png) 0 -309px;
    width: 16px;
    height: 10px;
}

.w-answer .icon-comment {
    background: url(../image/student/stu.png) 0 -323px;
    width: 16px;
    height: 14px;
}

.w-answer .nums {
    background: #fafdff;
    padding: 11px 0 11px 0;
}

.w-answer .wLeft {

    background: none;
}

.w-answer .q-wrap {
    -webkit-box-shadow: 0px 5px 10px #e0e9ee;
    box-shadow: 0px 5px 10px #e0e9ee;
}

.w-answer .q-wrap,
.w-answer .a-wrap,
.w-answer .comments {
    background: #fff;
    padding-bottom: 30px;
}

.w-answer .comments {
    -webkit-box-shadow: 0px 5px 10px #e0e9ee;
    box-shadow: 0px 5px 10px #e0e9ee;
    margin-top: 20px;
}

.w-answer ul.a-wrap {
    padding-bottom: 0;
}

.w-answer .category,
.w-homework .category {
    padding: 12px 22px 0 22px;
    background: #fff;

    overflow: hidden;
}

.w-answer .category {
    -webkit-box-shadow: 0px 5px 10px #e0e9ee;
    box-shadow: 0px 5px 10px #e0e9ee;
    margin-bottom: 20px;
}

.w-answer .c-title,
.w-homework .c-title {
    color: #333;
    margin-top: 5px;
    display: inline-block;
    vertical-align: top;
}

.w-answer .c-item,
.w-homework .c-item {
    display: inline-block;

    padding: 0 17px;
    margin-bottom: 12px;
    height: 31px;
    line-height: 29px;
    text-align: center;
    color: #666;
    border: 1px solid #fff;
}

.w-answer .item-con,
.w-homework .item-con {
    display: inline-block;
    width: 851px;
}

.w-answer .item-con {
    width: 1072px;
}

.w-answer .c-item.curr,
.w-answer .c-item:hover,
.w-homework .c-item.curr,
.w-homework .c-item:hover {
    color: #38ad9f;
    border-color: #38ad9f;
}

.w-answer .btn-comment {
    display: block;
    width: 118px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #e0e5e9;
    color: #a4afb8;
    float: right;
    margin-top: 10px;
}

.w-answer .btn-comment.active {
    color: #fff;
    background: #29c1e8;
}

.w-answer .btn-comment.active:hover {
    color: #fff;
    background: #23b2d7;
}

.w-answer .b-row {
    overflow: hidden;
}

.w-answer .comment .nums {
    background: none;
    border: none;
}

.w-answer .comment {
    border: none;
    border-bottom: 1px solid #edf1f4;
    padding-bottom: 8px;
}

.w-answer .btn-top {
    width: 72px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    color: #fff;
    background: #29c1e8;
    position: absolute;
    right: 12px;
    top: 12px;
    font-size: 12px;
    z-index: 1;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.w-answer .top4,
.w-answer .best {
    top: 0;
    right: 0;
}

.w-answer .d-title {
    height: 48px;
    line-height: 46px;
    border: 1px solid #e3ecf2;
    margin-top: 35px;
    color: #52616c;
}

.w-answer .d-title span {
    width: 600px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.w-answer .btn-top:hover {
    background: #23b2d7;
}

.w-answer .top3 {
    background: #facb7b;
}

.w-answer .best {
    width: 58px;
    height: 58px;
    font-size: 0;
    text-indent: -9999px;
    background: url(../image/student/stu.png) -90px -50px;
}
.w-answer textarea{
    height:60px;
    border:1px solid #d9e1e9;
    padding:15px 0 0 15px;
    width:100%;
    background:#fafdff;
}
.w-answer .best:hover{
    background: url(../image/student/stu.png) -90px -50px;
}
.w-answer .top3:hover {
    background: #f1c375;
}

.s-pop textarea {
    width: 820px;
    height: 60px;
    background: #fafdff;
    padding: 18px 20px 0 20px;
    border: 1px solid #d9e1e9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}


.w-answer ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666;
}

.w-answer input:-ms-input-placeholder {
    color: #666;
}

.w-answer input::-webkit-input-placeholder,
.w-answer textarea::-webkit-input-placeholder {
    color: #666;
}

.w-answer .searchBox input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666;
}

.w-answer .searchBox input:-ms-input-placeholder {
    color: #666;
}

.w-answer .searchBox input::-webkit-input-placeholder {
    color: #666;
}

.w-answer .comment .desc {
    margin-top: 5px;
}

.w-answer .comment .detail {
    padding-bottom: 0;
}

.w-answer .comment .time {
    margin-left: 20px;
}

.w-answer .c-title {
    height: 40px;
}
.w-answer .comments .c-title {
    border-top: 1px solid #edf1f4;
    border-bottom: 1px solid #edf1f4;
    display:block;
    line-height:40px;
    margin-top:15px;
}

.w-answer .btn-write {
    color: #28c8b5;
    position: absolute;
    right: 20px;
    top: 20px;
}

.w-answer .btn-load {
    margin-top: 20px;
}

.w-answer .icon-pen {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../image/student/stu.png) -18px 0;
    margin-right: 5px;
}

.w-answer .btn-write i,
.w-answer .btn-write span {
    display: inline-block;
    vertical-align: middle;
}

body .s-pop {

    padding-top: 32px;
    background: #fafdff;
}

.s-pop .layui-layer-wrap textarea {
    width: 576px;
    height: 160px;
    background: #fff;
    padding-left: 10px;
    font-size: 12px;
    color:#666;
}

.s-pop.calc {
    padding-top: 0;
}

.w-answer ::-moz-placeholder {
    color: #666;
}

.w-answer textarea::-ms-input-placeholder {
    color: #666;
}

.w-answer textarea::-webkit-input-placeholder {
    color: #666;
}

.s-pop .l-title {
    color: #333;
    font-size: 24px;
    text-align: center;
}

.s-pop .f-label {
    margin: 18px 0 6px 0;
}

.w-answer .form-ask form,
.w-notes .form-notes form {
    width: 580px;
    margin: 0 auto;
}

.s-pop .btn-asubmit {
    display: block;
    width: 117px;
    height: 40px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    background: #28c8b5;
    margin: 15px auto 0 auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.s-pop .btn-asubmit:hover {
    background: #22b7a5;
}

.s-pop .required {
    color: #e4578f;
    margin-right: 3px;
}

.m-empty .icon-empty {
    display: inline-block;
    width: 169px;
    height: 175px;
    background: url(../image/student/stu.png) 0 -1469px;
    margin-bottom: 25px;
}

.m-empty {
    text-align: center;
    color: #666;
    font-size: 16px;
    margin: 50px auto;
}

.w-answer .q-wrap {
    min-height: 700px;
}

.m-empty .e-author {
    padding-left: 78px;
}

.s-pop .layui-layer-setwin {
    width: 49px;
    height: 49px;
    background: #fafdff;
    top: 0;
    right: -49px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    border-left: 1px solid #d5d7d9;
}

body .s-pop .layui-layer-close2 {
    width: 20px;
    height: 20px;
    background: url(../image/student/stu.png) 0 -422px;
    top: 15px;
    left: 14px;
    transition: all 0.3s;
}

body .s-pop .layui-layer-close2:hover {
    background: url(../image/student/stu.png) 0 -422px;
    transform: rotate(360deg);
}

.w-homework .wrapper {
    background: #fff;
    overflow: hidden;
    position: relative;
}

.w-homework {
    padding-bottom: 60px;
}

.w-homework .l-menu,
.w-homework .l-menu ul,
.w-homework .main {
    float: left;
}

.w-homework .l-menu {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -174px;
}

.w-homework .progress {
    height: 97%;
    width: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #ebecf0;
    float: left;
    position: relative;
    overflow: visible;
}

.w-homework .curr-progress {
    position: absolute;
    width: 4px;
    background: #57c6b9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.w-homework .more {
    font-size: 24px;
}

.w-homework .l-menu li {
    width: 174px;
    height: 103px;
    line-height: 103px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-align:right;
    position:relative;
}

.w-homework .l-menu a {
    color: #666;
}

.w-homework .l-menu a:hover,
.w-homework .l-menu a.curr {
    color: #4996e3;
}

.w-homework .btn-stest,
.w-homework .btn-stest1 {
    color: #38ad9f;
    border: 1px solid #38ad9f;
    width: 106px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    display: inline-block;
}

.w-homework .btn-stest1 {
    border: 1px solid #29c1e8;
    color: #29c1e8;
    margin-left: 9px;
}

.w-homework .btn-stest1:hover {
    background: #29c1e8;
    color: #fff;
}

.w-homework .btn-wrap {
    float: right;
    margin: 10px 0 0 0;
}

.w-homework .btn-stest:hover {
    background: #38ad9f;
    color: #fff;
}

.w-homework .sec .icon-handle {
    width: 26px;
    height: 28px;
    top: 39px;
    right: -13px;
    background: url(../image/student/stu.png) -50px -245px;

}
.w-homework .icon-handle{
    position: absolute;
    right: -4px;
    top: 49px;
    z-index: 1;

    display: block;
    width:8px;
    height:8px;
    border-radius:50%;
    background:#57c6b9;
}
.w-homework .icon-test1,
.w-homework .icon-test2,
.w-homework .icon-test3 {
    width: 53px;
    height: 57px;
    line-height: 53px;
    text-align: center;
    font-size: 24px;
    float: left;
    color: #fff;
    font-style: normal;
    background: url(../image/student/stu.png) -4px -1155px;
}

.w-homework .icon-test2 {
    background-position: -4px -1094px;
}

.w-homework .icon-test3 {
    background-position: -4px -1033px;
}

.w-homework .class {
    color: #768692;
    font-size: 12px;
    margin: 0 5px;
}

.w-homework .status {
    display: inline-block;
    width: 50px;
    height: 19px;
    line-height: 19px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    background: #29c1e8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.w-homework .score {
    height: 58px;
    width: 58px;
    border: 1px solid #e4578f;
    float: right;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    font-size: 11px;
    text-align: center;
    color: #e4578f;
    padding-top: 19px;
}

.w-homework .pending {
    background: #959CA0;
}

.w-homework .col {
    float: left;
}

.w-homework .small {
    font-size: 12px;
}

.w-homework .status.ended {
    background: #e4578f;
}

.w-homework .title {
    font-size: 18px;
    max-width: 240px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}

.w-homework .c-con {

    max-width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color:#999;
}

.w-homework .class span,
.w-homework .class a
{
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}

.w-homework .main {
    width: 964px;
    margin-left: 212px;
    min-height: 798px;

    padding: 20px 20px 25px 0;
    border-left: 1px solid #dfe8ee;
}

.w-homework .btn-load {
    margin-top: 30px;
}

.w-homework .t-list li {
    border: 1px solid #dfe8ee;
    padding: 22px;
    overflow: hidden;
    margin-bottom: 20px;
}

.w-homework .t-list {
    padding-left: 22px;
    position:relative;
}

.w-homework .t-main {
    width: 530px;
    margin-left: 35px;
    float: left;
    overflow: hidden;
}

.w-homework .title,
.w-homework .class,
.w-homework .status,
.w-homework .item {
    display: inline-block;
    vertical-align: bottom;
}

.w-homework .end {
    color: #e4578f;
    margin-left: 4px;
    position: relative;
    top: -1px;
}

.w-homework .totals {
    margin-top: 8px;
}

.w-homework .item {
    margin-right: 20px;
    padding-left: 11px;
    position: relative;
    font-size: 12px;
    color: #666;
}

.w-homework .item:before {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #37c5ea;
    top: 5px;
    left: 0;
}

.w-report .link {
    color: #4aaca1;
}

.w-report .wrapper {
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-box-shadow: 0 10px 10px #e0e8ee;
    box-shadow: 0 10px 10px #e0e8ee;
}

.w-report .main {
    background: #fff;
    width: 1140px;
    margin: 0 auto;
    margin-top: -60px;
    position: relative;
    z-index: 1;
}
.w-homework .l-menu li{
    overflow:visible;
    padding:0 30px 0 0;
    border:0;
}
.w-report .detail {
    float: right;
    margin: 28px 50px 0 0;
}

.w-report .col {
    float: left;
}

.w-report .r-title {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #dfe8ee;
    padding-left: 20px;
}

.w-report .scores {
    text-align: center;
    width: 380px;
    border-right: 1px solid #dfe8ee;
}

.w-report .totals {
    overflow: hidden;
    padding: 20px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 5px #e3ebf0;
    box-shadow: 0 5px 5px #e3ebf0;
    margin-bottom: 20px;
}

.w-report .score {
    width: 110px;
    margin: 0 auto;
    height: 90px;
    background: url(../image/student/stu.png) 0 -1305px;
    font-size: 41px;
    color: #fff;
    text-align: center;
    padding-top: 13px;
    font-family: "Times New Roman";
    position: relative;
}

.w-report .r-score {
    margin: 0 8px 5px 0;
}

.w-report .score .small {
    font-size: 18px;
    position: absolute;
    position: absolute;
    right: 42px;
    top: 13px;
}

.w-report .item {
    display: inline-block;
    text-align: left;
}

.w-report .item+.item {
    margin-left: 30px;
}

.w-report .i-desc {
    font-size: 12px;
    color: #666;
}

.w-report table {
    border: none;
}
.w-report table th {
    color: #333;
}
.w-report .ranks {
    padding-left: 45px;
    position: relative;
    width: 378px;
}

.w-report .bar {
    background: #ebecf0;

    width: 48px;
    height: 43px;
}

.w-report .rank {
    display: inline-block;
    vertical-align: bottom;
}

.w-report .rank2 .bar {
    height: 25px;
}

.w-report .rank3 .bar {
    height: 14px;
}

.w-report .pic,
.w-report .r-detail .num {
    float: left;
}

.w-report .pic {
    position: absolute;
    width: 155px;
    right: 60px;
    bottom: -35px;
}

.w-report .icon-cup {
    width: 50px;
    height: 58px;
    background: url(../image/student/stu.png) 0 -799px;
}

.w-report .i-title {
    color: #4aaca1;
    font-size: 14px;
    position: relative;
}

.w-report .h-title {
    margin-right: 5px;
}

.w-report .i-title .small {
    font-size: 10px;
    position: absolute;
    top: -2px;
    left: 8px;
}

.w-report .d-item {
    margin-bottom: 10px;
}

.w-report .d-item .icon {
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #57c6b9;
    margin-right: 10px;
}

.w-report .d-item span,
.w-report .d-item i {
    display: inline-block;
    vertical-align: middle;
}

.w-report .d-item .icon-wrong {
    background: #e4578f;
}

.w-report .d-item .icon-unanswer {
    background: #a4afb8;
}

.w-report .corrects {
    width: 380px;
    border-right: 1px solid #dfe8ee;
}

.w-report .big {
    font-size: 58px;
    color: #e6bb72;
}

.w-report .num .small {
    color: #768692;
    font-size: 14px;
}

.s-table {
    border: 1px solid #c0cad4;
}

.s-table td {
    color: #666;
}

.w-report .t-title {
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    border-bottom: 1px solid #dfe8ee;
    color: #333;
}

.w-report .mychart {
    width: 130px;
    height: 130px;
    float: left;
    margin-left: 40px;
    position: relative;
    margin-top: 5px;
}

.w-report .mychart:after {
    content: '';
    width: 43px;
    height: 43px;
    border: 4px solid #59c2bc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    bottom: 10px;
    right: -29px;
}

.w-report .chart {
    width: 130px;
    height: 130px;
}

.w-report .c-num {
    position: absolute;
    top: 43px;
    left: 40px;
    line-height: 1;
    text-align: center;
}

.w-report .percentage {
    font-size: 26px;
    font-family: "Times New Roman";
}

.w-report .rate {
    color: #38ac9e;
}

.w-report .desc {
    margin-top: 10px;
}

.s-table .td-num {
    padding-left: 20px!important;
}

.w-report .btn-detail {
    width: 96px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #57c6b9;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    float: right;
    margin: 5px 20px 0 0;
    font-size: 12px;
}

.w-report .btn-detail:hover {
    background: #4bb3a7;
}

.w-report .inner {
    float: right;
}


.w-report .w-head {
    width: 1180px;
    height: 240px;
    background: url(../image/student/resultBg.png);
    position: relative;
}

.w-report .table .big {
    font-size: 14px;
    color: #4aaca1;
}

.w-report .table .small {
    font-size: 12px;
    color: #666;
}

.s-table th,
.s-table td {
    height: 40px;


    font-size: 12px;
}

.s-table .table>thead>tr>th,
.s-table .table>tbody>tr>td {
    padding: 0;
    line-height: 40px;
    padding:0 5px;
}

.s-table thead {
    background: #fafdff;
}

.w-report .h-label {
    color: #fff;
    background: #57c6b9;
    width: 60px;
    height: 68px;
    text-align: center;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    position: absolute;
    top: 0;
    left: 20px;
    padding: 15px 10px;
    font-size: 16px;
}

.w-report .e-title {
    color: #fff;
    font-size: 16px;
    padding-top: 18px;
    text-align: center;
}

.w-report .e-title .title {
    margin-top: 5px;
}

.w-report .avatar,
.w-report .avatar img {
    height: 80px;
    width: 80px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.w-report .avatar {
    background: url(../image/student/stu.png) 0 -1388px;
    text-align: center;
}

.w-report .avatar img {
    height: 53px;
    width: 53px;
    margin-top: 17px;
    display: inline-block;
}

.w-report .h-item {
    display: inline-block;
    color: #fff;
}

.w-report {
    padding-bottom: 60px;
}

.w-report .h-detail {
    text-align: center;
    margin-top: 18px;
}

.w-report .h-class,
.w-report .h-time {
    text-align: left;
}

.w-report .h-time {
    width: 392px;
}

.w-report .h-class {
    width: 453px;
}

.w-report .h-item span {
    display: inline-block;
    vertical-align: middle;
}

.w-report .spec {
    height: 28px;
    line-height: 28px;
    border: 1px solid #fff;
    padding: 0 6px;
}

.s-table .table>thead>tr>th {
    border-bottom: 1px solid #dfe8ee;
}

.s-table .table>tbody>tr>td {
    border-top: 1px solid #dfe8ee;
}

.w-notes1 .t-wrap {
    border-bottom: 1px solid #dfe8ee;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
}

.w-notes1 .t-wrap span {
    vertical-align: middle;
}

.w-notes1 .t-list li {
    padding: 0;
}

.w-notes1 .detail {
    padding: 10px 20px;
    line-height: 1.7;
    word-wrap:break-word;
}

.w-notes1 .identity {
    margin-left: 10px;
}

.w-notes1 .opts {
    background: #fafdff;
    overflow: hidden;
    padding: 15px 20px 15px 20px;
    border-top: 1px solid #dfe8ee;
}

.w-notes1 .item {
    float: left;
    font-size: 12px;
    color: #a4afb8;
}

.w-notes1 .item+.item {
    margin-left: 23px;
}

.w-notes1 .opt {
    float: right;
}

.w-notes1 .item span,
.w-notes1 .item i {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    color:#999;
}

.w-notes1 .item i {
    margin-right: 4px;
}

.w-notes1 .icon-people {
    width: 12px;
    height: 12px;
    background: url(../image/student/stu.png) -87px 0;
}

.w-notes1 .icon-lock,
.w-notes1 .icon-lock1 {
    width: 12px;
    height: 12px;
    background: url(../image/student/stu.png) -101px 0;
}

.w-notes1 .icon-lock1 {
    background-position: -132px 0;
    width: 10px;
}

.w-notes1 .icon-edit {
    width: 15px;
    height: 15px;
    background: url(../image/student/stu.png) -114px 0;
}

.w-notes1 .t-title {
    max-width: 300px;
}

.w-classes .conLeft {
    width: 280px;
}

.w-classes .c-list {
    padding: 20px;
}

.w-classes .c-list a {
    display: inline-block;
    width: 240px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    background: #e7edef;
    color: #333;
    border-radius:3px;
    -webkit-filter: drop-shadow(0px 3px 3px #dbe0e1);
    -moz-filter: drop-shadow(0px 3px 3px #dbe0e1);
    -ms-filter: drop-shadow(0px 3px 3px #dbe0e1);
    -o-filter: drop-shadow(0px 3px 3px #dbe0e1);
    filter: drop-shadow(0px 3px 3px #dbe0e1);
}

.w-classes .c-list a:hover {
    background: #dde2e4;
}

.w-classes .c-list a.curr {
    background: #29c1e8;
    color: #fff;
    -webkit-filter: drop-shadow(0px 3px 3px #a0e4f5);
    -moz-filter: drop-shadow(0px 3px 3px #a0e4f5);
    -ms-filter: drop-shadow(0px 3px 3px #a0e4f5);
    -o-filter: drop-shadow(0px 3px 3px #a0e4f5);
    filter: drop-shadow(0px 3px 3px #a0e4f5);
}

.w-classes .c-list a.curr:hover,
.w-config .btn-avatar:hover {
    background: #23b2d7;
}

.w-classes .c-list li+li {
    margin-top: 20px;
}

.w-classes .conRight {
    background: #fff;
    padding-bottom: 50px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(208, 221, 231, 0.75);
}

.w-classes .wrap {
    margin: 20px 20px 0 20px;
}

.w-classes .c-title {
    padding: 0 20px;
    border-bottom: 1px solid #dfe8ee;
    height: 40px;
    line-height: 40px;
}

.w-classes .btn-join {
    float: right;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    background: #29c1e8;
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
    border-radius: 3px;
}

.w-classes .btn-join:hover {
    background: #23b2d7;
}

.w-classes .s-table {}

.w-classes .code {
    color: #22a0c0;
}

.w-classes .doing {
    color: #22a0c0;
}

.w-classes .end {
    color: #e4578f;
}

.w-classes .conRight {
    margin-left: 300px;
}

.w-messages .conRight {
}

.w-messages .title {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.w-messages .checkbox {
    float: left;
    margin: 0 17px 0 0;
    cursor: pointer;
}

.w-messages .icon-checkbox,
.w-cware .icon-checkbox,
.w-notes .icon-checkbox,
.videoOp .icon-checkbox {
    cursor: pointer;
    display: inline-block;
    height: 22px;
    width: 22px;
    background: url(../image/student/stu.png) 0 -529px;
}

.w-messages .checked .icon-checkbox,
.w-cware .checked .icon-checkbox,
.w-notes .checked .icon-checkbox,
.videoOp .checked .icon-checkbox {
    background-position: 0 -485px;
}

.videoOp  .icoNote {
    cursor: pointer;
}
.videoOp .selected .icoNote {
    color: #28c8b5;
    cursor: Default;
}

.w-messages .join-1 {
    background: #57c6b9;
    margin-right: 10px;
}

.w-messages .join-1:hover {
    background: #53bcb0;
}

.w-messages {
    padding-bottom: 60px;
}

.w-config .btn-edit {
    height: 32px;
    line-height: 32px;
    background: #57c6b9;
    font-size: 12px;
    color: #fff;
    padding: 0 10px;
    float: right;
    border-radius: 3px;
}

.w-config .btn-edit:hover {
    background: #50baae;
}

.w-config .btn-edit i {
    margin-top: 10px;
}

.w-config .btn-edit i,
.w-config .btn-edit span {

    display: inline-block;
    vertical-align: top;
}

.w-config .c-header {
    height: 132px;
    padding-top: 40px;
    background: url(../image/student/configBg.jpg);
}

.w-config .avatar {
    width: 72px;
    height: 72px;
    border: 2px solid #fff;
    margin-left: 20px;
}

.w-config .avatar img {
    width: 100%;
    height: 100%;
}

.w-config .d-row {
    color: #fff;
    line-height: 1.5;
}

.w-config .name {
    font-size: 20px;
}

.w-config .col {
    float: left;
}

.w-config .desc {
    width: 750px;
    margin-left: 20px;
}

.w-config .d-desc {
    margin-top: 16px;
}

.w-config .icon-phone {
    width: 16px;
    height: 13px;
    display: inline-block;
    background: url(../image/student/stu.png) -144px 0;
}

.w-config .icon-edit {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(../image/student/stu.png) -162px 0;
}

.w-config .conRight {
    height: 600px;
}

.w-config .e-con {
    border: 1px solid #dfe8ee;
    padding: 20px;
    margin: 20px 20px 0 20px;
    overflow: hidden;
}

.w-config .phone {
    color: #38ad9f;
}

.w-config .icon-login,
.w-config .icon-config {
    display: inline-block;
    height: 69px;
    width: 69px;
    background: url(../image/student/stu.png) 0 -1890px;
}

.w-config .icon-config {
    background: url(../image/student/stu.png) 0 -1960px;
}

.w-config .e-title {
    color: #333;
    font-size: 16px;
}

.w-config .e-desc {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

.w-config .col-2 {
    margin: 12px 0 0 20px;
    width: 708px;
}

.w-config .form-edit {}

.w-config .col-2 .btn-edit {
    float: right;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    margin-top: 3px;
}

.w-config .btn-avatar {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 30px;
    text-align: center;
    color: #fff;
    margin-top: 3px;
    background: #29c1e8;
    -webkit-filter: drop-shadow(0px 3px 3px #a0e4f5);
    -moz-filter: drop-shadow(0px 3px 3px #a0e4f5);
    -ms-filter: drop-shadow(0px 3px 3px #a0e4f5);
    -o-filter: drop-shadow(0px 3px 3px #a0e4f5);
    filter: drop-shadow(0px 3px 3px #a0e4f5);
    position: relative;
    border-radius: 3px;
}

.w-config .btn-avatar input {
    position: absolute;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

::-webkit-file-upload-button {
    cursor: pointer;
}




/* IE11 (if it doesn't work, try maybe also on the parent/wrapper) */

input[type=file] {
    cursor: pointer;
}

.w-config .f-row {
    overflow: hidden;
}

.w-config .form-edit form {
    padding: 20px 0 0 40px;
}

.w-config .form-edit .col-1 {
    width: 410px;
    border-right: 1px solid #d5e0e9;
}

.w-config .form-edit .col-4 {
    padding-left: 40px;
    text-align: center;
}

.w-config .user-account {
    color: #666;
    margin: 6px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 137px;
}

.w-config .form-edit input[type="text"] {
    width: 366px;
    height:40px;
    border-radius: 2px;
    color:#999;
}

.w-config .f-avatar {
    width: 130px;
    height: 130px;
    background: #fff;
    border: 1px solid #d5e0e9;
}

.w-config .f-avatar img {
    width: 100%;
    height: 100%;
}

.w-config .icon-radio {
    display: inline-block;
    height: 22px;
    width: 22px;
    background: url(../image/student/stu.png) 0 -507px;
}

.w-config .radio {
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    margin: 0;
    cursor: pointer;
}

.w-config .radio i,
.w-config .radio span {
    display: inline-block;
    vertical-align: middle;
}

.w-config .radio+.radio {
    margin-left: 47px;
}

.w-config .radio.checked .icon-radio {
    background-position: 0 -463px;
}

.w-config .form-pwd form {
    padding: 20px 0 0 0;
    width: 400px;
    margin: 0 auto;
}

.w-config .form-pwd input[type="password"] {
    width: 399px;
}

.w-config .form-phone form {
    padding: 20px 0 0 0;
    width: 400px;
    margin: 0 auto;
}

.w-config .form-edit input[type="text"] {
    width: 397px;
}

.w-cware,
.w-cware body {
    width: 100%;
    height: 100%;
}

.w-cware body {
    position: relative;
}

.w-cware .r-menu {
    position: absolute;
    width: 320px;
    right: 0;
    top: 0;
    bottom: 0;
    background: #f5f7fa;
    transition: right 0.3s, transform 0.3s;
    transform: translateX(0);
}

.w-cware .icon-movie {
    width: 16px;
    height: 16px;
    background: url(../image/student/stu.png) 0 -338px;
}

.w-cware .icon-note {
    width: 16px;
    height: 16px;
    background: url(../image/student/stu.png) 0 -130px;
}

.w-cware .r-header {
    padding: 0 10px;
}

.w-cware .r-header li {
    float: left;
    padding-top: 5px;
}

.w-cware .r-header {
    overflow: hidden;
    background: #fff;
}

.w-cware .r-header a {
    display: block;
    text-align: center;
    height: 39px;
    line-height: 34px;
    color: #333;
    width: 150px;
    margin: 0 auto;
    border: 1px solid #f5f7fa;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
}

.w-cware .r-header .active a {
    background: #f5f7fa;
    border-color: #dfe8ee;
}

.w-cware .r-header i,
.w-cware .r-header span {
    display: inline-block;
    vertical-align: middle;
}

.w-cware .r-header span {
    margin-left: 5px;
}

.w-cware textarea,
.videoOp textarea {
    width: 300px;
    height: 113px;
    background: #fff;
    border: 1px solid #d0dbe5;
    color: #768692;
    padding: 5px 0 0 8px;
}

.w-cware .t-wrap,
.videoOp .t-wrap {
    padding: 10px 10px 0 10px;
}

.w-cware .btn-submit,
.videoOp .btn-submit {
    float: right;
    width: 54px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #28c8b5;
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
}
.w-cware .btn-submit:hover,
.videoOp .btn-submit:hover{
    background:#23b7a5;
}
.w-cware .checkbox,
.videoOp .checkbox {
    float: left;
    font-size: 12px;
}

.w-cware .comments,
.videoOp .comments {
    clear: both;

    padding: 0 10px;
}

.w-cware .comments li,
.videoOp .comments li {
    border-top: 1px solid #ebebeb;
    padding: 10px;
}

.w-cware .avatar,
.videoOp .avatar {
    width: 32px;
    height: 32px;
    float: left;
}

.w-cware .avatar img,
.videoOp .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.w-cware .name,
.videoOp .name {
    float: left;
    margin: 6px 0 0 12px;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.w-cware .time,
.videoOp .time {
    float: right;
    color: #768692;
    font-size: 12px;
    margin-top: 7px;
}

.w-cware .c-con,
.videoOp .c-con {
    clear: both;
    font-size: 12px;
    color: #768692;
    line-height: 1.9;
    word-wrap:break-word;
}

.w-cware .c-opt,
.videoOp .c-opt {
    color: #a4afb8;
}

.w-cware .l-main {
    background: #696a6f;
    margin-right: 320px;
    height: 100%;
    position: relative;
}

.w-cware .full .r-menu {

    transform: translateX(320px);
    right: -320px\9;
}

.w-cware .full .l-main {
    margin-right: 0;
    transition: all 0.3s;
}

.w-cware .back {
    background: #a9abae;
    width: 102px;
    height: 32px;
    line-height: 32px;
    display: block;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 20px;
    color: #484848;
    padding-left: 2px;
    border-radius: 0 3px 3px 0;
    z-index: 3;
    display: none;
}

.w-cware .icon-back {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 13px;
    margin: 0 6px;
    background: url(../image/student/stu.png) -75px -16px;
    margin-top: -2px
}

.w-cware .video,
.w-cware video {
    background: #000;
    width: 100%;
    height: 100%
}

.w-cware .file-wrap {
    width: 96%;
    margin: 0 auto 0 auto;
    padding-top: 47px;
    height: 83%;
    z-index: 2;
    position: relative;
}

.w-cware .title {
    color: #f5f9fa;
    margin-left: 10px;
}

.w-cware .f-title div {
    display: inline-block;
}

.w-cware .f-title {
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.w-cware .sec {
    background: #8b8d92;
    border-radius: 20px;
    padding: 0 25px 0 15px;
    line-height: 24px;
    height: 24px;
    font-size: 12px;
    color: #000;
}

.w-cware .chapter {
    color: #fff;
    background: #000;
    border-radius: 20px;
    line-height: 24px;
    height: 24px;
    padding: 0 25px 0 10px;
    margin-left: -19px;
    font-size: 12px;
}

.w-cware .num {
    width: 29px;
    line-height: 24px;
    height: 29px;
    background: #28c8b5;
    border: 3px solid #000;
    color: #000;
    border-radius: 50%;
    text-align: center;
    margin-left: -26px;
    position: relative;
    bottom: -1px;
}

.w-cware .f-footer {
    background: #000;
    text-align: right;
    padding: 4px 4px 4px 0;
}

.w-cware .btn-cware {
    display: inline-block;
    background: #9e9e9e;
    padding: 0 8px;
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
    color: #000000;
    font-size: 12px;
}

.w-cware .btn-cware+.btn-cware {
    margin-left: 10px;
}

.w-cware .btn-cware:hover {
    background: #e6e6e6;
    color: #000;
}

.w-cware .checkbox,
.w-notes .checkbox,
.videoOp .checkbox {
    overflow: hidden;
    cursor:pointer;
}

.w-cware .prev,
.w-cware .next {
    display: block;
    width: 50px;
    height: 27px;
    border: 1px solid #696a6f;
    background: #595a62;
    position: absolute;
    z-index: 1;
    top: -1px;
    left: 117px;
    text-align: center;
    z-index: 3;
    box-shadow: 0px 0px 5px #4b5058;
}

.w-cware body {
    overflow: hidden;
}

.w-cware .icon-prev,
.w-cware .icon-next {
    display: inline-block;
    width: 19px;
    height: 14px;
    background: url(../image/student/stu.png) -90px -16px;
    margin-top: 4px;
}

.w-cware .icon-next {
    background-position: -114px -16px;
    margin-top: 8px;
}

.w-cware .next {
    bottom: -1px;
    top: auto;
}

.w-cware .line {
    width: 4px;
    position: absolute;
    height: 100%;
    left: 139px;
    top: 0;
    z-index: 1;
    background: #333746;
}

.w-cware .f-list li a {
    display: block;
    padding: 9px 0 8px 10px;
}
.w-cware .f-list li.active span {
    color: #38ad9f;
}
.w-cware .f-list li.over {
    position: relative;
}
.w-cware .f-list li.over:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../image/student/stu.png) -140px -165px no-repeat;
}
.w-cware .f-list li {
    margin: 0 10px;
    border-bottom: 1px solid #ebebeb;
}

.w-cware .f-list .icon {
    width: 32px;
    height: 34px;
}

.w-cware .icon-file {


    background: url(../image/student/stu.png) 0 -631px;
}

.w-cware .f-list i,
.w-cware .f-list span {
    display: inline-block;
    vertical-align: middle;
}

.w-cware .f-list span {
    margin-left: 15px;
    color: #333333;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.w-cware .f-list span:hover {
    color: #38ad9f;
}

.w-cware .icon-video1 {
    background: url(../image/student/stu.png) 0 -673px;
}

.w-cware .icon-img {
    background: url(../image/student/stu.png) 0 -715px;
}

.w-cware .icon-video {
    background: url(../image/student/stu.png) 0 -757px;
}

.w-cware .c-head,
.videoOp .c-head {
    padding: 10px 0;
    overflow: hidden;
}

.w-cware .c-opt i,
.w-cware .c-opt span,
.videoOp .c-opt i,
.videoOp .c-opt span {
    display: inline-block;
    vertical-align: bottom;
    font-size: 12px;
}

.w-cware .c-opt span {
    margin-left: 6px;
}

.w-cware .checkbox i,
.w-cware .checkbox span,
.w-notes .checkbox i,
.w-notes .checkbox span,
.videoOp .checkbox i,
.videoOp .checkbox span {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
}

.w-cware .fullscreen {
    display: block;
    width: 23px;
    height: 23px;
    background: #fff;
    position: absolute;
    left: -23px;
    top: 22px;
    border-radius: 3px 0 0 3px;
    text-align: center;
}

.w-cware .icon-withdraw {
    width: 7px;
    height: 7px;
    display: inline-block;
    background: url(../image/student/stu.png) 0 -21px;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    transition:all 0.3s;
}
.w-cware .full .icon-withdraw{
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    transform:rotate(180deg);
}
.w-cware1 .l-main {
    background: #e9edf0;
}

.w-cware1 .back {
    background: #fff;
    border: 1px solid #38ad9f;
    color: #38ad9f;
    box-shadow: 0 0 3px #d1e8e8;
}

.w-cware1 .prev,
.w-cware1 .next {
    background: linear-gradient(#fff, #eaeef1);
    background: #fff\9;
    border: 1px solid #c1cfd9;
    box-shadow: 0px 0px 5px #c9ced2;
}

.w-cware1 .icon-prev {
    background: url(../image/student/stu.png) -151px -16px;
}

.w-cware1 .icon-next {
    background: url(../image/student/stu.png) -75px -35px;
}

.w-cware1 .line {
    background: #cdcfd4;
}

.w-cware1 .sec {
    background: #fff;
    color: #38ad9f;
}

.w-cware1 .chapter {
    background: #38ad9f;
    color: #fff;
}

.w-cware1 .num {
    border-color: #28c8b5;
    background: #fff;
    color: #28c8b5;
}

.w-cware1 .title {
    color: #333;
    padding-left:15px;
}

.w-cware1 .icon-back {
    background: url(../image/student/stu.png) -137px -17px;
}

.w-cware1 .f-footer {
    background: #fff;
    margin-top: 10px;
    box-shadow: 0 5px 5px #dfe8ee;
}

.w-cware1 .btn-cware {
    color: #38ad9f;
    border: 1px solid #38ad9f;
    background: #fff;
}
.w-cware .btn-cware.over,
.w-cware1 .btn-cware.over {
    color: #fff;
    background-color: #38ad9f;

}

.w-cware1 .btn-cware:hover {
    background: #38ad9f;
    color: #fff;
}

.w-cware1 .practice {
    color: #22a0c0;
    border: 1px solid #22a0c0;
}

.w-cware1 .practice:hover {
    background: #22a0c0;
}

.w-cware1 .file {
    height: 100%;
    background: #fff;
    box-shadow: 0 5px 5px #dfe8ee;


}
.w-cware1 .file-img{
    overflow:auto;
}
.w-cware1 .f-inner {
    height: 100%;
    overflow-y: scroll;
}

.w-cware1 .inner {
    width: 900px;
    margin: 0 auto;
    height: 100%;
}

.nicescroll-rails {
    width: 7px!important;
}

.nicescroll-rails.fixtop {
    margin-top: -47px;
}
.w-calc{
    background: #fafdff;
}

.form-calc {
    height: 100%;
    color: #666;
}

.form-calc .calcBox {
    display: none;
    width: 590px;
    margin: 0 auto;
    padding-top: 15px;
}

.form-calc .c-inner {
    overflow: auto;
}

.form-calc .selectList {
    padding-bottom: 2px;
    border-bottom: 1px solid #d5e0e9;
    padding-top:10px;
}
.form-calc .selectList .s-wrap{
    margin-left: 35px;
}
.form-calc .selectList label{
    font-size:14px;
}
.form-calc .btn-calc {
    display: block;
    width: 115px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    background: #28c8b5;
    text-align: center;
    border-radius: 4px;
    margin: 20px auto 20px auto;
}

.form-calc .btn-calc:hover {
    background: #1fb7a5;
}

.form-calc .s-wrap .switchCalc {
    background: none;
    font-size: 16px;
    cursor: pointer;
    color: #52616c;
    width: auto;
    border:none;
}
.form-calc .results input[type='text']{
    height:25px;
    line-height:25px;

}
.form-calc .switchCalc option {
    direction: rtl;
}

.form-calc label {
    font-weight: normal;
    width: 136px;
    text-align: right;
    margin: 0;
    font-size:12px;
}

.form-calc .required {
    color: #e982a9;
}

.form-calc3 .icon-con {
    width: 50px;
    display: inline-block;
}

.form-calc3 .selected {
    width: 287px;
    display: inline-block;
    cursor:pointer;
}

.form-calc3 .calcBox {
    padding-left: 46px;
    width: auto;
    margin-top:25px;
}

.form-calc3 .s-row {
    padding:25px 0 5px 40px;
    border-bottom: 1px solid #dadfe2;
}
.form-calc3 .select-wrap{
    display:inline-block;
}
.form-calc .icon-select-down {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    background: url(../image/student/stu.png) -151px -136px;
    cursor:pointer;
}

.form-calc3 label {
    width: 150px;
}

.form-calc3 .content {
    display: none;
}

.form-calc3 .icon-analyze {
    display: block;
    width: 40px;
    margin: 0 auto;
    height: 40px;
    background: url(../image/student/stu.png) -50px -115px;
}

.form-calc3 .analyze2 {
    width: 45px;
    height: 33px;
    background-position: -95px -117px;
}

.form-calc3 .analyze3 {
    width: 36px;
    height: 41px;
    background-position: -51px -157px;
}

.form-calc3 {
    background: #fff;
}

.form-calc3 .form-header {
    background: linear-gradient(#fafdff, #fafdff);
}
.form-calc3 .analyze4 {
    width: 38px;
    height: 35px;
    background-position: -99px -160px;
}

.form-calc3 .analyze5 {
    width: 40px;
    height: 34px;
    background-position: -48px -205px;
}

.form-calc3 .secs>ul>li {
    text-align: center;
    width: 200px;
    height: 48px;
    background: #fff;
    border: 1px solid #dfe8ee;
    margin: 15px 0 0 0;
}

.form-calc3 .secs>ul {
    position: relative;
}

.form-calc3 .secs {
    position: absolute;
    top: 81px;
    background:#fff;
    z-index:2;
}
.form-calc3 .desc{
    padding-left:11px;
}
.form-calc3 {
    position: relative;
}

.form-calc3 .secs a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #666;
}
.form-calc3 .secs > ul>li:hover{
    border: 1px solid #28c8b5;
}
.form-calc3 .secs li.curr {
    border: 1px solid #28c8b5;
}
.form-calc3 .secs li.curr >a{
    position:relative;
    z-index:2;
}
.form-calc3 .secs li.curr >a:after {
    content: '';
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    background: url(../image/student/stu.png) -152px -102px;
    top: -14px;
    right: -14px;
    z-index:3;
}

.form-calc3 .secs .icon-con,
.form-calc3 .secs span {
    display: inline-block;
    vertical-align: middle;
}

.form-calc3 .secs span {
    line-height: 46px;
    margin-left: 15px;
}

.form-calc3 .secs {
    padding:0 0 0 40px;
}

.form-calc3 .btn-prev {
    width: 118px;
    margin: 0 auto;
    text-align: center;
    height: 40px;
    line-height: 40px;
    display: block;
    background: #dee1e4;
    color: #52616c;
    font-size: 16px;
}

.form-calc3 .btn-prev:hover {
    background: #eceded;
}

.form-calc3 .menu-con {
    left: 100%;
    display: none;
    position: absolute;
    top: 0;
    width: 410px;
    padding-left: 40px;
    height: 300px;
    background:#fff;
    z-index:1;
}
.form-calc3 .formula{
    font-size:12px;
}
.form-calc3 .sub-menu {

    text-align: left;

    line-height: 30px;
    padding-left: 40px;
    height: 300px;
    border-left: 1px solid #dfe8ee;
}

.form-calc3 .sub-menu a:hover,
.form-calc3 .sub-menu a.curr

{
    color: #4996e3;
}

.form-calc input[type="text"] {
    width: 320px;
    height: 42px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 5px;
    color:#999;
}

.form-calc .r-title {
    padding: 9px 0 0 0;
}

.form-calc input[type="text"].fluidInput {
    background: none;
    border: none;
    width:0;
}
.form-calc input[type="text"].fluidInput+span {
    padding-left: 6px;
}

.form-calc input[type="text"].hasvalue {
    width: 29px;
}

.form-calc .calcBox .formList {
    margin-bottom: 15px;
}

.form-calc .formList label,
.form-calc .formList input,
.form-calc .formList span {
    vertical-align: middle;
}

.form-calc .em {
    margin-left: 135px;
    font-size: 14px;
}

.form-calc2 {
    background: #fafdff;
}

.form-calc2 .cal {
    margin: 0px auto;
    width: 300px;
}

.form-calc2 .input-box {
    margin: 0;
    width: 300px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #000;
    /*background: #000 url(../image/student/bg-calc.png) no-repeat center center;*/
    padding: 0 10px 0 10px;
    height: 60px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-align: right;
    line-height: 60px;
    font-size: 47px;
    outline: none;
    text-transform: uppercase;
}


.form-calc2 .btn-radius {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border: 1px solid #e5e5e5;
    background: #f4f4f4;
    line-height: 36px;
    text-align: center;
    color: #666;
    float: left;
    margin-left: 14px;
    margin-top: 11px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
}

.form-calc2 .btn-radius:hover {
    background: #e8e8e8;
}

.s-pop.calc,
.form-calc2 {
    border-radius: 10px 0 10px 10px;
}

.form-calc2 .btn-radius:active {
    background: #ffffff;
}

.form-calc2 .clear-marginleft {
    margin-left: 0;
}

.form-calc2 .btn-64 {
    width: 64px;
    height: 36px;
}

.form-calc2 .btn-80 {
    width: 64px;
    height: 85px;
    line-height: 78px;
}

.form-calc2 .l-title {
    font-size: 20px;
    padding: 4px 0;
    position: relative;
}

.form-calc2 .icon-calc {
    background: url(../image/student/stu.png) -100px -34px;
    width: 45px;
    position: absolute;
    height: 11px;
    left: 21px;
    top: 14px;
}

.form-calc2 .btn-143 {
    width: 143px;
}

.form-calc2 .fixTop {
    margin-top: -36px;
}

.form-calc2 .btn-list {
    margin-top: 15px;
    overflow: hidden;
}

.form-calc2 .btn-148 {
    width: 146px;
    margin-left: 152px;
}

.s-pop .form-calc2 {
    padding-top: 0;
}

.form-calc2 .font-34 {
    font-size: 34px;
}

.form-calc3 input[type="text"] {
    width: 300px;
    color:#999;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div{
    color:#666;
}
.chapterBody a.classroom .cNum{
    color:#666666;
}
.chapterBody a.practice .cNum{
    color:#666666;
}
.chapterBody a.inactive span,
.chapterBody a.inactive .cNum{
    color:#b6b6b6;
}
.xdsoft_datetimepicker .xdsoft_calendar th{
    color:#999;
}
.layui-layer-dialog  .layui-layer-btn a{
        height: 40px;
    line-height: 40px;
    margin:0;
    border-radius: 0;
    width:50%;
    text-align:center;
}
.layui-layer-dialog .layui-layer-btn{
    padding:0;
}
.layui-layer-dialog .layui-layer-btn .layui-layer-btn0{
    background: #57c6b9;
    border-color: #57c6b9;
}
.scoreResult span.res1 {
    font-size:12px;
    display: inline-block;
    min-width: 150px;
}

.scoreResult span.res1 span.blue {
    color: #22a0c0;
}
.scoreResult span.res1 span.green {
    color: #57c6b9;
}
.scoreResult span.res1 span.red {
    color: #e4578f;
}
/*zhaoly  end*/