@charset "utf-8";
dd{
    word-wrap: break-word;
}
del {
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
}
.mathjye-underpoint {
    background: url(../img/front/point.png) no-repeat center bottom;
    padding-bottom: 4px;
}
.mathjye-underpoint2 {
    background: url(../img/front/dot.png) repeat-x 0 14px;
    border-bottom: none;
    *border-bottom: 2px dotted #000;
    *background: none;
    padding-bottom: 2px;
}
.selectoptionTr{
    display: grid;
}
table.edittable th, table.edittable td, table.edittable2 th, table.edittable2 td, table.edittable3 th, table.edittable3 td, table.edittable4 th, table.edittable4 td {
    line-height: 30px;
    padding: 5px;
    white-space: normal;
    word-break: break-all;
    border: 1px solid #000;
    vertical-align: middle;
}
/*table.hsClass th, table.hsClass td, table.hsClass2 th, table.hsClass2 td, table.hsClass3 th, table.hsClass3 td, table.hsClass4 th, table.hsClass4 td {*/
/*    line-height: 30px;*/
/*    padding: 5px;*/
/*    white-space: normal;*/
/*    word-break: break-all;*/
/*    border: 1px solid #000;*/
/*    vertical-align: middle;*/
/*}*/
.mathjye-underline {
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
    min-width: 2em;
    min-height: 1em;
    display: inline;
}
.mathjye-aligncenter{
    display: block;
    text-align: center;
}
.layui-tree-main{
    width: 100%;
}
.layui-tree-txt {
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    color: #555;
}
body {
    overflow-x: hidden;
}
.no-conts{
    min-height: 309px;
    text-align: center;
}
body > .head {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 0 10px;
    box-sizing: border-box;
    position: fixed;
    z-index: 9999999;
}
td a {
    cursor: pointer;
}
.gkzk{
    background: url(../img/front/gkzk.png)no-repeat top center;
    width: 25px;
    height: 25px;
}
.yijain{
    background-size: cover;
    background-image: url(../img/front/yijian.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 25px;
}
.zhineng{
    background-size: cover;
    background-image: url(../img/front/zhineng.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 25px;
}
.mnzytb{
        width: 131px;
        height: 26px;
        font-size: 19px;
        font-family: Adobe Heiti Std;
        font-weight: normal;
        color: #FFFFFF;
        margin-left: 0px;
    }
.submitButonBgzytb{
    background: url('../img/front/zytbbg.png') no-repeat;
    width: 191px;
    height: 58px;
    margin: 0 auto;
}

.head .item {
    min-width: 60px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    margin: 0 10px;
    color: #102757;
    font-size: 15px;
    cursor: pointer;
    white-space: nowrap;
}

.other {
    display: flex;
    align-items: center;
}


.menu-selected {
    border-bottom: 3px solid #3198FF;
    box-sizing: border-box;
}

.personal-btn {
    width: 68px;
    height: 30px;
    background: linear-gradient(90deg, rgba(58, 212, 255, 1) 0%, rgba(48, 148, 255, 1) 100%);
    opacity: 1;
    border-radius: 16px;
    color: white !important;
    cursor: pointer;
}

.reg-btn {
    width: 68px;
    height: 30px;
    border: 2px solid rgba(49, 152, 255, 1);
    opacity: 1;
    border-radius: 16px;
    color: #3198FF !important;
    cursor: pointer;
}


.arrow_down {
    width: 10px;
    height: 4px;
    margin-bottom: 2px;
}

.popup {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    top: 0;
    z-index: 9;
}

.scan {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9;
}

.scan .mask {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10;
    background: rgba(184, 187, 199, 0.6);
    filter: blur(10px);
    opacity: 1;
}

.scan .qr {
    width: 700px;
    height: 480px;
    background: #FFFFFF;
    margin: auto;
    position: fixed;
    top: 120px;
    left: 0;
    right: 0;
    z-index: 11;
    padding: 26px 0px;
}

.scan .qr form {
    width: 100%;
    box-sizing: border-box;
}

.scan .qr .step1 {
    padding-left: 90px;
}

.scan .qr .step2 {
    display: none;
    padding-left: 90px;
}

.scan .qr .title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    color: #232A30;
    margin-bottom: 10px;
}

.scan .qr .text {
    font-size: 12px;
    color: #232A30;
    line-height: 15px;
    margin-bottom: 15px;
    margin-left: 70px;
}

.scan .qr .item {
    margin-bottom: 15px;
    display: flex;
    align-items: center;

}

.scan .qr .item label {
    display: inline-block;
    width: 50px;
    font-size: 13px;
    color: #6E757F;
    text-align: right;
    margin-right: 15px;
}

.scan .qr .item .explain {
    font-size: 11px;
    color: #6E757F;
    margin-left: 6px;
}

.scan .qr .item input, .scan .qr .item select {
    width: 280px;
    height: 33px;
    background: #F5F6FA;
    border: none;
    padding: 4px 10px;
    border-radius: 1px;
}

.popup .mask {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10;
    background: rgba(184, 187, 199, 0.6);
    filter: blur(10px);
    opacity: 1;
}

.popup .reg {
    width: 700px;
    height: 550px;
    background: #FFFFFF;
    margin: auto;
    position: fixed;
    top: 120px;
    left: 0;
    right: 0;
    z-index: 11;
    padding: 26px 0px;
}

.popup .reg form {
    width: 100%;
    box-sizing: border-box;
}

.popup .reg .step1 {
    padding-left: 90px;
}

.popup .reg .step2 {
    display: none;
    padding-left: 90px;
}

.popup .reg .title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    color: #232A30;
    margin-bottom: 10px;
}

.popup .reg .text {
    font-size: 12px;
    color: #232A30;
    line-height: 15px;
    margin-bottom: 15px;
    margin-left: 70px;
}

.popup .reg .item {
    margin-bottom: 15px;
    display: flex;
    align-items: center;

}

.popup .reg .item label {
    display: inline-block;
    width: 50px;
    font-size: 13px;
    color: #6E757F;
    text-align: right;
    margin-right: 15px;
}

.popup .reg .item .explain {
    font-size: 11px;
    color: #6E757F;
    margin-left: 6px;
}

.popup .reg .item input, .popup .reg .item select {
    width: 280px;
    height: 33px;
    background: #F5F6FA;
    border: none;
    padding: 4px 10px;
    border-radius: 1px;
}

.mini-select select {
    width: 93px !important;
    /*margin-right: 6px;*/
}

.treaty {
    padding: 0 !important;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.login {
    /*display: none;*/
    /*width: 470px;*/
    /*height: 470px;*/
    background: #FFFFFF;
    margin: auto;
    position: fixed;
    top: 120px;
    left: 0;
    right: 0;
    z-index: 111111;
    padding: 26px 0;
    box-sizing: border-box;
}

.login .title {
    width: 100%;
    height: 40px;
    padding-left: 72px;
    line-height: 40px;
    text-align: left;
    font-size: 22px;
    color: #232A30;
    margin-bottom: 26px;
}

.login .item {
    margin-bottom: 30px;
    padding-left: 72px;
}

.login .item input {
    width: 280px;
    height: 33px;
    background: #F5F6FA;
    border: none;
    padding: 4px 10px;
    border-radius: 1px;
    font-size: 14px;
}

.btns {
    width: 100%;
    height: 40px;
    text-align: center;
    margin-top: 60px;
}

.btns button {
    width: 277px;
    height: 37px;
    background: rgba(49, 153, 255, 1);
    border-radius: 18px;
    color: #FFFFFF;
    border: none;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 14px;
}

.btns a {
    font-size: 12px;
    color: #4A70F1;
    cursor: pointer;
}

.login-btn2 {
    color: #3199FF !important;
    background: none !important;
    border: 1px solid rgba(49, 153, 255, 1) !important;
    height: 35px !important;
}

.options {
    padding-right: 72px;
    margin-bottom: 0px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.options2 {
    padding-right: 72px;
    margin-bottom: 0px !important;
}

.option {
    display: flex;
    align-items: center;
}


.option_new {
    float: left;
    border: 1px solid red;
}

.options input {
    width: auto !important;
    height: auto !important;
}

.options label, .options a {
    color: #343E60;
    font-size: 11px;
}


.clear {
    clear: both;
}

.require {
    color: red;
    margin-left: 6px;
}

.popup .retrieve {
    display: none;
    width: 500px;
    height: 450px;
    background: #FFFFFF;
    margin: auto;
    position: fixed;
    top: 180px;
    left: 0;
    right: 0;
    z-index: 11;
    padding: 26px 0px;
    box-sizing: border-box;
}

.popup .retrieve .title {
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    color: #232A30;
    margin-bottom: 26px;
}

.popup .retrieve .item {
    margin-bottom: 24px;
    padding-left: 95px;
}

.popup .retrieve .item input {
    width: 280px;
    height: 33px;
    background: #F5F6FA;
    border: none;
    padding: 4px 10px;
    border-radius: 1px;
}

.popup .retrieve .yzm {
    margin-bottom: 24px;
    padding-left: 95px;
}

.popup .retrieve .yzm input {
    width: 135px;
    height: 33px;
    background: #F5F6FA;
    border: none;
    padding: 4px 10px;
    border-radius: 1px;
}

.popup .retrieve .explain {
    font-size: 11px;
    color: #6E757F;
    margin-left: 6px;
    padding-top: 3px;
}

.other-head {
    width: 96%;
    height: 25px;
    position: relative;
    color: #999;
    margin: 0 auto;
    margin-top: 30px;
}

.other-login {
    width: 200px;
    margin: 10px auto 10px;
    height: auto;
}

.other-login a {
    display: block;
    width: 64px;
    height: 64px;
    float: left;
}

.other-login .qq {
    background-position: -80px 0;
}

.other-login .qq:hover {
    background-position: -80px -80px;
}

.other-login .weixin {
    background-position: -320px 0;
}

.other-login .weixin:hover {
    background-position: -320px -80px;
}

/*.bg {*/
/*    background: url("../img/login_icons_small.png") repeat;*/
/*}*/


.banner .other-login {
    width: 180px;
    margin: 10px auto 0;
    height: auto;
    display: flex;
    justify-content: center;
}

.banner .other-login a {
    display: block;
    width: 50px;
    height: 45px;
    float: left;
}

.banner .other-login .qq {
    background-position: -45px 0;
}

.banner .other-login .qq:hover {
    background-position: -45px -55px;
}

.banner .other-login .weixin {
    background-position: -200px 0;
}

.banner .other-login .weixin:hover {
    background-position: -200px -55px;
}

.banner .bg {
    background: url("../img/login_icons_small.png") repeat;
    background-size: 250px 100px;
}

button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

.banner .myScore {
    display: block;
    position: absolute;
    top: 8px;
    right: 80px;
    z-index: 99;
    margin: inherit;
    left: unset;
    width: 370px;
    height: 432px;
    background: white;
}

.myScore .title {
    color: #212121;
    font-size: 24px;
}

.subject {
    margin-top: 17px;
    width: 100%;
    height: 170px;
    margin-left: 21px;
}

.subject select {
    line-height: 29px;
    height: 30px;
    width: 60px;
    border-radius: 5px;
    padding-left: 5px;
    border: none;
}

.subject-top {
    width: 145px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 4px;
    float: left;
    display: flex;
    align-items: center;
}

.subject-top:hover {
    border: 1px solid #3399FF;
}

.subject-top img {
    margin: 0 10px;
}

.subject-top input {
    width: 80px;
    border: none;
    font-size: 14px;
}

.subject-top input:hover {
    border: none;
}

.subject-span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #333333;
}

.subject-active {
    border: 1px solid #3399FF;
}

.subject-main {
    height: 36px;
    background: #FFFFFF;
    border-bottom: 1px solid #999999;
    float: left;
    display: flex;
    align-items: center;
}

.subject-main:hover {
    border-bottom: 1px solid #3399FF;
}

.subject-main input {
    width: 47px;
    padding-left: 10px;
    border: none;
}

.subject-margin {
    margin: 0 27px 0 30px;
}

.subject-margin2 {
    margin: 10px 8px 0 8px;
}

.linear {
    position:absolute;
    bottom:17px;
}

.linear button {
    width: 311px;
    height: 42px;
    background: #3399FF;
    border-radius: 21px;
    border: #3399FF;
    color: white;
}

.select-subject{
    margin-top: 5px;
}
.select-subject .itm{
    float: left;
    line-height: 30px;
    text-align: center;
    width: 55px;
    border: 1px solid #999999;
    margin: 10px 10px 0 10px;
    border-radius: 5px;
    color: #666666;
}
.item-sel{
    background: #3399FF;
    color: white!important;
    border: none;
}
.bbo{
    overflow-y: hidden;
}
/*矩阵*/
 .matrix {
    font-family: 'JyeooHai-Size4-Regular';
}

 .matrixtop {
    line-height: 2;
    overflow: hidden;
    height: 20px;
}

 .matrixbtm {
    line-height: 1.8;
    height: 25px;
}

 .matrixmid {
    height: 7px;
    line-height: 0.95;
    overflow: hidden;
}

/*高度height动态计算*/
/*大花括号*/
.brace {
    font-family: 'JyeooHai-Size4-Regular';
}

 .brace1 {
    height: 12px;
    line-height: 1.3;
}

 .brace2 {
    height: 5px;
    line-height: 1;
}

 .brace3 {
    line-height: 1.7;
    height: 24px;
}

 .brace4 {
    line-height: 0.01;
    margin-top: -4px;
    height: 15px;
}
.flipv {
    -ms-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
}

.fliph {
    -ms-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
}
