/*
 * @Author: hding-jzt.lq 
 * @Date: 2018-02-02 15:23:37 
 * @Last Modified by: hding-jzt.lq
 * @Last Modified time: 2018-07-06 12:01:18
 */

/*初始化页面布局*/

html {
    height: 100%;
}

/* body {
    font-family: Menksoft2012;
} */

/* mongolian font config*/
/* 蒙科立版本 */
@font-face {
    font-family:'MQG8103';
    font-style:normal;
    font-weight:normal;
    src:url('../fonts/Menk/MQG8103.eot');
    src:url('../fonts/Menk/MQG8103.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MQG8103.ttf') format('truetype'),
    url('../fonts/MQG8103.woff') format('woff');
}
@font-face {
    font-family:"Menksoft2012";
    font-style:normal;
    font-weight:normal;
    src:url('../../css/fonts/Menksoft2012.eot');
    src:url('../../css/fonts/Menksoft2012.eot?#iefix') format('embedded-opentype'),
    url('../../css/fonts/Menksoft2012.ttf') format('truetype'),
    url('../../css/fonts/Menksoft2012.woff') format('woff');
}
/* 蒙语显示格式定义 */

.mongolian_i {
    font-family:MQG8103,'Menksoft2012';
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -o-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: tb-lr;
    -webkit-text-orientation: sideways-right;
    text-orientation: sideways-right;
}
/* @font-face {
    font-family:'Menksoft2012';
    font-style: normal;
    font-weight: normal;
    src: url('../../css/font/mnglFont/mnglwhiteaat.ttf') format('truetype');
    unicode-range: U+1800-18AF, U+202F, exclam, question;
} */

/* @font-face {
    font-family:'Menksoft2012';
    font-style: normal;
    font-weight: normal;
    src: url('../../css/font/mnglFont/mnglwhiteotf.eot?#iefix') format('embedded-opentype'),
         url('../../css/font/mnglFont/mnglwhiteotf.ttf') format('truetype');
    
} */
/*loading*/

.csshub-loading {
    text-align: center;
    margin-top: 350px;
}

.csshub-loading>div {
    background-color: #ff4444;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    -webkit-animation: csshub-line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
    animation: csshub-line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}

.csshub-loading>div:nth-child(2),
.csshub-loading>div:nth-child(4) {
    -webkit-animation-delay: -0.4s !important;
    animation-delay: -0.4s !important;
}

.csshub-loading>div:nth-child(1),
.csshub-loading>div:nth-child(5) {
    -webkit-animation-delay: -0.2s !important;
    animation-delay: -0.2s !important;
}

@-webkit-keyframes csshub-line-scale-pulse-out {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
    50% {
        -webkit-transform: scaley(0.4);
        transform: scaley(0.4);
    }
    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}

@keyframes csshub-line-scale-pulse-out {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
    50% {
        -webkit-transform: scaley(0.4);
        transform: scaley(0.4);
    }
    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}

/*loading2*/

.csshub-loader {
    width: 56px;
    height: 56px;
    border: 4px solid #0052ec;
    border-radius: 50%;
    position: relative;
    animation: csshub-loader-scale 1s ease-out infinite;
    -webkit-animation: csshub-loader-scale 1s ease-out infinite;
    top: 50%;
    margin: -28px auto 0 auto;
}

/*加载动画*/

.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: .8;
    z-index: 999;
    /* pointer-events: none; */
    display: none;
}

.loading-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.bg-rotate-loader {
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border: 5px solid #eceeef;
    border-top-color: #d9534f;
    border-radius: 50%;
    animation: loader-rotate 1s linear infinite;
}

@keyframes loader-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* 滚动条自定义 */

/* ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
} */

/* ::-webkit-scrollbar-track-piece {
    width: 10px;
    background-color: #f2f2f2;
} */

/* .square
.thin
.scrollbar-rare-wind
.scrollbar-near-moon */

.scrollbar-rare-wind::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-rare-wind::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-rare-wind::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#a8edea), to(#fed6e3));
    background-image: -webkit-linear-gradient(bottom, #a8edea 0%, #fed6e3 100%);
    background-image: linear-gradient(to top, #a8edea 0%, #fed6e3 100%);
}

.scrollbar-near-moon::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-near-moon::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-near-moon::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#5ee7df), to(#b490ca));
    background-image: -webkit-linear-gradient(bottom, #5ee7df 0%, #b490ca 100%);
    background-image: linear-gradient(to top, #5ee7df 0%, #b490ca 100%);
}

.square::-webkit-scrollbar-track {
    border-radius: 0 !important;
}

.square::-webkit-scrollbar-thumb {
    border-radius: 0 !important;
}

.thin::-webkit-scrollbar {
    width: 6px;
}

/****************************************************

@media only screen and (min-width: 992px) {
    .scrolling-navbar {
        padding-top: 1px;
        padding-bottom: 1px;
    }
}

/* .navbar-toggleable-md {
    display: none;
} */

/* @media (max-width: 992px) {
    .hidden-md-up {
        display: block !important;
    }
} */

/*mongolian_i*/

/* 蒙语显示格式定义 */

/* .mongolian_i {
    font-family:'Menksoft2012';
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -o-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: tb-lr;
    -webkit-text-orientation: sideways-right;
} */

.mongolian_rl {
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -o-writing-mode: horizontal-tb;
    -ms-writing-mode: tb-lr;
    writing-mode: tb-lr;
}

.mgl-font {
    font-size: 18px!important;
}

/* mongolian layout */

.mongolian-box {
    display: -webkit-box;
    overflow: auto;
}

/* mongolian input*/
.mongolian-select input.select-dropdown {
    display: table-cell!important;
    width: 60px;
    height: 194px;
    border: .5px solid #ccc;
    margin-right: 0;
}

.mongolian-select .group-option {
    margin: 0 6px 6px 0;
}

.mongolian-select span.caret {
    bottom: 16px;
    top: auto;
    padding-right: 12px;
}
.mongolian-select .input-group-addon {
    width: 40px;
    height: 200px;
}
.mongolian-select input[value] {
    padding-top: 5px;
}
.mongolian-select .dropdown-content {
    min-width: 250px;
    min-height: 200px;
}
.mongolian-select .dropdown-content li {
    width: auto;
}

/* 旋转排版 */
.mongolian-rotate {
    transform:rotate(90deg);
	-ms-transform:rotate(90deg); 	/* IE 9 */
	-moz-transform:rotate(90deg); 	/* Firefox */
	-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
	-o-transform:rotate(90deg); 	/* Opera */
}

/****************************************************/

/*card and list-group*/

.card-wrapper {
    height: 250px;
}

.face {
    border-radius: .5rem;
}

.card-wrapper .face {
    height: auto;
}

/*.card .rotate-btn {
    margin: -20px 20px;
}*/

.card-fluid {
    height: 500px;
}

/************************************************/

/*buzhi_zuoye.html*/

/*作业题多层树形结构侧栏*/

.side-nav {
    position: static;
    /* width: initial; */
    color: #ff4444;
    transform: translateX(0);
}

#item-color li a.active,
#item-jie li a.active {
    /*background-color:transparent;*/
    color: #ff4444;
    font-weight: bold;
}

#item-color li a:hover {
    color: #ff4444;
    background-color: #e5e9ec;
}

.light-side-nav .search-form input[type=text] {
    border-bottom: 1px solid #ccc;
}

/*练习册底边线设置*/

#item-li .collapsible-header {
    border: 1px solid #e5e9ec;
}

#item-jie li a.active {
    color: #ff4444;
    font-weight: bold;
}

#item-li {
    padding-left: .5rem;
    padding-right: .5rem;
}

/*居中对齐*/

.center-align {
    text-align: center;
}

/*  lassic-tabs */

.classic-tabs li a {
    display: block;
    padding: 10px 24px;
    font-size: inherit;
    color: #333;
}

/* .classic-tabs li a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #0087ca;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
} */

.classic-tabs.tabs-cyan li a.active {
    border-color: #4b515d;
}

.classic-tabs li a.active {
    border-bottom: 2px solid #f44;
    color: #888;
}

/*buttom of jzt*/

.btn-hd-red {
    background: #fb6358;
}

.jzt-btn-danger {
    border: none;
    color: #fff !important;
    background-color: #f17373;
}

.jzt-btn-outline-default {
    border: 1px solid #757575;
    color: #757575 !important;
    background-color: transparent;
}

.jzt-btn-outline-default:hover {
    border-color: transparent;
    /* color: #fff !important; */
    background-color: #fb6358;
}

.aqua-gradient {
    background: -webkit-linear-gradient(50deg, #2096ff, #05ffa3) !important;
    background: linear-gradient(40deg, #2096ff, #05ffa3) !important;
}

.peach-gradient {
    background: -webkit-linear-gradient(50deg, #FFD86F, #FC6262) !important;
    background: linear-gradient(40deg, #FFD86F, #FC6262) !important;
}

.purple-gradient {
    background: -webkit-linear-gradient(50deg, #ff3333, #ff0066) !important;
    background: linear-gradient(40deg, #ff3333, #ff0066) !important;
    /* background: linear-gradient(90deg, rgb(255, 39, 25), rgb(255, 97, 173)); */
}

.red-gradient {
    background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%) !important;
    box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4)!important;
}

.btn-floating.btn-lg {
    width: 61.1px;
    height: 61.1px;
}

.btn-floating.btn-lg i {
    font-size: 1.625rem;
    line-height: 61.1px;
}

.btn-floating i {
    display: inline-block;
    width: inherit;
    text-align: center;
    color: #fff;
}

/*题内容边距设置*/

.content {
    margin: 1em;
    padding: 1.2em;
}

.content img {
    display: block;
    /* max-width: 40%; */
    height: auto;
}

/*.modal-content*/

.modal {
    z-index: 1080;
}

.modal-content {
    border-radius: 10px;
    border: none;
    width: 100%;
}

.right .modal-content {
    border-radius: 0;
}

/*.modal-dialog*/

/* .modal-dialog {
    margin-top: 10%;
} */

.modal .modal-full-height {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    width: 500px;
    height: 100%;
    top: 0;
    right: 0;
}

.right .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    /*  align-items: flex-start; */
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
    padding: 1rem;
    /* border-bottom: 1px solid #e9ecef; */
    ;
}

.modal-right .modal-content {
    overflow: auto;
}

.right .modal-header .close {
    /*  padding: 1rem; */
    margin: -1rem -1rem -1rem auto;
}

/*自定义日期选择样式*/

.picker__date-display {
    background-color: #3b3c3e;
}

.picker__weekday-display {
    background-color: #cc422e;
}

/*作业本自定义*/

.books {
    border-right: .8em solid #fff;
    background-color: rgb(214, 193, 156);
    height: inherit;
}

.books_bg {
    background-color: #e5e9ec;
    border-radius: 2px;
    /*box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);*/
}

/*select主题背景色*/

.mdb-select .dropdown-content li.active {
    background-color: #2BBBAD;
}

.dropdown-content li>span {
    color: #333;
}

/*提示条*/

.tishi {
    padding: 1rem;
    background: rgb(243, 243, 243);
    text-align: center;
}

.form-control {
    margin-bottom: 0;
}

/* 超时加载loading */

/* .timeout_loading {
    display: none;
} */

/* hd_left */

.hd_left {
    padding-left: .8rem;
    border-left: .4rem solid #f44;
}

.hd_left_default {
    padding-left: .5rem;
    border-left: .25rem solid #5bc0de;
}

/* 模糊 */

.blur {
    filter: blur(5px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    -o-filter: blur(5px);
    /* content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: -1; */
    /* background-image: url('/img/logo.jpg');
    background-repeat: no-repeat; 
    background-size: cover; */
}

/* 函数公式显示格式定义 */

/* ************************* */

.MathJax_Display {
    overflow-x: auto;
    overflow-y: hidden;
}

.MathJax {
    outline: 0;
}

/* card-hover*/

/* .row .card-wrapper:hover{
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-box-shadow: 0px 6px 10px rgba(0,0,0,.1);
    box-shadow: 0px 6px 10px rgba(0,0,0,.1);
}
 */

/* mdb-badge*/

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

/* hr */

hr {
    border-top: 1px solid #e5e5e5;
}

.hr:first-child {
    border-top: none;
}

.hr:first-child {
    border-top: 1px solid #f5f5f5;
}

.hr-mb {
    border-bottom: 10px solid #f5f5f5;
}

.hr-mt {
    border-top: 10px solid #f5f5f5;
}

.hr-y {
    border-right: 1px solid #e5e9ec;
}

.hr-red {
    border-top: 1px solid #e94b47;
}

/* 缺省页定义 */

.default-page {
    margin-top: 5em;
    padding: 2em;
    text-align: center;
    text-align: -webkit-center;
}

.default-page p {
    color: #888;
}

#fenye {
    margin: 0;
    padding-top: 10em;
}

/* 教师布置作业全选反选样式定义 */

.all_check a {
    margin-left: 0;
    color: #ff4444 !important;
}

/* 全局样式定义 */

.hd {
    padding-left: .5rem;
    border-left: .25rem solid #f44;
}

.jzt_hd {
    background-color: #fb6358 !important;
    color: #ffffff !important;
    border-radius: .1rem !important;
    text-align: center;
}

.jzt_input {
    border: 1px solid #f9a3a1 !important;
    text-align: center;
}

/* Panel */

.card .card-body {
    position: relative;
}

.card-body {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.panel {
    border-bottom: 1px solid #f8f9fa;
}

.panel-action:hover {
    background: #f8f9fa !important;
}

.panel-action a:hover {
    color: #f44 !important;
    text-decoration: none;
}

/* table */

.table-wrapper-2 {
    display: block;
    max-height: 700px;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

table th {
    font-weight: 400;
}

table td {
    /* font-size: .9rem; */
    font-weight: 300;
}

/* 新版作业卡片定义 */

.card-wrap {
    width: 320px;
    /*  height: 220px; */
}

/*flex-list*/

.list-flex {
    display: flex;
    flex-wrap: wrap;
}

/* flex-item */

.list-item {
    margin: 0 25px 25px 0;
    /* border: 1px solid rgba(0,0,0,.125); */
}

.card_hd {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 2.5rem;
}

.card_bd p {
    font-size: 15px;
    margin-bottom: .3rem;
}

.card-wrap .card_ft {
    display: flex;
    padding: .55rem;
    text-align: center;
}

.card_ft a {
    font-size: 16px;
    color: #777;
    flex-grow: 1;
}

.card_ft a:hover {
    color: #f44;
    font-weight: 600;
    animation: color 5s;
    /* background-color: #f44; */
}

.corner::before {
    content: '';
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 70px solid #2BBBAD;
    border-left: 70px solid transparent;
}

.corner-text {
    color: #fff;
    right: 5px;
    top: 15px;
    /*  width: 50px; */
    height: 20px;
    line-height: 20px;
    position: absolute;
    transform: rotate(45deg)
}

.corner-default::before {
    content: '';
    border-top-color: #ef7676;
}

/* 新版题列表样式定义 */

.ti-card {
    margin: 0 3em 1em 3em;
}

.ti-list {
    margin: 0 2em;
}

.ti-list .content {
    margin: 0;
    padding: 1.5em 2em;
    color: #555;
}

.answer-details {
    margin: 1em .8em;
    background-color: rgb(243, 243, 243);
    border-radius: 5px;
}

.answer-area {
    margin: 1em;
    /* background-color: rgb(243, 243, 243); */
}

.card-border {
    border: 1px solid #eceeef;
    border-radius: 6px;
}

.card-border-b {
    border-bottom: 1px solid #f5f5f5;
}

.border-o {
    border: none;
}

/* collapsed */

.card-header a:not(.collapsed) .rotate-icon,
.card-body a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* tinymce theme*/

.mce-panel {
    background-color: #fff !important;
}

.mce-btn-group:not(:first-child) {
    border: none !important;
}

/* Tab Pills  */

.md-pills {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    border: 0;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    /* flex-grow: 1; */
    /* text-align: center; */
}

.md-pills li {
    padding: .6rem;
}

.md-pills .nav-link {
    -webkit-transition: all .4s;
    transition: all .4s;
    border-radius: 2px;
    color: #666;
    text-align: center;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
}

/* chips */

.chip_ {
    display: inline-block;
    height: 100%;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, .6);
    line-height: 32px;
    padding: 0 12px;
    border-radius: 16px;
    background-color: #eceff1;
    margin-bottom: 1rem;
    margin-right: 1rem;
}

.chip_ .close {
    cursor: pointer;
    float: right;
    font-size: 16px;
    line-height: 32px;
    padding-left: 8px;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

/* tree css  */

ul.jqtree-tree .jqtree-element {
    /* border-bottom: 1px solid #f5f5f5; */
    padding: .8rem;
}

/* ul.jqtree-tree .jqtree-element:last-child{
    border-bottom: none;
} */

li.jqtree_common span:hover {
    color: #f44;
    /* border-bottom: 1px solid #f44; */
}

ul.jqtree-tree li.jqtree-selected>.jqtree-element,
ul.jqtree-tree li.jqtree-selected>.jqtree-element:hover {
    background: transparent !important;
}

ul.jqtree-tree li.jqtree-selected>.jqtree-element>span {
    outline: none;
    color: #f44;
    /* border-bottom: 1px solid #f44; */
}

/* 悬停下划线动画 */

.hover-underline-animation {
    display: inline-block;
    position: relative;
    color: #0087ca;
}

.hover-underline-animation::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #0087ca;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

/* checkbox自定义 */

[type=checkbox].filled-in:checked+label:after {
    border: 2px solid #5bc0de;
    background-color: #5bc0de;
}

[type=checkbox]+label {
    position: relative;
    height: 8px;
}

/* list group */
/* ****************************************** */
/* .list-wrapper .list-content {
    -webkit-border-radius: 5px;
    border-radius: 5px;
} */
/* .list-item-content {
    height: 50px;
    line-height: 50px;
} */

.list-content li {
    padding: .8rem 1.25rem;
    border: 1px solid rgba(0,0,0,.05);
}

.list-item-content .item-title-hover:hover {
    color: #4b515d!important;
}

.list-content .list-group-item-action:hover {
    /* color: #555; */
    /* text-decoration: none; */
    background-color: rgba(117,167,184,.05);
}

.list-content .list-item-content:hover .icon-menu:hover {
    background-color: rgba(51,51,51,.07);
}

.list-content .list-item-content:hover .icon-menu {
    background-image: url(../../img/icon/icon-menu.png);
}

.list-item-content .icon-menu {
    width: 28px;
    height: 28px;
    border: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    position: relative;
    top: -2px;
}

/* .dropdown-menu-right {
    right: -120px;
}
 */
/* .list-content li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.list-wrapper ul .list-item-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    line-height: 50px;
}

.list-item-content .item-content {
    padding-right: 35px;
    align-items: center;
} */
/* list group ** END */
/* ****************************************** */

/* media-list */

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.media-body {
    flex: 1;
}

.d-flex {
    display: flex;
}

/* 高度过度动画 */

.el-content {
    transition: max-height 0.5s;
    overflow: hidden;
    max-height: 0;
}

.trigger {
    background: #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
    /*  position: fixed;
    z-index: 1030; */
}

/* .trigger::after {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    content: "";
    background-color: #fff;
    border-bottom: solid 1px #d1d5da;
    box-shadow: 0 1px 2px rgba(0,0,0,0.075);
    opacity: 0;
    transition: 0.2s;
} */

.trigger:hover>.el-content {
    max-height: var(--max-height);
}

/* hover transform rotate */

.trigger :hover .rotate-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* img -- list */
.float-left {
    float: left;
}

.rounded {
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
    /*background: no-repeat 50%;
    background-size: cover;*/
    width: 200px;
    height: 200px;
    border-radius: 5px;
}

.layui-carousel-arrow {
    width: 66px;
    height: 66px;
    line-height: 66px;
    font-size: 26px;
}

.layui-laypage-health-page .layui-laypage-prev,.layui-laypage-health-page .layui-laypage-next {
    font-family:MQG8103,'Menksoft2012';
    /* writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -o-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: tb-lr;
    -webkit-text-orientation: sideways-right;
    text-orientation: sideways-right; */
}

.layui-laypage-health-page .layui-disabled {
    color: #999!important;
    background-color: #f8f9fa!important;
}