@charset 'UTF-8';
/* ckeditor */
.ck-content .image-style-align-center,
.ck-content .image-style-align-left,
.ck-content .image-style-align-right,
.ck-content .image-style-side {
    max-width: 50%;
}

@font-face {
    font-family: "FontAwesome";
    src: url("fonts/fontawesome-webfont.eot?v=4.3.0");
    src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.3.0")
            format("embedded-opentype"),
        url("fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),
        url("fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"),
        url("fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"),
        url("fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular")
            format("svg");
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eeeeee;
    border-radius: 0.1em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: 0.3em;
}
.fa.pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #ffffff;
}
.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-signal:before {
    content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-road:before {
    content: "\f018";
}
.fa-download:before {
    content: "\f019";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-lock:before {
    content: "\f023";
}
.fa-flag:before {
    content: "\f024";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-print:before {
    content: "\f02f";
}
.fa-camera:before {
    content: "\f030";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-italic:before {
    content: "\f033";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-list:before {
    content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-tint:before {
    content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-eject:before {
    content: "\f052";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}
.fa-expand:before {
    content: "\f065";
}
.fa-compress:before {
    content: "\f066";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}
.fa-plane:before {
    content: "\f072";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-random:before {
    content: "\f074";
}
.fa-comment:before {
    content: "\f075";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-key:before {
    content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}
.fa-comments:before {
    content: "\f086";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-thumb-tack:before {
    content: "\f08d";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-upload:before {
    content: "\f093";
}
.fa-lemon-o:before {
    content: "\f094";
}
.fa-phone:before {
    content: "\f095";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}
.fa-github:before {
    content: "\f09b";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-rss:before {
    content: "\f09e";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-circle:before {
    content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-frown-o:before {
    content: "\f119";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-code:before {
    content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-crop:before {
    content: "\f125";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-shield:before {
    content: "\f132";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}
.fa-won:before,
.fa-krw:before {
    content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-adn:before {
    content: "\f170";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitbucket-square:before {
    content: "\f172";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-trello:before {
    content: "\f181";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bug:before {
    content: "\f188";
}
.fa-vk:before {
    content: "\f189";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-slack:before {
    content: "\f198";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-pied-piper:before {
    content: "\f1a7";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-hacker-news:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
    content: "\f1db";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bell-slash-o:before {
    content: "\f1f7";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-eyedropper:before {
    content: "\f1fb";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-area-chart:before {
    content: "\f1fe";
}
.fa-pie-chart:before {
    content: "\f200";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-bus:before {
    content: "\f207";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-cc:before {
    content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}
.fa-meanpath:before {
    content: "\f20c";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-diamond:before {
    content: "\f219";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-venus:before {
    content: "\f221";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-facebook-official:before {
    content: "\f230";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-server:before {
    content: "\f233";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-train:before {
    content: "\f238";
}
.fa-subway:before {
    content: "\f239";
}
.fa-medium:before {
    content: "\f23a";
}

/* #region 引入字体 */
@font-face {
    font-family: "MontDemo-Heavy";
    font-weight: normal;
    font-style: normal;

    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20210519/eb117478-0202-4bce-9dfc-361049538268.otf");
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20210519/eb117478-0202-4bce-9dfc-361049538268.otf")
        format("opentype");
}
@font-face {
    font-family: "Montserrat-Black-2";
    font-weight: normal;
    font-style: normal;

    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20211111/e37a1352-a9cf-4522-acfc-e26cb7eef5c5.otf");
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20211111/e37a1352-a9cf-4522-acfc-e26cb7eef5c5.otf")
        format("opentype");
}
@font-face {
    font-family: "Shapiro-5-Light-Fly-2";
    font-weight: normal;
    font-style: normal;

    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20210425/5dd76d42-3295-43dc-a93d-b678ec416af1.otf");
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20210425/5dd76d42-3295-43dc-a93d-b678ec416af1.otf")
        format("opentype");
}
@font-face {
    font-family: "Techna-Sans-Regular-2";
    font-weight: normal;
    font-style: normal;

    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20210425/f795bc3b-8e80-4370-86d5-8e121de5966a.otf");
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20210425/f795bc3b-8e80-4370-86d5-8e121de5966a.otf")
        format("opentype");
}
@font-face {
    font-family: "Montserrat-ExtraBold-4";
    font-weight: normal;
    font-style: normal;

    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20210423/c89036f9-e576-466b-9627-f2a51c9d9359.otf");
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20210423/c89036f9-e576-466b-9627-f2a51c9d9359.otf")
        format("opentype");
}
@font-face {
    font-family: "Montserrat-Medium-7";
    font-weight: normal;
    font-style: normal;

    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20211111/0cf40fb3-7488-4c51-bfa5-eba317cb8444.otf");
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20211111/0cf40fb3-7488-4c51-bfa5-eba317cb8444.otf")
        format("opentype");
}
@font-face {
    font-family: "Montserrat-Light-6";
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20210630/3bee62a2-3155-4ff1-bb2f-d4103298e1fc.otf");
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20210630/3bee62a2-3155-4ff1-bb2f-d4103298e1fc.otf")
        format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto-Light";
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20210617/92b0b45f-0a0a-4fff-9617-f4aa88326726.ttf");
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20210617/92b0b45f-0a0a-4fff-9617-f4aa88326726.ttf")
        format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "RobotoJ-Bold-2";
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20210425/b8d29418-f7d3-4b02-8ce4-aad8094254ab.otf");
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20210425/b8d29418-f7d3-4b02-8ce4-aad8094254ab.otf")
        format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto-Thin-15";
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20210423/e14b0bff-568c-4b95-b4c1-4bbc5d917e55.ttf");
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20210423/e14b0bff-568c-4b95-b4c1-4bbc5d917e55.ttf")
        format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "PlayfairDisplay-Bold-4";
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20210423/f48ba3e2-bd90-435c-934b-146f43ab4e5e.ttf");
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20210423/f48ba3e2-bd90-435c-934b-146f43ab4e5e.ttf")
        format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Career-2";
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20210422/b65e1de0-ce6c-4435-9a23-7e27a6ccba41.ttf");
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20210422/b65e1de0-ce6c-4435-9a23-7e27a6ccba41.ttf")
        format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Bodoni-16-Bold-11";
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20210422/e218887e-d6bc-4cda-99c2-cac6265c600b.otf");
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20210422/e218887e-d6bc-4cda-99c2-cac6265c600b.otf")
        format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "lot";
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20210616/82563ef5-ef9e-4cd5-bfe6-a92dac4d7c8c.otf");
    src: url("https://qiniu-uematerial.uemo.net/Upfile/Font/20210616/82563ef5-ef9e-4cd5-bfe6-a92dac4d7c8c.otf")
        format("opentype");
    font-weight: normal;
    font-style: normal;
}

/* #endregion */

/* #region 字号 行高 */

/* PC 字号 行高 */
#page_body_editor-wrapper .layout_group,
#page_body_editor-wrapper .layout_group .text-12,
#page_body_editor-wrapper .layout_group .text-14,
#page_body_editor-wrapper .layout_group .text-16,
#page_body_editor-wrapper .layout_group .text-18,
#page_body_editor-wrapper .layout_group .text-20,
#page_body_editor-wrapper .layout_group .text-22,
#page_body_editor-wrapper .layout_group .text-24 {
    line-height: 1.6em;
}
#page_body_editor-wrapper .layout_group .text-26,
#page_body_editor-wrapper .layout_group .text-28,
#page_body_editor-wrapper .layout_group .text-30,
#page_body_editor-wrapper .layout_group .text-32,
#page_body_editor-wrapper .layout_group .text-34,
#page_body_editor-wrapper .layout_group .text-36,
#page_body_editor-wrapper .layout_group .text-38 {
    line-height: 1.4em;
}
#page_body_editor-wrapper .layout_group .text-40,
#page_body_editor-wrapper .layout_group .text-60,
#page_body_editor-wrapper .layout_group .text-72,
#page_body_editor-wrapper .layout_group .text-84,
#page_body_editor-wrapper .layout_group .text-94,
#page_body_editor-wrapper .layout_group .text-128 {
    line-height: 1.2em;
}

/* MO 字号 行高 */
.agent-mobile #page_body_editor-wrapper [data-mo-align="left"] {
    text-align: left !important;
}
.agent-mobile #page_body_editor-wrapper [data-mo-align="center"] {
    text-align: center !important;
}
.agent-mobile #page_body_editor-wrapper [data-mo-align="right"] {
    text-align: right !important;
}

/* .agent-mobile #page_body_editor-wrapper .layout_group .text-16,
.agent-mobile #page_body_editor-wrapper .layout_group .text-18,
.agent-mobile #page_body_editor-wrapper .layout_group .text-20 {
    font-size: 14px !important;
}
.agent-mobile #page_body_editor-wrapper .layout_group .text-22,
.agent-mobile #page_body_editor-wrapper .layout_group .text-24,
.agent-mobile #page_body_editor-wrapper .layout_group .text-26,
.agent-mobile #page_body_editor-wrapper .layout_group .text-28 {
    font-size: 18px !important;
}
.agent-mobile #page_body_editor-wrapper .layout_group .text-30,
.agent-mobile #page_body_editor-wrapper .layout_group .text-32,
.agent-mobile #page_body_editor-wrapper .layout_group .text-34,
.agent-mobile #page_body_editor-wrapper .layout_group .text-36,
.agent-mobile #page_body_editor-wrapper .layout_group .text-38 {
    font-size: 24px !important;
}
.agent-mobile #page_body_editor-wrapper .layout_group .text-40 {
    font-size: 28px !important;
}
.agent-mobile #page_body_editor-wrapper .layout_group .text-60 {
    font-size: 32px !important;
}
.agent-mobile #page_body_editor-wrapper .layout_group .text-72 {
    font-size: 36px !important;
}
.agent-mobile #page_body_editor-wrapper .layout_group .text-84 {
    font-size: 42px !important;
}
.agent-mobile #page_body_editor-wrapper .layout_group .text-94 {
    font-size: 45px !important;
}
.agent-mobile #page_body_editor-wrapper .layout_group .text-128 {
    font-size: 60px !important;
} */

.agent-mobile {
    --font-size-scale-default: 1;
    --font-size-scale-12: 1;
    --font-size-scale-14: 1;
    --font-size-scale-16: 1;
    --font-size-scale-18: 1;
    --font-size-scale-20: 1;
    --font-size-scale-22: 1;
    --font-size-scale-24: 1;
    --font-size-scale-26: 1;
    --font-size-scale-28: 1;
    --font-size-scale-30: 1;
    --font-size-scale-32: 1;
    --font-size-scale-34: 1;
    --font-size-scale-36: 1;
    --font-size-scale-38: 1;
    --font-size-scale-40: 1;
    --font-size-scale-60: 1;
    --font-size-scale-72: 1;
    --font-size-scale-84: 1;
    --font-size-scale-94: 1;
    --font-size-scale-128: 1;
}
.agent-mobile #page_body_editor-wrapper p {
    font-size: inherit;
}
.agent-mobile #page_body_editor-wrapper span {
    font-size: calc(12px * var(--font-size-scale-default)) !important;
}
.agent-mobile #page_body_editor-wrapper .layout_group {
    font-size: 12px;
}
.agent-mobile #page_body_editor-wrapper .layout_group .text-12 {
    font-size: calc(12px * var(--font-size-scale-12)) !important;
}
.agent-mobile #page_body_editor-wrapper .layout_group .text-14 {
    font-size: calc(14px * var(--font-size-scale-14)) !important;
}
.agent-mobile #page_body_editor-wrapper .layout_group .text-16 {
    font-size: calc(14px * var(--font-size-scale-16)) !important;
}
.agent-mobile #page_body_editor-wrapper .layout_group .text-16 {
    font-size: calc(14px * var(--font-size-scale-16)) !important;
}
.agent-mobile #page_body_editor-wrapper .layout_group .text-18 {
    font-size: calc(14px * var(--font-size-scale-18)) !important;
}
.agent-mobile #page_body_editor-wrapper .layout_group .text-20 {
    font-size: calc(14px * var(--font-size-scale-20)) !important;
}
.agent-mobile #page_body_editor-wrapper .layout_group .text-22 {
    font-size: calc(18px * var(--font-size-scale-22)) !important;
}
.agent-mobile #page_body_editor-wrapper .layout_group .text-24 {
    font-size: calc(18px * var(--font-size-scale-24)) !important;
}
.agent-mobile #page_body_editor-wrapper .layout_group .text-26 {
    font-size: calc(18px * var(--font-size-scale-26)) !important;
}
.agent-mobile #page_body_editor-wrapper .layout_group .text-28 {
    font-size: calc(18px * var(--font-size-scale-28)) !important;
}
.agent-mobile #page_body_editor-wrapper .layout_group .text-30 {
    font-size: calc(24px * var(--font-size-scale-30)) !important;
}
.agent-mobile #page_body_editor-wrapper .layout_group .text-32 {
    font-size: calc(24px * var(--font-size-scale-32)) !important;
}
.agent-mobile #page_body_editor-wrapper .layout_group .text-34 {
    font-size: calc(24px * var(--font-size-scale-34)) !important;
}
.agent-mobile #page_body_editor-wrapper .layout_group .text-36 {
    font-size: calc(24px * var(--font-size-scale-36)) !important;
}
.agent-mobile #page_body_editor-wrapper .layout_group .text-38 {
    font-size: calc(24px * var(--font-size-scale-38)) !important;
}
.agent-mobile #page_body_editor-wrapper .layout_group .text-40 {
    font-size: calc(28px * var(--font-size-scale-40)) !important;
}
.agent-mobile #page_body_editor-wrapper .layout_group .text-60 {
    font-size: calc(32px * var(--font-size-scale-60)) !important;
}
.agent-mobile #page_body_editor-wrapper .layout_group .text-72 {
    font-size: calc(36px * var(--font-size-scale-72)) !important;
}
.agent-mobile #page_body_editor-wrapper .layout_group .text-84 {
    font-size: calc(42px * var(--font-size-scale-84)) !important;
}
.agent-mobile #page_body_editor-wrapper .layout_group .text-94 {
    font-size: calc(45px * var(--font-size-scale-94)) !important;
}
.agent-mobile #page_body_editor-wrapper .layout_group .text-128 {
    font-size: calc(60px * var(--font-size-scale-128)) !important;
}

/* #endregion */

/* #region 图标字 */

@font-face {
    font-family: "ifont";
    /* Project id 1303475 */

    src: url("//at.alicdn.com/t/font_1303475_w4e3usrdlpl.woff2?t=1621827817799")
            format("woff2"),
        url("//at.alicdn.com/t/font_1303475_w4e3usrdlpl.woff?t=1621827817799")
            format("woff"),
        url("//at.alicdn.com/t/font_1303475_w4e3usrdlpl.ttf?t=1621827817799")
            format("truetype");
}
.ifont {
    font-family: "ifont" !important;
    font-size: 16px;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ifont-googleplus:before {
    content: "\eaa6";
}

.ifont-instagram1:before {
    content: "\e904";
}

.ifont-tiktok:before {
    content: "\ecdc";
}

.ifont-youtube:before {
    content: "\f274";
}

.ifont-add:before {
    content: "\e622";
}

.ifont-right:before {
    content: "\e68b";
}

.ifont-download:before {
    content: "\e6b2";
}

.ifont-weixin:before {
    content: "\e65d";
}

.ifont-facebook:before {
    content: "\e621";
}

.ifont-weibo:before {
    content: "\e699";
}

.ifont-behance:before {
    content: "\e725";
}

.ifont-qq:before {
    content: "\e605";
}

.ifont-call:before {
    content: "\e6de";
}

.ifont-zcool-fill:before {
    content: "\e6cf";
}

.ifont-instagram:before {
    content: "\e815";
}

.ifont-twitter_icon2:before {
    content: "\e83f";
}

.ifont-twitter_icon:before {
    content: "\e6b7";
}

.ifont-185037browserstreamlinewindow:before {
    content: "\e608";
}

.ifont-icpreview:before {
    content: "\e644";
}

.ifont-iphone:before {
    content: "\e620";
}

.ifont-MacBookPro:before {
    content: "\e739";
}

.ifont-iPhoneX:before {
    content: "\e604";
}

.ifont-close:before {
    content: "\e60e";
}

.ifont-full-screen:before {
    content: "\e83a";
}
/* #endregion */

/* #region 入场效果 */

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);

        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);

        opacity: 1;
    }
}
@keyframes fadeInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);

        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);

        opacity: 1;
    }
}
@keyframes zoomIn {
    from {
        transform: scale3d(0.6, 0.6, 0.6);

        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
@keyframes fadeInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);

        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);

        opacity: 1;
    }
}
@keyframes zoomInUp {
    from {
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

        opacity: 0;
    }
    60% {
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

        opacity: 1;
    }
}
.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@keyframes zoomInDown {
    from {
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

        opacity: 0;
    }
    60% {
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

        opacity: 1;
    }
}
@keyframes zoomInLeft {
    from {
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

        opacity: 0;
    }
    60% {
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

        opacity: 1;
    }
}
@keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1)
            translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
            rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1)
            translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1)
            translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
            translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
            translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1)
            translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
            rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@keyframes rotateInUpLeft {
    from {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;

        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;

        opacity: 1;
    }
}
@keyframes rotateInUpRight {
    from {
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;

        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;

        opacity: 1;
    }
}

#page_body_editor-wrapper .layout .row[data-animate] .col:not(.animated) {
    animation-name: none;
}
#page_body_editor-wrapper .layout .row[data-animate] .col.animated {
    animation-duration: 1s;

    animation-fill-mode: both;
}
#page_body_editor-wrapper .layout .row[data-animate="0"] .col {
    animation-name: none !important;
}
#page_body_editor-wrapper .layout .row[data-animate="1"] .col:nth-of-type(1),
#page_body_editor-wrapper .layout .row[data-animate="3"] .col:nth-of-type(1),
#page_body_editor-wrapper .layout .row[data-animate="4"] .col:nth-of-type(1) {
    animation-delay: 0.1s;
}
#page_body_editor-wrapper .layout .row[data-animate="1"] .col:nth-of-type(2),
#page_body_editor-wrapper .layout .row[data-animate="3"] .col:nth-of-type(2),
#page_body_editor-wrapper .layout .row[data-animate="4"] .col:nth-of-type(2) {
    animation-delay: 0.2s;
}
#page_body_editor-wrapper .layout .row[data-animate="1"] .col:nth-of-type(3),
#page_body_editor-wrapper .layout .row[data-animate="3"] .col:nth-of-type(3),
#page_body_editor-wrapper .layout .row[data-animate="4"] .col:nth-of-type(3) {
    animation-delay: 0.3s;
}
#page_body_editor-wrapper .layout .row[data-animate="1"] .col:nth-of-type(4),
#page_body_editor-wrapper .layout .row[data-animate="3"] .col:nth-of-type(4),
#page_body_editor-wrapper .layout .row[data-animate="4"] .col:nth-of-type(4) {
    animation-delay: 0.4s;
}
#page_body_editor-wrapper .layout .row[data-animate="1"] .col:nth-of-type(5),
#page_body_editor-wrapper .layout .row[data-animate="3"] .col:nth-of-type(5),
#page_body_editor-wrapper .layout .row[data-animate="4"] .col:nth-of-type(5) {
    animation-delay: 0.5s;
}
#page_body_editor-wrapper .layout .row[data-animate="1"] .col:nth-of-type(6),
#page_body_editor-wrapper .layout .row[data-animate="3"] .col:nth-of-type(6),
#page_body_editor-wrapper .layout .row[data-animate="4"] .col:nth-of-type(6) {
    animation-delay: 0.6s;
}
#page_body_editor-wrapper .layout .row[data-animate="1"] .col:nth-of-type(7),
#page_body_editor-wrapper .layout .row[data-animate="3"] .col:nth-of-type(7),
#page_body_editor-wrapper .layout .row[data-animate="4"] .col:nth-of-type(7) {
    animation-delay: 0.7s;
}
#page_body_editor-wrapper .layout .row[data-animate="1"] .col:nth-of-type(8),
#page_body_editor-wrapper .layout .row[data-animate="3"] .col:nth-of-type(8),
#page_body_editor-wrapper .layout .row[data-animate="4"] .col:nth-of-type(8) {
    animation-delay: 0.8s;
}
#page_body_editor-wrapper .layout .row[data-animate="1"] .col:nth-of-type(9),
#page_body_editor-wrapper .layout .row[data-animate="3"] .col:nth-of-type(9),
#page_body_editor-wrapper .layout .row[data-animate="4"] .col:nth-of-type(9) {
    animation-delay: 0.9s;
}
#page_body_editor-wrapper .layout .row[data-animate="1"] .col:nth-of-type(10),
#page_body_editor-wrapper .layout .row[data-animate="3"] .col:nth-of-type(10),
#page_body_editor-wrapper .layout .row[data-animate="4"] .col:nth-of-type(10) {
    animation-delay: 1s;
}
#page_body_editor-wrapper .layout .row[data-animate="5"] .col {
    animation-name: fadeIn;
}
#page_body_editor-wrapper .layout .row[data-animate="6"] .col {
    animation-name: rotateInUpRight;
}
#page_body_editor-wrapper .layout .row[data-animate="7"] .col {
    animation-name: rotateInUpLeft;
}
#page_body_editor-wrapper .layout .row[data-animate="8"] .col {
    animation-name: zoomInUp;
}
#page_body_editor-wrapper .layout .row[data-animate="9"] .col {
    animation-name: zoomInDown;
}
#page_body_editor-wrapper .layout .row[data-animate="4"] .col {
    animation-name: zoomIn;
}
#page_body_editor-wrapper .layout .row[data-animate="3"] .col {
    animation-name: fadeInRight;
}
#page_body_editor-wrapper .layout .row[data-animate="2"] .col {
    animation-name: fadeInLeft;
}
#page_body_editor-wrapper .layout .row[data-animate="1"] .col {
    animation-name: fadeInUp;
}
.agent-mobile #page_body_editor-wrapper .row[data-animate="2"] .col {
    animation-name: fadeInRight;
}
/* #endregion */

body {
    min-width: auto;
}
body #page_body_editor-wrapper {
    word-wrap: break-word;
    /* word-break: word-break: break-wrod;; */
    word-break: break-word;
    hyphens: auto;
    color: #777;
    text-align: left;
}
body #page_body_editor-wrapper .layout_group {
    overflow: hidden;
}
body #page_body_editor-wrapper .layout_group tbody {
    vertical-align: top;
}
body #page_body_editor-wrapper .layout_group p {
    display: block;

    margin: 0;
}
body #page_body_editor-wrapper .layout_group h1 {
    font-size: 2em;
    font-weight: bold;

    display: block;

    margin: 0;
}
body #page_body_editor-wrapper .layout_group h2 {
    font-size: 1.5em;
    font-weight: bold;

    display: block;

    margin: 0;
}
body #page_body_editor-wrapper .layout_group h3 {
    font-size: 1.17em;
    font-weight: bold;

    display: block;

    margin: 0;
}
body #page_body_editor-wrapper .layout_group blockquote {
    font-style: italic;

    overflow: hidden;

    margin-top: 0.9em;
    margin-bottom: 0.9em;
    margin-left: 0;
    padding-right: 1.5em;
    padding-left: 1.5em;

    border-left: 5px solid #ccc;
}
body #page_body_editor-wrapper .layout_group figure {
    position: relative;

    margin: 0;
}
body #page_body_editor-wrapper .layout_group figure.table {
    margin: 0 auto;
}
body #page_body_editor-wrapper .layout_group table {
    border-spacing: 0;
    border-collapse: collapse;

    border: 1px double rgba(211, 211, 211, 0.4);
}
body #page_body_editor-wrapper .layout_group table td {
    min-width: 2em;
    padding: 0.8em;

    border: 1px solid transparent;
    border-color: rgba(211, 211, 211, 0.4);
}
body #page_body_editor-wrapper .layout_group table th {
    min-width: 2em;
    padding: 0.8em;

    border-color: rgba(211, 211, 211, 0.4);
}
body #page_body_editor-wrapper .layout_group img {
    max-width: 100%;
}
body #page_body_editor-wrapper .layout_group video,
body #page_body_editor-wrapper .layout_group iframe {
    vertical-align: top;
}
body #page_body_editor-wrapper video {
    object-fit: cover;
}

body #page_body_editor-wrapper .layout_group .hide {
    display: none;
}
body #page_body_editor-wrapper .layout_group figcaption {
    display: none !important;
}
body #page_body_editor-wrapper .layout_group table {
    margin: 0 auto;
}
body #page_body_editor-wrapper .layout_group .table table th {
    background-color: transparent;
}
body #page_body_editor-wrapper .layout_group .hr {
    margin: 20px 0;

    border: none;
    border-top: 1px solid rgba(211, 211, 211, 0.4);
}
body #page_body_editor-wrapper .layout_group .hr.dash {
    border-top: 1px dotted rgba(211, 211, 211, 0.4);
}
body #page_body_editor-wrapper .layout_group .table,
body #page_body_editor-wrapper .layout_group .f_table,
body #page_body_editor-wrapper .layout_group table {
    width: 100%;

    table-layout: fixed;
}
body
    #page_body_editor-wrapper
    .layout_group
    .table[data-border="true"]
    .f_table,
body #page_body_editor-wrapper .layout_group .table[data-border="true"] table,
body #page_body_editor-wrapper .layout_group .table[data-border="true"] .f_th,
body #page_body_editor-wrapper .layout_group .table[data-border="true"] .f_td,
body #page_body_editor-wrapper .layout_group .table[data-border="true"] th,
body #page_body_editor-wrapper .layout_group .table[data-border="true"] td {
    border: none;
}
body #page_body_editor-wrapper .layout_group hr.blank_block {
    margin: 0;

    border: none;
}
body #page_body_editor-wrapper .layout_group .table {
    display: table;

    margin: 0;
}
body #page_body_editor-wrapper .layout_group .table table {
    border-spacing: 0;
    border-collapse: collapse;

    border: 1px double rgba(211, 211, 211, 0.4);
}
body #page_body_editor-wrapper .layout_group .table table td {
    min-width: 2em;
    padding: 0.8em;

    border-color: rgba(211, 211, 211, 0.4);
}
body #page_body_editor-wrapper .layout_group .table table th {
    font-weight: 700;

    min-width: 2em;
    padding: 0.8em;

    border-color: rgba(211, 211, 211, 0.4);
    background: #fafafa;
}
body #page_body_editor-wrapper .layout_group blockquote {
    font-style: italic;

    overflow: hidden;

    margin-left: 0;
    padding-right: 1.5em;
    padding-left: 1.5em;

    border-left: 5px solid #ccc;
}
body #page_body_editor-wrapper .layout_group .image.ck-appear {
    animation: fadeIn 0.7s;
}
body #page_body_editor-wrapper .layout_group .image .ck-progress-bar {
    width: 0;
    height: 2px;

    transition: width 0.1s;

    background: #6cb5f9;
}
body #page_body_editor-wrapper .layout_group .image-style-align-left,
body #page_body_editor-wrapper .layout_group .image-style-align-right {
    max-width: 50%;
}
body #page_body_editor-wrapper .layout_group .image-style-side {
    float: right;

    max-width: 50%;
    margin-left: 1.5em;
}
body #page_body_editor-wrapper .layout_group .image-style-align-left {
    float: left;

    margin-right: 1.5em;
}
body #page_body_editor-wrapper .layout_group .image.image-style-align-center {
    width: auto;
    margin: 0 auto !important;

    text-align: center;
}
body
    #page_body_editor-wrapper
    .layout_group
    .image.image-style-align-center
    img {
    width: 100%;
}
body #page_body_editor-wrapper .layout_group .image-style-align-right {
    float: right;

    margin-left: 1.5em;
}
body #page_body_editor-wrapper .layout_group .image {
    position: relative;

    clear: both;
    border-color: transparent;

    margin: 0;

    text-align: center;
}
body #page_body_editor-wrapper .layout_group .image > img {
    display: block;

    max-width: 100%;
    margin: 0 auto;
}
body #page_body_editor-wrapper .layout_group .image .ck-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
}
body #page_body_editor-wrapper .layout_group .image > figcaption {
    font-size: 0.75em;

    display: none !important;

    padding: 0.6em;

    color: #333;
    outline-offset: -1px;
    background-color: #f7f7f7;
}

/* ---------------------------------- */
/*                页面按钮                */
/* ---------------------------------- */

body #page_body_editor-wrapper .layout_group a {
    color: inherit;
}
body #page_body_editor-wrapper .layout_group a,
body #page_body_editor-wrapper .layout_group .normal_link {
    width: auto;

    transition: color 0.26s ease, background-color 0.26s ease,
        border-color 0.26s ease;
    vertical-align: bottom;
    text-decoration: none;
}
body #page_body_editor-wrapper .layout_group a[data-layout],
body #page_body_editor-wrapper .layout_group .normal_link[data-layout] {
    overflow: hidden;
    box-sizing: border-box;
    text-decoration: none;
    text-overflow: ellipsis;
    color: #333;
}
.agent-mobile #page_body_editor-wrapper .layout_group a[data-layout],
.agent-mobile
    #page_body_editor-wrapper
    .layout_group
    .normal_link[data-layout] {
    min-width: 110px;
    padding: 0 20px;
}
body #page_body_editor-wrapper .layout_group a[data-layout="1"],
body #page_body_editor-wrapper .layout_group .normal_link[data-layout="1"],
body #page_body_editor-wrapper .layout_group a[data-layout="2"],
body #page_body_editor-wrapper .layout_group .normal_link[data-layout="2"],
body #page_body_editor-wrapper .layout_group a[data-layout="3"],
body #page_body_editor-wrapper .layout_group .normal_link[data-layout="3"] {
    line-height: 44px;
    white-space: nowrap;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    padding: 0 35px;
    min-width: 140px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
body #page_body_editor-wrapper .layout_group a[data-layout="2"],
body #page_body_editor-wrapper .layout_group .normal_link[data-layout="2"] {
    border-radius: 5px;
}
body #page_body_editor-wrapper .layout_group a[data-layout="3"],
body #page_body_editor-wrapper .layout_group .normal_link[data-layout="3"] {
    border-radius: 24px;
}
body #page_body_editor-wrapper .layout_group a[data-layout="4"],
body #page_body_editor-wrapper .layout_group .normal_link[data-layout="4"] {
    font-size: initial;
    line-height: initial;
    display: inline;
    vertical-align: initial;
}
body #page_body_editor-wrapper .layout_group a[data-style="white"],
body #page_body_editor-wrapper .layout_group .normal_link[data-style="white"] {
    color: #333;
    background: #f0f0f0;
}
body #page_body_editor-wrapper .layout_group a[data-style="black"],
body #page_body_editor-wrapper .layout_group .normal_link[data-style="black"] {
    color: #fff;
    background: #333;
}
body #page_body_editor-wrapper .layout_group a[data-before-outline="1"],
body
    #page_body_editor-wrapper
    .layout_group
    .normal_link[data-before-outline="1"] {
    background-color: transparent;
}

/* ---------------------------------- */
/*               页面按钮结束               */
/* ---------------------------------- */
body #page_body_editor-wrapper .layout_group .blank_block.small_blank {
    height: 20px;
}
body #page_body_editor-wrapper .layout_group .blank_block.normal_blank {
    height: 50px;
}
body #page_body_editor-wrapper .layout_group .blank_block.big_blank {
    height: 100px;
}
body #page_body_editor-wrapper .layout_group .slick-slide img {
    max-width: 100%;
    margin: 0 auto;
}
body #page_body_editor-wrapper .layout_group .slick-slide div {
    font-size: 0;
}
body #page_body_editor-wrapper .layout_group .slick-vertical .slick-slide {
    border: none;
}
body #page_body_editor-wrapper .layout_group .slick-prev,
body #page_body_editor-wrapper .layout_group .slick-next {
    font-size: 0;
    line-height: 23px;
    line-height: 36px;

    position: absolute;
    top: 50%;

    display: block;

    width: 36px;
    height: 36px;
    padding: 0;

    cursor: pointer;
    text-align: center;

    color: #fff;
    border: none;
    border-radius: 50px;
    outline: none;
    background-color: rgba(0, 0, 0, 0.4);
}
body #page_body_editor-wrapper .layout_group .slick-prev .fa,
body #page_body_editor-wrapper .layout_group .slick-next .fa {
    font-size: 20px;

    margin: 0;
    padding: 0;
}
body #page_body_editor-wrapper .layout_group .slick-prev {
    z-index: 1;
    left: 20px;
}
body #page_body_editor-wrapper .layout_group .slick-prev .fa {
    margin-top: -1px;
    margin-left: -3px;
}
body #page_body_editor-wrapper .layout_group .slick-next {
    right: 20px;
}
body #page_body_editor-wrapper .layout_group .slick-next .fa {
    margin-top: -1px;
    margin-right: -2px;
}
body #page_body_editor-wrapper .layout_group .slick-dotted.slick-slider {
    margin-bottom: 60px;
}
body #page_body_editor-wrapper .layout_group .slick-dots {
    position: absolute;
    bottom: -40px;

    display: block;

    width: 100%;
    margin: 0;
    padding: 0;

    list-style: none;

    text-align: center;
}
body #page_body_editor-wrapper .layout_group .slick-dots li {
    position: relative;

    display: inline-block;

    width: 19px;
    height: 20px;
    margin: 0 0;
    padding: 0;

    cursor: pointer;
}
body #page_body_editor-wrapper .layout_group .slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 5px;
    height: 5px;
    margin: 7px;
    padding: 0;

    cursor: pointer;
    transition: all 0.1s linear;

    color: transparent;
    border: 0;
    border-radius: 50%;
    outline: none;
    box-shadow: inset 0 0 0 5px rgba(107, 107, 107, 0.6);
}
body #page_body_editor-wrapper .layout_group .slick-dots li button:hover,
body #page_body_editor-wrapper .layout_group .slick-dots li button:focus {
    outline: none;
}
body #page_body_editor-wrapper .layout_group .slick-dots li button:hover:before,
body
    #page_body_editor-wrapper
    .layout_group
    .slick-dots
    li
    button:focus:before {
    opacity: 1;
}
body #page_body_editor-wrapper .layout_group .slick-dots li button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 5px;
    height: 5px;

    content: "";
    text-align: center;

    opacity: 0.6;
    color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body
    #page_body_editor-wrapper
    .layout_group
    .slick-dots
    li.slick-active
    button {
    transform: scale(2);

    background: none;
    box-shadow: inset 0 0 0 1px #6b6b6b;
}

#page_body_editor-wrapper .fa {
    line-height: inherit;
}
#page_body_editor-wrapper .ck-content {
    position: relative;

    width: 100%;
}
#page_body_editor-wrapper .ck-content .image-link {
    display: inline-block;
}
#page_body_editor-wrapper .slick-slider {
    position: relative;

    display: block;

    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
#page_body_editor-wrapper .slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
#page_body_editor-wrapper .slick-list:focus {
    outline: none;
}
#page_body_editor-wrapper .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
#page_body_editor-wrapper .slick-slider .slick-track,
#page_body_editor-wrapper .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#page_body_editor-wrapper .slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;

    margin-right: auto;
    margin-left: auto;
}
#page_body_editor-wrapper .slick-track:before {
    display: table;

    content: "";
}
#page_body_editor-wrapper .slick-track:after {
    display: table;
    clear: both;

    content: "";
}
#page_body_editor-wrapper .slick-loading .slick-track {
    visibility: hidden;
}
#page_body_editor-wrapper .slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
#page_body_editor-wrapper [dir="rtl"] .slick-slide {
    float: right;
}
#page_body_editor-wrapper .slick-slide img {
    display: block;
}
#page_body_editor-wrapper .slick-slide.slick-loading img {
    display: none;
}
#page_body_editor-wrapper .slick-slide.dragging img {
    pointer-events: none;
}
#page_body_editor-wrapper .slick-initialized .slick-slide {
    display: block;
}
#page_body_editor-wrapper .slick-loading .slick-slide {
    visibility: hidden;
}
#page_body_editor-wrapper .slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}
#page_body_editor-wrapper .slick-arrow.slick-hidden {
    display: none;
}
#page_body_editor-wrapper .slick-slide div {
    font-size: 0;
}
#page_body_editor-wrapper .slick-vertical .slick-slide {
    border: none;
}
#page_body_editor-wrapper .slick-prev,
#page_body_editor-wrapper .slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 52px;
    height: 52px;
    padding: 0;

    cursor: pointer;
    transform: translateY(-50%);

    color: #fff;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0.6);
}
#page_body_editor-wrapper .slick-prev .fa,
#page_body_editor-wrapper .slick-next .fa {
    font-size: 30px;

    margin: 11px 21px;
}
#page_body_editor-wrapper .slick-prev {
    z-index: 1;
    left: 0;
}
#page_body_editor-wrapper .slick-next {
    right: 0;
}
#page_body_editor-wrapper .slick-dotted.slick-slider {
    margin-bottom: 60px;
}
#page_body_editor-wrapper .slick-dots {
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    margin: 0;
    padding: 0;

    list-style: none;

    text-align: center;
}
#page_body_editor-wrapper .slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;

    cursor: pointer;
}
#page_body_editor-wrapper .slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 5px;
    height: 5px;
    margin: 7px;

    cursor: pointer;
    transition: all 0.1s linear;

    color: transparent;
    border: 0;
    border-radius: 100px;
    outline: none;
    box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.5);
}
#page_body_editor-wrapper .slick-dots li button:hover,
#page_body_editor-wrapper .slick-dots li button:focus {
    outline: none;
}
#page_body_editor-wrapper .slick-dots li button:hover:before,
#page_body_editor-wrapper .slick-dots li button:focus:before {
    opacity: 1;
}
#page_body_editor-wrapper .slick-dots li button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 6px;
    height: 6px;

    content: "";
    text-align: center;

    opacity: 0.6;
    color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#page_body_editor-wrapper .slick-dots li.slick-active button {
    transform: scale(1.5);

    background: none;
    box-shadow: inset 0 0 0 1px #fff;
}
#page_body_editor-wrapper .layout_group {
    font-size: 14px;

    position: relative;
    z-index: 1;

    box-sizing: border-box;
}
#page_body_editor-wrapper .layout_group[data-window_width="true"] {
    width: 100vw !important;
    max-width: none;
    margin-left: calc(50% - 50vw);
}
#page_body_editor-wrapper
    .layout_group[data-limit_width="true"]
    > .layout_limit_wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 6%;
}
#page_body_editor-wrapper
    .layout_group[data-window_height="true"]
    .layout_container {
    display: flex;
    flex-direction: column;

    height: 100vh;
}
#page_body_editor-wrapper
    .layout_group[data-window_height="true"]
    .layout_container
    .layout_body {
    flex: 1 1 auto;
}
#page_body_editor-wrapper
    .layout_group[data-window_height="true"]
    .layout_container
    .layout_footer,
#page_body_editor-wrapper
    .layout_group[data-window_height="true"]
    .layout_container
    .layout_header {
    flex: 0 0 auto;
}
#page_body_editor-wrapper
    .layout_group[data-window_height="true"][data-module_center="true"]
    .layout_container {
    justify-content: center;
}
#page_body_editor-wrapper
    .layout_group[data-window_height="true"][data-module_center="true"]
    .layout_container
    .layout_body,
#page_body_editor-wrapper
    .layout_group[data-window_height="true"][data-module_center="true"]
    .layout_container
    .layout_footer,
#page_body_editor-wrapper
    .layout_group[data-window_height="true"][data-module_center="true"]
    .layout_container
    .layout_header {
    flex: 0 0 auto;
}
#page_body_editor-wrapper .layout_group .layout_slider {
    width: 100%;
}
#page_body_editor-wrapper
    .layout_group
    .layout_slider[data-theme="white"]
    .slick-prev,
#page_body_editor-wrapper
    .layout_group
    .layout_slider[data-theme="white"]
    .slick-next {
    background-color: rgba(0, 0, 0, 0.2);
}

#page_body_editor-wrapper
    .layout_group
    .layout_slider[data-theme="white"]
    .slick-dots
    li.slick-active
    button {
    box-shadow: inset 0 0 0 1px #f6f6f6;
}
#page_body_editor-wrapper
    .layout_group
    .layout_slider[data-theme="white"]
    .slick-dots
    li
    button {
    box-shadow: inset 0 0 0 5px #f6f6f6;
}

/* #region 分栏样式 */
#page_body_editor-wrapper .layout_group .row {
    position: relative;

    display: flex;

    box-sizing: border-box;

    flex: 1 1 auto;
}
#page_body_editor-wrapper .layout .row {
    max-width: 100%;
}
#page_body_editor-wrapper .layout_group .row .col:first-child {
    margin-left: 0 !important;
}
#page_body_editor-wrapper .layout_group .row [class*="col-"] {
    padding: 0;
}
#page_body_editor-wrapper .layout_group .col {
    display: flex;

    box-sizing: border-box;
}
#page_body_editor-wrapper .layout_group .col_space {
    display: block;

    flex: 0 0 auto;
}
#page_body_editor-wrapper .layout_group .col-10 {
    width: 100%;
}
#page_body_editor-wrapper .layout_group .col-20 {
    width: 20%;
}
#page_body_editor-wrapper .layout_group .col-25 {
    width: 25%;
}
#page_body_editor-wrapper .layout_group .col-30 {
    width: 30%;
}
#page_body_editor-wrapper .layout_group .col-33 {
    width: 33.3333333%;
}
#page_body_editor-wrapper .layout_group .col-40 {
    width: 40%;
}
#page_body_editor-wrapper .layout_group .col-50 {
    width: 50%;
}
#page_body_editor-wrapper .layout_group .col-60 {
    width: 60%;
}
#page_body_editor-wrapper .layout_group .col-66 {
    width: 66.6666666%;
}
#page_body_editor-wrapper .layout_group .col-70 {
    width: 70%;
}
#page_body_editor-wrapper .layout_group .col-100 {
    width: 100%;
}
#page_body_editor-wrapper .layout_group .space-3 > * {
    margin-right: 3px;
}
#page_body_editor-wrapper .layout_group .space-3 > *:last-child {
    margin: 0;
}
#page_body_editor-wrapper .layout_group .space-10 {
    margin-right: -10px;
}
#page_body_editor-wrapper .layout_group .space-10 > * {
    padding-right: 10px;
}
#page_body_editor-wrapper .layout_group .space-20 {
    margin-right: -20px;
}
#page_body_editor-wrapper .layout_group .space-20 > * {
    padding-right: 20px;
}

.agent-mobile #page_body_editor-wrapper .row {
    flex-wrap: wrap;
}

.agent-mobile #page_body_editor-wrapper .row {
    width: 88%;
    box-sizing: border-box;
}

.agent-mobile
    #page_body_editor-wrapper
    .layout_group:not([data-limit_width="true"])
    .layout
    .row.full-w-row {
    padding: 0 0% !important;
}

.agent-mobile #page_body_editor-wrapper .layout .row .col {
    width: 100% !important;
    flex: 0 0 100% !important;
}
.agent-mobile #page_body_editor-wrapper .layout_group .col_space {
    max-height: 50px;
    overflow: hidden;
}
.agent-mobile #page_body_editor-wrapper .layout_group .col_space:after {
    content: "";
    display: block;
    padding-top: 100%;
}

/* #endregion */

#page_body_editor-wrapper .layout_group .flex {
    display: flex;
}
#page_body_editor-wrapper .layout_group .flex-elastic {
    flex: 1 1 auto;
}
#page_body_editor-wrapper .layout_group .flex-yc {
    display: flex;

    align-items: center;
}

/* #region layout_group 背景 */
#page_body_editor-wrapper .layout_group .layout_bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;
    min-height: 200vh;

    background-repeat: no-repeat;
}
#page_body_editor-wrapper .layout_group .layout_bg .layout_bg-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#page_body_editor-wrapper .layout_group .layout_bg[data-effect="fixed"] {
    background-attachment: fixed;
}
#page_body_editor-wrapper .layout_group .layout_bg[data-effect="normal"] {
    height: 100%;
    min-height: initial;
}
#page_body_editor-wrapper .layout_group .layout_bg[data-size="contain"] {
    background-size: 100% auto;
}
#page_body_editor-wrapper .layout_group .layout_bg[data-size="repeat"] {
    background-repeat: repeat;
}
#page_body_editor-wrapper .layout_group .layout_bg[data-size="cover"] {
    background-size: cover;
}
#page_body_editor-wrapper .layout_group .layout_bg[data-pos="tl"] {
    background-position: top left;
}
#page_body_editor-wrapper .layout_group .layout_bg[data-pos="tc"] {
    background-position: top center;
}
#page_body_editor-wrapper .layout_group .layout_bg[data-pos="tr"] {
    background-position: top right;
}
#page_body_editor-wrapper .layout_group .layout_bg[data-pos="cl"] {
    background-position: center left;
}
#page_body_editor-wrapper .layout_group .layout_bg[data-pos="cc"] {
    background-position: center center;
}
#page_body_editor-wrapper .layout_group .layout_bg[data-pos="cr"] {
    background-position: center right;
}
#page_body_editor-wrapper .layout_group .layout_bg[data-pos="bl"] {
    background-position: bottom left;
}
#page_body_editor-wrapper .layout_group .layout_bg[data-pos="bc"] {
    background-position: bottom center;
}
#page_body_editor-wrapper .layout_group .layout_bg[data-pos="br"] {
    background-position: bottom right;
}
#page_body_editor-wrapper .layout_group .layout_bg_mo {
    display: none;
}
#page_body_editor-wrapper .layout_group .layout_bg_pc {
    display: block;
}
.agent_pc #page_body_editor-wrapper .layout_bg_mo {
    display: none;
}

.agent_pc #page_body_editor-wrapper .layout_bg_pc {
    display: block;
}

.agent-mobile #page_body_editor-wrapper .layout_bg_mo {
    display: block;
}

.agent-mobile #page_body_editor-wrapper .layout_bg_pc {
    display: none;
}
/* #endregion */

#page_body_editor-wrapper .layout .slider_item {
    box-sizing: border-box;
}
#page_body_editor-wrapper .layout .layout_block {
    position: relative;

    box-sizing: border-box;
    width: 100%;
    min-height: 1px;

    transition: 0.36s ease;
}
#page_body_editor-wrapper .layout .layout_block .layout_block_line {
    position: absolute;
    top: 50%;
    left: 0;

    width: 100%;

    border: 1px solid #878787;
    border-width: 1px 0 0;
}
#page_body_editor-wrapper
    .layout
    .layout_block
    .layout_block_line[data-line-type="solid"] {
    border-style: solid;
}
#page_body_editor-wrapper
    .layout
    .layout_block
    .layout_block_line[data-line-type="dashed"] {
    border-style: dashed;
}
#page_body_editor-wrapper
    .layout
    .layout_block
    .layout_block_line[data-line-type="dotted"] {
    border-style: dotted;
}
#page_body_editor-wrapper .layout .layout_block[data-size="line"] {
    height: 1px;
}
#page_body_editor-wrapper .layout .layout_block[data-size="small"] {
    height: 20px;
}
#page_body_editor-wrapper .layout .layout_block[data-size="medium"] {
    height: 30px;
}
#page_body_editor-wrapper .layout .layout_block[data-size="big"] {
    height: 50px;
}
#page_body_editor-wrapper .layout[data-justify_center="center"] .row {
    margin: 0 auto;
}
#page_body_editor-wrapper .layout[data-justify_center="right"] .row {
    float: right;
}
#page_body_editor-wrapper .layout[data-align_center="center"] .col {
    align-items: center;
}
#page_body_editor-wrapper .layout[data-align_center="bottom"] .col {
    align-items: flex-end;
}

.agent-mobile
    #page_body_editor-wrapper
    .layout[data-mo_justify_center="left"]
    .row {
    margin: 0;
}
.agent-mobile
    #page_body_editor-wrapper
    .layout[data-mo_justify_center="center"]
    .row {
    margin: 0 auto;
}
.agent-mobile
    #page_body_editor-wrapper
    .layout[data-mo_justify_center="right"]
    .row {
    float: right;
}

#page_body_editor-wrapper .layout-margin_placeholder_bottom,
#page_body_editor-wrapper .layout-margin_placeholder_top {
    clear: both;
}

.agent_pc #page_body_editor-wrapper .slider_item {
    box-sizing: border-box;
}

.agent_pc
    #page_body_editor-wrapper
    .layout_slider[data-margin-size="small"]
    .slick-list {
    margin-right: -10px;
}

.agent_pc
    #page_body_editor-wrapper
    .layout_slider[data-margin-size="small"]
    .slick-slide {
    margin-right: 10px;
}

.agent_pc
    #page_body_editor-wrapper
    .layout_slider[data-margin-size="middle"]
    .slick-list {
    margin-right: -20px;
}

.agent_pc
    #page_body_editor-wrapper
    .layout_slider[data-margin-size="middle"]
    .slick-slide {
    margin-right: 20px;
}

.agent_pc
    #page_body_editor-wrapper
    .layout_slider[data-margin-size="big"]
    .slick-list {
    margin-right: -30px;
}

.agent_pc
    #page_body_editor-wrapper
    .layout_slider[data-margin-size="big"]
    .slick-slide {
    margin-right: 30px;
}

.agent-mobile #page_body_editor-wrapper .blank_block.big_blank {
    height: 50px;
}

.agent-mobile #page_body_editor-wrapper .blank_block.normal_blank {
    height: 25px;
}

.agent-mobile #page_body_editor-wrapper .blank_block.small_blank {
    height: 10px;
}

.agent-mobile
    #page_body_editor-wrapper
    .layout_group[data-limit_width="true"]
    > .layout_limit_wrapper {
    box-sizing: border-box;
    max-width: none;
    padding: 0 0;
}

.agent-mobile
    #page_body_editor-wrapper
    .layout_slider[data-margin-size="small"]
    .slick-list {
    margin-right: -5px;
}

.agent-mobile
    #page_body_editor-wrapper
    .layout_slider[data-margin-size="small"]
    .slick-slide {
    margin-right: 5px;
}

.agent-mobile
    #page_body_editor-wrapper
    .layout_slider[data-margin-size="middle"]
    .slick-list {
    margin-right: -10px;
}

.agent-mobile
    #page_body_editor-wrapper
    .layout_slider[data-margin-size="middle"]
    .slick-slide {
    margin-right: 10px;
}

.agent-mobile
    #page_body_editor-wrapper
    .layout_slider[data-margin-size="big"]
    .slick-list {
    margin-right: -15px;
}

.agent-mobile
    #page_body_editor-wrapper
    .layout_slider[data-margin-size="big"]
    .slick-slide {
    margin-right: 15px;
}

.agent-mobile #page_body_editor-wrapper .layout_block {
    width: 100%;
    min-height: 1px;

    transition: 0.36s ease;
}

.agent-mobile #page_body_editor-wrapper .layout_block[data-size="line"] {
    height: 1px;
}

.agent-mobile #page_body_editor-wrapper .layout_block[data-size="small"] {
    height: 10px;
}

.agent-mobile #page_body_editor-wrapper .layout_block[data-size="medium"] {
    height: 15px;
}

.agent-mobile #page_body_editor-wrapper .layout_block[data-size="big"] {
    height: 20px;
}

.agent-mobile #page_body_editor-wrapper .layout_group .slick-prev,
.agent-mobile #page_body_editor-wrapper .layout_group .slick-next {
    display: none;
    visibility: hidden;

    opacity: 0;
}
.agent-mobile #page_body_editor-wrapper .layout_group .slick-dots {
    bottom: -30px;
}

#page_body_preview .layout_group {
    overflow: hidden;
}
#page_body_editor-wrapper .ck_share .ck-media__wrapper {
    overflow: hidden;

    margin: 0;
}
#page_body_editor-wrapper .ck_share.ck_share_pos_left {
    display: flex;

    justify-content: flex-start;
}
#page_body_editor-wrapper .ck_share.ck_share_pos_right {
    display: flex;

    justify-content: flex-end;
}
#page_body_editor-wrapper .ck_share.ck_share_pos_center {
    display: flex;

    justify-content: center;
}
#page_body_editor-wrapper .ck_share .ck-share-container {
    margin-right: -8px;
    margin-bottom: -8px;
}
#page_body_editor-wrapper .ck_share .ck-share-item {
    display: inline-block;
    overflow: hidden;

    width: 50px;
    margin-right: 8px;
    margin-bottom: 8px;

    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;

    background: transparent;
}
#page_body_editor-wrapper .ck_share .ck-share-item .ifont {
    font-size: 23px;
    line-height: 38px;

    display: block;

    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin: 0 auto;

    transition: 0.36s ease;

    color: #9e9e9e;
    border: 1px solid rgba(150, 150, 150, 0);
    border-radius: 50%;

    justify-content: center;
    align-items: center;
}
#page_body_editor-wrapper .ck_share .ck-editor-name {
    font-size: 12px;
    line-height: 26px;

    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #999;
}
#page_body_editor-wrapper
    .ck_share_style_one.ck_share_theme_white
    .ck-share-item
    .ifont {
    color: #fff;
    background: rgba(105, 105, 105, 0.77);
}
#page_body_editor-wrapper
    .ck_share_style_one.ck_share_theme_white
    .ck-share-item:hover
    .ifont {
    background: rgba(150, 150, 150, 0.77);
}
#page_body_editor-wrapper
    .ck_share_style_one.ck_share_theme_black
    .ck-share-item
    .ifont {
    color: #fff;
    background: rgba(105, 105, 105, 0.3);
}
#page_body_editor-wrapper
    .ck_share_style_one.ck_share_theme_black
    .ck-share-item:hover
    .ifont {
    background: rgba(105, 105, 105, 0.77);
}
#page_body_editor-wrapper
    .ck_share_style_two.ck_share_theme_white
    .ck-share-item
    .ifont {
    line-height: 28px;

    width: 30px;
    height: 30px;

    color: #dcdcdc;
}
#page_body_editor-wrapper
    .ck_share_style_two.ck_share_theme_white
    .ck-share-item:hover
    .ifont {
    color: #fff;
    background: transparent;
}
#page_body_editor-wrapper
    .ck_share_style_two.ck_share_theme_black
    .ck-share-item
    .ifont {
    width: 30px;
    height: 30px;

    color: #999;
}
#page_body_editor-wrapper
    .ck_share_style_two.ck_share_theme_black
    .ck-share-item:hover
    .ifont {
    color: #666;
    background: transparent;
}
#page_body_editor-wrapper
    .ck_share_style_three.ck_share_theme_white
    .ck-share-item
    .ifont {
    color: #dcdcdc;
    border-color: rgba(170, 170, 170, 0.3);
}
#page_body_editor-wrapper
    .ck_share_style_three.ck_share_theme_white
    .ck-share-item:hover
    .ifont {
    color: #fff;
    border-color: rgba(170, 170, 170, 0.8);
}
#page_body_editor-wrapper
    .ck_share_style_three.ck_share_theme_black
    .ck-share-item
    .ifont {
    color: #999;
    border-color: rgba(170, 170, 170, 0.3);
}
#page_body_editor-wrapper
    .ck_share_style_three.ck_share_theme_black
    .ck-share-item:hover
    .ifont {
    color: #666;
    border-color: rgba(170, 170, 170, 0.8);
}
#page_body_editor-wrapper
    .ck_share_style_four.ck_share_theme_white
    .ck-share-item
    .ifont,
#page_body_editor-wrapper
    .ck_share_style_four.ck_share_theme_black
    .ck-share-item
    .ifont {
    color: #fff;
    border-radius: 0;
    background-color: rgba(170, 170, 170, 0.3);
}
#page_body_editor-wrapper
    .ck_share_style_four.ck_share_theme_white
    .ck-share-item:hover
    .ifont,
#page_body_editor-wrapper
    .ck_share_style_four.ck_share_theme_black
    .ck-share-item:hover
    .ifont {
    color: #fff;
    background-color: rgba(170, 170, 170, 0.8);
}

.new_img_preview_dom {
    line-height: 100vh;

    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;

    display: flex;

    width: 100%;
    height: 100%;

    background: rgba(51, 51, 51, 0.8);

    align-items: center;
    justify-content: center;
}
.new_img_preview_dom > img {
    width: auto !important;
    max-width: 96vw;
    max-height: 96vh;

    vertical-align: middle;
}

.iframe_map {
    display: flex;
}
.iframe_map.pos-left {
    justify-content: flex-start;
}
.iframe_map.pos-right {
    justify-content: flex-end;
}
.iframe_map.pos-center {
    justify-content: center;
}
.iframe_map .iframe_wrapper-map {
    position: relative;
}
.iframe_map .iframe_wrapper-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.iframe_map .iframe_wrapper-map.can_drag-off:before {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: "";
}
.iframe_map .iframe_wrapper-map.ratio-16-9:after {
    display: block;

    width: 100%;
    padding-top: 56.25%;

    content: "";
}
.iframe_map .iframe_wrapper-map.ratio-9-16:after {
    display: block;

    width: 100%;
    padding-top: 177.7777777778%;

    content: "";
}
.iframe_map .iframe_wrapper-map.ratio-4-3:after {
    display: block;

    width: 100%;
    padding-top: 75%;

    content: "";
}
.iframe_map .iframe_wrapper-map.ratio-3-4:after {
    display: block;

    width: 100%;
    padding-top: 133.3333333333%;

    content: "";
}
.iframe_map .iframe_wrapper-map.ratio-1-1:after {
    display: block;

    width: 100%;
    padding-top: 100%;

    content: "";
}

#page_body_preview .layout_group {
    overflow: hidden;
}

#page_body_editor-wrapper .editor.ck-content {
    position: relative;

    width: 100%;
}
#page_body_editor-wrapper p {
    font-size: 14px;

    display: block;

    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
}
#page_body_editor-wrapper .row {
    max-width: 100%;
}
/* #page_body_editor-wrapper .layout:after,
#page_body_editor-wrapper .row:after {
    display: block;
    clear: both;

    content: "";
} */
#page_body_editor-wrapper img {
    width: auto;
}

#page_body_editor-wrapper a {
    text-decoration: none;
}
#page_body_editor-wrapper b,
#page_body_editor-wrapper strong {
    font-weight: bold;
}

/* ---------------------------------- */
/*     START: PC 编辑器样式中同步      */
/* ---------------------------------- */
.page_body_editor-imgGallery img {
    width: auto;
}
.agent_pc .page_body_editor-imgGallery:hover .page_body_editor-imgGallery_next,
.agent_pc .page_body_editor-imgGallery:hover .page_body_editor-imgGallery_prev,
.agent-mobile
    .page_body_editor-imgGallery.open
    .page_body_editor-imgGallery_next,
.agent-mobile
    .page_body_editor-imgGallery.open
    .page_body_editor-imgGallery_prev,
.agent-mobile
    .page_body_editor-imgGallery.center
    .page_body_editor-imgGallery_next,
.agent-mobile
    .page_body_editor-imgGallery.center
    .page_body_editor-imgGallery_prev {
    visibility: visible;

    opacity: 1;
}

.page_body_editor-imgGallery {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    height: 100%;
}
.page_body_editor-imgGallery.open {
    visibility: visible;

    transition: 1s ease;
}
.page_body_editor-imgGallery.open img {
    transition: 0.5s ease, width 1s ease, height 1s ease;
}

.agent-mobile .page_body_editor-imgGallery_wrapper {
    font-size: 30px;
}
.agent-mobile .page_body_editor-imgGallery_next,
.agent-mobile .page_body_editor-imgGallery_prev {
    color: #666 !important;
}

.page_body_editor-imgGallery_wrapper {
    font-size: 50px;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    box-sizing: border-box;
    height: 100%;
    padding: 0 60px;

    cursor: pointer;

    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page_body_editor-imgGallery_next,
.page_body_editor-imgGallery_prev {
    position: relative;
    z-index: 10;

    visibility: hidden;

    transition: 0.36s ease;

    opacity: 0;
    color: #666;
}

.page_body_editor-imgGallery_next:hover,
.page_body_editor-imgGallery_prev:hover {
    color: #fff;
}

.page_body_editor-imgGallery img {
    position: absolute;
}
.page_body_editor-imgGallery.center {
    background: rgba(24, 24, 24, 0.9);
}
.page_body_editor-imgGallery.center img {
    top: 50% !important;
    left: 50% !important;

    max-width: 80%;
    max-height: 80%;

    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);

    box-shadow: 0 0 30px rgba(0, 0, 0, 0.52);
}
.page_body_editor-imgGallery.center img.w {
    width: 80% !important;
    height: auto !important;
}
.page_body_editor-imgGallery.center img.h {
    width: auto !important;
    height: 80% !important;
}
.page_body_editor-imgGallery.center .page_body_editor-imgGallery_wrapper ._next,
.page_body_editor-imgGallery.center
    .page_body_editor-imgGallery_wrapper
    ._prev {
    visibility: visible;

    padding: 0 20px;

    opacity: 1;
}

.agent-pc .layout-img_gallary_wrapper.layout-open .layout-img_gallary_img {
    width: auto !important;
    height: auto !important;
}

.ck-content .image {
    display: table;
    clear: both;

    width: 100%;
    margin: 1em auto;

    text-align: center;
}
.ck-content .image.image_resized {
    display: table;
    clear: both;

    width: 100%;
    margin: 1em auto;

    text-align: center;
}
body.en #page_body_editor-wrapper .layout_form .form-err_msg {
    font-size: 0;
}
body.en #page_body_editor-wrapper .layout_form .form-err_msg::after {
    font-size: 14px;

    content: "This item cannot be empty";
}
body.en
    #page_body_editor-wrapper
    .layout_form
    .layout_form-submit_row
    .form-err_msg::after {
    content: "Please check the form and resubmit";
}
#page_body_editor-wrapper .layout_group[data-img_gallery] .ue-image {
    cursor: zoom-in;
}
#page_body_editor-wrapper .layout_group[data-img_gallery] img {
    cursor: zoom-in;
}
body.en #fixed_mp .fixed-container p::after {
    font-size: 14px;
    content: "Scan QR Code";
}
body
    #page_body_editor-wrapper
    .layout_group
    a:not(.ck-share-item):not(.ue-image-link)
    *,
body
    #page_body_editor-wrapper
    .layout_group
    .normal_link:not(.ck-share-item)
    * {
    color: inherit !important;
    background: transparent !important;
}
body
    #page_body_editor-wrapper
    .layout_group
    a:not([data-layout]):not(.ck-share-item) {
    text-decoration: underline;
}
/* ---------------------------------- */
/*     END: PC 编辑器样式中同步        */
/* ---------------------------------- */
#page_body_editor-wrapper .ck-content .image.image_resized img {
    width: 100%;
}

body #page_body_editor-wrapper .layout_group .image {
    margin: 0;
    width: auto;
}

body #page_body_editor-wrapper .layout_group .image > img,
body #page_body_editor-wrapper .layout_group .image .image-link > img {
    display: block;

    min-width: 50px;
    max-width: 100%;

    vertical-align: top;
}
body #page_body_editor-wrapper .layout_group .image-style-align-left img,
body #page_body_editor-wrapper .layout_group .image-style-align-bottom img {
    margin: 0;
}
body #page_body_editor-wrapper .layout_group .image.image-style-no-float + * {
    clear: left;
}
body
    #page_body_editor-wrapper
    .layout_group
    .image.image-style-no-float.image-style-align-right
    + * {
    clear: right;
}

#page_body_editor-wrapper .ck-content .image[data-autosize="auto"] img {
    width: auto;
}

.layout_body [data-key="price"] tr:nth-child(2n) {
    background: #f8f8f8;
}

/* ---------------------------------- */
/*            only-use-web            */
/* ---------------------------------- */
/* START: 移动端修复备案信息被裁减的问题 */
.agent-pc #footer p .beian {
    color: inherit !important;
}

.agent-pc #footer p a#flogo {
    margin-top: 0;
}

.agent-mobile #footer {
    box-sizing: border-box;
    height: auto;
    padding: 0;
    padding: 10px 18px;
    text-align: center;
}

.agent-mobile #footer p {
    float: none;
    overflow: hidden;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0;
    text-align: center;
    white-space: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.agent-mobile #footer p.plr10 span {
    width: auto;
    max-width: 100%;
    vertical-align: middle !important;
}

.agent-mobile #footer p span {
    width: auto;
    max-width: 100%;
    vertical-align: middle !important;
}

.agent-mobile #footer p span.ellipsis {
    line-height: 24px;
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.agent-mobile #footer p a {
    float: none;
    margin: 0;
}

.agent-mobile #footer p a img {
    margin: 0;
    vertical-align: top;
}

.agent-mobile #footer p strong {
    display: inline-block;
    float: none;
}

.agent-mobile #footer p .beian {
    display: inline-block;
    float: none;
    width: auto;
    margin: 0;
    vertical-align: middle;
    display: block !important;
    color: inherit !important;
}

.agent-mobile #footer p.plr10 .footer_site_title {
    display: inline-block;
    max-width: 50%;
}

.agent-mobile #footer a#flogo {
    vertical-align: middle;
    display: inline-block;
    margin: 0;
}

.agent-mobile #footer {
    color: inherit;
}

.agent-mobile #sitecontent #footer p {
    line-height: 1;
}

.agent-mobile #footer p .beian {
    color: inherit !important;
}

.agent-mobile #footer p > * {
    float: none !important;
}

.agent-mobile #footer strong,
.agent-mobile #sitecontent #footer p span.ellipsis,
.agent-mobile #footer a {
    line-height: 2;
}

.agent-mobile #footer p a img {
    width: auto;
    height: 20px;
}

.agent-mobile #footer a#flogo {
    padding: 0 10px;
}

/* END: 移动端修复备案信息被裁减的问题 */
/* START:表单英文下验证码*/
body.en .layout_form-row_ver_code .layout_form-row_name {
    color: transparent;
}
body.en .layout_form-row_ver_code .layout_form-row_head::before {
    font-size: inherit;

    position: absolute;

    content: "Captcha";

    color: inherit;
}
body.en
    #page_body_editor-wrapper
    .layout_form
    .layout_form-row[data-require="1"].layout_form-row_ver_code
    .layout_form-row_name::after {
    padding-left: 10px;
}

/* END:表单英文下验证码 */
/* #page_body_editor-wrapper .layout,
#page_body_editor-wrapper .layout_group {
    overflow: hidden;
} */

/* mo iframe 尺寸 */
.agent-mobile .post_iframe {
    position: relative;

    width: 100%;
    padding-top: 64%;
}
.agent-mobile .post_iframe iframe {
    position: absolute !important;
    top: 0;
    left: 0;

    width: 100%;
    height: 100% !important;
    min-height: auto !important;
}

/* ---------------------------------- */
/*      START: 05手机端独有样式        */
/* ---------------------------------- */
.agent-mobile #sitecontent .content_editor .module,
.agent-mobile #sitecontent .content_editor #postContent,
.agent-mobile #sitecontent .content_editor > .npagePage.post,
.agent-mobile #sitecontent .content_editor .content {
    width: auto;
    margin: 0;
    padding: 0;
}
.agent-mobile #sitecontent .content_editor #postInfo,
.agent-mobile #sitecontent .content_editor .container_header {
    display: none;
}
.agent-mobile #sitecontent .content_editor #postContent,
.agent-mobile #sitecontent .content_editor .postbody {
    margin: 0;
}
.agent-mobile .mlistpost.project .postbody iframe {
    height: auto;
}
.agent-mobile .npagePage.post .project #postContent {
    width: inherit;
}
.agent-mobile .npagePage.post .project #postContent .postbody img {
    height: auto !important;
}
.agent-mobile .map.module .container_content {
    position: relative;
}
.agent-mobile .map.module .container_content:after {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: "";
}
.agent-mobile #page_body_editor-wrapper .layout_group .layout_bg {
    bottom: 0;
}

.agent-mobile .layout_limit_wrapper {
    position: relative;
    z-index: 1;
}
#header .search-input-wrap {
    box-shadow: none;
}
#header .search-input-wrap.show {
    z-index: 101;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#header a.mm-hbtn {
    z-index: 100;
}

.agent-mobile .content_editor #postSlider {
    display: none;
}
.agent-mobile .post .postbody {
    position: relative;
    z-index: 0;
}
/* ---------------------------------- */
/*          END: 05手机端独有样式       */
/* ---------------------------------- */

/* #region 新增图片操作样式 ImageSetting */
body #page_body_editor-wrapper img {
    vertical-align: top;
}
body #page_body_editor-wrapper p {
    line-height: 1.6;
}
body #page_body_editor-wrapper .layout_group .ue-image {
    position: relative;
    width: 100%;
    display: block;
}
body #page_body_editor-wrapper .ue-image[data-image-ratio] .ue-image-shadow {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
body
    #page_body_editor-wrapper
    .ue-image[data-image-ratio]:not([data-image-ratio="auto"])
    .ue-image-link {
    width: 100%;
}

body
    #page_body_editor-wrapper
    .ue-image[data-image-ratio]:not([data-image-ratio="auto"])
    .ue-image-shadow
    img {
    display: none !important;
}

body #page_body_editor-wrapper .ue-image[data-image-ratio] .ue-image-shadow {
    width: 100%;
}

body
    #page_body_editor-wrapper
    .ue-image[data-image-ratio="auto"]
    .ue-image-shadow {
    width: auto;
    height: auto;
    padding-bottom: 0;
    background-image: none !important;
}

body
    #page_body_editor-wrapper
    .ue-image:not([data-image-ratio])
    .ue-image-shadow {
    background-image: none !important;
}

body
    #page_body_editor-wrapper
    .ue-image[data-image-ratio="auto"]
    .ue-image-shadow
    img {
    display: inline-block;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
}

body
    #page_body_editor-wrapper
    .ue-image[data-image-ratio="1-1"]
    .ue-image-shadow:after {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
}

body
    #page_body_editor-wrapper
    .ue-image[data-image-ratio="3-4"]
    .ue-image-shadow:after {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 133.3333%;
}

body
    #page_body_editor-wrapper
    .ue-image[data-image-ratio="4-3"]
    .ue-image-shadow:after {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 75%;
}

body
    #page_body_editor-wrapper
    .ue-image[data-image-ratio="16-9"]
    .ue-image-shadow:after {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
}

body
    #page_body_editor-wrapper
    .ue-image[data-image-ratio="9-16"]
    .ue-image-shadow:after {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 177.7777%;
}

body #page_body_editor-wrapper img {
    margin: 0;
}
body #page_body_editor-wrapper .ue-image img {
    width: 100%;
}

body #page_body_editor-wrapper .ue-image .ue-image-shadow {
    overflow: hidden;
    position: relative;
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
    transform: translate3d(0, 0, 0);
    box-sizing: border-box;
    border-color: transparent;
}

body #page_body_editor-wrapper .ue-image .ue-image-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

body #page_body_editor-wrapper .layout_group .ue-image {
    text-align: left;
}

body #page_body_editor-wrapper .layout_group .ue-image[data-align="left"] {
    text-align: left;
}
body #page_body_editor-wrapper .layout_group .ue-image[data-align="center"] {
    text-align: center;
}

body #page_body_editor-wrapper .layout_group .ue-image[data-align="right"] {
    text-align: right;
}
body #page_body_editor-wrapper .ue-image .ue-image-link {
    display: inline-block;
    width: auto;
}

/* #endregion */

/* #region 表单样式 */
#page_body_editor-wrapper .layout_form {
    width: 100%;
    color: #777;
}

#page_body_editor-wrapper .layout_form input {
    -webkit-appearance: none;
}

#page_body_editor-wrapper .layout_form option {
    line-height: 32px;
    height: 40px;
    cursor: pointer;
    color: #777;
}

#page_body_editor-wrapper .layout_form select {
    position: relative;
    min-width: 200px;
    cursor: pointer;
}

#page_body_editor-wrapper .layout_form .layout_form-row {
    margin-bottom: 24px;
}

#page_body_editor-wrapper .layout_form .layout_form-row .layout_form-option {
    font-size: 13px;
    line-height: 32px;
    display: flex;
    margin-right: 20px;
    align-items: center;
}

#page_body_editor-wrapper
    .layout_form
    .layout_form-row
    .layout_form-option
    input {
    cursor: pointer;
}

#page_body_editor-wrapper
    .layout_form
    .layout_form-row
    .layout_form-option
    label {
    margin-left: 4px;
    cursor: pointer;
}

#page_body_editor-wrapper
    .layout_form
    .layout_form-row[data-type="radio"]
    .layout_form-row_body,
#page_body_editor-wrapper
    .layout_form
    .layout_form-row[data-type="checkbox"]
    .layout_form-row_body {
    display: flex;
    flex-wrap: wrap;
}

#page_body_editor-wrapper .layout_form .layout_form-row:last-child {
    margin-bottom: 0;
}

#page_body_editor-wrapper
    .layout_form
    .layout_form-row[data-type="line"]
    .layout_form-row_name {
    font-size: 15px;
}

#page_body_editor-wrapper
    .layout_form
    .layout_form-row[data-type="line"]
    .layout_form-row_body[data-show_line="1"] {
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
}

#page_body_editor-wrapper
    .layout_form
    .layout_form-row[data-require="1"]
    .layout_form-row_name:after {
    padding-left: 4px;
    content: "*";
    color: red;
}

#page_body_editor-wrapper .layout_form .layout_form-row_name {
    font-size: 16px;
    color: #111111;
}

#page_body_editor-wrapper .layout_form .layout_form-row_des {
    font-size: 14px;
    color: #999;
}

#page_body_editor-wrapper .layout_form .layout_form-row_head {
    margin-bottom: 12px;
}

#page_body_editor-wrapper .layout_form .layout_form-submit_row {
    display: flex;
    flex-wrap: wrap;
}

#page_body_editor-wrapper
    .layout_form
    .layout_form-submit_row[data-pos="center"] {
    justify-content: center;
}

#page_body_editor-wrapper
    .layout_form
    .layout_form-submit_row[data-pos="right"] {
    justify-content: flex-end;
}

#page_body_editor-wrapper .layout_form .layout_form-submit_row .fa-spinner {
    font-size: 20px;
    position: absolute;
    right: 12px;
    display: none;
    vertical-align: middle;
    vertical-align: middle;
}

#page_body_editor-wrapper
    .layout_form
    .layout_form-submit_row
    .layout_form-button {
    position: relative;
}

#page_body_editor-wrapper .layout_form .layout_form-submit_row .form-err_msg {
    display: block;
    width: 100%;
}

#page_body_editor-wrapper
    .layout_form
    .layout_form-submit_row.form-submit_loading
    .fa-spinner {
    display: inline-block;
    animation: fa-spin 2s infinite linear;
}

#page_body_editor-wrapper
    .layout_form
    .layout_form-submit_row.form-submit_loading
    .fa-spinner:before {
    content: "\f110";
}

#page_body_editor-wrapper .layout_form .layout_form-submit_row.form-submit_suc {
    animation: none;
}

#page_body_editor-wrapper
    .layout_form
    .layout_form-submit_row.form-submit_suc
    .fa-spinner {
    animation: none;
}

#page_body_editor-wrapper
    .layout_form
    .layout_form-submit_row.form-submit_suc
    .fa-spinner:before {
    display: inline-block;
    content: "\f00c";
    color: #1d9d74;
}

#page_body_editor-wrapper
    .layout_form
    .layout_form-submit_row.form-submit_err
    .fa-spinner {
    animation: none;
}

#page_body_editor-wrapper
    .layout_form
    .layout_form-submit_row.form-submit_err
    .fa-spinner:before {
    display: inline-block;
    content: "\f071";
    color: #ff5151;
}

#page_body_editor-wrapper .layout_form .layout_form-row_body textarea {
    resize: vertical;
}

#page_body_editor-wrapper .layout_form .layout_form-row_body select {
    background: rgba(250, 250, 250, 0.1);
    padding: 0 12px;
}

#page_body_editor-wrapper .layout_form .layout_form-row_body select,
#page_body_editor-wrapper .layout_form .layout_form-row_body textarea,
#page_body_editor-wrapper .layout_form .layout_form-row_body input {
    font-size: 14px;
    line-height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px;
    color: #111111;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.06);
    height: auto;
    box-shadow: none;
}
#page_body_editor-wrapper .layout_form .layout_form-row_body textarea:focus,
#page_body_editor-wrapper .layout_form .layout_form-row_body input:focus {
    border-color: #b2aea2;
}
#page_body_editor-wrapper .layout_form .layout_form-row_body textarea {
    -webkit-appearance: none;
}

#page_body_editor-wrapper
    .layout_form
    .layout_form-row_body
    input[type="text"] {
    -webkit-appearance: none;
}

#page_body_editor-wrapper
    .layout_form
    .layout_form-row_body
    input[type="checkbox"],
#page_body_editor-wrapper
    .layout_form
    .layout_form-row_body
    input[type="radio"] {
    width: auto;
    margin-right: 0.3em;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

#page_body_editor-wrapper
    .layout_form
    .layout_form-row_body
    input[type="checkbox"]:checked:after,
#page_body_editor-wrapper
    .layout_form
    .layout_form-row_body
    input[type="radio"]:checked:after {
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "\f00c";
    text-align: center;
    line-height: 24px;
    display: inline-block;
}

#page_body_editor-wrapper
    .layout_form
    .layout_form-row_ver_code
    .layout_form-row_body {
    display: flex;
    align-items: center;
}

#page_body_editor-wrapper
    .layout_form
    .layout_form-row_ver_code
    .layout_form-row_body
    input {
    flex: 0 1 200px;
    width: 200px;
    margin-right: 20px;
}

#page_body_editor-wrapper .layout_form .layout_form-submit_row {
    margin-top: 40px;
}

#page_body_editor-wrapper .layout_form .layout_form-button {
    font-size: 16px;
    line-height: 44px;
    min-width: 80px;
    height: 44px;
    padding: 0 20px;
    cursor: pointer;
    text-align: center;
    color: #000000;
    border: 1px solid #111111;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 2px;
}

#page_body_editor-wrapper .layout_form .form-err_msg {
    padding-top: 10px;
    color: #ff3737;
}

#page_body_editor-wrapper .layout_form .form-err_msg:before {
    padding-right: 5px;
    content: "*";
}
#page_body_editor-wrapper .layout_form[data-theme="black"] {
    color: #fff;
}
#page_body_editor-wrapper
    .layout_form[data-theme="black"]
    .layout_form-row_name {
    color: #fff;
}
#page_body_editor-wrapper .layout_form[data-theme="black"] .layout_form-button {
    color: #fff;
    border: 1px solid #fff;
}

#page_body_editor-wrapper
    .layout_form[data-theme="black"]
    .layout_form-row_body
    select,
#page_body_editor-wrapper
    .layout_form[data-theme="black"]
    .layout_form-row_body
    textarea,
#page_body_editor-wrapper
    .layout_form[data-theme="black"]
    .layout_form-row_body
    input {
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
}

#page_body_editor-wrapper .layout_form[data-theme="black"] .layout_form-button {
    background: rgba(255, 255, 255, 0.06);
}

#page_body_editor-wrapper.page_body_editor-wrapper
    .layout_form
    .layout_form-row
    input::placeholder {
    color: rgba(0, 0, 0, 0.12);
}

#page_body_editor-wrapper.page_body_editor-wrapper
    .layout_form[data-theme="black"]
    .layout_form-row
    input::placeholder {
    color: rgba(255, 255, 255, 0.1);
}
.agent-mobile #page_body_editor-wrapper .layout .col_space {
    display: none !important;
}
.agent-mobile #page_body_editor-wrapper .layout .row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
}

/* 二栏 */
.agent-mobile #page_body_editor-wrapper .layout .row[data-mo-col="1-1"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.agent-mobile
    #page_body_editor-wrapper
    .layout
    .row[data-mo-col="1-1"]
    .col:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}
.agent-mobile
    #page_body_editor-wrapper
    .layout
    .row[data-mo-col="1-1"]
    .col:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
}

/* 三栏 */
.agent-mobile #page_body_editor-wrapper .layout .row[data-mo-col="1|1|1"] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.agent-mobile #page_body_editor-wrapper .layout .row[data-mo-col="1|1-1"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.agent-mobile
    #page_body_editor-wrapper
    .layout
    .row[data-mo-col="1|1-1"]
    .col:nth-of-type(1) {
    grid-area: 1 / 1 / 2 / 3;
}
.agent-mobile
    #page_body_editor-wrapper
    .layout
    .row[data-mo-col="1|1-1"]
    .col:nth-of-type(2) {
    grid-area: 2 / 1 / 3 / 2;
}
.agent-mobile
    #page_body_editor-wrapper
    .layout
    .row[data-mo-col="1|1-1"]
    .col:nth-of-type(3) {
    grid-area: 2 / 2 / 3 / 3;
}

.agent-mobile #page_body_editor-wrapper .layout .row[data-mo-col="1-1|1"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.agent-mobile
    #page_body_editor-wrapper
    .layout
    .row[data-mo-col="1-1|1"]
    .col:nth-of-type(1) {
    grid-area: 1 / 1 / 2 / 2;
}
.agent-mobile
    #page_body_editor-wrapper
    .layout
    .row[data-mo-col="1-1|1"]
    .col:nth-of-type(2) {
    grid-area: 1 / 2 / 2 / 3;
}
.agent-mobile
    #page_body_editor-wrapper
    .layout
    .row[data-mo-col="1-1|1"]
    .col:nth-of-type(3) {
    grid-area: 2 / 1 / 3 / 3;
}

/* 四栏 */
.agent-mobile
    #page_body_editor-wrapper
    .layout
    .row[data-col="25_25_25_25"]:not([data-mo-col]),
.agent-mobile #page_body_editor-wrapper .layout .row[data-mo-col="1-1|1-1"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.agent-mobile
    #page_body_editor-wrapper
    .layout
    .row[data-col="25_25_25_25"]:not([data-mo-col])
    .col:nth-of-type(1),
.agent-mobile
    #page_body_editor-wrapper
    .layout
    .row[data-mo-col="1-1|1-1"]
    .col:nth-of-type(1) {
    grid-area: 1 / 1 / 2 / 3;
}
.agent-mobile
    #page_body_editor-wrapper
    .layout
    .row[data-col="25_25_25_25"]:not([data-mo-col])
    .col:nth-of-type(2),
.agent-mobile
    #page_body_editor-wrapper
    .layout
    .row[data-mo-col="1-1|1-1"]
    .col:nth-of-type(2) {
    grid-area: 1 / 3 / 2 / 5;
}

.agent-mobile
    #page_body_editor-wrapper
    .layout
    .row[data-col="25_25_25_25"]:not([data-mo-col])
    .col:nth-of-type(3),
.agent-mobile
    #page_body_editor-wrapper
    .layout
    .row[data-mo-col="1-1|1-1"]
    .col:nth-of-type(3) {
    grid-area: 2 / 1 / 3 / 3;
}

.agent-mobile
    #page_body_editor-wrapper
    .layout
    .row[data-col="25_25_25_25"]:not([data-mo-col])
    .col:nth-of-type(4),
.agent-mobile
    #page_body_editor-wrapper
    .layout
    .row[data-mo-col="1-1|1-1"]
    .col:nth-of-type(4) {
    grid-area: 2 / 3 / 3 / 5;
}

.agent-mobile #page_body_editor-wrapper .layout .row[data-mo-col="1|1|1|1"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.agent-mobile
    #page_body_editor-wrapper
    .layout
    .row[data-mo-col="1|1|1|1"]
    .col:nth-of-type(1) {
    grid-area: 1 / 1 / 2 / 2;
}
.agent-mobile
    #page_body_editor-wrapper
    .layout
    .row[data-mo-col="1|1|1|1"]
    .col:nth-of-type(2) {
    grid-area: 1 / 2 / 2 / 3;
}

.agent-mobile
    #page_body_editor-wrapper
    .layout
    .row[data-mo-col="1|1|1|1"]
    .col:nth-of-type(3) {
    grid-area: 1 / 3 / 2 / 4;
}

.agent-mobile
    #page_body_editor-wrapper
    .layout
    .row[data-mo-col="1|1|1|1"]
    .col:nth-of-type(4) {
    grid-area: 1 / 4 / 2 / 5;
}
/* #endregion */

/* #region 网页适配样式 */

/* #region PC 网页适配样式 */

/* 4.5 模板单屏独有样式 */

.singlescreen #indexPage .custome-editor .content {
    position: relative;
    top: 0;
}
.singlescreen #indexPage .custome-editor .module-content {
    height: 100vh;
    display: flex;
    align-items: center;
}
.singlescreen #indexPage .custome-editor .wrapper {
    width: 100%;
}

/* 5 模板单屏独有样式 */

#singlescreen .custome-editor .module_container {
    transform: none;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
}

#singlescreen .custome-editor .container_content {
    width: 100%;
}

/* #endregion */

/* #region MO 网页适配样式 */

.agent-mobile #footer .gongan_beian {
    display: block;
}

.agent-mobile #footer .gongan_beian span {
    float: none;
}

.agent-mobile #footer .gongan_beian img {
    height: 20px;
    margin-right: 10px;
}

.agent-mobile .longPage #footer p span.ellipsis {
    line-height: 30px;
}

.agent-mobile .wow {
    visibility: hidden;
}

/* #endregion */

/* #endregion */

.bodyindex .page_contect_editor {
    width: 100%;
}
