html,body{
	background: #f7f7f7;
    /* font-family: "微软雅黑"; */
    font-family:'Microsoft YaHei','Hiragino Sans GB',Helvetica,Arial,'Lucida Grande',sans-serif;
}
p{
	margin: 5px 0;
}
ul{
	margin: 0;
	padding: 0;
}
li{
	list-style-type:none;
}
input[type=text]{
	width: 100%;
    padding: 5px;
    border-radius: .25rem!important;
}
input[type=radio]{
	margin: 5px;
}
a{
    /* color: #000000; */
    color:#2525278c;
    cursor: pointer;
}
a:link {text-decoration:none;}
a:active {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}
.btn:focus,

.btn:active:focus,

.btn.active:focus,

.btn.focus,

.btn:active.focus,

.btn.active.focus {

outline: none!important;
box-shadow:none!important;
}
select{
	height: 33px!important;
    padding: 0 10px;
    color: #252424;
    border-color: #e7e7eb!important;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 0!important;
    outline: 0;
    border-radius: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('/images/select-arrow.png') #fff no-repeat right!important;
    padding-right: 35px;
}
.message-card{
	background-color: #eef7ff;
	border: #6593c7;
	padding: 10px 20px;
	margin-bottom: 20px;
}
#app{
	background-color: #f7f7f7;
}
/*卡片样式*/
.card{
	border: none;
}
.card-header{
	background: #fff;
	border-bottom: 1px solid #eee;
	font-size: 20px;
	font-weight: 700;
	color: #605e5f;
}
.card-header .h2{
    font-size: 20px;
    font-weight: 700;
}
/*状态样式*/
.label-success {
    background-color: #5cb85c;
}
.label-default {
    background-color: #6c757d;
}
.label-warning {
    background-color: #ffc107;
}
.label-blue{
	background-color:#59c0df;
}
.label-danger{
	background-color:#f85654;
}
.label-green{
	background-color:#27cc94
}
.label-primary{
    background-color:#0c90ff
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
table tr th,td{
	text-align: center;
	font-size: 14px;
	vertical-align: middle!important;
}
/*.btn-primary{
	background-color: #fff;
    color: #007bff;
}*/
/*开关*/
.switchOn, .switchOn:before {
    background: #3296fa!important;
}
.switch {
    width: 37px;
    height: 19px;
    background: #e5e5e5;
    z-index: 0;
    margin: 0;
    padding: 0;
    appearance: none;
    border: none;
    cursor: pointer;
    position: relative;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
}
.switch:before {
    content: ' ';
    position: absolute;
    left: 1px;
    top: 1px;
    width: 35px;
    height: 17px;
    background: #fff;
    z-index: 1;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
}
.switch:after {
    content: ' ';
    height: 16px;
    width: 16px;
    border-radius: 25px;
    background: #fff;
    position: absolute;
    z-index: 2;
    top: 1px;
    left: 1px;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-box-shadow: 0 2px 5px #999;
    box-shadow: 0 2px 5px #999;
}
.switchOn:after {
    left: 18px!important;
}

/*li选中样式*/
.li-active{
	border-bottom: 2px solid #418bca;
}

/*  修改日历控件类型 */
::-webkit-datetime-edit { padding: 1px;color:#000;background:#fff;}  /*控制编辑区域的*/
::-webkit-datetime-edit-fields-wrapper { background-color: rgba(0,0,0,0);font-size:14px;line-height:24px;}    /*控制年月日这个区域的*/
::-webkit-datetime-edit-text { color: #000; padding:5px; }  /*这是控制年月日之间的斜线或短横线的*/
::-webkit-datetime-edit-year-field { background-color: rgba(0,0,0,0);color: #000 }    /*控制年文字, 如2013四个字母占据的那片地方*/
::-webkit-datetime-edit-month-field { background-color: rgba(0,0,0,0);color: #000 }    /*控制月份*/
::-webkit-datetime-edit-day-field { background-color: rgba(0,0,0,0);color: #000 }    /*控制具体日子*/
::-webkit-inner-spin-button { visibility: hidden; }    /*这是控制上下小箭头的*/
::-webkit-clear-button {    /*控制清除按钮*/
  visibility: hidden;
}
/*100宽度样式*/
.full-width{
	width: 100%!important;
}
/*颜色值*/
.grey{
	color: #818182;
}
/*按钮组样式*/
.input-group .input-group-addon {
    border-color: #e7e7eb;
    border-radius: 0;
    padding: 8px 10px 4px 10px;
    color: #98999a;
    margin-left: -4px;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
/*.input-group input{
	width: auto;
}*/

/*----------  华丽的分割线-----------*/
/*新增的标签样式*/
.table-hover tr:first-child{
background-color: #f4f4f5;
}
.label-ex{
    background-color: rgb(123,111,175);
}
.label-primary{
    background-color: #0069d9;
}
.label-danger{
	background-color: #dc3545;
}
.table .th_grey{
    background: rgb(247,248,250);
}
.table .th_none th{
    border: 0;
}
.border_bottom td{
    border: 0;
    border-bottom: 1px solid #eee;
}
.icon_style{
    font-size: 0.9rem;
    padding: 0 .25rem;
}
.search_box{
    position: relative;
}
.search_box input{
    border:1px solid #eee;
}
.search_box
.search_span{
    position: absolute;
    right: 0;
    top: 0;
    padding: .35rem;
    color: #BABABA;
}
.pic_text_header .add_pt,.pic_text_header .add_pt{
    width: 100px;
}
.search_div .add_pt span{
    padding-right: .5rem;
    font-weight:700;
}


.border--light{
    border-color: #f0f0f0 !important;
}
.tip-box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}
.tip-box .card{
    max-width: 500px;
    margin: 1.75rem auto;
}
.tip-box .card-footer{
    background: #fff;
}
[v-cloak]{
    display: none !important;
}

/* 選擇圖片組件樣式 */
.image-box{
    max-width: 846px;
}
.image-body{
    padding: 0;
    height: 460px;
}
.image-side{
    width: 18%;
    border-right: 1px solid #e7e7eb;
    flex-direction: column;
}
.image-main{
    flex-grow: 1;
}
.image-top-bar{
    padding: 10px 20px;
    border-bottom: 1px solid #e7e7eb;
}
.image-upload{
    height: 32px;
    flex-grow: 1;
}
.upload-input{
    height: 100%;
    width: 100px;
    opacity: 0;
    top: 0;
    right:0;
    cursor: pointer;
}
.upload-box{
    height: 100%;
    width: 100px;
}
.image-grounps-link{
    height: 32px;
    width: 100%;
    padding-left: 21px;
    cursor: pointer;
}
.image-grounps-link:hover,.image-side .active{
    background-color: #f4f5f9;
}
.grounp-num,.image-tip{
    color: #8d8d8d;
    margin-left: 3px;
}
.choose-image-box{
    width: 18%;
    left: 0;
}
.image-btnlist{
    flex-grow: 1;
}
.image-btnlist button{
    width: 100px;
    margin: 0 1rem;
}
.image-btnlist .disabled{
    color: #a5a6aa;
    cursor: default;
    background: #ccc;
    opacity: .8;
}
.create_box{
	width: 280px;
	height: 170px;
	position: absolute;
	top: 100%;
	left: -90px;
	margin-top: 15px;
	background: #fff;
	box-shadow:#ccc 0px 0px 10px ;
    padding: 24px;
    z-index: 1001;
}
.create_box::after{
	content: "";
	border:5px solid #fff;
	border-bottom: 5px solid #fff;
	position: absolute;
	left: 135px;
	top: -4px;
	transform: rotate(-45deg);
	box-shadow: 2px -2px 2px #D4D4D4;
}
.create_box input{
	margin: 10px 0 ;
}
.create_box>div>a{
	margin: 1rem;
	flex-grow: 1;
}
.image-showbox{
    height: calc(100% - 53px);
}
.image-list{
    width: calc((100% - 35px) / 5);
    padding: 5px;
    align-self: baseline;
    cursor: pointer;
}
.image-list>p{
    width: 100%;
}
.image-list-box{
    width: 100%;
    height: 0;
    padding-top: 100%;
}
.image-list-box>img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.image-tip{
    margin-right: 1rem;
}

/* 防止出现滚动条，页面抖动 */
html {
    overflow-x: hidden;
    overflow-y: auto;
  }
body {
    width: 100vw;
    /* overflow: hidden; */
    /* padding-left: calc(100vw - 100%); */
}
/* 蓝色table样式*/
.table-blue{
	border: 1px solid #f5f6fb;
}
.table-blue thead{
    background-color: #f5f6fb;
    color: #a3a4a6;
}
.table-blue td{
    border: none;
}
.table-blue tbody tr{
    border-top: 1px solid #f5f6fb;
}
/* 二级菜单样式 */
.second-menu {
    height: calc(100vh - 80px);
    width: 183px;
    position: fixed;
    top: 80px;
    left: 193px;
    z-index: 1001;
}
.second-menu .card-body{
    padding: 1.25rem 0;
}
.right-content{
    flex: 1;
    min-height: calc(100vh - 80px);
    background: #fff;
}
.right-content.nofooter,.mallContent.nofooter .right-content{
    min-height: calc(100vh - 80px);
}
.mallContent{
    margin-left: 193px;
    margin-bottom: 63.3px!important;
}
.mallContent.mobile{
    margin-left: 488px;
}
.mallContent.nofooter{
    margin-bottom: 0!important;
}
.mallContent>.card>.card-body{
    overflow-y: auto;
    overflow-x: hidden;
}
.mallFooter{
    position: fixed;
    width: calc(100vw - 183px);
    left: 183px;
    bottom: 0;
    background: #fff;
    z-index: 1001;
    box-shadow: 0 -3px 8px -4px #ccc, 5px 0 8px -4px #222430 inset;
    height: 61.3px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mallFooter>input{
    position: absolute;
    top: calc((61.3px - 12.8px) / 2);
}
.menu-left li {
    padding: 10px 0;
    border-left: 3px solid #f2f4ff;
}
.menu-left li:hover {
    background-color: #f2f4ff;
    /* border-left: 3px solid #3164ff; */
    color: #000;
}
.menu-left li a:hover {
    color: #44aed8;
}
.menu-left li.menu-left-activity {
    background-color: #f2f4ff;
    /* border-left: 3px solid #3164ff; */
}
.menu-left-activity a{
    color: #44aed8;
}
.menu-title{
    font-weight: 600;
}
.menu-left li.menu-title:hover{
    background-color: #fff
}
.menu-title i{
    font-size: 14px;
    margin: 0 10px 0 -24px;
}
/* 手机预览样式 */
.telephone-box{
    width: 285px;
    margin-right: 10px;
}
.telephone-box.fixed{
    /* position: fixed;
    left: 386px;
    top: 80px;
    z-index: 1001; */
}
.telephone-box.fixedApp{
    /* position: fixed;
    left: 193px;
    top: 80px;
    z-index: 1001; */
}
.mobile-box{
	background: url("../images/bg-mobile-head.png") no-repeat;
	min-height: 510px;
	width: 285px;
	background-size: 100%;
	padding-top: 55px;
}

.mobile-screen{
	min-height: 430px;
	background-color: #ebebeb;
}
.mobile-bottom{
	background: url("../images/bg-mobile-foot.png") no-repeat;
	height: 45px;
	width: 285px;
	background-size: 100%;
	padding-left: 38px;
}
/* 右侧标题 */
.right-content-title{
    font-size: 16px;
    font-weight: 600;
}
/*顶部黄色提示信息*/
.news-box{
	background-color: #fff1df;
}
.news-box a{
	color: #1f97fc;
}



.help-center{
	width: 240px;
    /* margin-right: 20px; */
    position: fixed;
    right: 0;
    top: 68px;
    box-shadow: -3px 0 8px -4px #CCC;
}
.row_title {
    border-left: 4px solid #007bff!important;
    padding: 0 10px;
    max-height: 20.8px;
    min-height: 20.8px;
}
.help-title{
    color: #007bff;
    font-size: 13px!important;
    font-weight: 700;
    margin-bottom: 0;
}
.help-content{
    color: #6c757d;
    font-size: 12px!important;
    text-indent: 2rem;
    margin-bottom: 1rem;
    margin-top:2px;
}
.help-center .user >div:nth-child(2) p:not(.help-title),.help-center .user >div:nth-child(2)>div:nth-child(2){
    font-size: 13px;
}
.help-center .user{
    margin-top: 0px;
    height: calc(100vh - 68px);
    flex-direction: column;
    /* height: 100vh; */
}
.default_body .appContent{
    /* width: calc(100vw - 183px - 275px)!important; */
    /* margin-right: calc(100vw - 193px)!important; */
    margin-right: 240px!important;
    /*margin-bottom: 61.3px!important;*/
    /* padding-bottom: 30px!important; */
    transition: padding 0.5s ease 0s;
}
.default_body .appContent.noside{
    margin-right: 0px!important;
}
.default_body .appContent.nofooter{
    margin-bottom: 0px!important;
}
.default_body .appContent.mobile{
    /* margin-left: 295px!important; */
}
/* .default_body .appContent>.appMain{
    width: calc(100vw - 183px - 275px)!important;
} */
.default_body .appFooterBig{
    position: fixed;
    bottom: 0;
    background: white;
    min-width: calc(100% - 203px);
    /* right: 0; */
    left: 193px;
    z-index: 1001;
    display: flex;
    align-items: center;
    height: 61.3px;
    box-shadow: 0 -3px 8px -4px #7D7D7D;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.default_body .appFooter{
    position: fixed;
    bottom: 0;
    background: white;
    min-width: calc(100% - 183px - 240px);
    /* right: 0; */
    left: 183px;
    z-index: 1001;
    display: flex;
    align-items: center;
    height: 61.3px;
    box-shadow: 0 -3px 8px -4px #7D7D7D, 5px 0 8px -4px #7D7D7D inset, -5px 0 8px -4px #ccc inset;
    /* border-top-left-radius: 3px;
    border-top-right-radius: 3px; */
}
.default_body .appFooter>input:first-child{
    position: relative;
    z-index: 1001;
}
.default_body .appFooter.noside{
    min-width: calc(100% - 183px);
}
.default_body .appFooter>div,.default_body .appFooterBig>div{
    display: flex;
    flex: 1;
    justify-content: center;
    margin-left: -107.8px;
}

.simditor-icon {
    font: normal normal normal 16px/1 'iconfont' !important;
}
.simditor-icon-link:before {
  content: '\e66c'!important;
}
.zdd-simeditor-emoji:before {
    content: "\e66d"!important;
}
.zdd-simeditor-user:before {
    content: "\e673"!important;
}
.zdd-simeditor-rank:before {
    content: "\e671"!important;
}
.zdd-simeditor-item:before {
    content: "\e6b0"!important;
}
.zdd-simeditor-point:before {
    content: "\e66f"!important;
}
.zdd-simeditor-mall:before {
    content: "\e670"!important;
}
.zdd-simeditor-friend:before {
    content: "\e675"!important;
}
.zdd-simeditor-like:before {
    content: "\e678"!important
}
.zdd-simeditor-complain:before {
    content: "\e6a4"!important
}

.zdd-simeditor-cardpwd:before {
    content: "\e686"!important
}

.simditor .simditor-toolbar{
    background: rgb(245,246,250)!important;
}

.simditor,.simditor-wrapper,.simditor-toolbar{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.simditor .simditor-toolbar{
        height: 38px!important;
}
.simditor-body i{
    /* font-style: normal!important; */
    font-size: 14px!important;
    color: #007bff!important;
    background: none!important;
}
.simditor .simditor-body, .editor-style{
    font-family:'Microsoft YaHei','Hiragino Sans GB',Helvetica,Arial,'Lucida Grande',sans-serif;
    font-size: 14px!important;
}

.simditor img{
    max-width: 100%;
    height: auto !important;
}
.simditor .simditor-body p, .simditor .simditor-body div, .editor-style p, .editor-style div{
    margin: 5px 0!important;
}
.simditor{
    border: 1px solid #e5e6e9!important;
}
.simditor-wrapper,.simditor{
    border-radius: 5px;
}
.input-group-text{
    background-color: #f5f6fa!important;
}
#noOpen{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.3);
    z-index: 1005;
}
#noOpen{
    display: none;
}
#noOpen>div{
    width: 60%;
    margin: auto;
    height: 60%;
    display: flex;
    margin-top: 10%;
}
#noOpen>div>div:first-child{
    width: 50%;
    display: flex;
    align-items: center;
}
#noOpen>div>div:last-child{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    font-family: cursive;
}
#noOpen>div>div:last-child p{
    color: #fff;
    font-size: 30px;
    white-space: nowrap;
}
.simditor-icon-bold:before {
    content: '\e67c'!important
}
.simditor-icon-italic:before {
    content: '\e703'!important
}
.simditor-icon-italic:before {
    content: '\e703'!important
}
.simditor-icon-underline:before {
    content: '\e67e'!important
}
.simditor-icon-strikethrough:before {
    content: '\e67a'!important
}
.simditor-icon-font:before {
    content: '\e679'!important
}
.simditor-icon-tint:before{
    content: '\e67f'!important
}
.simditor-icon-picture-o:before {
    content: '\e691'!important
}

.simditor-icon-align-center{
    font: normal normal normal 14px/1 'Simditor' !important;
}
.simditor-icon-align-right{
    font: normal normal normal 14px/1 'Simditor' !important;
}

.simditor-icon-undo{
    font: normal normal normal 14px/1 'Simditor' !important;
}

.exchangeTop span{
    background: #f5f6fa!important;
}
input:disabled{
background-color:#f5f6fa;
}
.simditor-icon-align-left:before {
    content: '\e680'!important
}
.simditor-icon-table:before{
    content: '\e682'!important
}
.simditor-icon-list-ol:before {
    content: '\e681'!important
}
.simditor-icon-unlink:before {
    content: '\e683'!important
}
.simditor-icon-minus:before {
    content: '\e684'!important
}
.simditor-icon-quote-left:before {
    content: '\e6f4'!important
}
.simditor-icon-code:before {
    content: '\e686'!important
}
.simditor-icon-list-ul:before {
    content: '\e687'!important
}
.app-help{
    font-size: 17px;
    color: #2A75ED;
    font-weight: 700;
    margin-bottom: 0;
    display: block;
    margin-top: 10px;
}
#IntegralBox{
    position: fixed;
    left: 0px;
    right: 0px;
    top: 40vh;
    margin: auto;
    width: 35vw;
    max-width: 120px;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
    transition: all .2s;
    opacity: 0;
}
#IntegralBox>div{
    width: 80%;
}
#IntegralBox>div img{
    width: 100%;
}
#IntegralBox span{
    margin-top: 5px;
    color: rgb(251, 230, 87);
}
#IntegralBox.show{

}
/*.alert-warning{
    background-color: #fdf6ec;
    color: #e6a23c;
}*/

.el-form-item__label {
    margin-bottom:0;
}

@media screen and (max-width: 1700px) {
    .help-center{
        display: none;
    }
    .default_body .appContent{
        margin-right: 0!important;
    }
    .default_body .appFooter{
        min-width: calc(100% - 183px);
    }
    /* .default_slide_left{
        position: static!important;
    } */
}
#zdd-image-picker .nav_left li{
    width: 100%!important;
}

/* UE编辑器全局调整 */
.edui-notadd .edui-editor{
    z-index:1000!important;
    max-width: 100%;
}
.edui-editor-iframeholder{
    max-width: 100%;
}
body .edui-notadd .edui-toolbar{
    padding-left:6px;
}
body .edui-notadd .edui-toolbar .edui-button{
    padding: 7px 5px !important;
}
body .edui-notadd .edui-editor-toolbarboxouter{
    background-color: rgb(245,246,250)!important;
    border-bottom: 1px solid #eeeeee;
}
body .edui-notadd .edui-toolbar .edui-button .edui-icon{
    color: #333333!important;
    opacity: .6;
}
body .edui-notadd .edui-toolbar,body .edui-notadd .edui-box{
    overflow:unset!important;
}
body .edui-notadd .edui-editor-toolbarbox{
    z-index:10000;
}
.zddEmojiBox{
    height:200px;
    position: absolute;
    bottom: -200px;
    left:0;
    display: flex;
    align-items: flex-start;
    border: 1px solid #eeeeee;
    flex-wrap: wrap;
    width: 340px;
    border-right: 0;
    overflow-y: scroll;
    background: white;
}
.zddEmojiBox li{
    width: 40px;
    padding: 8px;
    font-size: 18px;
    border-bottom: 1px solid #eee;
}
.zddEmojiBox li:nth-child(even){
    border-left:1px solid #eee;
    border-right:1px solid #eee;
}
body .edui-notadd .edui-editor,body .edui-notadd .edui-editor-iframeholder{
    width: auto!important;;
}
.el-menu-item a{
    display: block;
}
.second-menu .card-body{
    padding: 0;
}
.el-menu{
    border-right: 1px solid #fff!important;
}
