
@font-face {
    font-family: 'ch-icon';
    src: url('fonts/ch-icon.eot');
    src: url('fonts/ch-icon.eot?#iefix') format('embedded-opentype'),
    url('fonts/ch-icon.woff2') format('woff2'),
    url('fonts/ch-icon.woff') format('woff'),
    url('fonts/ch-icon.ttf') format('truetype'),
    url('fonts/ch-icon.svg#iconfont') format('svg');
}
html,body{
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.jingyu-row{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.jingyu-col{box-sizing: border-box;}
.jingyu-col-12{width: 100%;}
.jingyu-col-11{width: 91.66666667%}
.jingyu-col-10{width: 83.33333333%}
.jingyu-col-9{width: 75%}
.jingyu-col-8{width: 66.66666667%}
.jingyu-col-7{width: 58.33333333%}
.jingyu-col-6{width: 50%}
.jingyu-col-5{width: 41.66666667%}
.jingyu-col-4{width: 33.33333333%}
.jingyu-col-3{width: 25%}
.jingyu-col-2{width: 16.66666667%}
.jingyu-col-1{width: 8.33333333%;}

.header-con .header-nav{
    display: none;
}
.header-con{
    max-width: none;
}
#article-body{
    width: 100%;
    height: calc(100% - 60px);
    position: relative;
    top: 0px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}

#article-body .article-edit-module{
    width: calc(100% - 390px);
    height: 100%;
    overflow: hidden;
}
#article-body .article-edit-module .article-title{
    height: 60px;
    background: #ffffff;
    border-bottom: 1px solid #f1f1f1;
}
#article-body .article-edit-module .article-title input{
    display: block;
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    box-sizing: border-box;
    outline: none;
    padding: 0 34px;
    font-size: 20px;
    font-weight: bold;
}
#markdown-container{
    width: 100%;
    height: calc(100% - 60px) !important;
}
#markdown-container .cherry-previewer{
    padding: 20px;
    background: #fff;
}

#article-body .article-settings-modules{
    width: 390px;
    height: 100%;
    box-sizing: border-box;
    border-left: 3px solid #ededed;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 30px 0;
}

#obtain-markdown-code-btn{
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 10;
    background: #4d6fa7;
    color: #d6dae3;
    font-size: 12px;
    padding: 8px 24px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.268s;
}

#obtain-markdown-code-btn:Hover {
    opacity: .8;
}


.article-settings-modules .con-group{
    width: 327px;
    margin: 0 auto 20px;
}

.download-link-box {
    display: none;
}

.download-link-box > div {
    float: left;
}

#forward-href {
    display: none;
}

.download-link-box::after {
    content: "";
    display: block;
    clear: both;
}
.article-settings-modules .con-group .tit-group{
    margin-bottom: 10px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
}
.article-settings-modules .con-group .tit-group h2{
    padding-right: 6px;
}



/* ä¸‹æ‹‰æ ‡ç­¾é€‰æ‹©å™¨æ ·å¼ */
.add-tags-function{
    position: relative;
    box-sizing: border-box;
}
.add-tags-function .tags-input{
    height: 38px;
    line-height: 1.3;
    border: 1px solid #eee;
    background-color: #fff;
    color: rgba(0, 0, 0, .85);
    border-radius: 2px;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
}
.drop-down-tags-selector {
    display: none;
    border: 1px solid #eee;
    position: relative;
    background: #fff;
    width: 100%;
    max-height: 150px;
    overflow-y: auto;
    z-index: 10;
    box-sizing: border-box;
    top: -1px;
    left: 0;
    padding: 10px 10px 6px 10px;
}

.drop-down-tags-selector span {
    display: inline-block;
    padding: 6px 10px;
    background: #ffffff;
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #eee;
    margin: 0 4px 4px 0;
}

.drop-down-tags-selector span:hover {
    background: #eee;
}
.add-tags-function .tags-record{
    padding: 4px 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

.add-tags-function .tags-record span {

}

.add-tags-function .tags-record span em {

}
.add-tags-function .tags-record .tag-item{
    display: -webkit-flex;
    display: flex;
    padding: 6px 10px;
    background: #eee;
    font-size: 0;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 4px 4px 0;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.add-tags-function .tags-record .tag-item:hover {
    /* background: #f5f5f5; */
}
.add-tags-function .tags-record .tag-item span{
    font-size: 12px;
}
.add-tags-function .tags-record .tag-item .delete-tag{
    width: 14px;
    height: 14px;
    display: inline-block;
    position: relative;
    background: #c1c1c1;
    border-radius: 3px;
    margin-left: 4px;
}

.add-tags-function .tags-record .tag-item:hover .delete-tag {
    background: #a7a7a7;
}

.delete-tag::before,
.delete-tag::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px; /* æŽ§åˆ¶çº¿æ¡çš„ç²—ç»† */
    height: 10px;
    margin: -5px 0 0 -0.5px;
    background-color: #ffffff; /* æŽ§åˆ¶é¢œè‰² */
    transform-origin: center;
}

.delete-tag::before {
    transform: rotate(45deg);
}

.delete-tag::after {
    transform: rotate(-45deg);
}

.article-cover{
    background: #f9f9f9;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    height: 0;
    padding-top: 66%;
}
.article-cover .st-btn{
    position: absolute;
    z-index: 3;
    right: 2px;
    top: 2px;
    font-size: 12px;
    background: #000000;
    color: #fff;
    opacity: .2;
    border-radius: 4px;
    padding: 2px 4px;
    cursor: pointer;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
}
.article-cover img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #f9f9f9;
}
.article-cover .upload-box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    cursor: pointer;
    background: #f9f9f9;
}
.article-cover .upload-box h4{width: 46px;height: 46px;background: #e5e5e5;border-radius: 50%;}
.article-cover .upload-box h2{
    width: 100%;
    text-align: center;
    padding-top: 10px;
}
.article-cover .upload-box p{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 10px;
    font-size: 13px;
    color: #c7c7c7;
}

/* æ ·å¼å¯ä»¥æ ¹æ®éœ€è¦è°ƒæ•´ */
#cropper-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 999;
}
#cropper-container img {
    max-height: 330px;
}
#cropper-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 20px 0;
}
#cropper-buttons button {
    margin: 0 5px;
}

#crop-modal{
    display:none;
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
}
#crop-modal .crop-modal-content{
    width: 90%;
    max-width: 1200px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
#crop-modal .crop-modal-content .cropper-box{
    position: relative;
    width:100%;
    max-height: 800px;
    background:white;
    overflow: hidden;
}
#crop-modal .crop-modal-content .button-box{
    padding: 20px 0 0;
    text-align: center;
}


.jingyu-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 20px;
}

.jingyu-switch input {
    opacity: 0; /* éšè—åŽŸç”Ÿçš„å¤é€‰æ¡† */
    width: 0;
    height: 0;
}

.jingyu-slider {
    position: absolute;
    cursor: pointer;
    background-color: #ccc;
    transition: 0.1s;
    border-radius: 34px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
}

.jingyu-slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    background-color: white;
    transition: 0.1s;
    border-radius: 50%;
    left: 3px;
    bottom: 3px;
}

/* å½“å¤é€‰æ¡†è¢«é€‰ä¸­æ—¶ï¼Œæ”¹å˜æ»‘å—èƒŒæ™¯é¢œè‰² */
.jingyu-switch input:checked + .jingyu-slider {
    background-color: #0560f8;
}

/* å½“å¤é€‰æ¡†è¢«é€‰ä¸­æ—¶ï¼Œæ»‘å—çš„ä½ç½®å‘å³ç§»åŠ¨ */
.jingyu-switch input:checked + .jingyu-slider:before {
    transform: translateX(30px);
}

.jingyu-slider .jingyu-on, .jingyu-slider .jingyu-off {
    position: absolute;
    padding-left: 12px;
}

.jingyu-slider .jingyu-on {
    display: none;
}

.jingyu-switch input:checked + .jingyu-slider .jingyu-on {
    display: block;
    padding-right: 12px;
    padding-left: 0;
}

.jingyu-switch input:checked + .jingyu-slider .jingyu-off {
    display: none;
}

.jingyu-input{
    height: 38px;
    line-height: 1.3;
    line-height: 38px \9;
    border: 1px solid #eee;
    background-color: #fff;
    color: rgba(0, 0, 0, .85);
    border-radius: 2px;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.jingyu-input:focus {
    border-color: #16b777 !important;
    box-shadow: 0 0 0 3px rgba(22, 183, 119, .08);
}

.jingyu-input:hover {
    border-color: #d2d2d2;
}


.release-group{
    box-shadow: -1px -2px 5px 0px rgb(0 0 0 / 2%);
    position: fixed;
    bottom: 0;
    right: 0;
    width: 387px;
    height: 60px;
    border-top: 1px solid #f1f1f1;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    background: #fff;
    z-index: 99;
}
.release-group button{
    height: 38px;
    line-height: 1.3;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    color: rgba(0, 0, 0, .85);
    border-radius: 6px;
    box-sizing: border-box;
    padding: 0 20px;
    min-width: 100px;
    margin: 0 2px;

    transition: .3s;
    -webkit-transition: .3s;
}
.release-group .btn-caogao{}
.release-group .btn-fabu{
    background: #0560f8;
    color: #fff;
    border-color: #0560f8;
}
.release-group .btn-fabu:hover{
    opacity: 0.8;
}
.permission-emplace-warp{
    background: #f9f9f9;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    padding: 10px 10px 10px;
    display: none;
}
.jingyu-radio-container {
    display: -webkit-flex;
    display: flex;
    gap: 5px;
}

.permission-emplace-warp .permission-box {
    padding: 0px 6px 6px;
}
.permission-emplace-warp .permission-box .permission-item{
    margin: 16px 0 6px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.permission-emplace-warp .jiage {
    position: relative;
}

.permission-emplace-warp .jiage input {
    height: 30px;
    font-size: 13px;
}

.permission-emplace-warp .jiage .money-company {
    width: 20px;
    height: 20px;
    display: -webkit-flex;
    display: flex;
    background: #c5c5c5;
    border-radius: 4px;
    position: absolute;
    right: 5px;
    top: 5px;
    align-items: center;
    justify-content: center;
    align-content: center;
    font-size: 12px;
    color: #ffffff;
}

.permission-emplace-warp .permission-box .permission-item h5 {
    margin-right: 5px;
}

.jingyu-radio-option {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    font-size: 13px;
    color: #333;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    background: #fff;
    font-weight: bold;
    box-sizing: border-box;
}

.jingyu-radio-option.selected {
    border-color: #1a73e8;
    background-color: #e9f2ff;
    color: #1a73e8;
    padding-left: 0;
}

.jingyu-checkmark {
    display: inline;
    position: absolute;
    left: 4px;
    top: 4px;
    background: #e5e5e5;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    transform: scale(0.8);
}
.jingyu-checkmark:after{
    content: "";
    font-size: 16px; /* å¯æ ¹æ®éœ€è¦è°ƒæ•´å¤§å° */
    color: green; /* å¯æ ¹æ®éœ€è¦è°ƒæ•´é¢œè‰² */
    width: 16px;
    height: 16px;
    display: block;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
}
.jingyu-radio-option.selected .jingyu-checkmark {
    background: #0059f8;
}
.jingyu-radio-option.selected .jingyu-checkmark:after {

}
.jingyu-checkmark i {

    width: 10px;

    height: 10px;

    display: block;

    background: #0560f8;

    border-radius: 50%;

    position: absolute;

    top: 5px;

    left: 5px;

    position: absolute;

    z-index: 2;

    opacity: 0;
}

.jingyu-radio-option.selected .jingyu-checkmark i {
    opacity: 1;
}


/* éšè—åŽŸç”ŸradioæŒ‰é’® */
.jingyu-radio-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.wensheng-picture-body{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
    align-items: center;
    align-content: center;
    justify-content: center;
    display: none;
}
.wensheng-picture-body.show{
    display: -webkit-flex;
    display: flex;
}
.wensheng-picture-body .wst-content{
    background: #fff;
    max-width: 900px;
    width: 90%;
    padding: 0 0 20px;
    border-radius: 6px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
    box-sizing: border-box;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 10px;
    overflow: hidden;
}

.wensheng-picture-body .wst-content .button-box {
    text-align: center;
    width: 100%;
    border-top: 1px solid #ebebeb;
    padding: 20px 0 0;
    margin-top: 10px;
}

.wensheng-picture-body .wst-content .button-box button {
    padding: 0 30px;
    height: 42px;
    line-height: 42px;
}
.wensheng-picture-body .wst-content .tit-h4{
    width: 100%;
    text-align: center;
    font-weight: normal;
    color: #373737;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    font-size: 15px;
    /* border-bottom: 1px solid #e7e7e7; */
    padding: 20px 20px;
    margin-bottom: 16px;
    flex-wrap: nowrap;
    background: #f9f9f9;
}

.wensheng-picture-body .wst-content .tit-h4 h2 {
    font-size: 20px;
}

.wensheng-picture-body .wst-content .tit-h4 h4{
    text-align: center;
    font-weight: normal;
    color: #373737;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 14px;
}

.wensheng-picture-body .wst-content .tit-h4 h4 a {
    display: block;
    background: #4c4eaf;
    color: #ffffff;
    border-radius: 4px;
    padding: 2px 4px;
    margin: 0px 2px;
    font-size: 13px;
}

#jingyu-st-coverCanvas {
    display: none !important;
}
#jingyu-st-previewContainer {
    display: flex;
    align-items: center;
    width: 47%;
}
#jingyu-st-controls {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 49%;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    padding-left: 28px;
}

#jingyu-st-controls .title-line {
    width: 97%;
    display: -webkit-flex;
    display: flex;
    height: 50px;
    background: #ffffff;
    border: 1px solid #dddddd;
    color: rgba(0, 0, 0, .85);
    border-radius: 6px;
    padding: 6px;
    box-sizing: border-box;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 7px;
    margin-right: 0;
    gap: 10px;
}

#jingyu-st-controls .align {}

#jingyu-st-controls .align select {
    border: none;
}

#jingyu-st-controls .title-line label {
    width: 85%;
    height: 100%;
    background: #ffffff;
    border: none;
    color: rgba(0, 0, 0, .85);
    border-radius: 0;
    padding: 0;
    box-sizing: border-box;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    margin-right: 0;
}

#jingyu-st-controls .title-line label input {
    border: none;
    background: #f5f5f5;
    height: 100%;
    border-radius: 5px;
    padding: 0 10px;
    margin-left: 0;
    width: 100%;
}

#jingyu-st-controls .title-line label:nth-child(2) {
    width: 15%;
}

#jingyu-st-controls .title-line label:nth-child(2) select {
    border: none;
}

#jingyu-st-titleText {
    width: 97%;
    display: block;
    height: 100px;
    line-height: 1.3;
    border: 1px solid #dddddd;
    background-color: #fff;
    color: rgba(0, 0, 0, .85);
    border-radius: 6px;
    padding: 10px;
    box-sizing: border-box;
    resize: none;
    margin-bottom: 10px;
}

#jingyu-st-controls label {
    display: -webkit-flex;
    display: flex;
    width: 31%;
    height: 52px;
    background: #ffffff;
    border: 1px solid #dddddd;
    color: rgba(0, 0, 0, .85);
    border-radius: 6px;
    padding: 10px;
    box-sizing: border-box;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 7px;
    margin-right: 2%;
}
#jingyu-st-controls label.ziti-set{
    width: 97%;
}
#jingyu-st-controls label input {
    margin-left: 10px;
}

#jingyu-st-controls label input#jingyu-st-fontSize {
    width: 250px;
}
#jingyu-st-downloadLink {
    display: none;
    margin-top: 0px;
    width: 420px;
}
#jingyu-st-uploadButton {
    margin-top: 0;
}
#jingyu-st-controls label.button-box{
    width: 100%;
    padding: 0;
    border: none;
}

#jingyu-st-controls label.button-box button {
    border-radius: 6px;
}

/* æ•´ä½“å®¹å™¨ */

/* éšè—åŽŸç”Ÿé¢œè‰²é€‰æ‹©å™¨ */
.color-picker input[type="color"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    width: 26px;
    height: 26px;
    cursor: pointer;
    border-radius: 14px;
    overflow: hidden;
    background: #ffffff;
    padding: 3px;
    border: 2px solid #ededed;
}

/* è®¾ç½®è‡ªå®šä¹‰é¢œè‰²é€‰æ‹©å™¨æ ·å¼ */
.color-picker input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
}

.color-picker input[type="color"]::-webkit-color-swatch {
    border: none;
    border-radius: 10px;
}

/* hover æ•ˆæžœ */
.color-picker input[type="color"]:hover {
}

/* æ·»åŠ ç„¦ç‚¹æ•ˆæžœ */
.color-picker input[type="color"]:focus {
}



/* å¤–éƒ¨å®¹å™¨ */
.ziti-set .slider-container {
    display: flex;
    align-items: center;
    margin-left: 4px;
}

/* æ»‘å— */
.ziti-set .slider {
    -webkit-appearance: none;
    width: 300px;
    height: 3px;
    background: #ededed;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
}

/* æ»‘å—çš„æ‹–æ‹½ç‚¹æ ·å¼ */
.ziti-set .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background-color: #007bff;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}

.ziti-set .slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background-color: #007bff;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}

/* æ»‘å—çš„æ‹–æ‹½ç‚¹æ‚¬åœæ•ˆæžœ */
.ziti-set .slider:hover::-webkit-slider-thumb {
    background-color: #0056b3;
}

.ziti-set .slider:hover::-moz-range-thumb {
    background-color: #0056b3;
}

/* æ•°å€¼æ˜¾ç¤º */
.ziti-set .value-display {
    font-size: 18px;
    width: 50px;
    text-align: center;
}

.upload-status-warp{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}
.upload-status-warp.on{
    display: block;
}
.upload-status-warp:after {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 1;
}

#upload-status{
    width: 90%;
    padding: 20px;
    max-width: 300px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 39%;
    z-index: 2;
    transform: translate(-50%, -50%);
    text-align: center;
}

.upload-status-warp .jiazai-donghua {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3; /* ç°è‰²è¾¹æ¡† */
    border-top: 5px solid #3498db; /* è“è‰²é¡¶éƒ¨è¾¹æ¡† */
    border-radius: 50%;
    margin: 0 auto;
}

.upload-status-warp.on .jiazai-donghua {
    -webkit-animation: spin666 1s linear infinite; /* å…¼å®¹ Safari å’Œæ—§ç‰ˆ Chrome */
    -moz-animation: spin666 1s linear infinite; /* å…¼å®¹æ—§ç‰ˆ Firefox */
    -o-animation: spin666 1s linear infinite; /* å…¼å®¹æ—§ç‰ˆ Opera */
    animation: spin666 1s linear infinite;
}
#restore-default{
    width: 100%;
    height: 100%;
    border: none;
    background: #ebebeb;
    border-radius: 5px;
    color: #555;
    cursor: pointer;
    outline: none;
}


.text-alignment-button {
    width: 170px;
    padding: 6px 10px;
    font-size: 14px;
    border: 1px solid #ebebeb; /* 边框颜色 */
    border-radius: 5px; /* 圆角 */
    background-color: #f7f7f7; /* 背景颜色 */
    color: #333; /* 字体颜色 */
    /* appearance: none; */
    /* -webkit-appearance: none; */
    -moz-appearance: none;
    cursor: pointer;
    outline: none; /* 移除聚焦时的边框 */
    margin-left: 10px;
    position: relative;
    left: 4px;
}

/* 下拉箭头的自定义样式 */
.text-alignment-button::after {
    /* content: '▼'; */
    /* position: absolute; */
    /* right: 0; */
    /* pointer-events: none; */
    /* top: 0; */
}

/* 使下拉框容器相对定位 */
.text-alignment-select-wrapper {
    position: relative;
    display: inline-block;
}


@-webkit-keyframes spin666 {
    to { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes spin666 {
    to { -moz-transform: rotate(360deg); }
}

@-o-keyframes spin666 {
    to { -o-transform: rotate(360deg); }
}

@keyframes spin666 {
    to { transform: rotate(360deg); }
}


@media screen and (max-width: 1380px) {
    #crop-modal .crop-modal-content .cropper-box{
        max-height: 500px;
    }

}

@media screen and (max-width: 1080px) {}





