* {
    margin: 0;
    padding: 0;
}
html,body{

 overflow-y : hidden;
 overflow-x : auto !important;
}
.grid-line {
    background-image:
            linear-gradient(rgba(0, 0, 0, 0.1) 1px, transparent 1px),
            linear-gradient(90deg, rgba(0, 0, 0, 0.1) 1px, transparent 1px);
    background-size: 20px 20px;
}

.layui-form-switch {
    height: 24px;
    line-height: 24px;
    width: 54px;
}

.layui-form-label {
    width: auto;
    padding: 10px 7px;
}

.sidebar {
    position: absolute;
    height: 100%;
    width: 11%;
    margin: 0px;
    display: block;
    background-color: #393D49;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 1px 5px 10px -1px;
    z-index: 1000;
}

.sidebar ul {
    width: 100%;
}

.layui-nav-item a {
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.layui-nav-child dd {
    cursor: move;
    transition: background-color 600ms;
    -webkit-transition: background-color 600ms;
}

.layui-nav-child dd a {
    padding-left: 40px !important;
}

.layui-nav-child dd:hover {
    background-color: #009688;
}

.comps-dis-trigger {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 10px;
    z-index: 1;
}

.comps-dis-icon {
    width: 100%;
    height: 50px;
    margin-left: -1px;
    background-color: #8470FF;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
    top: 42%;
}

.comps-dis-icon i {
    margin-top: 10px;
    transform: scaleY(2);
    color: #ffffff;
}

.rectangleClass {
    float: left;
    background-color: #FFA134;
    width: 90px;
    /*width: 28%;*/
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
}

.triangleClass {
    width: 0;
    float: left;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 30px solid #FFA134;
    border-radius: 1px;
}
.card-wrapper {
    position: absolute;
    background-color:inherit;
    z-index: 1;
}
.card-wrapper{
    height: 60px;
    /*box-shadow: #afadad 0px 0px 15px -3px;*/
    /*border-radius: 4px;*/
}
.workspace,.render-body {
   /* background-image: none;*/
    margin: 0px;
    display: block;
    padding: 0px 0px;
    min-width: 1500px;
    /* background-color: #eaf9ff; */
/*    position: relative;*/
    /* background-image: url(../../../images/pageeditor/bc-01.png); */
}
.workspace .grid {
    bottom: 0px;
    top: 0px;
}

.render-body .page-bg{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: -1;
}
.layui-card{
    /*box-shadow:none;*/
}
.layui-card-header {
    border-bottom: 1px solid #34a6fb;
    height: 36px;
    line-height: 28px;
    padding:0px !important;
}
::webkit-scrollbar-thumb{
    -webkit-box-shadow:unset;
}
/* 滚动条 */
::-webkit-scrollbar-thumb:horizontal { /*水平滚动条的样式*/
    width: 4px;
    background-color: #CCCCCC;
    -webkit-border-radius: 6px;
}
::-webkit-scrollbar-track-piece {
    background: transparent; /* 设置为透明 */
   /* background-color: #fff; !*滚动条的背景颜色*!*/
    -webkit-border-radius: 0; /*滚动条的圆角宽度*/
}
::-webkit-scrollbar {
    width: 4px; /*滚动条的宽度*/
    height: 8px; /*滚动条的高度*/
}
::-webkit-scrollbar-thumb:vertical { /*垂直滚动条的样式*/
    margin-top: 10px;
    height: 50px;
    background-color: #999;
    -webkit-border-radius: 4px;
    outline: 0px solid #fff;
    outline-offset: -2px;
    border: 0px solid #fff;
}
::-webkit-scrollbar-thumb:hover { /*滚动条的hover样式*/
    height: 50px;
    background-color: #9f9f9f;
    -webkit-border-radius: 4px;
}
/* 滚动条整体部分 */
::-webkit-scrollbar {
    width: 4px; /* 设置滚动条的宽度 */
}

/* 滚动条的轨道 */
::-webkit-scrollbar-track {
    background: transparent; /* 设置为透明 */
    -webkit-box-shadow:unset;
}





/*.layui-card {*/
/*    box-shadow: 0 1px 6px 0 rgba(60, 52, 52, 0.59);*/
/*}*/

.zc-top-icon {
    background-color: red;
    color: #FFFFff;
    border-radius: 4px;
    font-size: 10px;
    display: inline-table;
    height: 18px;
    line-height: 18px;
    width: 16px;
    text-align: center;
    flex-shrink: 0;
    margin-right: 8px;
}
.zc-a-title {
    display: inline-flex;
    align-items: center;
    width: 100%;
    cursor: default;
    color: inherit;
}
.zc-a-title:hover {
    text-decoration: none;
}
.zc-span-title {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
}
.zc-span-title:hover {
    text-decoration: underline;
}
.zc-xsh-li {
    display: flex;
    width: 100%;
    line-height: 26px;
    margin-top: 4px;
}
.zc-new-icon {
    color: red;font-size: 12px;float: left;
}
.zc-span-spot {
    margin-right: 10px;
    float: left;
}
.zcClass li {
    font-size: 14px !important;
}

.xshClass .layui-card-header .title {
    float: left;
    /* margin-left: 10px; */
    /*height: 25px;*/
    display: inline-block;
    width: 65%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
}
.xshClass .layui-card-body {
    padding: 10px 0px;
}
.xshClass {

}
.content-padding {
    padding: 15px;
}

.zcregister {
   /* height: 15px;*/
    padding-top: 5px;
   /* color: #808080;*/
}
.loginClass{
    border: 1px solid #dedede;
    border-radius: 6px;
    min-height: 110px;
    min-width: 100px;
}
.zcLoginPage-input{
    width:100%;
    height:45px;
    border-radius: unset  !important;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}
.zcLoginPage-validateCode{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zcLoginPage-multiFactorCodeButton{
    margin-left: 10px;
    border-radius: 4px;
    height: 40px;
    border: unset;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.topDiv{
	height:60px !important;
	width:100%;
	margin-bottom: 10px;
	/* margin-top: 8px; */
}
.bottomDiv{
	height:calc(100% - 70px);
	width:100%;
}
.top_leftDiv{
	float:left;
	height:60px;
	width:60px;
	border:1px solid #dedede;
	border-radius: 6px;
	text-align: center;
	padding-top:8px;
	box-shadow: rgb(136 136 136 / 60%) 0px 0px 12px;;
	/* margin-left: 10px; */
}
.top_title{
	font-size:20px;
	font-weight: bold;
	margin-left: 20px;
    margin-top: 15px;
    float: left;
    letter-spacing: 2px
}
.bottom_p{
	/* margin-left: 10px;
    margin-right: 10px; */
    /* letter-spacing: 2px; */
    font-size: 15px;
    line-height: 26px;
    font-family: 微软雅黑;
}
.handMy{
	cursor: pointer;
    .layui-card-header{
        height: unset;
        border-bottom: none;
    }
}

.editor-footer{
  	/* border-top:1px solid #dedede; */
  	width:100%;
  	height:100%;
  	position: absolute;
	bottom: 0px;
	background-color:inherit;
	text-align: center;
	color:inherit;
	font-size: 15px;
	/*padding-top: 10px;*/
    position: relative;
}
.editor-footer p{
  	position: absolute;
    top: calc(50% - 10px);
    left: 0;
    right: 0;
}

.myLoginBtn{
    border-radius: 0px;
    background-color: #00aaf8;
    margin-right: 20px;
}
.myRegisterBtn{
    border-radius: 0px;background-color: white;border:1px solid #dedede;
}

.nav-page {
    display: grid;
    align-items: center;
    place-content: center stretch;
}


.zcpdModelPage-header-image {
    background-image: url('/assets/images/zcportal/zcpd.png?v=2020.8.16');
    background-size: cover;
    display: inline-block;
}
.rckglModelPage-header-image {
    background-image: url('/assets/images/zcportal/rckgl.png?v=2020.8.16');
    background-size: cover;
    display: inline-block;
}
.jnjdModelPage-header-image {
    background-image: url('/assets/images/zcportal/jnjd.png?v=2020.8.16');
    background-size: cover;
    display: inline-block;
}

.zc-logo-new{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}
.navPageWidthFixed{
    width: 100% !important;
    left: unset !important;
}
.swiper-container-new-style{
    width: 100%;
    height: 100%;
    border-radius: inherit;
}