@import "themeX.css";

* {
    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 .a {
    display: none;
}
.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 .path12 {}

.flow .flowPath .path12:before {
    background: url(../image/student/flow/short_item_question.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*/

.SeparateMode {
    position: relative;
}
.SeparateMode .lineWrap,
.SeparateMode .signature {
    position: relative;
}
.examPop.show,
.SeparateMode .signatureList.show {
    top: unset;
    bottom: 100%;
}
.SeparateMode .examWrap {
    margin-left: 320px;
}
.SeparateMode .examFooter {
    position: static;
}
.SeparateMode .examFooter .eFLeft .qtList {
    position: absolute;
    top: 55px;
    left: 10px;
    width: 300px;
    bottom: 67px;
}
.SeparateMode .examFooter .eFLeft .qtList .btn {
    display: none!important;
}
.SeparateMode .examFooter .eFLeft .qtList .questionList {
    display: block;
    position: static;
    width: 100%;
    margin: 0;
    height: 100%;
}
.SeparateMode .examFooter .eFLeft .qtList .questionList .closePop {
    display: none;
}
.SeparateMode .examFooter .eFLeft .qtList .questionList:after {
    display: none;
}
.SeparateMode .examFooter .eFLeft .qtList .questionList .qlBox {
    height: calc(100% - 40px);
    margin: 0;
}
.SeparateMode .examFooter .eFLeft .qtList .questionList .qlBox .qlItem .courseList li:before {
    left: 2px;
}
.SeparateMode .examFooter .eFLeft .qtList .questionList .qlBox .qlItem .courseList li {
    padding: 0;
    display: flex;
}
.SeparateMode .examFooter .eFLeft .qtList .questionList .qlBox .qlItem .courseList li .qlName {
    padding: 0 10px;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.SeparateMode .examFooter .eFLeft .qtList .questionList .qlBox .qlItem .courseList li span:hover {
    color: #57c6b9;
}
.SeparateMode .examFooter .eFLeft .qtList .questionList .qlBox .qlItem .courseList li .qlBg {
    padding: 0 10px;
    font-size: 0;
}
.SeparateMode .examFooter .eFLeft .qtList .questionList .qlBox .qlItem .courseList li .qlBg:after {
    content: '展示';
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

.SeparateMode.showQuestionList .examWrap {
    margin-left: 20px;
}
.SeparateMode.showQuestionList .examFooter .eFLeft .qtList {
    display: none;
}
.SeparateMode .answerQuestions {
    position: relative;
}
.SeparateMode .answerQuestions .answerList {
    top: unset;
    bottom: 100%;
    right: 0;
}

.x-type#wrap {
    width: 1200px;
}
.x-type .wrapper .wLeft {
    width: 100%;
    margin-right: 0;
    background: transparent;
}
.x-type .wrapper .wLeft .chapterNav {
    padding: 0;
    margin-bottom: 20px;
    border-bottom-color: #fff;
}
.x-type .wrapper .wRight {
    left: calc(100% + 10px);
    right: unset;
}
.x-type .wrapper .chapterBody {
    padding: 0;
}
.x-type .wrapper .chapterItem {
    position: relative;
    *zoom: 1;
    padding: 0;
}
.x-type .wrapper .chapterItem:before, .x-type .wrapper .chapterItem:after {
    display: table;
    line-height: 0;
    content: "";
}
.x-type .wrapper .chapterItem:after {
    clear: both;
}
.x-type .wrapper .chapterItem > *:nth-child(odd) {
    float: left;
    width: 300px;
    background: #d9eeea;
    margin-bottom: 10px;
}
.x-type .wrapper .chapterItem > *:nth-child(even) {
    float: right;
    width: 880px;
}
.x-type .wrapper .chapterItem .chapterTop {
    position: absolute;
    left: 0;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}
.x-type .wrapper .chapterItem .chapterTop b {
    border-radius: 50%;
    background: #fff;
    color: #0ba163;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.x-type .wrapper .chapterItem .chapterTop .one {
    width: 100%;
    font-size: 14px;
    color: #0ba163;
}
.x-type .wrapper .chapterItem .chapterTop.active {
    background: #21c17f;
}
.x-type .wrapper .chapterItem .chapterTop.active .one {
    color: #fff;
}
.x-type .wrapper .chapterItem .chapterTop.active+.sectionList {
    display: block;
}
.x-type .wrapper .chapterItem .chapterTop:nth-child(1) {
    top: 0;
}
.x-type .wrapper .chapterItem .chapterTop:nth-child(3) {
    top: 60px;
}
.x-type .wrapper .chapterItem .chapterTop:nth-child(5) {
    top: 120px;
}
.x-type .wrapper .chapterItem .chapterTop:nth-child(7) {
    top: 180px;
}
.x-type .wrapper .chapterItem .chapterTop:nth-child(9) {
    top: 240px;
}
.x-type .wrapper .chapterItem .chapterTop:nth-child(11) {
    top: 240px;
}
.x-type .wrapper .chapterItem .sectionList {
    display: none;
}
.x-type .wrapper .chapterItem .sectionList li {
    margin-bottom: 20px;
    background: #fff;
    padding: 0;
}
.x-type .wrapper .chapterItem .sectionList li .liOne {
    position: relative;
    width: 100%;
    height: 71px;
    line-height: 70px;
    border-bottom: 1px solid #f1f1f1;
    padding: 20px 0;
}
.x-type .wrapper .chapterItem .sectionList li .liOne > b {
    display: block;
    height: 30px;
    line-height: 30px;
    border-left: 4px solid #21c17f;
    margin: 0;
    padding-left: 20px;
    font-weight: 600;
    font-size: 16px;
    color: #333;
}
.x-type .wrapper .chapterItem .sectionList li .liOne > .a {
    position: absolute;
    top: 0;
    right: 20px;
    display: block;
}
.x-type .wrapper .chapterItem .sectionList li .liCon>span {
    line-height: 2;
    width: auto;
}
.x-type .wrapper .chapterItem .sectionList li .liCon {
    display: none;
    padding: 20px;
}
.x-type .wrapper .chapterItem .sectionList li .liCon .showKnowledge2 ,
.x-type .wrapper .chapterItem .sectionList li .liCon .showKnowledge {
    margin-left: -10px;
    margin-right: -10px;
}
.x-type .wrapper .chapterItem .sectionList li .liCon:before,
.x-type .wrapper .chapterItem .sectionList li .liCon:after,
.x-type .wrapper .chapterItem .sectionList li .liCon:before,
.x-type .wrapper .chapterItem .sectionList li .liCon:after {
    content: " ";
    display: table;
}
.x-type .wrapper .chapterItem .sectionList li .liCon:after,
.x-type .wrapper .chapterItem .sectionList li .liCon:after {
    clear: both;
}
.x-type .wrapper .chapterItem .sectionList li .liCon .showKnowledge2 li ,
.x-type .wrapper .chapterItem .sectionList li .liCon .showKnowledge li {
    background: #f2f4f8;
    width: calc(50% - 20px);
    display: inline-block;
    vertical-align: middle;
    margin: 5px 10px;
    padding: 20px;
    position: relative;
    float: left;
}
.x-type .wrapper .chapterItem .sectionList li .liCon .showKnowledge2 li .spNum ,
.x-type .wrapper .chapterItem .sectionList li .liCon .showKnowledge li .spNum {
    display: none;
}
.x-type .wrapper .chapterItem .sectionList li .liCon .showKnowledge2 li .spName ,
.x-type .wrapper .chapterItem .sectionList li .liCon .showKnowledge li .spName {
    width: 100%;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    padding-right: 50px;
    padding-left: 30px;
}
.x-type .wrapper .chapterItem .sectionList li .liCon .showKnowledge2 li .btn ,
.x-type .wrapper .chapterItem .sectionList li .liCon .showKnowledge li .btn {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.x-type .wrapper .chapterItem .sectionList li .liCon .showKnowledge2 li em ,
.x-type .wrapper .chapterItem .sectionList li .liCon .showKnowledge li em {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
    font-style: normal;
}
.x-type .wrapper .chapterItem .sectionList li .liCon .showKnowledge2 li .em0 ,
.x-type .wrapper .chapterItem .sectionList li .liCon .showKnowledge li .em0 {
    background: #c0c3c9;
}
.x-type .wrapper .chapterItem .sectionList li .liCon .showKnowledge2 li .em1 ,
.x-type .wrapper .chapterItem .sectionList li .liCon .showKnowledge li .em1 {
    background: #e5950a;
}

.wrapper .chapterItem .sectionList li .liCon .showKnowledge li .img,
.wrapper .chapterItem .sectionList li .liCon .showKnowledge2 li .img {
    display: none;
}
.x-type .wrapper .chapterItem .sectionList li .liCon .showKnowledge li .img,
.x-type .wrapper .chapterItem .sectionList li .liCon .showKnowledge2 li .img {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    background-color: #f8fafb;
    background-position: center;
    background-repeat: no-repeat;
}
.x-type .wrapper .chapterItem .sectionList li .liCon .showKnowledge li .img0,
.x-type .wrapper .chapterItem .sectionList li .liCon .showKnowledge2 li .img0 {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAaCAYAAACkVDyJAAAEPUlEQVRIiV2Wy+tVVRTHP9/bDcIwDcJSIomoQGjQpIIGFRThI6IXhEjQpEEOonw0CKSSClTEiVTQJB80KAmELMrsDwiTahBlgSnkpEGCEFl3f2Pvvc4++/wO3Lvfe631Xd+11tamy59gGzttTfaTpLTGJFJKpDyfFrj0U+kv2ri2i0XKZ0m5zfPx88IskvOxs04cTguOpQRzY4ATwHoBSeD8h1AWkldlcOnl2TrnvJEyiiWsuC2WUemuMzwO7AV2zgXbjdfXVe8VOkOxjXaitHmiSmordar1srwLgmVGN8TK3PAoZguwQ/Dl3OiVeoV3Vi1ctXPpDfpWCWry2so4EkhXUcCMG2tzRGJmsdmwdSa8usCCj7WjcZsUNhb4RA+qQh0Niogttv+DbKVW9PgYPo3xqhko1UuGTZpAOfhHnbWOUTHYBYrNModVpHMz+DRw7XBCZnlFjCuzzJO4aEZ35VIo3dTo/FoV3Ix0tELo44bztm7DnFYRXsCZxfZRSHOFHVYOVCudB0HXe+K9otaziKNBps9AmY0PSM5Q3wnc26uYv05gqCA10gTT3rH1DfIPgpUdWZ4WfBRHTxhtCp+fw9yDeQF0HCbkZj7hXCco5O8jsa36Shme70BZ8/uAj8uexOfYGwdW1rjlW+ffEi5nhWbNjm5R1cT9wLYg6LvIF4Bbhc8Cp6pj9QXyhhoSDvbSnC6mX1ZoNjJQne0+AHo5Inu3zIvAw0Cm/dqKjE+SE4bVzo8udw2XxgWWh4SVs95/tdGriJciHl5H7Arn/uJKgguIr4QeGZJPsSsLaXEwzHuA8kfVuZ/mS3MG+KLhD6T3DLvpggkXH97S+7leNDhl6pp2I3wN3A6cn/dZsSqnQ7YODRq7O1U50vu6kWRIZs1EdTOx79fC0i7E+8465B2YZePtkVUmtBvypaZ3wCWbtyR+zwiktq+GRRCnlojQ603gqUH1IS4VKcFDTkjT8jQCmjfre5IPxnCF4DWLU/Mx+HWpej1Dqe0uMeeri5/SqGFHsSa0hzI8ehmnIwzrKiUqI/ZYJs1FYHW2yC5FMh86B3p7RNkdfEP0aCpHGlkZvT4rxcJvmTT7IeU6uEfiBsyZpOBGB+U4HFO4IhUWaCd1stY1JWeOrJd5JshzIFf8fUYPARuiCAer3CfvsdUSmjXS9Kllin9Av8dwch6mbzTeCjxhs2Y42nJhTv8pZxnd5arEWcMKxCrE38DPxtdkXcZ0XP4XuITDYYtS4OddvjtoOKhICe4YGaX9JpuLgr+M78j78mMN8y9w9xK7xrM1zVbUNL7aJp9biGtdIVPNnfcHB/8B7cKeo8LB64APQefA2doPgD97TjWH52ditqMxpL3VQg1xArN25F/5vxHxRtkebwXwc8O5RCm8z1dPZBSmJpV62AkIOId7ql9B0yQfz9QRtqGnK8Lvp/bs64Tl/cD/TaBjulFCVF4AAAAASUVORK5CYII=")
}
.x-type .wrapper .chapterItem .sectionList li .liCon .showKnowledge li .img1,
.x-type .wrapper .chapterItem .sectionList li .liCon .showKnowledge2 li .img1 {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAEeUlEQVRIiW2WO4idRRTHf+fbq2ZDEheJb0UURMiGEIwQCBYWYmEsowGxUFjUUhMs3WKDNj62XXyAlRYmWihqkwhKio1R0CAS0lhJRIivlZB1v/nLzJx53KwD987MNzPn+T8Pe2ztOJLi72UpHJJ0V9A4KAQpxO8jIYT804jKPOY5jOUs5LOyj29HWQhcCoFTYWRJ4ueJSONr4MG0lkCWv5pv01Jxi8gvyowp7eim9DBu45mxHXgGOIzYNwEWIzMywSWZrRphlMzkTBJjs0rQnFdhghk9qyJ4vCdxB/CKGTcJTkwMnndpI+NjiYYMI1Q9imaFpIoQcR0PQ1qlF02Sqmgcq4gfDHYNwC2ux2dZeuHKpL9isbQuxKrF40uLGm4VttPg+sLBGrM4zsn4N14dQOv5zHYkTcyaceK6mMs6yV0QZR+vAL8AvwkuAp8Cc2q3C/8x4mHwp+R11pAp4xVPVn0cEOnoRUPPIdfM2CI4CPZepmVF9KEoPRQMmiMi3pkCRWGsxHY7xrvAN4hvDd7wK++AHsgCpPEIskFOSB2CJ9lWIZM1JamCeTxsHl8h9lZEJKtHcbQKSYA1wTLoCqYZi+FpDh6XZNLA7BiTKrSF7QIWon8x5hTYq3zxJUO/SxxB7MbY6aLd7vQ2UjaJgodGL84T65yb15bugubNdE4tFNN7E5eBN128R4HdWchomS45RCOFkiTS30ych2a4gvX65QX/eAFYkexDP7lWMJeTAdtqHup974f9DovuSxrGgG1sOwPM+KO3BK83MHMN8Icj8Iongb/dI5ecTMC0YVS+8XTZYH4iR2g1q2pO2erS3WNwo8SeztP3Cf2J2OGvb0sJxLjXcTBBdp0ieGp+5Uiid3Dt+GWkLZIelsLJmOkhfBlCeCj6MoRWIXIVGFGsDONYq0SsEPFb2o9eKYLWQgj3h8CFMEZ/gsYah20kmIub6UK++qJPOPUgpx0vcfWbxDaUzN+hPvnQZrIJtd7CwvYI5jsTbh4yjyb732NDFwW/dlXs7YjoCU3o9S42NsC+71Jnnq05RC1f+MY6Xcyh2WdTFuK1GBbnMzbtKD3hzm4l7Rk91FXyac5KU4r2ZS39FkrCj4G/GAsj6HHgNLIziDGFuYVWYK0kRZc+dDWshq+mBAopUepO4Anl6+9PhD4CWwQtgR3AdKAQUi9vqbpV21I3myk9r7bOwGk4nS8wnprkOArHgM+FDoFuNWwQzWJJztY7rIGeljGrwAmMf4oTasJ3v7rR/zI4JUUrpmpRQ/6sobPhKsNUe4W+MHOYwKzBqxLf0WnT3oWpcCj1YdgM51o0GwFXz8Qs6CyyG1yJk5j21/6m3u/LwTSehuley+X0fq0EesnDsuhn9oHOy+w0Yg7ZB4jB6FFsvZlafxQZTmdSORPvADrG3hXt94sriGe92bq71FVHYqPe2tumYTNj1/yWqtFDPfeZn/ilZTP96HKcISWN2oZ0LVurhyU3eC5tsM/m94tXVWcZrwEf4x0Y4ifEk706repMt6fpVPAfUdzOO0u38mMAAAAASUVORK5CYII=")
}
.x-type .wrapper .chapterItem .sectionList li .liCon .showKnowledge li .img2,
.x-type .wrapper .chapterItem .sectionList li .liCon .showKnowledge2 li .img2 {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAaCAYAAACkVDyJAAAEiklEQVRIiW2W26tVVRTGf2Of3UGxo4Z1KjIOGBnSXTMvodCTRT4IQj0FEQSRUND9UBEI1YOQveQfkI8ZJEQ9RIHZyQuEdpGSLhRdHjKz1IpzdI4v5m2tuaUJe6+55hpzfN+4zmmbz+5BUvy9JPlWuU8JH3PXObkfd4XdUtjp7svl/op72Ojui+SOezjt8hkP/oLcP3eFbR70gLuvcNe4B4JcP7vztjvTOOcj4JjQIblWSY7LicoSifQMuPt+97BSCgvc43rAFQghgaJITn7Qg28IcY8r7kEBPM1BzjEPrB4KtiOtIonxFOIQmIMPMd0tMQ1sABB2FPSi4IQEhi0xs2mZr5dHGWHwqmAv4pzQAFhpsENwPbBjCDwUtwo9CrxuSbGIa8B+g4UytmH2B2KN0BzdiHK8A/yK6Uphbwg9ERfNDDMhYwY4hdgN3D8wuAxLzD5MYGYVLL5ElftQUvyNwZxZD0c3t2Nl8kFdSqSVOQk+yiRYGE0+LyWxiQiA9LCh46BNRfriREcMkqL8/ASzTwXzEhdpGPcaLMhousPga+DJgj6RVEQfq9DPIVJ0xb1gyw22ko0dZKuibBqLgXUxNsDVcQ/YoOjIT7MtguuA+4onvGIMrPVMhj2RDIVTHZXij5wUGd5UnC5rtnbjdHn5rXN++TjQhcImmWoQLMWxc0CmVjycQDUay06bZxnrORSZgY0qy2GzbFHOnz74rRsqmhp9UYcq7oh8PwYd5dZyaWRXUyYFL1veGqaCaj36/6IOelVKQFZqqCrNvO2CQPdB7ABa4IJev3XYllzaaCquVKOwtzZbqm7dciJZs7f6yvr20ZGoFo5EJhmpUtvW5URiW1mrL/0o2+dJE5pYqxqxvQMfASyqLi1KLulcaaNZ3Mhb50LrMwFjYX63yYpXaQ4607Gx8vEt0HflOeruvPVPjMPAZ4ifuk7YGAvaC3wLerMszKshHGZeKU61S+yS2FV3x8J29ZjxGIlNvF0gHx3t+Bjs2j4kzFaUYVPWucup1FPfSkop1qxU0wt6uRY/x9rb7I199WUZJ4eNG6jGtsnSBbxJx4gRU8ojGbccIG/cXy1WaYfRSeI5qzHsEVMiPAIcBTar1mUDKxRJ7hN2gHg61HKwrtTi352SHUF6uu5U4THo1ZmXySaDm4G1xoV0uuTaiLTWxPxa5Gr6FditmG6JpBt3T5oxMQRdVCpottjwIGZrkN4vHvm30J7LHlCUW2/YuGO/lzDMFvf9U5jtBPvK4EghskDwg+CveMWYAxsHTSg37pOS3qXv24uLiZOidhgdqA4u/rq8tInJbKfHdHpPXRhYIZgfPRJPi33lw2sYS+sBUcaNBs/k9mbXAM/X7LSaZOgxTDeV8nocuK05/uK4Il6syvyg3XN2zw3Iv8htLV4T9aPkQe7jUliarnvxDpqvi3F+xj2cyNfJsCQEXxT3KQRCdz3UL3KfdWnMA1Plmhh/62Kxfym4S+h4ybIppGWgpYXVYcHtYM+CzqS7D1pmYhlikRl/I7bLbDVoppy7V8nid5sqOr8HtggO/gcCSdp2wgCBdwAAAABJRU5ErkJggg==")
}
.x-type .wrapper .chapterItem .sectionList li .liCon .showKnowledge li .img3,
.x-type .wrapper .chapterItem .sectionList li .liCon .showKnowledge2 li .img3 {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAcCAYAAAB/E6/TAAAETklEQVRIiW2WS8hVZRiFn3U8ZZOiokEXCEEMgvoVRSeiA4Vw0IUuYNCgqGY56DIRKSppUFFCoyJIIWoQ1EAJahYRFhVdNJQGlUJFVP6KYpDmeVd8173PXxv2v//9ne97L+td6323bj37LhEGAjsU4avS046nImZ3Rczuc8TRiCBilu4XI2JrxGy7I36YxQyn32bxakRsiPAdMfOvDv8dM05HgGcwBZC4xOZ5W/cIX2eMnZyD4KP8n8p7uZzOHAzcXsfXV2nB8A/wGbDHsH8KvsjwteFGYULpoEYGVB5tTfWPU4DKr8H8VXcmu5sp94MT0G5lJzpn6SHMWmAB9K2zLz+n/M5qxGrMj9XqLtsLTuuwBvFbjsXsAK0WbJbYX/fuTdA9kKHCj6eFvNc5j18k1th8AHzXUxR/glcaDgBHKvQ4OC1zjcU7xieSDZtPgJMSV0yNryyBcLAaWg48YrS2YrW7OHKGT2ZVjfIl0PcdYnFtLdVroBckf6mC8FGbjVPQecPFsi8tUGWIXm71AW8FbW0ZtWXhbeBtiSPuyeYdd4NXVUjT2rL0nLYyW0xkJbYdwTwruN6dTi74FA+1+sO7R1wBXQDezsQqQUzS0Wk+lxfU4v0L8UwuVI5Sxe6IwvmMCuXTuWSoZzaEVjMs98RFE0Ubc6IYokUtK/cFuUmr7Pco+aXCSsenFdcleujOVgpPWqqZDMo9JEM1NlcLfwqxWCKfF/N0SJBR+BnGA8a3tTxbSVrkKqDNY1WujZhP1TBK8AZMBjTn24xyh6LXaa5bZIfdVCln6xjpXy3xnsjg0YJynB3AO2VWICaRGl8KIoYwGtSusMm53icxpzxforxp2npZIdmIK/k0x/9zqMIWI4dD/dVRGUhUTI3IMFis7SMJ7hZVJDJUDdreYAsLPXDvBOYt8Pkxci5k8MD3EbOBDzFX9xAadK1cyW/0pSEz8Qfwfo+nsW5sqIk3eRTeZbMdWCYRLgqt5W4lq3Q37cffwd+U8eFGnMvT3qlGVChHi0YI7UPsk5dkGnPkm3s2DD0qg+CngBumg6Dd1dGPWh3/seDzjpFg3WsxiM3ucW1P826qkZslneMJ8L0q+Z0RPGo4XCaFUnffhKzaJquK/LPhYdCihrzOYD6fduByAnNy2WGxwl073gAcLgL2Y9EGZIu8uFqH/CTyYiNMI0Uig/qnQRQKV2dbBFsQ0yRCxHsjpNYI1tfZUZDL/PexPnUbseAmmU0pozT00u7TY7yBY5g3PBJl7zLSIeDQmCCJae4i1JgQew3rJ0KLLl1gszVPi2GY0YlRoRsPug5Rr8H4HRZUJ+w+pS8a2CM4B/oiz9ksyPkJ1X0OWssjozfW/l2RC3uZYCewvHYGniaPA9+Mef1/+uHSCEvgScX1u26QWYFs6DX9/P2p414wWifzCvJx4EL6eCp8yKGloKOGmWznpxN13Pa120nx5YazwMfA7Zg3/wUEbot/XWSPKwAAAABJRU5ErkJggg==")
}
.el-textarea {
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    font-size: 14px;
}

.el-textarea__inner {
    display: block;
    resize: vertical;
    padding: 5px 15px;
    line-height: 1.5;
    box-sizing: border-box;
    width: 100%;
    font-size: inherit;
    color: #606266;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
}

.x-type #content .wLeft {
    padding-top: 220px;
}
.x-type #content .wRight {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
}
.x-type #content .wRight .module {
    display: inline-block;
    vertical-align: top;
    width: 860px;
    height: 100%;
    margin: 0;
    position: relative;
}
.x-type #content .wRight .module.rankingList {
    display: inline-block;
    vertical-align: top;
    width: 320px;
    margin-left: 15px;
}
.x-type #content .wRight .module .concreteImg img {
    width: 260px;
    height: 156px;
    display: inline-block;
    vertical-align: middle;
}
.x-type #content .wRight .module .concreteImg span {
    left: 280px;
    top: 26px;
    background: unset;
    font-size: 16px;
    color: #333;
    text-align: left;
    font-weight: 600;
    right: unset;
    width: calc(100% - 300px);
}
.x-type #content .wRight .module .modTxt {
    position: absolute;
    left: 300px;
    top: 90px;
}
.x-type #content .wRight .module .courseMsg {
    position: absolute;
    left: 380px;
    right: 20px;
    top: 102px;
}
.x-type #content .wRight .module.rankingList .tit{display: none}
.x-type #content .wRight .module.rankingList .rkHead{
    width: 320px;
    height: 80px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAABQCAIAAADnUzvSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ4OCwgMjAyMC8wNy8xMC0yMjowNjo1MyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkQyRjY3MjU1MTQ2RjExRURBOUVCOTAzNzQ1N0NCNTAyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkQyRjY3MjU2MTQ2RjExRURBOUVCOTAzNzQ1N0NCNTAyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RDJGNjcyNTMxNDZGMTFFREE5RUI5MDM3NDU3Q0I1MDIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RDJGNjcyNTQxNDZGMTFFREE5RUI5MDM3NDU3Q0I1MDIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5hBs6sAAAer0lEQVR42ux9CbBk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");
    margin: 0;
}
.x-type #content .wRight .module.rankingList .rankBtn .btn{
    width: 180px;
    height: 44px;
    border-radius: 3px;
    font-size: 16px;
    color: #21c17f;
}
.x-type #content .wRight .module.rankingList .rankBtn .btn:after{
}
.x-type #content .wRight .module.rankingList .rkBody{
    display: none;
    position: absolute;
    top: 142px;
    left: 70px;
    width: 180px;
    background: #fff;
    border: 1px solid #21c17f;
}