h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
a.hidefocus{outline:none}
blockquote, body, dd, dl, dt, fieldset, h1, h2, h3, h4, h5, h6, hr, input, li, ol, p, pre, select, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei"
}

dd, dl {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: auto
}

ol, ul {
    list-style: none;
}

a {
    text-decoration: none
}

address, caption, cite, code, dfn, optgroup, var {
    font-style: normal;
    font-weight: 400
}

.ys-alert-area strong {
    font-style: normal;
    font-weight: 400
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

/*********鍏ㄥ眬鏍峰紡**************/
form.special {
    position: relative;
    margin-left: -107px;
}

form .form-control {
    color: #959595;
    padding: 6px 6px 6px 15px;
    border: 1px solid #f4f5f7;
}

form .form-control:focus {
    border: 1px solid #1f96ff;
}

form.no-help .form-group {
    margin-bottom: 30px;
}

.special-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #b7bdc7;
    outline: none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
}

button#ys-search-btn:hover {
    background: #fff;
    border: 1px solid #e5e5e5;
}

select.special-control.ys-valid-sel {
    margin-left: 18px;
}

.glyphicon {
    width: 16px;
    height: 16px;
    background: url(/img/search.png) 0 0 no-repeat;
    background-size: 16px;
    float: left;
}

button.btn-success, button#ys-search-btn {
    color: #fff;
    background-color: #FFF;
    border-color: #e5eaf2;
    border-radius: 0;
    text-decoration: none;
    outline: none;
}

.unit-special {
    float: left;
    margin-right: 45px;
}

ul.ys-tabpane li.ys-clazz-add a {
    display: inline;
}

.r-square {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #cccccc;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -5px;
}

.textarea-border{
    border: 1px solid #f4f5f7;
    color: #959595;
    padding: 6px 6px 6px 15px;
    outline: none;
}
.textarea-border:focus
{
    border:1px solid #1f96ff;
}
.list-group {
    border: 1px solid #e5eaf2
}

.list-group .list-group-li a {
    text-decoration: none;
    color: #878787;
    display: block;
    padding: 10px 15px;
    background-color: #fff
}

.list-group .list-group-li a.item-now {
    background: #e4f3ff;
    cursor: default;
    color: #1f96ff;
    border-left: 2px solid #1f96ff;
}

.list-group .list-group-title {
    z-index: 2;
    padding: 10px 15px;
    cursor: default;
    font-size: 16px
}

.list-group li a:hover {
    color: #666;
    cursor: pointer
}

.table thead {
    background-color: #f2f2f2;
    color: #333333
}

.table > tbody > tr > td {
    color: #666;
    font-size: 14px;
}

.table > tbody > tr:nth-child(even) {
    background: #f8f8f8;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th {
    border-right: 1px solid #f4f5f7;
    border-bottom: 1px solid #f2f2f2;
    border-left: 1px solid #e5eaf2;
}

.table-bordered > thead > tr > th {
    height: 50px;
    line-height: 32px;
    font-size: 14px;
    color: #333333;
    font-weight: normal;
    border-bottom: 1px solid #e5eaf2;
    border-left: 0;
    border-right: 1px solid #f4f5f7;
}

.table-bordered > tbody > tr > td:last-child, .table-bordered > tbody > tr > th:last-child {
    border-right: 1px solid #e5eaf2 !important;
}



.table tbody tr td, .table th {
    text-align: center;
    vertical-align: middle
}
.table-bordered {
    border: 1px solid #e5eaf2 !important;
    table-layout: fixed;
    width: 100%;
}
.text-left{
           text-align: left!important;
}
.text-right{
    text-align: right!important;
}
.text-center{
    text-align: center!important;
}
.table-bordered > tbody > tr:hover {
    background: #E5F3FF;
}
.form-wrap .table-bordered {
    table-layout: auto!important;
    width: 1060px;
}
.table-bordered > tbody > tr:hover > td.rowspan {
    background: #FFFFFF;
}
.table-nocheck > tbody > tr > td {
    padding: 0!important;
}
.table-bordered > tbody > tr > td {
    word-break: break-all;
    padding: 7px 8px;
    height: 50px;
}

.table-bordered > tbody > tr > td a {
    color: #1f96ff;
    padding-right: 10px;
}
.table-ellipsis{
    height: 34px;
    overflow: hidden;
    line-height: 34px;
    white-space: nowrap;
    word-break: break-all;
    word-wrap: break-word;
    text-overflow: ellipsis;
}
.word-ellipsis{
    overflow: hidden;
    white-space: nowrap;
    word-break: break-all;
    word-wrap: break-word;
    text-overflow: ellipsis;
}
.red {
    color: #ff0000;
    position: absolute;
    top: 15px;
    margin-left: 5px;
}

.ys-w-ssm {
    width: 80px
}

.ys-w-sm {
    width: 200px
}

.ys-w-lg {
    width: 768px
}
.ys-app-describe{
    margin-right: 15px;
}
.ys-hide {
    display: none;
}
.mgt0 {
    padding-top: 0;
}
.mgt15 {
    padding-top: 15px;
}

.mgt20 {
    padding-top: 20px;
}

.mgt25 {
    padding-top: 25px;
}

.mgt30 {
    padding-top: 42px;
}

.mgr0{
 padding-right: 0;
}
.mgr15{
    padding-right: 15px;
}
.mgr20{
    padding-right: 20px;
}
.color-green{
    color: #1f96ff !important;
}
.color-red{
    color: red !important;
}
.color-blue{
    color: #1f96ff !important;
}
.color-gray{
    color: #949496 !important;
}
.color-violet{
    color: #996699 !important;
}
.color-orange{
    color: #FF9900 !important;
}
.nodata {
    width: 100px;
    height: 100px;
    display: block;
    border: 2px solid #e0e0e0;
    color: #8c8c8c;
    border-radius: 50%;
    text-align: center;
    line-height: 96px;
    font-size: 16px;
    margin: 60px auto;
}

/*鏂板瀛﹀勾/瀛︽湡*/
.term-wrap {
    width: 340px;
    float: left;
    margin: 0px 15px;
}

.term-wrap .ys-margin-b10 input {
    text-align: center;
    background: #fff;
    border-color: #1f96ff;
    color: #1f96ff;
    box-shadow: none;
}

/*鍐呴〉鏍囬*/
.ys-main-title {
    margin-top: 35px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EDEDED;
}

.ys-main-title h4 {
    font-size: 20px;
}

.ys-btn-icon {
    width: 22px;
    height: 22px;
    background: url(/v1.0.3/img/btn-icon.png) 0 0 no-repeat;
    background-position-y: 3px;
    background-position-x: 0px;
}
.ys-thumb-icon {
    width: 25px;
    height: 20px;
    background: url(/v1.0.3/img/thumb.png) 0 0 no-repeat;
    background-size: contain;
}
.ys-list-icon {
    width: 25px;
    height: 20px;
    background: url(/v1.0.3/img/list.png) 0 0 no-repeat;
    background-size: contain;
}
.ys-classify-icon {
    width: 25px;
    height: 20px;
    background: url(/v1.0.3/img/classify.png) 0 0 no-repeat;
    background-size: contain;
}
.ys-mgt-icon {
    width: 25px;
    height: 20px;
    background: url(/v1.0.3/img/mgt.png) 0 0 no-repeat;
    background-size: contain;
}

.ys-tit-icon {
    width: 23px;
    height: 23px;
    background: url(/img/icon-tit.png) 0 0 no-repeat;
    margin-right: 5px;
}

.ys-side-title {
    margin-top: 42px;
    margin-bottom: 28px;
}

.ys-side-title .help-block {
    margin-top: 15px;
    font-size: 14px;
}

.ys-side-title h4 {
    font-size: 24px;
    color: #333;
}

p.help-block {
    color: #C9C9C9;
    margin-top: 12px;
    font-size: 14px;
}

/*涓嬫媺鑿滃崟*/
.ys-btn-select {
    display: block;
    width: 100%;
    text-align: left;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 14px 15px;
    color: #666;
    min-height: 50px;
    outline: none;
}

.ys-btn-select:hover, .ys-btn-select:link, .ys-btn-select:active, .ys-btn-select:visited {
    text-decoration: none;
    color: #666;
}

.ys-select-info {
    position: absolute;
    width: 100%;
    /*top: 31px;*/
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0 5px 20px;
    /*margin: 2px 0 0;*/
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown:hover .ys-select-info {
    display: block
}

.ys-dropdown {
    position: relative
}

#ys-nativeplace-list {
    display: none;
    width: 100%;
    border: 1px solid #ccc;
    position: absolute;
    background: #fff;
    z-index: 9;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#ys-nativeplace-list li {
    padding: 2px 10px;
}

#ys-nativeplace-list li:hover {
    color: #fff;
    background: #1f96ff;
}

.ys-dropdown:hover #ys-nativeplace-list {
    display: block
}

/*鍙宠竟瀵艰埅*/
.ys-teblist {
    position: absolute;
    padding: 18px 24px 0 0;
    z-index: 9;
    right: 0;
    border: none;
    text-align: right;
}

.ys-teblist .active {
    display: none;
}

.ys-teblist li a {
    padding: 0;
    color: #1f96ff;
}

.tab-pane {
    padding: 0;
    border: 1px solid #e5eaf2;
    border-bottom: none;
}

.ys-tabpane-tit {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    color: #5d5d5d;
}
.ys-bacak .ys-tabpane-tit.ys-list-cur.cur {
    color: #fff;
}
.ys-tabpane-tit span {
    color: #8f8f8f;
}

.ys-tabpane-tit span.ys-tabpane-cur, .ys-tabpane-cur,.ys-tabpane-cur a {
    color: #FFFFFF!important;
    cursor: pointer;
}

.ys-tabpane-cur:after {
    border-left: 8px solid #fff !important;
}

.ys-tabpane-next {
   /* margin-left: 32px*/
}

.ys-tabpane-more.cur:after {
    transform: rotate(90deg);
    /*border-left: 8px solid #fff;*/
}

.ys-tabpane-more:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-left: 8px solid #c7c7c7;
    border-bottom: 6px solid transparent;
    top: 50%;
    margin-top: -4px;
    right: 15px;
}

.ys-bacak-top:after{
    border-left: 6px solid transparent;
    border-top: 8px solid #fff;
    border-right: 6px solid transparent;
}
.ys-bacak-bont{
    color:#333;
    background: none;
}

.ys-tabpane {
    overflow: hidden;
    display: none;
}
.ys-tabpane-next {
    border-bottom: 1px solid #e5eaf2;
}
.ys-tabpane-more{
    font-size: 15px;
    border-bottom: 1px solid #e5eaf2;
}
.ys-tabpane li a {
    cursor: pointer;
    outline: none;
    text-decoration: none;
}

.ys-tabpane li a:hover {
    text-decoration: none
}

.ys-tabpane li a.cur {
    background: #e4f3ff;
    color: #1f96ff;
    border-left: 2px solid #1f96ff
}

.tab-pane {
    position: relative;
    overflow: hidden
}

.ys-active-move {
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 50px;
    top: 50px;
    left: 0;
    background: #1f96ff;
    box-sizing: border-box;
    border-left: 4px solid #1f96ff;
}

.ys-top-tit {
    height: 55px;
    line-height: 55px;
    font-size: 17px;
    padding-left: 0px;
    background: #eaeaea;
    color: #333;
}

.ys-tabpane li:last-child a {
    /*display: block;*/
    /*width: 100%;*/
    /*height: 50px;*/
    /*line-height: 50px;*/
    /*padding-left: 32px;*/
    /*font-weight: bold;*/
    /*color: #1f96ff;*/
}

.ys-tabpane .current {
    background: #1f96ff;
    /*border-left: 4px solid #1f96ff;*/
    color: #FFFFFF;
}

/*棣栭〉*/
.ys-help {
    margin: 20px 0 20px;
    color: #999999;
    font-size: 12px;
}

.ys-item {
    margin: 30px 0 0 0;
    padding: 18px 10px;
    background: #f9f9f9;
    position: relative;
    color: #999;
    font-size: 14px;
}

.ys-section-active {
    font-size: 12px;
    line-height: 18px;
}

.ys-title {
    padding: 55px 0 12px;
    border-bottom: 1px solid #f0f0f0;
    margin-left: 22px;
}

.ys-title a {
    font-size: 12px;
    color: #1f96ff;
}

.ys-title h4.pull-left {
    margin-right: 18px;
}

.ys-teacher ul, .ys-class ul, .ys-grade-info, .ys-subject-info, .ys-period-info {
    overflow: hidden;
    padding: 0 0 0 25px;
}

.ys-teacher ul li {
    float: left;
    text-align: center;
    margin: 20px 20px 10px 0px;
    color: #666;
    line-height: 26px;
}

.ys-teacher ul li img {
    width: 100px;
    height: 100px;
    border-radius: 50%
}

.ys-class ul li {
    float: left;
    text-align: center;
    color: #666;
    padding: 20px 12px 0 0;
    line-height: 26px;
}

.ys-class ul li img {
    width: 70px;
    height: 70px;
    border-radius: 50%
}

.ys-grade-info ul li {
    float: left;
    margin: 0 50px 0 0;
}

.ys-grade-info ul li p {
    line-height: 38px
}

.ys-grade-info ul li p:first-child {
    width: 94px;
    height: 94px;
    border-radius: 100%;
    text-align: center;
    line-height: 94px;
    background: #86e3c8;
    font-size: 18px;
    color: #fff;
}

.ys-grade-info ul li p:last-child {
    text-align: center;
    color: #666666;
}

.ys-subject-info ul li {
    background: #999;
    float: left;
    margin: 0 15px 0 0;
    color: #fff;
    padding: 20px 20px;
    border-radius: 10px
}

.ys-period-info ul li {
    float: left;
    text-align: center;
    margin: 0 10px 0 0;
    color: #FFFFFF;
    background: #86e3c8;
    width: 125px;
    height: 52px;
    font-size: 18px;
    line-height: 52px;
}

.ys-grade-info .help-block, .ys-period-info .help-block, .ys-subject-info .help-block {
    margin-left: 10px
}

.ys-side {
    margin: 20px 0;
    line-height: 30px
}

.ys-side h4 {
    margin-bottom: 15px;
    color: #333;
    font-size: 16px;
}

.ys-side img {
    width: 100%;
    height: auto
}

.ys-active {
    background-color: #1f96ff;
    color: #fff;
}

.ys-inline-b {
    display: inline-block;
    margin-left: 8px;
}

.ys-margin-b10 {
    margin-bottom: 10px;
}

.ys-btn-none {
    background: 0 0;
    padding: 0;
    color: #666666;
    font-size: 12px;
}

.ys-btn-none:active {
    box-shadow: none;
    outline: 0;
}

.term-icon {
    width: 40px;
    height: 35px;
    background: url(/img/term.png) 0 0 no-repeat;
    float: left;
    margin: 7px 25px 10px 10px;
}

.teacher-icon {
    width: 15px;
    height: 17px;
    background: url(/img/teacher.png) 0 0 no-repeat;
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}

.class-icon {
    width: 15px;
    height: 17px;
    background: url(/img/man.png) 0 0 no-repeat;
    float: left;
    margin-right: 10px;
    margin-top: 2px;
    background-size: contain;
}

.grade-icon {
    width: 15px;
    height: 16px;
    background: url(/img/grade.png) 0 0 no-repeat;
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}

.subject-icon {
    width: 15px;
    height: 16px;
    background: url(/img/book.png) 0 0 no-repeat;
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}

.period-icon {
    width: 15px;
    height: 16px;
    background: url(/img/period.png) 0 0 no-repeat;
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}

.voice-icon {
    width: 21px;
    height: 18px;
    background: url(/img/voice-c.png) 0 0 no-repeat;
    background-size: contain;
    float: left;
}

.ys-item .year {
    display: block;
    float: left;
    font-size: 20px;
    color: #333
}

.ys-item .dropdown {
    float: left;
    margin: 4px 0 0 10px
}

.ys-item .ys-btn {
    display: block;
    background: #1f96ff;
    color: #fff;
    padding: 4px 15px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -14px
}

.ys-item .ys-btn:hover {
    text-decoration: none
}

.text-green {
    color: #29cb7d
}

.ys-item .schoollogo {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-left: 20px;
}

.ys-item .ys-vetically {
    position: absolute;
    left: 85px;
    top: 50%;
    margin-top: -14px
}

.ys-title .dropdown {
    margin-left: 10px
}

.user-info {
    position: relative;
}

.user-info .icon-msg {
    display: block;
    width: 20px;
    height: 20px;
    float: right;
    background: red;
    margin: 20px 8px 0 0;
}

.user-info .userbtn {
    display: block;
    float: right;
    cursor: pointer;
    position: relative;
    color: #fff;
    height: 70px;
    line-height: 70px;
    padding: 0 20px 0 0;
}

.user-info .userbtn:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: rotate(135deg);
    margin-top: -7px;
}

/*鎸夐挳鏍峰紡*/
.ys-btn-save {
    background: #1f96ff;
    color: #fff;
    font-size: 18px;
    width: 212px;
    height: 47px;
    margin-right: 40px;
}

.ys-btn-cancel {
    border: 1px solid #1f96ff;
    background: #fff;
    color: #1f96ff;
    font-size: 18px;
    width: 212px;
    height: 47px;
    line-height: 32px;
}

.form-group button.btn.ys-btn-save {
    outline: none;
}

.ys-btn-cancel:hover {
    color: #0078d7;
}

.ys-btn-default {
    border: 1px solid #1f96ff;
    border-radius: 0;
    color: #1f96ff;
    background: #fff
}

.ys-btn-default:hover {
    color: #1f96ff
}

.ys-btn-primary {
    border: 1px solid #1f96ff;
    border-radius: 0;
    color: #fff;
    background: #1f96ff
}

.ys-btn-primary:hover {
    background: #0078d7;
    color: #fff;
}

.ys-btn-gray {
    outline: 0;
    background: #fff;
    border: 1px solid #e5eaf2;
    border-radius: 0;
    color: #b7bdc7
}

.ys-btn-gray:hover {
    color: #b7bdc7
}

.ys-btn-gray:active, .ys-btn-gray:focus {
    outline: 0 !important
}

/*椤堕儴鏍峰紡*/
.top a {
    text-align: center;
    color: #000;
    text-decoration: none;
    padding: 7px
}

.top {
    width: 100%;
    min-width: 1230px;
    height: 70px;
    line-height: 70px;
    background: #1f96ff;
    color: #d7d7d7;
    position: fixed;
    z-index: 999;
    top: 0;
}

.top .login-wrap {
    height: 70px;
    text-align: center
}

.user-icon {
    width: 15px;
    height: 18px;
    background: url(/img/user-s.png) 0 0 no-repeat;
    float: left;
    margin-top: 25px;
    margin-right: 8px;
}

.top .login-wrap #login {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border: 1px solid #fff;
    padding: 0 20px;
    border-radius: 15px;
    margin-top: 14px
}

.top .login-wrap #login:hover {
    background: #fff;
    color: #666
}

ul.ys-nav,ul.home-nav {
    margin-right: 25px;
}

.ys-nav li ,.home-nav li{
    float: left
}

.ys-nav li a{
    display: block;
    height: 70px;
    color: #fff;
    font-size: 15px;
    padding: 0 25px;
}
.home-nav li a{
    display: block;
    height: 70px;
    font-size: 15px;
    padding: 0 25px;
}
.home-nav li .cur, .home-nav li a:hover {;
    color: #1f96ff;
}
.ys-nav li .cur, .ys-nav li a:hover {;
    background-color: #1f96ff;
    color: #fff;
}

.top .container {
    position: relative;
}
.top .logo {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.top .logo a {
    text-align: center;
    color: #000;
    text-decoration: none;
    padding: 7px;
}

.top .logo a img {
    height: 32px;
    display: inline-block;
}
.logo-tip {
    color: #fff;
    font-size: 16px;
    float: right;
}
.short-name {
    font-size: 28px;
}
.logo-tip span:nth-child(2) {
    padding: 0 5px;
}
/*浜岀骇瀵艰埅*/
.ys-subnav {
    height: 52px;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 20px
}

.ys-subnav ul li {
    float: left
}

.ys-subnav ul li a {
    display: block;
    height: 51px;
    margin: 0 20px 0 0;
    line-height: 50px;
    color: #878787;
    text-decoration: none
}

.ys-subnav ul li .cur, .ys-subnav ul li a:hover {
    border-bottom: 2px solid #1f96ff;
    text-decoration: none
}

.ys-subnav ul li a.cur {
    color: #1f96ff;
    border-bottom: 2px solid #1f96ff;
    cursor: default
}
/*浜岀骇瀵艰埅*/
.ys-status {
    height: 40px;
    border-bottom: 1px solid #EDEDED;
    margin: 25px 0;
}

.ys-status ul li {
    float: left
}

.ys-status ul li a {
    display: block;
    height: 41px;
    margin: 0 -1px 0 0;
    line-height: 40px;
    color: #878787;
    width: 120px;
    text-align: center;
    text-decoration: none
}

.ys-status ul li .cur, .ys-status ul li a:hover {
    border: 1px solid #1f96ff;
    border-bottom: 2px solid #1f96ff;
    text-decoration: none
}

.ys-status ul li a.cur {
    color: #1f96ff;
    border: 1px solid #1f96ff;
    border-bottom: 2px solid #1f96ff;
    cursor: default
}

/*鍚敤绂佺敤寮�鍏�*/
.ys-switch {
    cursor: pointer;
    display: inline-block;
    margin: 0;
    width: 50px;
    height: 26px;
    background-color: #B5B5B5;
    position: relative;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-top: 5px;
}

.ys-switch:hover:after {
    background-color: #fff
}

.ys-switch:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: #fff;
    top: 2px;
    left: 2px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ys-checkbox {
    display: none
}

.ys-checkbox:checked + .ys-switch {
    -moz-box-shadow: inset 0 0 0 15px #1f96ff;
    -webkit-box-shadow: inset 0 0 0 15px #1f96ff;
    box-shadow: inset 0 0 0 15px #1f96ff
}

.ys-checkbox:checked + .ys-switch:after {
    left: 27px;
    background-color: #fff
}

/*鏍囬*/
.ys-tit {
    margin-bottom: 12px;
    margin-top: 20px;
}

.ys-tit .select-sm {
    width: auto
}

.ys-tit h4 {
    height: 34px;
    line-height: 34px
}

/*灏鹃儴*/
html, body {
    height: 100%;
}

body {
    position: relative;
    padding-top: 70px;
}

#ys-container {
    position: relative;
    /*min-height: 100%;
    padding-bottom: 100px;*/
}

footer {
    width: 100%;
    text-align: center;
    padding: 14px 0;
    color: #999;
    position: absolute;
    background: #fff;
    bottom: 0;
}

footer span {
    color: #1f96ff;
}

/*琛ㄦ牸 1140*/

.ys-table td, .ys-table th {
    text-align: center
}

.ys-table tr td:nth-child(1), .ys-table tr th:nth-child(1) {
    width: 50px
}

.ys-table tr td:nth-child(2), .ys-table tr th:nth-child(2) {
    width: 100px
}

.ys-table tr td:nth-child(4), .ys-table tr th:nth-child(4) {
    width: 140px
}

.ys-table tr td:nth-child(5), .ys-table tr th:nth-child(5) {
    width: 120px
}

.ys-table tr td:nth-child(6), .ys-table tr th:nth-child(6) {
    width: 120px
}

.ys-table tr td:nth-child(7), .ys-table tr th:nth-child(7) {
    width: 100px
}

table.layout tr th:nth-child(2) {
    width: 100px;
}

table.layout tr th:nth-child(3) {
    width: 160px;
}

table.layout tr th:nth-child(4) {
    width: 76px;
}

table.layout tr th:nth-child(5) {
    width: 80px;
}

.container {
    min-width: 1200px;
    position: relative;
}

/*鏉冮檺鎺у埗app鍒楄〃*/
.ys-app-tit {
    line-height: 36px;
    color: #1f96ff
}

.ys-app-list li {
    width: 100px;
    height: 130px;
    float: left;
    text-align: center;
    position: relative;
    margin-right: 70px
}

.ys-app-list li span {
    line-height: 30px
}

.ys-app-list li:hover:after {
    content: "\2716";
    display: block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background: rgba(0, 0, 0, .2)
}

.ys-app-list li img {
    width: 100px;
    height: 100px;
    border: none
}

.ys-app-list li.ys-app-add:hover:after {
    display: none
}

.ys-app-add i {
    display: block;
    width: 100px;
    height: 100px;
    background: #eee;
    font-style: normal;
    line-height: 90px;
    color: #fff;
    font-size: 70px;
    cursor: pointer
}

.ys-role {
    margin-bottom: 10px
}

.ys-role li {
    float: left;
    border: 1px solid #1f96ff;
    color: #1f96ff;
    padding: 12px 20px;
    margin-right: 30px;
    cursor: pointer
}

.ys-role li.cur {
    background: #1f96ff;
    color: #fff
}

.ys-inner {
    background: #fff;
    border: 1px solid #d1d1d1;
    margin: 28px 0;
    padding: 32px
}

.ys-inner h4 {
    margin-bottom: 28px
}

/*鍗曢�夋 澶嶉�夋鏍峰紡*/
input[type=radio], input[type=checkbox] {
    display: none;
    cursor: pointer
}

input[type=radio]:active, input[type=radio]:focus, input[type=checkbox]:active, .ys-ck:focus {
    outline: 0
}

input[type=radio] + label, .ys-ck + label {
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-right: 10px;
    margin-bottom: 0;
    font-weight: normal
}

input[type=radio] + label:after, input[type=radio] + label:before, .ys-ck + label:after, .ys-ck + label:before {
    content: '';
    font-family: helvetica;
    display: inline-block;
    width: 18px;
    height: 18px;
    left: 0;
    bottom: 0;
    text-align: center;
    position: absolute
}

input[type=radio] + label:before, .ys-ck + label:before {
    background-color: #e0e0e0;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

input[type=radio] + label:after, .ys-ck + label:after {
    color: #fff
}

input[type=radio]:checked + label:before, .ys-ck:checked + label:before {
    -moz-box-shadow: inset 0 0 0 10px #1f96ff;
    -webkit-box-shadow: inset 0 0 0 10px #1f96ff;
    box-shadow: inset 0 0 0 10px #1f96ff
}

input[type=radio] + label:before {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

input[type=radio] + label:hover:after, input[type=radio]:checked + label:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 6px;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%
}

input[type=radio] + label:hover:after {
    color: #c7c7c7
}

input[type=radio]:checked + label:after, input[type=radio]:checked + label:hover:after {
    color: #fff
}

.ys-ck + label:before {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.ys-ck + label:hover:after, .ys-ck:checked + label:after {
    content: "\2713";
    line-height: 18px;
    font-size: 14px
}

.ys-ck + label:hover:after {
    color: #c7c7c7
}

.ys-ck:checked + label:after, .ys-ck:checked + label:hover:after {
    color: #fff
}

.ys-ck-tb + label {
    padding-left: 5px
}

/*涓婁紶鍥剧墖鏍峰紡*/
.ys-icon {
    width: 180px;
    height: 180px;
    float: left;
    background: #f2f2f2;
    margin-right: 20px;
}

.ys-icon p {
    text-align: center;
    font-size: 28px;
    margin-top: 60px;
    color: #a1a1a1
}

.ys-icon p span {
    font-size: 15px
}

.ys-file-btn {
    width: 160px;
    height: 42px;
    background: #1f96ff;
    text-align: center;
    line-height: 42px;
    border-radius: 3px;
    color: #fff;
    position: relative
}

.ys-file-btn input[type=file] {
    width: 100%;
    height: 100%;
    background: red;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

/*鏉冮檺鏍峰紡1*/
.ys-tree .inner {
    margin-left: 56px
}

.ys-tree .ys-tree-btn {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 2px 64px 2px 8px;
    border: 1px solid #fff
}

.ys-tree .ys-tree-btn:hover {
    border: 1px solid #1f96ff
}

.ys-tree .ys-tree-btn label {
    position: absolute;
    top: 50%;
    right: 9px;
    margin-top: -13px
}

.ys-tree ul {
    margin-left: 20px
}

.ys-tree li {
    position: relative;
    margin: 10px 0
}

.ys-tree li span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #1f96ff;
    color: #1f96ff;
    text-align: center;
    line-height: 20px;
    margin-right: 8px;
    background: #fff
}

.ys-tree li:after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #1f96ff;
    position: absolute;
    top: 20px;
    left: 8px;
    z-index: 1
}

.ys-tree li:last-child:after {
    display: none
}

.ys-tree ul li:before {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #1f96ff;
    position: absolute;
    top: 10px;
    left: -10px;
    z-index: 1
}

.ys-tree li div {
    position: relative;
    z-index: 2
}

.tree-show ul.ztree li a {
    display: inline;
}

/*瀵煎叆瀛︾敓*/
.ys-import-tit {
    border-bottom: 1px solid #f0f0f0;
    padding: 5px;
    margin: 0 0 20px;
}

.ys-import-tit span {
    cursor: pointer;
}

.ys-import-tit .cur {
    color: #1f96ff;
    font-size: 15px;
}

.ys-grade-tit {
    display: block;
    border: 1px solid #1f96ff;
    color: #1f96ff;
    float: left;
    margin-right: 5px;
    width: 108px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.switch-wrap {
    display: block;
    float: left;
    padding: 8px 0 0 15px
}

.switch-wrap label {
    float: left;
}

.switch-wrap .switch-text {
    display: block;
    float: left;
    margin: 9px 0 0 9px;
    color: #A7A7A7;
}

.ys-source {
    color: #1f96ff;
    margin: 2px 0 0 12px;
    float: left;
}

/*瑙掕壊鎺堟潈*/
.ys-name-list a {
    display: inline-block;
    margin: 0 5px 5px 5px;
    font-size: 15px;
}

/*鏂板瀛︾敓*/
.ys-tab {
    border-bottom: 1px solid #ededed;
    margin: 0 0 30px 0;
}

.ys-tab li {
    float: left;
    line-height: 40px;
    color: #9d9d9d;
}

.ys-tab li a {
    display: block;
    line-height: inherit;
    color: #333;
    font-size: 16px;
}

.ys-tab li.active a {
    font-size: 18px;
    color: #1f96ff;
}

.ys-tab li:nth-child(2) {
    margin: 0px 10px;
}

/*寰簲鐢�*/
.mgt60 {
    margin-top: 60px
}

.ys-micro-app {
    overflow: hidden;
}
.ys-micro-app ul li {
    display: inline-block;
}
.ys-micro-app ul li a {
    float: left;
    margin: 0 0 0 48px;
    text-align: center;
    cursor: pointer;
    color: #666;
    text-decoration: none;
    padding-bottom: 45px;
}

.ys-micro-app ul li:nth-child(5n+1) a {
    margin-left: 0;
}
.own ul li a img{
    border-radius: 12%!important;
}
.ys-micro-app ul li a img {
    width: 95px;
    height: 95px;
    border-radius: 100%;
    display: block;
}

.ys-micro-app ul li a:hover > p {
    color: #1f96ff;
    outline: none;
    text-decoration: none;
}

.ys-micro-app ul li a p {
    margin-top: 12px;
    border: 1px solid #f4f4f4;
    padding: 2px 0;
    border-radius: 8px;
    color: #666666;
    background: #f4f4f4;
}

.ys-micro-app .help-block {
    margin-left: 10px
}
.ys-micro-app .micro-des {
    float: left;
    text-align: left;
    width: 80px;
    margin-left: 20px;
    vertical-align: middle;
    display: inline-block;
    margin-top: 10px;
}
.ys-micro-app .micro-des  p:nth-child(1){
   font-size: 16px;
    width: 80px;
}
.ys-micro-app .micro-des  p:nth-child(2){
    border: 1px solid #1f96ff;
    text-align: center;
    color: #1f96ff;
    border-radius: 10%;
    margin: 6px 0;
    width: 80px;
    overflow: hidden;
    white-space: nowrap;
    word-break: break-all;
    word-wrap: break-word;
    text-overflow: ellipsis;
}
.ys-micro-app .micro-des  p:nth-child(3){
    color: #CACACA;
}
/*checkbox*/
input.ys-ck-privilege {
    display: inline-block;
    vertical-align: text-bottom;
    margin-bottom: 2px;
    margin-bottom: -2px \9;
}

/*confirm*/
.jconfirm .jconfirm-box .buttons button:first-child {
    background: hsla(207, 61%, 96%, 0.99);
}

.ys-alert-area {
    pointer-events: none;
}

#ys-alert .close {
    pointer-events: fill;

}

.notice-content p {
    text-indent: 2em;
}

.ys-color-lump span {
    display: inline-block;
    padding: 2px;
    border-radius: 2px;
    border: 1px solid #fff;
    margin-right: 2px;
}

.ys-color-lump span:before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 2px;
}

.ys-color-lump span.cur {
    border-color: #32b16c;
}

.ys-color-lump span:nth-child(1):before {
    background: #32b16c;
}

.ys-color-lump span:nth-child(2):before {
    background: #52d297;
}

.ys-color-lump span:nth-child(3):before {
    background: #66d771;
}

.ys-color-lump span:nth-child(4):before {
    background: #89e967;
}

.ys-color-lump span:nth-child(5):before {
    background: #a7e790;
}

.ys-color-lump span:nth-child(6):before {
    background: #b3d465;
}

.ys-color-lump span:nth-child(7):before {
    background: #edb853;
}

.ys-color-lump span:nth-child(8):before {
    background: #f19149;
}

.ys-color-lump span:nth-child(9):before {
    background: #ec6941;
}

.ys-color-lump span:nth-child(10):before {
    background: #fa9475;
}

.ys-color-lump span:nth-child(12):before {
    background: #f6b37f;
}

.ys-color-lump span:nth-child(13):before {
    background: #facd89;
}

.ys-color-lump span:nth-child(14):before {
    background: #f29c9f;
}

.ys-color-lump span:nth-child(15):before {
    background: #f19ec2;
}

.ys-color-lump span:nth-child(16):before {
    background: #8f82bc;
}

.ys-color-lump span:nth-child(17):before {
    background: #8c97cb;
}

.ys-color-lump span:nth-child(18):before {
    background: #88abda;
}

.ys-color-lump span:nth-child(19):before {
    background: #7ecef4;
}

.ys-color-lump span:nth-child(20):before {
    background: #49c8ee;
}

.ys-color-lump span:nth-child(21):before {
    background: #448aca;
}

button.btn.btn-primary {
    background-color: #1f96ff;
    border-color: #1f96ff;
}

button.btn.btn-primary:hover, button.btn.btn-primary:link, button.btn.btn-primary:active, button.btn.btn-primary:visited {
    background-color: #0078d7;
    border-color: #0078d7;
    outline: none;
    text-decoration: none;
}
/**鑷畾涔変笅鎷夋**/
.dropdownContainer {
    position: relative;
    height: 50px;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 0;
    color: #959595;
}
.dropdownDefault {
    border: 1px solid #f4f5f7;
    line-height: 48px;
    text-indent: 0.5em;
    padding-left: 10px;
    background: #f4f5f7;
}

.dropdownContainer .downArrow {
    position: absolute;
    right: 8px;
    top: 21px;
}

.dropdrown-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    border: 1px solid #f4f5f7;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    z-index: 1000;
    background-color: #fff;
}

.dropdrown-menu li {
    list-style: none;
    line-height: 44px;
}

.dropdrown-menu li a {
    display: inline-block;
    width: 100%;
    color: #555;
    text-decoration: none;
    text-indent: 0.5em;
    padding-left: 10px;
}
.dropdrown-menu li a.current{
    background: #1f96ff;
    font-size: 1.1em;
    color: #fff;
}
.dropdrown-menu li a:hover{
    background: #1f96ff!important;
    font-size: 1.1em!important;
    color: #fff!important;
}
.dropdrown-menu:hover a.current{
    background: #fff;
    color: #555;
}

.arrow {
    width: 0;
    height: 0;
    display: inline-block;
    cursor: pointer;
}

.downArrow {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #CCCCCC;
}

/**缁撴潫**/

/**閮ㄩ棬**/
.tab-content, .ys-tab-content {
    width: 290px;
}

.empty-icon {
    width: 284px;
    height: 260px;
    background: url(/img/empty.png) 0 0 no-repeat;
    float: left;
    margin-top: 64px;
    left: 37%;
    position: absolute;
}


.clazz-icon {
    width: 16px;
    height: 16px;
    background: url(/img/class.png) 0 0 no-repeat;
    float: left;
    margin-right: 9px;
    margin-top: 18px;
}

.clazz-h-icon {
    width: 16px;
    height: 16px;
    background: url(/img/class-h.png) 0 0 no-repeat;
    float: left;
    margin-right: 9px;
    margin-top: 18px;
}

.role-icon {
    width: 16px;
    height: 16px;
    background: url(/img/role.png) 0 0 no-repeat;
    float: left;
    margin-right: 9px;
    margin-top: 16px;
}

.role-h-icon {
    width: 16px;
    height: 16px;
    background: url(/img/role-h.png) 0 0 no-repeat;
    float: left;
    margin-right: 9px;
    margin-top: 16px;
}

.pwd-icon {
    width: 13px;
    height: 14px;
    background: url(/img/pwd.png) 0 0 no-repeat;
    float: left;
    margin-right: 9px;
    margin-top: 19px;
    margin-left: 34px;
}

.pwd-h-icon {
    width: 13px;
    height: 14px;
    background: url(/img/pwd-h.png) 0 0 no-repeat;
    float: left;
    margin-right: 9px;
    margin-top: 19px;
    margin-left: 34px;
}

.setting-icon {
    width: 13px;
    height: 14px;
    background: url(/img/setting.png) 0 0 no-repeat;
    float: left;
    margin-right: 9px;
    margin-top: 18px;
    margin-left: 34px;
}

.setting-h-icon {
    width: 13px;
    height: 14px;
    background: url(/img/setting-h.png) 0 0 no-repeat;
    float: left;
    margin-right: 9px;
    margin-top: 18px;
    margin-left: 34px;
}

.ys-manage-main .ys-main-content {
    margin-top: -20px;
    margin-left: 15px;
}

.ys-pagination {
    position: relative;
    text-align: right;
    margin-top: -20px;
}
#ys-pagination{
    float: right;
}
#ys-pageNum{
    display: none;
    margin-top: 28px;
    margin-left: 15px;
    float: left;
}
#ys-pageNum span{
    color: #999999;
}
#ys-pageNum span b{
    font-weight: normal!important;
    padding: 0 5px;
}
#viewModal .modal-dialog {
    position: relative;
    width: 294px;
    height: 599px;
    background: url(/app/notice/img/view.png) 0 0 no-repeat;
}

#viewModal .modal-header .close {
    margin-top: -2px;
    position: absolute;
    right: 8px;
    top: 8px;
    color: #Fff;
    background: #000;
    padding: 3px 8px 6px 8px;
}

.view-content {
    position: absolute;
    height: 390px;
    width: 254px;
    top: 112px;
    left: 20px;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
}

table.view-layout {
    width: 100%;
}

.view-layout tr td {
    padding: 12px;
    /*border-bottom: 1px solid #f1f1f1;*/
}

.view-layout tr td:nth-child(1) {
    width: 85px;
    min-width: 85px;
    text-align: right;
}

.read-title {
    padding: 15px 0 12px;
    border-bottom: 1px solid #f0f0f0;
}

.ys-user ul li {
    float: left;
    text-align: center;
    margin: 20px 20px 10px 0;
    color: #666;
    line-height: 40px;
}

.ys-user ul li:nth-child(9n+0) {
    margin-right: 0;
}

.ys-user ul li img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #1f96ff;
    border-color: #1f96ff;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #1f96ff;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #1f96ff;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

span.idx {
    height: 16px;
    width: 16px;
    display: inline-block;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
    margin-right: 9px;
    border: 1px solid #1f96ff;
    background: #ffffff;
    color: #1f96ff;
}

.parent-tab {
    color: #1f96ff;
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 10px;
    margin-left: 80px;
    margin-bottom: 30px;
    font-size: 18px;
    width: 980px;
    margin-top: -15px;
}

.read-name, .unread-name {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80px;
}

.ys-view-tit {
    background: #f0f0f0;
    text-align: center;
    padding: 14px 0;
    font-size: 16px;
    margin-top: 15px;
}

.ys-view-tit span {
    cursor: pointer;
}

.ys-view-tit span.cur {
    /*color: #1f96ff;*/
    cursor: default;
}

.ys-center-title {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 25px;
    margin-bottom: 28px;
}

ul.dropdown-menu > li > a {
    padding: 8px 20px;
}

.privilege-content {
    padding-bottom: 30px;
}

.ys-privilege-info li {
    padding-top: 25px;
}

.ys-privilege-info li img {
    margin-top: -3px;
}

.authority-list {
    position: relative;
    left: 25px;
    margin-top: 22px;
}

.privilege-content label {
    padding-right: 25px !important;
}

.privilege-content label:before, .privilege-content label:after {
    left: auto;
    right: 0 !important;
}

.content-img img {
    display: block;
    max-width: 100%;
    height: auto;
}
.get-back{
    border: 1px solid #e5eaf2;
    line-height: 1.628571;
    color: #b7bdc7;
    margin-left: 10px;
    cursor: pointer;
}
.ys-tabpane-back {
    padding-left: 32px;
}
.ys-bacak {
    background: #1f96ff;
}
.ys-bacak .ys-api-category ul li a{
    color: #fff;
}
.user-info .userbtn {
    height: 74px;
    line-height: 74px;
    float: left;
    margin-right: 17px;
}
form.special {
    position: relative;
    margin-left: 0px;
    min-width: 1140px;
}
.ys-status ul li a.cur {
    color: #1f96ff;
    border: 1px solid #1f96ff;
    border-bottom: 2px solid #1f96ff;
    cursor: default;
}
.ys-status ul li .cur, .ys-status ul li a:hover {
    border: 1px solid #1f96ff;
    border-bottom: 2px solid #1f96ff;
    text-decoration: none;
}
.ys-checkbox:checked + .ys-switch {
    -moz-box-shadow: inset 0 0 0 15px #1f96ff;
    -webkit-box-shadow: inset 0 0 0 15px #1f96ff;
    box-shadow: inset 0 0 0 15px #1f96ff;
}
.ys-btn-primary {
    border: 1px solid #1f96ff;
    border-radius: 0;
    color: #fff;
    background: #1f96ff;
}
.sett-side h5 {
    font-size: 22px;
    margin-bottom: 20px;
}

.service-body {
    min-width: 1100px;
    margin-left: 30px;
}
.mgt30 {
    padding-top: 42px;
    margin-bottom: 60px;
}
.text-ys{
    display: none;
}
.text-ys-table:hover .text-ys{
    display: block;
}
.ys-status ul li .ys-hide{
    display: none;
}