*{
	padding:0;
	margin:0;
}
body{
	padding:0;
	margin:0 !important;
	font-family: sans-serif;
	font-size:16px;
	height:auto !important;
}

/*隐藏start*/
#videoEditView,
#optometryProjectView,
#editTextView{
	display:none;
}
/*隐藏end*/

li{
	list-style-type:none;
}
p{
	margin:0 !important;
}
.fl{float:left;}
.fr{float:right;}
ul{width:auto !important;}
li{clear: unset !important;}/* 兼容文本编辑器 */
.info_right li{clear: both !important;}
.flex{display:flex;}
.flex1{flex:1;}


html,body,#app,.infoCon,.info_left{
	height:100%;
	background: #f4f7fb;
}

.mt5{margin-top:5px;}
.mt8{margin-top:8px;}
.mb8{margin-bottom:8px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}

/*start*/
ul.circle {list-style-type:circle;}
ul.square {list-style-type:square;}
ol.upper-roman {list-style-type:upper-roman;}
ol.lower-alpha {list-style-type:lower-alpha;}

ol.list-paddingleft-2 li{list-style-type:decimal;}
ul.list-paddingleft-2 li{list-style-type: disc;}
/*end*/

/*滚动条start*/
/* @media (-webkit-max-device-pixel-ratio:1) { */
	::-webkit-scrollbar-track-piece {
	background-color:#fff
}
::-webkit-scrollbar {
	width:6px;
	height:6px
}
::-webkit-scrollbar-thumb {
	background-color:#c2c2c2;
	background-clip:padding-box;
	min-height:28px
}
::-webkit-scrollbar-thumb:hover {
	background-color:#a0a0a0
}
/*滚动条end*/

#mark{
	position: fixed;
    background: rgba(0,0,0,.5)!important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99;
}

/*头部start*/
.headCon{
	display:flex;
	padding:10px 30px;
	background-color: #f7f7f7;
	overflow:hidden;
	
	box-shadow: 0 1px 0 0 rgb(0 0 0 / 6%);
    border-bottom: 1px solid #e8e8e8;
}

.logo__wrp {
	margin-left: 3px;
    font-size: 0;
    display: inline;
    cursor:pointer;
}
.icon-btn-logo {
    background: url(/crm/static/resources/img/logo-108png.png);
    background-repeat: no-repeat;
    width: 105px;
    height: 43px;
    background-size: 35px 35px;
    background-position: left center;
    padding-left: 45px;
    line-height: 43px;
    font-size: 24px;
    color: #999;
    display: inline-block;
}

.searchBox{
	max-height:47px;
	display: inline-flex;
	border-radius:3px;
	background:#fff;
}
.searchBox input{
    width: 200px;
    padding: 12px 20px;
    border: 0;
    outline: none;
}
.searchBtn{
	cursor:pointer;
}
.searchBtn:hover{
	background: #effff0;
}
.searchBox span{
    color: #f1f1f1;
    display: inline-block;
    padding: 0 12px;
}
.searchBox span svg{
	fill: #9b9b9b;
    position: relative;
    top: 15px;
}
/*头部end*/

/*头部中间start*/
.head_center{
	flex:1;
	text-align:center;
}
.topNav{
	display:inline-block;
    height: 100%;
    margin:0 !important;
    
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.topNav li{
	list-style:none;
	position:relative;
	padding:0 30px;
	/* height:100%; */
	float:left;
    line-height: 39px;
    cursor:pointer;
    margin-bottom:5px;
}
.topNav li:after{
	position:absolute;
	bottom:-10px;
	left:50%;
	margin-left:-15px;
	
	content:'';
	width:30px;
	height:3px;
	background:#07c160;
	
	display:none;
}
.topNav li.active{
	color:#07c160;
}
.topNav li.active:after{
	display:block;
}
/*头部中间end*/

/*主题导航start*/
.navBox{
	position:
	relative;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	min-height: 67px;padding:10px 0;
	flex:1;
	text-align:
	center;
	background-color: #f7f7f7;
}
.onelevel{
	display:
	inline-block;
	overflow:
	hidden;
	margin:0 auto;
	vertical-align: bottom;
}
.onelevel li{
	list-style:
	none;
	float:
	left;
	padding: 8px 20px;
    border-radius:5px;
    color:#999;
	background: white;
	cursor:pointer;
	margin: 2px 5px 5px 5px;
	margin-top: 2px;
	moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:
	none;
}
.onelevel li.active{
	color:#fff;
	background:#07c160;
}
/*主题导航end*/

/*内容区start*/
.infoCon{
	/* max-width: 1050px; */
	max-width: 1280px;
	margin: 0 auto;
	overflow:hidden;
}
.info_left{
	position: fixed;
	float:left;
	width: 280px;
	padding: 20px 0 40px 30px;
	box-sizing: border-box;
	background: #fcfcfc;
	overflow-y:auto;
	background: #fff;
	margin-right: 10px;
	border-right: 10px solid #f4f7fb;
}
.info_right{
	position: relative;
	float:right;
	padding:20px 20px 20px 20px;
	box-sizing: border-box;
	width: calc(100% - 280px);
	background: #fff;
	border-radius: 10px solid #ddd;
}
.info_right div{
	
}

.info_right_cz{
	overflow:hidden;
	margin-bottom:10px;
	
	moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.content{
	/* max-width:680px; */
	max-width:950px;
	margin:0 auto;
}
.shareUrlBtn,
.editTextBtn{
	display: inline-block;
    border-radius: 100px;
    color: #fff;
    background: #07c160;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    padding:3.5px 15px;
    margin-left:15px;
}

.content img {
    vertical-align: unset;
    margin-top: 6px;
}
/*内容区end*/

/*左侧start*/

.info_left_cz{
	overflow:hidden;
	margin-bottom:10px;
	
	moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.editGroupBtn{
	float:right;
	margin-right:20px;
	/* position: absolute; */
    /* top: 20px; */
    /* right: 20px; */
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    color: #fff;
    background: #07c160;
    text-align: center;
    line-height: 24px;
    font-size: 25px;
    
    cursor:pointer;
    
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

.edit_topNav_btn{
	display: inline-block;
	position: relative;
    top: -18px;
    /* right: 20px; */
    width: 25px;
    height: 25px;
    border-radius: 100px;
    color: #fff;
    background: #07c160;
    text-align: center;
    line-height: 24px;
    font-size: 25px;

    cursor: pointer;
}

.edit_onelevel_btn{
	vertical-align: super;
	display: inline-block;
	/* position: relative; */
	/* top: -26%; */
	/* left: 15px; */
	width: 25px;
	height: 25px;
	border-radius: 100px;
	color: #fff;
	background: #07c160;
	text-align: center;
	line-height: 24px;
	font-size: 25px;
	cursor: pointer;
}
/*左侧end*/

/*目录列表start*/
.listUl{
	font-size: 15px;
	padding-bottom:150px;
}
.mobileCss .listUl{
	padding-bottom:0;
}
.listUl li{
	list-style:none;
}
.listTip{
	display:flex;
	padding:12px 5px 12px 0;
	font-weight: 700;
    position: relative;
    border-bottom: 1px solid #EEE;
}
.listTip span{
	flex:1;
}
.listTip i{
    color:#d2d2d2;
}
.open .listTip i{
    transform:rotate(-90deg);
}

.listSon{
	display:none;
}
.open .listSon{
	display:block;
}
.listSon .sonLi{
	padding:15px 5px 15px 20px;
	display:flex;
}
.listSon .sonLi .sonImg{
	display:inline-block;
	max-width:27px;
	height:27px;
	border-radius:3px;
	margin-right: 3px;
	overflow:hidden;
}
.listSon .sonLi .sonImg img{
	width:100%;
	border-radius:3px;
}
.listSon .sonLi span{
	flex:1;
	padding-top: 2px;
}
.listSon .sonLi.active{
	color: #00c250;
    background: #f2f2f2;
    border-right: 5px solid #00c250;
}
/*目录列表end*/


/*图片弹窗start*/
.cloudImagePageView {
    top: 62px !important;
}
.addCloudImgView {
    top: 62px !important;
}
/*图片弹窗end*/

.menuBtn{
	display: inline-block;
    display:none;
    
    position: absolute;
    top: 15px;
    right: 20px;
}
.hideItem_span{
	display: none;
    border: 1px solid #ff9800;
    border-radius: 5px;
    padding: 3px 18px;
    color: #fff;
    background: #ff9800;
}
.showItem_span{
	display: none;
	color: #ff9800;
	margin-top: -5px;
}
.showItem_span i{
	font-size:30px;
}

.hideItem .hideItem_span{
	display:block;
}
.showItem .showItem_span{
	display:block;
}

/*查看大图start*/
#bigImgView{
	position:fixed;
	top:0;
	left:0;
	z-index: 2;
	width:100%;
	height:100%;
	display:none;
}
.bigImgInfo{
	width: 100%;
	height: 100%;
	overflow:hidden;
	position: relative;
	z-index: 2;
	padding: 8%;
	box-sizing: border-box;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bigImgSrc{
	max-width:unset;
	flex-shrink:0;
	border-radius:8px;
	touch-action:none;
	cursor:grab;
	/* max-width:70%; */
}
.bigImgSrc:active{
	cursor:grabbing;
}
.bigImgBg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
}

.bigImgInfo{
	position:relative;
}
#bigImgClose{
	position: absolute;
    top: 80px;
    right: 70px;
}
#bigImgClose i{
	color:#fff;
	font-size:40px;
}
.bigImgArrow{
	position:absolute;
	top:50%;
	margin-top:-30px;
	z-index:3;
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	border-radius:50%;
	background:rgba(0,0,0,0.5);
	cursor:pointer;
	display:none;
	transition:background 0.2s;
}
.bigImgArrow:hover{
	background:rgba(0,0,0,0.8);
}
.bigImgArrow i{
	color:#fff;
	font-size:30px;
}
#bigImgPrev{
	left:40px;
}
#bigImgNext{
	right:40px;
}
/*查看大图end*/

/*视频start*/
.videoItem{
	display:block;
	position:relative;
}
.videoItem video{
	width:100% !important;
}
.videoItem::after{
	content: "";
	display:inline-block;
	width:50px;
	height:50px;
	margin-left:-25px;
	margin-top:-25px;
	border:1px solid #ddd;
	border-radius:100%;
	background:rgba(0,0,0,0.5);
	
	position:absolute;
	top:50%;
	left:50%;
}
.videoItem::before{
	content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-left: -4px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0px;
    height: 0px;
    
    border-top: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid white;
    z-index: 2;
}
.videoItemIcon_no::after{
	display:none;
}
.videoItemIcon_no::before{
	display:none;
}
/*视频end*/

/*手机模式start*/
.mobileCss .headCon{
	display: block;
	padding: 10px 15px;
	padding-bottom:0;
	min-height:60px;
}
.mobileCss .topNav{
	margin-top:5px !important;
	width: 100% !important;
}
.mobileCss .topNav li:after{
	bottom: -2px;
}
.mobileCss .edit_topNav_btn,
.mobileCss .edit_onelevel_btn,
.mobileCss .editGroupBtn,
.mobileCss .searchBox,
.mobileCss .info_left_cz,
.mobileCss .editTextBtn{
	display: none;
}
.mobileCss .navBox{
	padding: 10px 15px;
}
.mobileCss .onelevel li{
	padding: 5px 10px;
}
.mobileCss .topNav li{
	padding: 0 15px;
}
.mobileCss .info_left{
	position: unset;
    width: calc(100% - 20px);
    height: auto;
    padding: 10px 15px;
    margin: 10px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 10px;
}
.mobileCss .info_right{
	width:100%;
	padding-top: 10px;
	/* border-top: 15px solid #f2f2f2; */
}
.mobileCss .menuBtn{
	display:block;
}
.mobileCss #bigImgClose{
	top:10px;
	right:10px;
	font-size:20px;
}
.mobileCss #bigImgClose i{
	font-size:25px;
}
.mobileCss .bigImgArrow{
	width:40px;
	height:40px;
	line-height:40px;
	margin-top:-20px;
}
.mobileCss .bigImgArrow i{
	font-size:22px;
}
.mobileCss #bigImgPrev{
	left:10px;
}
.mobileCss #bigImgNext{
	right:10px;
}
/*手机模式end*/

