@font-face {
    font-family: "SourceHanSansSC-Regular";
    src: url('https://dyjy-oss.xjkunlun.cn/cms/r/cms/assets/font/otf/SourceHanSansCN-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "SourceHanSansSC-Bold";
    src: url('https://dyjy-oss.xjkunlun.cn/cms/r/cms/assets/font/otf/SourceHanSansCN-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
html, body ,#app {
    font-family: SourceHanSansSC-Regular, Arial, Microsoft YaHei, SimHei, SimHei, sans-serif !important;
}

input:focus,
textarea:focus,
select:focus {
    outline: none !important;
}
input,
textarea {
    line-height: normal;
    /* for non-ie */
    line-height: 22px \9;
    /* for ie */
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.tab-pane.active {
    display: block;
}
.tab-pane {
    display: none;
}
.w-100 {
    width: 100% !important;
}
.p-0-5 {
    padding: 0 5px !important;
}
.p-0 {
    padding: 0 !important;
}
.m-0 {
    margin: 0 !important;
}
.m-t0 {
    margin-top: 0 !important;
}
.m-t20 {
    margin-top: 20px !important;
}

.hide {
    display: none;
}
.e-hide {
    display: none;
}
.over-hidden {
    overflow: hidden;
}
.text-center {
    text-align: center !important;
}

.truncate-2 {
     word-break: break-all;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 2; /* 这里是超出几行省略 */
     overflow: hidden;
}

.truncate-3 {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 这里是超出几行省略 */
    overflow: hidden;
}


.truncate-4 {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; /* 这里是超出几行省略 */
    overflow: hidden;
}

.el-loading-spinner > svg {
    display: inline;
}

.el-loading-mask {
    background-color: rgba(248, 248, 248, 0.65) !important;
}
.common-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 37px;
    line-height: 22px;
}
.common-title .title {
    height: 100%;
    font-size: 22px;
    font-weight: 500;
    text-align: left;
    color: #c50405;
    border-bottom: 4px solid #c50405;
}
.common-title .more {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    flex: 1;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #666666;
    border-bottom: 1px solid #f5bcbc;
}
.common-title .more a:hover {
    color: #c50405;
}
.common-line {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 38px;
    height: 38px;
}
.common-line:hover {
    cursor: pointer;
    color: #c50405;
    background: rgba(197, 4, 5, 0.06);
}
.common-line:hover:before {
    color: #c50405;
}
.common-line:before {
    content: "\2022";
    /* Unicode编码的圆点字符 */
    color: #999999;
    /* 圆点颜色 */
    font-size: 12px;
    /* 圆点大小 */
    margin-right: 5px;
    /* 圆点与div之间的间距 */
}


/* 图片移入鼠标时展示蒙层 */
.mask-hover {
    position: relative;
}
/*滚动条样式*/
/*设置滚动条的颜色*/
::-webkit-scrollbar {
  background-color: #ededed;
  height: 8px;
  width: 8px;
  border-radius: 2px;
}
/*设置滚动条的轨道颜色*/
::-webkit-scrollbar-track {
    background-color: #ededed;
}
/*设置滚动条的滑块*/
::-webkit-scrollbar-thumb {
    background-color: #b0b0b0;
    height: 8px;
    width: 8px;
    border-radius: 4px;
}
/*设置滚动条的滑块悬停时的颜色*/
::-webkit-scrollbar-thumb:hover {
    background-color: #b0b0b0;
}


.app {
    width: 100%;
    min-width: 1440px;
}
.app-content-main {
    width: 1440px;
    min-width: 1440px;
    min-height: calc(100vh - 388px);
    margin: auto ;
    padding: 0 32px 60px;
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.06);
}
.app-content-main .app-content-main__container {
    width: 100%;
    padding-bottom: 40px;
}

.app.isMobile * {
    max-width: 100% !important;
}
.app.isMobile,
.app.isMobile .app-content-main,
.app.isMobile .app-header,
.app.isMobile .app-header-main__center {
    width: 100% !important;
    min-width: 100% !important;
}
.app.isMobile .app-content, .app.isMobile .app-content .app-content-main__container {
    padding: 0;
    min-height: auto;
}
.app.isMobile .app-content .app-content-main {
    width: 100%;
    padding: 10px 15px !important;
    min-width: auto;
    min-height: auto;
    background-color: #ffffff;
    box-shadow: none;
}

.app.isMobile .app-header-main .LanguageList {
    display: none;
}
.app.isMobile .app-header-main .app-header-main__center {
    line-height: 1.1;
    height: auto;
    display: flex;
    align-items: center;
    padding: 20px 36px;
}
.app.isMobile .app-header-main .app-header-main__center .app-header-main__center__text {
    font-size: 20px;
}
.app.isMobile .app-header-main .app-header-main__center a {
    pointer-events: none;
}
.app.isMobile .app-header-main .app-header-main__center > div > a > img {
    max-width: 100%;
    height: auto;
}
.app.isMobile .app-header .app-header-main__center__text,
.app.isMobile .app-header .bar,
.app.isMobile .app-header-bar {
    display: none;
}
.app.layoutDirection_ltr {
    direction: ltr;
}
/* 右往左布局兼容 */
.app.layoutDirection_rtl {
    direction: rtl;
}
.app.layoutDirection_rtl .app-header .app-header-main__center__text .personalImg {
    margin-right: 0;
    margin-left: 5px;
}
.app.layoutDirection_rtl .app-header .app-header-main__center__search {
    margin-left: 0;
    margin-right: 20px;
}
.app.layoutDirection_rtl .app-header .bar__menu__item__main .menu-item__icon{
    margin-right: 0;
    margin-left: 8px;
}
.app.layoutDirection_rtl .app-header .bar__menu__item:not(:last-child) ::after {
    content: '';
    width: 0;
    height: 20px;
    border: 1px solid #d5cccc;
    position: absolute;
    right: auto;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.app.layoutDirection_rtl .crumb-wrapper .crumb .crumb-item .crumb-item__separator {
    margin-left: 4px;
    margin-right: 0;
}

.app.layoutDirection_rtl .share-wrapper .share-link .share-to {
    margin-left: 0;
    margin-right: 8px;
}
.app.layoutDirection_rtl .share-wrapper .share-link .share-icon {
    margin-left: 0;
    margin-right: 24px;
}

.app.layoutDirection_rtl .app-footer .bottom .bottom__info .bottom__info__text {
    margin-left: 0;
    margin-right: 20px;
}
