.moduleNameBGC {
    background: #fff !important;
    margin-bottom: 10px !important;
}

.btn-info {
    background-color: #ff6c5f;
    border-color: #ff6c5f;
    color: #FFFFFF
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info, .btn-info:active:focus, .btn-info:active:hover, .btn-info.active:hover, .btn-info.active:focus {
    background-color: #ff6c5f;
    border-color: #ff6c5f;
    color: #FFFFFF
}

.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info.active[disabled], fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #ff6c5f;
    border-color: #ff6c5f
}

/*-----------------------------------searchbar  start-----------------------------------------*/

.searchBar {
    width: auto;
    height: 30px;
    float: left;
}

.createBar {
    height: 30px;
    float: left;
    margin-left: 10px;
}

.createBar .pull-right {
    background: #ff6c5f !important;
    border-color: #ff6c5f !important;
    outline: none;
}

#searchQuery {
    font-size: 14px;
    border: 1px solid #ff6c5f !important;
    width: 137px;
    height: 30px;
    border-radius: 5px;
    background: none;
    box-shadow: none;
    border-right: none;
    color: #ff6c5f !important;
}

.btn-search {
    height: 30px;
    width: 38px;
    margin-left: -6px !important;
    /*padding: 0!important;*/
    background: #ff6c5f url("../images/icon/q-icon.png") no-repeat center !important;
}

.btn-searched {
    display: inline-block;
    margin-right: 40px;
}

.btn-searched button {
}

.btn-clear {
    margin: 0 30px;
    display: inline-block;
    vertical-align: middle;
}

.btn-clear button {
    border-radius: 4px !important;
    height: 30px;
}

/*-----------------------------------searchbar  end-----------------------------------------*/

/*----------------------------------------table  start---------------------------------------*/
.table {
    margin: 0 !important;
}

.table-responsive {
    background: #fff !important;
    text-align: center;
}

.table-thead {
    height: 35px;
    line-height: 35px;
}

.table-thead tr {
    background: #e5e5e5 !important;
}

.table-thead th {
    text-align: center;
    padding: 18px 0 !important;
}

.table-thead span {
    color: #3e3e3e !important;
    font-weight: normal;
}

.table-tbody td {
    color: #3e3e3e !important;
    text-align: center;
    font-size: 12px;
    padding: 9px 0 !important;
}

.table-tbody .text-right span {
    display: inline-block;
    width: 23px;
    height: 23px;
}

.text-right button {
    padding: 0 6px;
    outline: none;
}

.btn-check {
    color: #f60;
    background: url("../images/icon/show1.png") no-repeat center;
}

.btn1:hover .btn-check {
    background: url("../images/icon/show.png") no-repeat center;
}

.btn-edit {
    background: url("../images/icon/edit1.png") no-repeat center;
}

.btn2:hover .btn-edit, .btn-edit:hover {
    background: url("../images/icon/edit.png") no-repeat center;
}

.btn-simple {
    background: url("../images/icon/simple.png") no-repeat center;
}

.btn-simple:hover {
    background: url("../images/icon/simple2.png") no-repeat center;
}

.btn-copy {
    background: url("../images/icon/copy1.png") no-repeat center;
}

.btn-copy:hover {
    background: url("../images/icon/copy.png") no-repeat center;
}

.btn-up-type {
    background: url("../images/icon/up_type1.png") no-repeat center;
}

.btn-up-type:hover {
    background: url("../images/icon/up_type.png") no-repeat center;
}

.btn-del {
    background: url("../images/icon/del1.png") no-repeat center;
}

.btn-del:hover {
    background: url("../images/icon/del.png") no-repeat center;
}

.btn-ups {
    background: url("../images/icon/ups1.png") no-repeat center;
}

.btn-ups:hover {
    background: url("../images/icon/ups.png") no-repeat center;
}

.btn-sale {
    background: url("../images/icon/sale.png") no-repeat center;
}

.btn-sale:hover {
    background: url("../images/icon/sale1.png") no-repeat center;
}

.btn-delivery {
    background: url("../images/icon/delivery1.png") no-repeat center;
}

.btn-delivery:hover {
    background: url("../images/icon/delivery.png") no-repeat center;
}

.btn-down {
    background: url("../images/icon/down1.png") no-repeat center;
}

.btn-down:hover {
    background: url("../images/icon/down.png") no-repeat center;
}

.checkbox-0 {
    background: url("../images/icon/checkbox0.png") no-repeat center;
}

.checkbox-1 {
    background: url("../images/icon/checkbox1.png") no-repeat center;
}

.btn-approve {
    background: url("../images/icon/approve.png") no-repeat center;
}

.btn-approve:hover {
    background: url("../images/icon/approve2.png") no-repeat center;
}

.btn-reject {
    background: url("../images/icon/reject.png") no-repeat center;
}

.btn-reject:hover {
    background: url("../images/icon/reject2.png") no-repeat center;
}

.btn-resetPassword {
    background: url("../images/icon/resetPassword1.png") no-repeat center;
}

.btn-resetPassword:hover {
    background: url("../images/icon/resetPassword.png") no-repeat center;
}

.icon-retract {
    height: 32px;
    color: #9B9B9B;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0px 0px 5px rgba(35, 35, 35, 0.3);
    line-height: 34px;
    text-align: center;
    margin-bottom: 10px;
}

.icon-drop-down {
    height: 32px;
    color: #E1A03A;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #E1A03A;
    line-height: 34px;
    text-align: center;
    margin-bottom: 10px;
    /*box-shadow: 0px 0px 5px rgba(35, 35, 35, 0.3);*/
}

.btn-sub:hover .hover-box {
    display: block !important;
}

.btn-sub:hover .hover-box2 {
    display: block !important;
}

.btn-sub {
    background: none;
    padding: 0;
    border: none;
    position: relative;
}

.hover-box2 {
    position: absolute;
    top: -26px;
    left: -15px;
    width: 65px !important;
    height: 26px !important;
    display: none;
    font-size: 9px;
    color: #3e3e3e;
    padding: 4px;
    background: #fff url(../images/icon/hoverbox55.png) no-repeat center;
}

.hover-box {
    position: absolute;
    top: -26px;
    left: 0;
    width: 40px !important;
    height: 24px !important;
    display: none;
    font-size: 9px;
    color: #3e3e3e;
    padding: 4px;
    background: #fff url("../images/icon/hoverbox.png") no-repeat center;
}

/*----------------------------------------table  end---------------------------------------*/

/*-------------------------------------------pages  start-----------------------------------*/
.text-center {
    /* background: #fff !important; */
}

.text-center1 {
    text-align: center !important;
}

/*-------------------------------------------pages  end-----------------------------------*/
.alerts, .alerts-all {
    background: #fff !important;
}

.border-bottom {
    border-bottom: 1px solid #ddd !important;
}

.input-upload {
    width: 104px;
    height: 104px;
    opacity: 0;
    z-index: 100;
    position: relative;
    cursor: pointer;
}

.pic-upload {
    position: absolute;
    top: 0;
    z-index: 10;
}

.modal-property {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
}

.modal-mask {
    width: 100vw;
    height: 100vh;
    background: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
}

.modal-con {
    width: 46vw;
    margin: 20vh auto;
    height: 60vh;
    overflow-x: auto !important;
    min-height: 40vh;
    background: #fff;
    border-radius: 5px;
    position: relative;
    text-align: center;
}

.modal-t {
    border-bottom: 1px solid #d9d9d9;
    padding: 16px 0;
    width: 46vw;
    position: fixed;
    background: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 99;
}

.folder-ul {
    text-align: left;
}

.folder-ul li {
    height: 55px;
    line-height: 55px;
    padding: 0 20px;
    position: relative;
}

.folder-ul li:hover, .folder-active {
    background: #F3F3F3;
}

.folder-ul li img {
    margin: -50px 20px 0 0;
}

.folder-ul li span {
    display: inline-block;
    color: #2c2c2c;
    font-size: 14px;
}

.folder-ul li button {
    position: absolute;
    right: 30px;
    top: 24px;
}

.modal-default {
    font-size: 14px;
    color: #232323;
    margin-top: 25px;
    font-weight: 600;
}

.modal-foot {
    border-top: 1px solid #d9d9d9;
    width: 40vw;
    height: 70px;
    position: fixed;
    background: #fff;
    z-index: 99;
    bottom: 10vh;
}

.modal-foot button {
    margin: 20px 15px;
    padding: 0 5px;
}

.upload-text {
    position: absolute;
    color: var(--genericColor);
    border-bottom: 1px solid;
    left: 30%;
}

.exit-box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.pic-loading {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10000;
    padding-left: 40%;
}
.pic-loading1 {
    position: fixed;
    left: 72px;
    top: 72px;
    bottom: 0;
    width: 320px;
    z-index: 999;
}

.pic-loading img, .pic-loading1 img {
    width: 50px;
    position: relative;
}

.pic-loading2 {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10000;
    padding-left: 47%;
    padding-top: 20%;
}

.pic-loading2 img {
    width: 60px;
    position: relative;
}

.pic-loading3 {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10000;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pic-loading3 img {
    width: 50px;
    position: relative;
}

.load-mask {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.load-mask1 {
    position: fixed;
    right: 0;
    top: 56px;
    bottom: 0;
    width: 268px;
    background: #000;
    opacity: 0.5;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overflow-hidden {
    overflow: hidden !important;
}

.exit-box-mask {
    width: 110vw;
    height: 110vh;
    background: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 997;
}

.paycode-box-con {
    width: 35vw;
    margin: 35vh auto;
    min-height: 22vh;
    /*background: #fff;*/
    border-radius: 5px;
    position: relative;
    text-align: center;
    z-index: 999;
}

.exit-box-con1{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 500px;
    border-radius: 10px 10px 0 0;
    background: #fff;
    overflow: auto;
    padding: 15px 0 60px;
    z-index: 999;
}
.c-documentTextDetection-title{
    padding: 0 15px;
    font-size: 14px;
    color: #0f0f0f;
    line-height: 22px;
}
.c-documentTextDetection-list{
    padding: 0 15px;
    margin-top: 15px;
}
.c-documentTextDetection-list-title{
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
}
.c-documentTextDetection-list-body{
    margin-bottom: 10px;
    width: 100%;
    padding: 0 10px;
    background: #f3f3f3;
    font-size: 12px;
    border-radius: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    border-top: 10px solid #f3f3f3;
    border-bottom: 10px solid #f3f3f3;
}
.c-documentTextDetection-save{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #ddd;
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 14px;
    background: #fff;
    justify-content: space-between;
    z-index: 999;
}
.c-documentTextDetection-save div{
    width: 50%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.c-documentTextDetection-save1{
    color: #0f0f0f;
    border-right: 1px solid #ddd;
}
.c-documentTextDetection-save2{
    color: var(--genericColor);
}
.exit-box-con {
    width: 30vw;
    margin: 35vh auto;
    min-height: 22vh;
    /*background: #fff;*/
    border-radius: 5px;
    position: relative;
    text-align: center;
    z-index: 999;
}

.exit-box-con-head {
    border-bottom: 1px solid #d9d9d9;
    padding: 16px 0;
    background: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.back-btn1 {
    background: #fff;
    height: 50px;
    color: #232323;
    font-size: 14px;
    font-weight: bold;
    border-right: 1px solid #dfdfdf;
    border-bottom-left-radius: 5px;
}

.back-btn2 {
    background: var(--webMainButtonBackColor);
    color: var(--webMainButtonTextColor);
    height: 50px;
    font-size: 14px;
    font-weight: bold;
    border-bottom-right-radius: 5px;
}

.back-btn3 {
    background: var(--genericColor);
    height: 32px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    padding: 0 20px;
    /*font-weight: bold;*/
}

.paycode-box-text {
    background: #fff;
    padding-top: 40px;
    text-indent: 2em;
    max-height: 240px;
    overflow-y: auto;
}

.paycode-box-text span {
    font-size: 18px;
    color: #3a3a3a;
    line-height: 30px;
}

.paycode-box-footer {
    background: #fff;
    padding: 40px 0 30px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.used-pic-mask {
    width: 240px;
    height: 44px;
    text-align: center;
    line-height: 40px;
    background: url("../images/icons/used_pic_mask.svg") no-repeat center;
    position: absolute;
    top: -70px;
    left: 50%;
    margin-left: -120px;
    z-index: 800;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    display: none;
}

.used-pic-mask span {
    color: var(--genericColor);
    font-size: 12px;
    font-weight: 600;
}

.preview-article{
    background: #ECECEC;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    overflow: auto;
}

.preview-bg{
    width: 100%;
    height: 100%;
    position: absolute;
}

.preview-article-close{
    position: fixed;
    right: 40px;
    top: 30px;
    z-index: 999;
}

.preview-article-con{
    width: 80vw;
    margin: 40px auto;
    padding-bottom: 50px;
}

.loading-page2 {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 50px);
    text-align: center;
    color: #fff;
    z-index: 9;
}
.loading-page3 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.exit-font-con{
    width: 400px;
    margin: 35vh auto;
    min-height: 158px;
    /*background: #fff;*/
    border-radius: 5px;
    position: relative;
    text-align: center;
    z-index: 999;
}

.exit-font-con-head {
    /*border-bottom: 1px solid #d9d9d9;*/
    padding: 30px 20px 20px;
    background: #fff;
    min-height: 158px;
    border-radius: 5px;
    /*border-top-left-radius: 5px;*/
    /*border-top-right-radius: 5px;*/
}

.exit-font-con-line1{
    color: #333;
    font-size: 14px;
    text-align: left;
}
.exit-font-con-line1 i{
    background: url("../images/icons/font_tip.svg") no-repeat center;
    padding: 10px;
    margin-right: 10px;
}
.exit-font-con-line2{
    color: #666;
    font-size: 14px;
    margin: 7px 0 7px 30px;
    text-align: left;
}
.exit-font-con-line2 span,.exit-font-con-line2 div{
    color: #F1AE40;
    font-size: 14px;
}

.exit-font-con-button{
    text-align: right;
}

.exit-font-con-button button{
    background: linear-gradient(#FAC779, #EAB762);
    width: 80px;
    height: 32px;
    border-radius: 5px;
    border: none;
    color: #333;
    font-size: 14px;
}

.z-modal{
    position: fixed;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.5);*/
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
}

.z-modal-body{
    position: fixed;
    left: 50%;
    top: 50%;
    width: 200px;
    min-height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    padding: 20px 0;
    animation: zModalBodyAnimation 0.2s;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 16px;
    text-align: center;
}
.z-modal-body-error-view{
    margin-top: 15px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.z-modal-body3{
    position: fixed;
    left: 15vw;
    top: calc(50vh - 155px);
    width: 70vw;
    height: 310px;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    animation: zModalBodyAnimation 0.4s;
    background: #fff;
    box-shadow: 0px 6px 40px 0px rgba(193, 127, 27, 0.15);
    border-radius: 10px;
    text-align: center;
}

.z-modal-body3-tip{
    font-size: 13px;
    color: #000000;
    line-height: 24px;
    padding: 20px 20px 0 20px;

}
.z-modal-body3-tip span{
    color: #F2AC43;
}

.z-modal-body3-title{
    background: #FFECCF;
    color: #EC9208;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.z-modal-body3-confirm{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background: #F2AC43;
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}

@keyframes zModalBodyAnimation{
    from {top:10%;}
    to {}
}

.z-modal-body-icon{
    text-align: center;
    margin-top: 20px;
}

.z-modal-body-icon i{
    font-size: 69px;
    color: #FFF;
}

.z-modal-body span{
    color: #fff;
    font-size: 14px;
}

.z-modal-body2 {
    position: fixed;
    left: calc(50vw + 20px);
    top: calc(50vh + 20px);
    width: 200px;
    height: 230px;
    margin-top: -165px;
    margin-left: -120px;
    animation: zModalBodyAnimation 0.4s;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 16px;
    text-align: center;
}

.z-modal-body2-tip{
    background: #3D3D3D;
    height: 170px;
}
.z-modal-body2-tip i{
    font-size: 60px;
    color: #fff;
}

.z-modal-body2-tip span{
    color: #fff;
}

.upload-success{
    font-size: 14px;
    display: inline-block;
    padding-bottom: 10px;
}

.z-modal-body2-foot{
    background: #D2D2D2;
    color: #fff;
    height: 40px;
    line-height: 40px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.z-modal-body2-foot span{
    color: #fff;
    font-size: 14px;
    display: inline-block;
    width: 98px;
}

.z-modal-body2-foot span:last-child{
    background: var(--genericColor);
    font-size: 14px;
    border-bottom-right-radius: 16px;
}

.save-pages2 {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
}

.save-page2 {
    width: 270px;
    height: 260px;
    /*background: #fff;*/
    position: fixed;
    z-index: 99999;
    top: 50%;
    left: 50%;
    color: #000;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border-radius: 15px;
}


.loadImg2 {
    background: url("../images/upload-load.gif") no-repeat;
    background-size: 100% 100%;
    width: 70px;
    height: 70px;
    margin: 0 auto;
}

.imgText2 {
    margin-top: 25px;
    line-height: 25px;
    color: #fff;
}
.color-333{
    color: #333;
}
.c-errorImage-view{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 200;
    background: rgba(0,0,0,0.5);
}
.c-errorImage-view-content{
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    border-radius: 6px 6px 0 0;
    padding: 0 16px;
    z-index: 201;
}
.c-errorImage-view-head{
    width: 100%;
    height: 50px;
    background: #F9F9F9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.c-errorImage-view-body{
    height: 400px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    overflow: scroll;
}
.c-errorImage-view-body-li{
    width: calc(calc(100% / 3) - 10px);
    margin: 5px;
    height: 115px;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f3f3f3;
    position: relative;
}
.c-errorImage-view-foot{
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.c-errorImage-view-btn{
    width: 40%;
    height: 40px;
    border-radius: 20px;
    border: 1px solid var(--webMainButtonBackColor);
    background: var(--webMainButtonBackColor);
    color: var(--webMainButtonTextColor);
    display: flex;
    justify-content: center;
    align-items: center;
}
.c-errorImage-view-btn1{
    width: 40%;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #999;
    background: #fff;
    color: #999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-image{
    max-width: 100%;
    max-height: 100%;
}

/*动态日历设置*/
.set-month-view{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    z-index: 999;
}
.set-month-view-item{
    width: 600px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
.set-month-view-1{
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 1px 8px 0px rgba(34,37,41,0.12);
    border-radius: 12px;
    padding: 40px 140px;
}
.set-month-view-1-1{
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #222529;
    line-height: 33px;
}
.set-month-view-1-2{
    text-align: center;
    color: #505760;
    line-height: 20px;
    font-size: 14px;
    margin-top: 16px;
}
.set-month-view-1-3{
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 20px;
}
.set-month-view-1-3 > i{
    font-size: 16px;
    color: #222529;
    cursor: pointer;
}
.set-month-view-1-3 i.set-month-view-1-3-not{
    font-size: 16px;
    color: #999;
    cursor: not-allowed;
}
.set-month-view-1-3-1{
    position: relative;
}
.set-month-view-1-3-1-title{
    font-size: 16px;
    color: #222529;
    height: 30px;
    line-height: 30px;
}
.set-month-view-1-3-1-body{
    position: absolute;
    left: 50%;
    top: 28px;
    width: 300px;
    margin-left: -150px;
    background: #fff;
    box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.2);
    transition: all .1s;
    border-radius: 8px;
}
.set-month-view-1-3-1-body::before {
    position: absolute;
    top: -3px;
    left: calc(50% - 2px);;
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid #fff;
    border-left: 8px solid transparent;
    transform: rotate(-45deg);
    box-shadow: 1px -1px 1px 0px rgba(0, 0, 0, 0.1);
}
.set-month-view-1-3-1-body-1{
    padding: 0 16px;
    margin-bottom: 6px;
}
.set-month-view-1-3-1-body-1-span{
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    color: #222529;
}
.set-month-view-1-3-1-body-hr{
    width: 100%;
    height: 1px;
    background-color: #ddd;
}
.set-month-view-1-3-1-body-2{

}
.set-month-view-1-3-1-body-2-ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 120px;
}
.set-month-view-1-3-1-body-2-ul-li{
    width: 25%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #555;
    transition: all .1s;
    cursor: pointer;
}
.set-month-view-1-3-1-body-2-ul-li:hover, .set-month-view-1-3-1-body-2-ul-li-selected{
    color: var(--webMainButtonBackColor);
}
.set-month-view-1-3-1-body-2-page-turning{
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.set-month-view-1-3-1-body-2-page-turning-1{
    display: inline-block;
    width: 50px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #666;
}
.set-month-view-1-3-1-body-2-page-turning .iconfont{
    font-size: 16px;
    cursor: pointer;
    margin: 0 10px;
}
.set-month-view-1-4{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.set-month-view-1-4-view{
    width: 16.5%;
    display: flex;
    justify-content: center;
}
.set-month-view-1-4-li{
    width: 100%;
    max-width: 48px;
    height: 48px;
    background: #F5F7FA;
    border-radius: 8px;
    margin-bottom: 20px;
    color: #222529;
    font-size: 16px;
    cursor: pointer;
    transition: all .1s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.set-month-view-1-4-li-selected, .set-month-view-1-4-li:hover{
    color: var(--webMainButtonBackColor);
    background: rgba(38,77,240,0.09);
}
.set-month-view-2{
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 1px 8px 0px rgba(34,37,41,0.12);
    border-radius: 12px;
    padding: 40px 90px;
    margin-top: 20px;
}
.set-month-view-3{
    width: 200px;
    height: 40px;
    background: var(--webMainButtonBackColor);
    color: var(--webMainButtonTextColor);
    border-radius: 4px;
    margin: 30px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
/*预览设置*/

.preview-view-tab {
    position: fixed;
    left: 32px;
    top: 32px;
    z-index: 9;
    width: 224px;
}

.preview-view-tab-list {
    width: 100%;
    height: 48px;
    background: #fff;
    border: 1px solid #264DF0;
    display: flex;
    border-radius: 24px;
    overflow: hidden;
}

.preview-view-tab-list-li {
    width: 112px;
    color: #264DF0;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.1s;
}

.preview-view-tab-list-li-select {
    background: #264DF0;
    color: #ffffff;
}

.preview-view-tab:hover .preview-view-tab-name {
    border-radius: 25px 25px 0 0;
}
.tile-view{
    width: 100%;
    height: 100%;
    overflow: auto;
}
.tile-view-item{
    margin: 20px auto;
    width: fit-content;
}

.c-editboxMagnify-text{
    position: absolute;
    top:5px;
    left: 10px;
    z-index: 10;
    height: 40px;
    padding: 0 16px;
    background: #e2f3ff;
    color: #39b3fe;
    font-size: 14px;
    cursor: pointer;
    line-height: 40px;
    border-radius: 50px;
}
