@charset "UTF-8";

/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

body {
    /*font-family: 微软雅黑, 黑体, Arial, Helvetica, sans-serif;*/
    /*font-family: "SF Pro Display","Helvetica Neue",Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei",sans-serif,'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol','Noto Color Emoji';*/
    font-family: "SF Pro Display", "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    -webkit-font-smoothing: antialiased;
}
body{
    letter-spacing: 0.04em;
}
@-moz-document url-prefix() {
    body {
        letter-spacing: 0;
    }
}
body:not(.article-content) table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

/*table {*/
/*width: 100%;*/
/*border: 0;*/
/*border-collapse: collapse;*/
/*border-spacing: 0;*/
/*}*/
body:not(.article-content) table th {
    font-weight: normal;
}

body:not(.article-content) .noteContent table {
    width: auto;
    word-break: break-all;
}

ul,
ol,
li {
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

input,
select,
textarea {
    vertical-align: middle;
    color: #000;
    border: none;
    border: 0;
    outline: none;
    resize: none;
}

body a {
    color: inherit;
    text-decoration: none;
}

b,
i,
strong,
em {
    font-weight: normal;
    font-style: normal;
}

img {
    border: 0;
}

.pointer {
    cursor: pointer;
}

.editor-page .pointer {
    cursor: initial;
}
/*覆盖layui.css的body的默认样式*/
#index{
    font-size: 16px;
    line-height: normal;
}
/*除去应用名称-使用富文本设置的地方 进行样式重置*/
body .title-t ul,
body .title-t ol,
body .title-t li {
    list-style-type: initial;
}

body .title-t h1,
body .title-t h2,
body .title-t h3,
body .title-t h4,
body .title-t h5,
body .title-t h6 {
    font-weight: initial;
}

body .title-t body a {
    color: inherit;
    text-decoration: inherit;
}

body .title-t strong {
    font-weight: bold;
}

body .title-t em,
body .title-t i {
    font-style: italic;
}

.fix9999{
    z-index: 9999 !important;
}

/*公共样式文件*/
.txt-theme {
    color: #3D82F2;
}

.bder-theme {
    border-color: #3D82F2;
}

.bg-theme {
    background: #3D82F2;
}

.txt-hover-theme:hover {
    color: #3D82F2;
}
.bg-hover-theme:hover{
    background-color: #3D82F2;
}

.bg-theme-rgba10 {
    background-color: rgba(61, 130, 242, 0.1);
}

.bg-theme-rgba20 {
    background-color: rgba(61, 130, 242, 0.2);
}

.bg-theme-rgba30 {
    background-color: rgba(61, 130, 242, 0.3);
}

.bg-theme-rgba40 {
    background-color: rgba(61, 130, 242, 0.4);
}

.bg-theme-rgba50 {
    background-color: rgba(61, 130, 242, 0.5);
}

.bg-theme-rgba60 {
    background-color: rgba(61, 130, 242, 0.6);
}

.bg-theme-rgba70 {
    background-color: rgba(61, 130, 242, 0.7);
}

.bg-theme-rgba80 {
    background-color: rgba(61, 130, 242, 0.8);
}

.bg-theme-rgba90 {
    background-color: rgba(61, 130, 242, 0.9);
}

.default-color {
    color: #3D82F2;
}

.col333 {
    color: #333333;
}

.col666 {
    color: #666666;
}

.col999 {
    color: #999999;
}

.colccc {
    color: #ccc;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}
.clear {
    clear: none !important;
}
.fr {
    float: right;
}

.fl {
    float: left;
}

.overflowHide {
    overflow: hidden;
}

.overHidden1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.overHidden2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.6 !important;
}

.overHidden3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.6 !important;
}

.txt-l {
    text-align: left;
}

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

.txt-r {
    text-align: right;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.fs24 {
    font-size: 24px;
}

.fs26 {
    font-size: 26px;
}

.fs28 {
    font-size: 28px;
}

.fs30 {
    font-size: 30px;
}

.fs32 {
    font-size: 32px;
}

.fs34 {
    font-size: 34px;
}

.fs36 {
    font-size: 36px;
}

.ui-cursor {
    cursor: pointer;
}

/*每个引擎的头部*/
.item-engine-title {
    min-height: 22px;
    line-height: 22px;
    margin-bottom: 15px;
    padding: 0 17px 0 0;
    position: relative;
}

.item-engine-title .title-icon {
    display: inline-block;
    width: 6px;
    height: 18px;
    margin-right: 8px;
    vertical-align: middle;
}

.item-engine-title .title-t {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.item-engine-title .more {
    font-size: 14px;
    color: #999999;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 17px;
    cursor: pointer;
}

.item-engine-title a{
    cursor: pointer;
}

.item-engine-title .more .icon-up {
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 10px;
    position: relative;
    top: -1px;
}

/*引擎中的tab切换样式*/
.eng-tabs {
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 15px;
    height: 30px;
    width: 100%;
    overflow: hidden;
}

.eng-tabs span {
    display: inline-block;
    padding-bottom: 6px;
    margin-right: 30px;
    font-size: 16px;
    cursor: pointer;
}

/*.eng-tabs span:not(.current) {*/
/*color: #666666;*/
/*}*/
.eng-tabs span.current {
    border-bottom: 2px solid;
    font-weight: 500;
}

@media only screen and (min-width: 1px) and (max-width: 926px) {
    .eng-tabs span:nth-of-type(n+5) {
        display: none !important;
    }
    #index .grid-stack{
        border:none;
    }
}
@media only screen and (min-width: 1px) and (max-width: 1080px) {
    .touchmachine .eng-tabs span:nth-of-type(n+5) {
        display: none !important;
    }
    .touchmachine #index .grid-stack{
        border:none;
    }
}

/*下拉选择框--小--*/
.ui-select-mini {
    display: inline-block;
    font-size: 14px;
}

.ui-select-mini .select2-container .select2-selection--single {
    height: 32px;
}

.ui-select-mini .select2-container--default .select2-selection--single {
    /*border: none;*/
    outline: none;
}

.ui-select-mini .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 20px;
    padding-left: 16px;
}

.ui-select-mini .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
}

.ui-select-mini .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
    width: 25px;
}

.ui-select-mini .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #dddddd transparent transparent transparent;
    border-width: 7px 5px 0 5px;
    top: 40%;
}

/*下拉选择框--大--*/
.ui-select-big .select2-container .select2-selection--single {
    height: 40px;
}

.ui-select-big .select2-container--default .select2-selection--single {
    border: none;
    outline: none;
}

.ui-select-big .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 40px;
    padding-left: 16px;
}

.ui-select-big .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}

.ui-select-big .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    width: 40px;
}

.ui-select-big .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #dddddd transparent transparent transparent;
    border-width: 8px 6px 0 6px;
    top: 40%;
}

/*下拉选择框--移动端--*/
.ui-select-app {
    height: 2.25rem;
}

.ui-select-app .select2-container {
    vertical-align: top;
}

.ui-select-app .select2-container .select2-selection--single {
    height: 2.25rem;
}

.ui-select-app .select2-container--default .select2-selection--single {
    border: none;
    outline: none;
    background: #F5F5F5;
}

.ui-select-app .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 1.5rem;
    padding-left: 0.5rem;
}

.ui-select-app .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.25rem;
    font-size: 0.9375rem;
}

.ui-select-app .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.25rem;
    width: 2.25rem;
}

.ui-select-app .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #dddddd transparent transparent transparent;
    border-width: 8px 6px 0 6px;
    top: 40%;
}

/*select2 下拉列表样式--start*/
.select2-dropdown {
    -webkit-box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background: #ffffff;
    border: none;
    margin-top: 5px;
}

.select2-results__option {
    padding: 0 0 0 16px;
    line-height: 32px;
    font-size: 14px;
    color: #333333;
    border-bottom: 1px solid #EEEEEE;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.select2-results__option:last-child {
    border-bottom: none;
}

/*选中*/
.select2-container--default .select2-results__option[aria-selected=true] {
    color: #3D82F2;
    background: #ffffff;
    border-color: #ffffff;
}

/*hover 效果*/
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #F5F8FE;
    color: #333333;
    border-color: #F5F8FE;
}

/*select2 下拉列表样式--end*/
/*分页样式 start*/
.ui-paging {
    padding: 16px 0;
    text-align: center;
}

.ui-paging li {
    display: inline-block;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    margin-right: 15px;
    min-width: 22px;
    height: 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 4px;
}

.ui-paging li.xl-prevPage {
    width: auto;
    margin-right: 27px;
}

.ui-paging li.xl-nextPage {
    width: auto;
    margin-left: 27px;
}

.ui-paging li:last-child {
    margin-right: 0;
}

.ui-paging li.xl-active {
    background: #0099FF;
    color: #ffffff;
}

.ui-paging li.xl-disabled {
    opacity: .6;
}

/*分页样式 end*/

/*两种按钮的样式*/
/*白底不定宽度*/
.btn-fff-auto {
    padding: 0 16px;
    height: 24px;
    min-width: 44px;
    text-align: center;
    border: solid 1px #3D82F2;
    border-radius: 2px;
    color: #3D82F2;
    font-size: 14px;
    cursor: pointer;
    background-color: #fff;
}

/*蓝底不定宽度*/
.btn-blue-auto {
    padding: 0 16px;
    min-width: 44px;
    height: 24px;
    text-align: center;
    background: #3d82f2;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

/* 单选框样式 */
.layui-form-radio > i:hover,
.layui-form-radioed > i {
    color: #3d82f2 !important;
}

/*弹框的公共样式*/
.pop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
    background: rgba(0, 0, 0, 0.6);
}

.pop .pop-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: white;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}

.pop .pop-content .top {
    padding: 16px;
    border-bottom: 1px solid #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pop .pop-content .icon {
    cursor: pointer;
}

.pop .bottom-btns {
    padding: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border-top: 1px solid #eee;
}

.pop .bottom-btns.txt-r {
    text-align: right;
}

.pop .bottom-btns .btn {
    margin: 0 12px;
    height: 30px;
    line-height: 30px;
}

/*提示弹框的样式*/
#tipPop .pop-content {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

#tipPop .bottom-btns .btn {
    line-height: 30px;
    height: 30px;
}

#tipPop .middle {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 21px;
    text-align: left;
}

#tipPop .middle a {
    color: #3d82f2;
}

/*toast的样式*/
.toast {
    position: fixed;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    color: #333;
    font-size: 14px;
    background-color: #fff;
    border-radius: 4px;
    max-width: 300px;
    min-width: 60px;
    padding: 10px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    z-index: 9999;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
}

.toast .icon {
    margin-right: 6px;
    font-size: 18px;
}

.toast span {
    display: inline-block;
    vertical-align: middle;
}

.bg-fff {
    background: #fff;
}

.colccc {
    color: #ccc;
}

.margint16 {
    margin-top: 16px;
}

.margint4 {
    margin-top: 4px;
}

.w1180 {
    width: 1180px;
}

#banner .page-banner-style2 .swiper-slide > img {
    min-height: 200px;
}

/*更多页面空数据提示*/
.list-null-data {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.list-null-data img {
    width: 200px;
    margin-bottom: 10px;
}

.list-null-data .tip {
    font-size: 14px;
    color: #999999;
}

/*首页空数据提示*/

.eng-null-data {
    width: 100%;
    text-align: center;
    padding: 16px 0;
}

.eng-null-data img {
    width: 100px;
    margin-bottom: 10px;
}

.eng-null-data .tip {
    font-size: 14px;
    color: #999999;
}

@media only screen and (min-width: 1px) and (max-width: 926px) {
    .list-null-data {
        position: unset;
        top: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .list-null-data img {
        width: 100px;
    }
}
@media only screen and (min-width: 1px) and (max-width: 1080px) {
    .touchmachine .list-null-data {
        position: unset;
        top: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .touchmachine .list-null-data img {
        width: 100px;
    }
}

/*基础组件的基础样式*/
.item-drag-wrap em * {
    font-style: italic;
}

/*移动端公共样式 -----start*/

.app-engine-title {
    line-height: 1.40625rem;
    padding: 0.5rem 1rem 0;
    margin-bottom: 0.5rem;
}

.app-engine-title .title-t {
    font-size: 1rem !important;
    color: #333333;
    font-weight: bold;
}

.app-engine-title .title-t span {
    font-size: 1rem !important;
}

.app-engine-title .more {
    font-size: 0.875rem;
    color: #999999;
    display: inline-block;
}

.app-engine-title .more .icon-up {
    font-size: 0.5rem;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    position: relative;
    top: -1px;
}

/*引擎中的tab切换样式*/
.app-engine-item .eng-tabs {
    border-bottom: none;
    margin-bottom: 0.75rem;
    height: 1.25rem;
    line-height: 1.25rem;
    width: 100%;
    overflow: hidden;
    padding: 0 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.app-engine-item .eng-tabs span {
    display: inline-block;
    margin-right: 0.75rem;
    font-size: 0.875rem;
    cursor: pointer;
}

.app-engine-item .eng-tabs span:not(.current) {
    color: #666666;
}

.app-engine-item .eng-tabs span.current {
    font-weight: 500;
}

/*移动端公共样式 -----end*/

/*通用弹框1的样式-- start*/
.general-pop1 .icon:before {
    color: inherit;
}

.general-pop1 .pop-content {
    padding-bottom: 40px;
    min-width: 200px;
}

.general-pop1 .pop-content .top {
    padding: 8px 12px;
    border: none;
}

.general-pop1 .pop-content .middle {
    padding: 0 12px;
    box-sizing: border-box;
    min-height: 100px;
    max-height: 540px;
    overflow-y: auto;
    word-break: break-all;
}

.general-pop1 .pop-mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/*搜索引擎公共样式--start*/
.eng-commoncss-search .eng-hint {
    font-size: 14px;
    margin-top: 10px;
    text-align: left;
    color: inherit;
}

.eng-commoncss-search .radio-list {
    margin-top: 10px;
}

.eng-commoncss-search .radio-list > span {
    margin-right: 32px;
    cursor: pointer;
    color: #666666;
    font-size: 14px;
}

.eng-commoncss-search .radio-list > span:before {
    color: #dddddd;
    margin-right: 3px;
    vertical-align: middle;
}

.eng-commoncss-search .radio-list .radio-box {
    display: inline-block;
    position: relative;
    color: inherit;
    font-size: 14px;
    margin-right: 24px;
    cursor: pointer;
}

.eng-commoncss-search .radio-list .radio-box .txt-theme {
    display: none;
}

.eng-commoncss-search .radio-list .radio-box span {
    margin-right: 3px;
    vertical-align: middle;
}

.eng-commoncss-search .radio-list .radio-box input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    opacity: 0;
    cursor: pointer;
}

.eng-commoncss-search .radio-list .radio-box input[type="radio"]:checked + .icon-radio {
    display: none;
}

.eng-commoncss-search .radio-list .radio-box input[type="radio"]:checked + .icon-radio + .icon-radio-checked {
    display: inline-block;
}

.eng-commoncss-search .radio-list .radio-box .icon-radio {
    color: inherit;
}

.eng-commoncss-search .href-list {
    margin-top: 10px;
}

.eng-commoncss-search .href-list a {
    display: inline-block;
    font-size: 14px;
    color: inherit;
    margin-right: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
    vertical-align: middle;
}

.eng-commoncss-search .href-list a:hover {
    font-weight: 600;
}

.eng-commoncss-search .href-list a .ui-circle {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 6px;
    vertical-align: middle;
    background: #ffffff;
    vertical-align: middle;
}

.eng-commoncss-search .href-list a .icon-href {
    display: inline-block;
    width: 40px;
    line-height: 40px;
    vertical-align: middle;
    margin-right: 8px;
}

.eng-commoncss-search .href-list a span {
    vertical-align: middle;
}

@media only screen and (min-width: 1px) and (max-width: 926px) {
    .eng-commoncss-search .eng-hint {
        margin-top: 8px;
    }

    .eng-commoncss-search .radio-list {
        margin-top: 8px;
    }

    .eng-commoncss-search .radio-list .radio-box {
        margin-bottom: 5px;
    }

    .eng-commoncss-search .href-list {
        margin-top: 8px;
    }
}
@media only screen and (min-width: 1px) and (max-width: 1080px) {
    .touchmachine .eng-commoncss-search .eng-hint {
        margin-top: 8px;
    }

    .touchmachine .eng-commoncss-search .radio-list {
        margin-top: 8px;
    }

    .touchmachine .eng-commoncss-search .radio-list .radio-box {
        margin-bottom: 5px;
    }

    .touchmachine .eng-commoncss-search .href-list {
        margin-top: 8px;
    }
}

/*搜索引擎公共样式--end*/

/*适配移动端css start*/
@media only screen and (min-width: 1px) and (max-width: 926px) {
    .general-pop1 .pop-content {
        max-width: 300px !important;
    }

    .general-pop1 .pop-content .middle {
        min-height: 100px !important;
        max-height: 300px !important;
    }

    /*移动端头部强制显示*/
    .item-engine-title {
        display: block !important;
    }

    .item-engine-title .more {
        top: 8px;
    }

    .item-engine-title .title-t > img {
        max-width: 100%;
        height: auto;
    }

    .eng-tabs {
        width: calc(100% - 32px);
        padding: 0 16px;
    }

    .richtext *{
        max-width: 100%;
    }
    .richtext img,
    .richtext .drag-image-wrap .editor-image{
        display: block;
    }
}
@media only screen and (min-width: 1px) and (max-width: 1080px) {
    .touchmachine .general-pop1 .pop-content {
        max-width: 300px !important;
    }
    .touchmachine .general-pop1 .pop-content .middle {
        min-height: 100px !important;
        max-height: 300px !important;
    }
    /*移动端头部强制显示*/
    .touchmachine .item-engine-title {
        display: block !important;
    }
    .touchmachine .item-engine-title .more {
        top: 8px;
    }
    .touchmachine .item-engine-title .title-t > img {
        max-width: 100%;
        height: auto;
    }
    .touchmachine .eng-tabs {
        width: calc(100% - 32px);
        padding: 0 16px;
    }
    .touchmachine .richtext *{
        max-width: 100%;
    }
    .touchmachine .richtext img,
    .touchmachine .richtext .drag-image-wrap .editor-image{
        display: block;
    }
}

/*通用弹框1的样式-- end*/

/* 分页 */
.laypage-style {
    text-align: center;
}

.laypage-style .layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: rgb(61, 130, 242);
}

.laypage-style .layui-laypage a:hover {
    color: rgb(61, 130, 242);
}

/*raleway字体*/

@font-face {
    font-family: font-raleway;
    src: url('../font/raleway/raleway.woff'),
    url('../font/raleway/raleway.ttf');
}

.font-raleway {
    font-family: font-raleway;
}

/* 新增的统一12-36的标题字体---样式文章标题大小调整设置 */
.titlefs12 {
    font-size: 12px !important;
}

.titlefs13 {
    font-size: 13px !important;
}

.titlefs14 {
    font-size: 14px !important;
}

.titlefs15 {
    font-size: 15px !important;
}

.titlefs16 {
    font-size: 16px !important;
}

.titlefs17 {
    font-size: 17px !important;
}

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

.titlefs19 {
    font-size: 19px !important;
}

.titlefs20 {
    font-size: 20px !important;
}

.titlefs21 {
    font-size: 21px !important;
}

.titlefs22 {
    font-size: 22px !important;
}

.titlefs23 {
    font-size: 23px !important;
}

.titlefs24 {
    font-size: 24px !important;
}

.titlefs25 {
    font-size: 25px !important;
}

.titlefs26 {
    font-size: 26px !important;
}

.titlefs27 {
    font-size: 27px !important;
}

.titlefs28 {
    font-size: 28px !important;
}

.titlefs29 {
    font-size: 29px !important;
}

.titlefs30 {
    font-size: 30px !important;
}

.titlefs31 {
    font-size: 31px !important;
}

.titlefs32 {
    font-size: 32px !important;
}

.titlefs33 {
    font-size: 33px !important;
}

.titlefs34 {
    font-size: 34px !important;
}

.titlefs35 {
    font-size: 35px !important;
}

.titlefs36 {
    font-size: 36px !important;
}

/*title加粗设置*/
.titlefw {
    font-weight: bold !important;
}
.titlenfw {
    font-weight: normal !important;
}

/*图片的裁剪方式--缩放模式*/
/*原始尺寸*/
.bg-scale-style1 {
    -webkit-background-size: auto auto;
    background-size: auto auto;
}
/*填充*/
.bg-scale-style2 {
    -webkit-background-size: cover;
    background-size:cover;
}
/*适应*/
.bg-scale-style3 {
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}
/*拉伸*/
.bg-scale-style4 {
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
/*图片的平铺模式*/
/*不平铺*/
.bg-repeat-style1{
    background-repeat: no-repeat;
}
/*双向平铺*/
.bg-repeat-style2{
    background-repeat: repeat;
}
/*横向平铺*/
.bg-repeat-style3{
    background-repeat: repeat-x;
}
/*纵向平铺*/
.bg-repeat-style4{
    background-repeat: repeat-y;
}

/*图片的对齐位置*/
.bg-align-style1{
    background-position: left top;
}
.bg-align-style2{
    background-position: center top;
}
.bg-align-style3{
    background-position: right top;
}
.bg-align-style4{
    background-position: left center;
}
.bg-align-style5{
    background-position: center center;
}
.bg-align-style6{
    background-position: right center;
}
.bg-align-style7{
    background-position: left bottom;
}
.bg-align-style8{
    background-position: center bottom;
}
.bg-align-style9{
    background-position: right bottom;
}
.custom-clip.bg-scale-style1,
.jqthumb.bg-scale-style1>div {
    /*原始尺寸*/
    background-size: auto auto !important;
}
.custom-clip.bg-scale-style2,
.jqthumb.bg-scale-style2>div {
    /*填充*/
    background-size: cover !important;
}
.custom-clip.bg-scale-style3,
.jqthumb.bg-scale-style3>div {
    /*适应*/
    background-size: auto 100% !important;
}
.custom-clip.bg-scale-style4,
.jqthumb.bg-scale-style4>div {
    /*拉伸*/
    background-size: 100% 100% !important;
}
.custom-clip.bg-repeat-style1,
.jqthumb.bg-repeat-style1>div {
    /*不平铺*/
    background-repeat: no-repeat!important;
}
.custom-clip.bg-repeat-style2,
.jqthumb.bg-repeat-style2>div {
    /*双向平铺*/
    background-repeat: repeat!important;
}
.custom-clip.bg-repeat-style3,
.jqthumb.bg-repeat-style3>div {
    /*横向平铺*/
    background-repeat: repeat-x!important;
}
.custom-clip.bg-repeat-style4,
.jqthumb.bg-repeat-style4>div {
    /*纵向平铺*/
    background-repeat: repeat-y!important;
}

/*图片的对齐位置 从左往右 从上往下*/
.custom-clip.bg-align-style1,
.jqthumb.bg-align-style1>div {
    background-position: left top!important;
}
.custom-clip.bg-align-style2,
.jqthumb.bg-align-style2>div {
    background-position: center top!important;
}
.custom-clip.bg-align-style3,
.jqthumb.bg-align-style3>div {
    background-position: right top!important;
}
.custom-clip.bg-align-style4,
.jqthumb.bg-align-style4>div {
    background-position: left center!important;
}
.custom-clip.bg-align-style5,
.jqthumb.bg-align-style5>div {
    background-position: center center!important;
}
.custom-clip.bg-align-style6,
.jqthumb.bg-align-style6>div {
    background-position: right center!important;
}
.custom-clip.bg-align-style7,
.jqthumb.bg-align-style7>div {
    background-position: left bottom!important;
}
.custom-clip.bg-align-style8,
.jqthumb.bg-align-style8>div {
    background-position: center bottom!important;
}
.custom-clip.bg-align-style9,
.jqthumb.bg-align-style9>div {
    background-position: right bottom!important;
}

.header-has-threenav {
    max-width: 100%;
}

/*布局模板铺满画布的样式*/
.grid-stack-item.full-item .grid-stack-item-content{
    left:0;
    right:0;
}
.grid-stack-item.full-item .grid-stack-item-content .plugin-module-container{
    /*这个负值是用来抵消2px的边框*/
    left:-2px!important;
    top:0!important;
    right:-2px;
    bottom:0;
    border:0;
    height: auto!important;
}
.grid-stack-item.full-item  .plugin-module-container .module-set-wrap{
    top:0!important;
    bottom:auto;
}
.grid-stack-item.full-item .ui-resizable-handle.ui-resizable-e,
.grid-stack-item.full-item .ui-resizable-handle.ui-resizable-w{
    display: none!important;
}

/*繁简转换按钮样式设置*/
#convertFontBtn{
    position: fixed;
    right:20px;
    top:10px;
    z-index: 99999;
    font-size: 14px;
    line-height: 28px;
    color: #000;
}
#convertFontBtn input{
    background: transparent;
    cursor: pointer;
}

/*用于切换按钮*/
.normal-switch {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 46px;
    height: 20px;
    font-size:14px;
}

.normal-switch input {
    display: none;
}

.normal-switch input:checked + .slider {
    background-color: #2196F3;
}

.normal-switch input:focus + .slider {
    -webkit-box-shadow: 0 0 1px #2196F3;
    box-shadow: 0 0 1px #2196F3;
}

.normal-switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.normal-switch input:checked + .slider .close {
    display: none;
}

.normal-switch input:checked + .slider .open {
    display: block;
}

.normal-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border-radius: 20px;
}

.normal-switch .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

.normal-switch .slider .open {
    position: absolute;
    left: 10px;
    color: #FFFFFF;
    display: none;
}

.normal-switch .slider .close {
    position: absolute;
    right: 10px;
    color: #FFFFFF;
}

#index:not(.editor-page) #bgs{
    opacity: 0;
}

/*笔记编辑器 查看大图 黑色透明遮罩*/
.viewer-backdrop{
    background-color: rgba(53,61,72,0.90) !important;
}

/*通用样式 "更多" 设置 start*/
.more-type-text{
    cursor: pointer;
}

.more.more-type-text *{
    vertical-align: middle;
    line-height: 1;
}

.more.more-type-text .icon{
    top: auto!important;
    -webkit-transform: none!important;
    -moz-transform: none!important;
    -ms-transform: none!important;
    -o-transform: none!important;
    transform: none!important;
}

.more-type-image{
    cursor: pointer;
}
/*通用样式 "更多" 设置 end*/


/*通用样式"分类"样式选择 start*/
.mh-eng-tabs-style1{
    font-size: 0;
}

/*分类样式2*/
.mh-eng-tabs-style2 {
    font-size: 0;
    border-bottom: none !important;
    height: auto !important;
}

.mh-eng-tabs-style2 .type {
    padding: 4px 12px !important;
    border-radius: 38px !important;
    background: #F5F5F5 !important;
    margin-right: 16px !important;
    font-size: 16px !important;
    color: rgba(0, 0, 0, 0.6) !important;
    margin-top: 5px;
}

.mh-eng-tabs-style2 .type:hover {
    background: rgba(0, 132, 255, 0.1) !important;
}

.mh-eng-tabs-style2 .type.current {
    background: #0084FF !important;
    color: #fff !important;
    font-weight: 600 !important;
}

/*分类样式3*/
.mh-eng-tabs-style3 {
    position: relative;
    font-size: 0;
    text-align: left !important;
    border-bottom: 3px solid #0084FF !important;
    height: auto !important;
}

.mh-eng-tabs-style3 .type {
    display: inline-block;
    padding: 9px 24px !important;
    font-size: 16px !important;
    color: rgba(0, 0, 0, 0.6) !important;
    margin-right: 0 !important;
    border-radius: 0 !important;
    background: none !important;
}

.mh-eng-tabs-style3 .type:hover {
    color: #0084FF !important;
}

.mh-eng-tabs-style3 .type.current {
    background: #0084FF !important;
    color: #fff !important;
    font-weight: 600 !important;
}

/*分类样式4*/
.mh-eng-tabs-style4 {
    position: relative;
    font-size: 0;
    text-align: left !important;
    border-bottom: 3px solid #0084FF !important;
    height: auto !important;
}

.mh-eng-tabs-style4 .type {
    display: inline-block;
    box-sizing: border-box;
    padding: 9px 16px !important;
    font-size: 16px !important;
    color: rgba(0, 0, 0, 0.6) !important;
    margin-right: 4px !important;
    border-radius: 6px 6px 0 0 !important;
    background: #fff !important;
    border: 1px solid #DDDDDD !important;
    border-bottom: none !important;
}

.mh-eng-tabs-style4 .type:hover {
    color: #0084FF !important;
}

.mh-eng-tabs-style4 .type.current {
    background: #0084FF !important;
    color: #fff !important;
    font-weight: 600 !important;
}

/*分类样式5*/
.mh-eng-tabs-style5 {
    position: relative;
    font-size: 0;
    text-align: left !important;
    height: auto !important;
    border-bottom: none !important;
}

.mh-eng-tabs-style5 .type {
    display: inline-block;
    box-sizing: border-box;
    padding: 13px 23px !important;
    font-size: 16px !important;
    color: rgba(0, 0, 0, 0.6) !important;
    margin-right: 16px !important;
    border-radius: 6px 6px 0 0 !important;
    background: none !important;
    border: 1px solid #DDDDDD !important;
    margin-top: 5px;
}

.mh-eng-tabs-style5 .type:hover {
    color: #0084FF !important;
}

.mh-eng-tabs-style5 .type.current {
    background: #fff !important;
    color: #0084FF !important;
    font-weight: 600 !important;
}

/*分类样式6*/
.mh-eng-tabs-style6 {
    position: relative;
    font-size: 0;
    text-align: left !important;
    height: auto !important;
    border-bottom: none !important;
}

.mh-eng-tabs-style6 .type {
    display: inline-block;
    box-sizing: border-box;
    font-size: 16px !important;
    color: rgba(0, 0, 0, 0.6) !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 9px 24px !important;
    margin-right: 0 !important;
    background: #F5F5F5 !important;
    margin-top: 5px;
}

.mh-eng-tabs-style6 .type:hover {
    color: #0084FF !important;
}

.mh-eng-tabs-style6 .type.current {
    background: #0084FF !important;
    color: #fff !important;
    font-weight: 600 !important;
}

/*通用样式"分类"样式选择 end*/

.titledff1{
    font-family: 'Microsoft YaHei', 'Helvetica Neue', 'PingFang SC', sans-serif !important;
}
.titledff2{
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif !important;
}
.titledff3{
    font-family: simsun, serif !important;
}
.titledff4{
    font-family: FangSong, serif !important;
}
.titledff5{
    font-family: SimHei, sans-serif !important;
}
.titledff6{
    font-family: KaiTi, BiauKai, serif !important;
}
.titledff7{
    font-family: arial, helvetica, sans-serif !important;
}
.titledff8{
    font-family: FZDBSJW !important;
}

@font-face {
    font-family: fz-zhong;
    src: url('/entry/assets/font/fzyansjw/FZYanSJW_Zhong.TTF');
}

.titledff9{
    font-family: fz-zhong !important;
}

/* 云盘收藏弹窗层级和定位修改 */
.grid-bottom-spacer .maskDiv {
    z-index: 999;
}

.grid-bottom-spacer .tipsBox {
    top: 50% !important;
    transform: translate(-50%, -50%);
    margin-left: 0 !important;
}

.grid-bottom-spacer .alert0804 {
    top: 50% !important;
    transform: translate(-50%, -50%);
}

/*使用媒体查询，设置页面的缩放*/
@media only screen and (min-width: 927px) and (max-width: 1200px){
    body:not(.responsive-page){
        zoom:0.7;
    }
    #loginPage .u-captcha{
        zoom:1.42857;
        }
}
@media only screen and (min-width: 927px) and (max-width: 1080px){
    body.touchmachine:not(.responsive-page){
        zoom:1;
    }
}
@media only screen and (min-width: 1081px) and (max-width: 1200px){
    body.touchmachine:not(.responsive-page){
        zoom:0.7;
    }
    #loginPage .u-captcha{
        zoom:1.42857;
        }
}
