
/* 2020/12/17 yyq 修改 编辑器主题色*/
div.body_container[data-theme=black] {
    background-color: #0f0f0f;
}

/* 2020/12/17 yyq 修改 编辑器主题色*/


.agent-mobile .indexPage .module.mcustomize .header .title {
    color: #d0d0d0;
}

.agent-mobile .module.mcustomize.horizontal .mediabody { margin-bottom: 50px; width: 70%;}

.agent-mobile .module.mcustomize.horizontal .contentbody .header {text-align: center;}

.agent-mobile .indexPage .mcustomize .description a {
    padding: 10px 80px;
    left: 50%;
    transform: translateX(-50%);
}


body #app .body_container{
    background-color: #0f0f0f;
    font-family: 'CALIFB', '微软雅黑';
  }