body {
	background: #f2f3f4;
	/* height: 100%;
	overflow: hidden; */

}

.main-header {
	width: 100%;
	/*padding: 17px;*/
	background: #FFFFFF;
	position: fixed;
	top: 0;
	z-index: 99999;
	border-bottom: 1px solid #F2F3F4;
}

.main-header .container {}

.main-header-left {
	float: left;
	display: flex;
	align-items: center;
	/* justify-content: center; */
}

.main-header-left img {
	width: 28px;
}

.main-header-left span {
	font-size: 20px;
	font-weight: 600;
	margin-left: 11px;
}

.main-header-right {
	float: right;
}

.myselfcolor {
	color: #4f8bee;
}


.main-header-right>ul {
	display: flex;
	align-items: center;
}

.searchiniput {
	position: absolute;
	right: 12px;
	top: 10px;
}

.navbar-nav>li>a {
	padding: 0;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
	text-decoration: none;
	background-color: #fff;
}

.navbar-nav>li>.dropdown-menu {
	position: absolute;
	right: 0;
	left: auto;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	padding: 1px 0 0 0;
	border-top-width: 0;
	width: 280px;
	box-shadow: none;
	border-color: #eee;
}

.navbar-nav>li {
	position: relative;
}

.user-menu .user-image {
	float: left;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	margin-right: 10px;
	margin-top: -2px;
}

.user-menu>.dropdown-menu>li.user-header {
	height: 175px;
	padding: 10px;
	text-align: center;
}

.user-menu>.dropdown-menu>li.user-header>img {
	z-index: 5;
	height: 90px;
	width: 90px;
	border: 3px solid;
	border-color: transparent;
	border-color: rgba(255, 255, 255, 0.2);
}

.user-menu>.dropdown-menu>li.user-header>p {
	z-index: 5;
	color: #fff;
	color: rgba(255, 255, 255, 0.8);
	font-size: 17px;
	margin-top: 10px;
	color: #000;
}

.user-menu>.dropdown-menu>.user-footer .btn-default {
	color: #666666;
}

.user-menu>.dropdown-menu>li.user-header>p>small {
	display: block;
	font-size: 12px;
}

.user-menu>.dropdown-menu>.user-footer {
	background-color: #f9f9f9;
	padding: 10px;
}

.username {
	color: #333;
	font-size: 13px;
	font-weight: 600;
}

.main-header .messagenum {
	position: absolute;
	top: -5px;
	right: -6px;
	text-align: center;
	font-size: 9px;
	padding: 2px 3px;
	line-height: .9;
	background-color: #fd751b !important;
}

.main-header-right .navbar-nav>li {
	margin-left: 20px;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>div>img {
	margin: auto 10px auto auto;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	vertical-align: middle;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4 {
	padding: 0;
	margin: 0 0 0 45px;
	color: #444444;
	font-size: 15px;
	position: relative;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>p {
	margin: 0 0 0 45px;
	font-size: 12px;
	color: #888888;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4>small {
	color: #999999;
	font-size: 10px;
	position: absolute;
	top: 0;
	right: 0;
	font-weight: 400;
	line-height: 1;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu,
.navbar-nav>.messages-menu>.dropdown-menu>li .menu,
.navbar-nav>.tasks-menu>.dropdown-menu>li .menu {
	max-height: 200px;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow-x: hidden;
}

.message-li-d {
	display: block;
	padding: 0 10px;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a {
	margin: 0;
	padding: 10px 10px;
	display: block;
	white-space: nowrap;
	border-bottom: 1px solid #f4f4f4;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li.header,
.navbar-nav>.messages-menu>.dropdown-menu>li.header,
.navbar-nav>.tasks-menu>.dropdown-menu>li.header {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	background-color: #ffffff;
	padding: 7px 10px;
	border-bottom: 1px solid #f4f4f4;
	color: #444444;
	font-size: 14px;
}

.body-left {
	/*width: 180px;*/
	min-height: 500px;
	background: #FFFFff;
}

.body-right {
	flex: 1;
	background: #fff;
	margin-left: 20px;
	min-height: 500px;

}

.container-body {
	margin-top: 20px;
	display: flex;
	overflow-x: hidden;
	overflow-y: auto;

}

.wrapper {
	height: 100%;

	position: relative;

	/* overflow: scroll; */
}

.nav-header.collapsed>span.glyphicon-chevron-toggle:before {
	content: "\e252";
	color: #999999;
}

.nav-header>span.glyphicon-chevron-toggle:before {
	content: "\e253";
	color: #999999;
}

.secondmenu a {
	font-size: 12px;
	color: #4A515B;
	text-align: center;
}

.secondmenu li.active {
	background-color: #eee;
	border-color: #428bca;
	border-left: 5px solid #337ab7;
	background: #eaf4fd;
}

.secondmenu li a {
	font-size: 16px;
	padding: 13px 0;
}

.nav-tabs>li>a {
	margin-right: 0px;
	border: none
}

.nav>li>a:focus {
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0);
}

.nav-tabs {
	border: none;
}

.navlefttopimg {
	width: 19px;
	margin-right: 0px;
}

.navlefttoptext {
	font-size: 18px;
	color: #000000;
	font-weight: 400;
}

.navlefttop {
	display: flex !important;
	align-items: center;
	justify-content: space-around;

}

.searchiniputcont i {
	cursor: pointer;
}


/*鏂囩珷*/
.artivle-navtop {
	border-bottom: 1px solid #eeeeee;
	margin-top: 15px;
}

.artivle-navtop a {
	font-size: 18px;
	color: #333333;
	background: none !important;
	padding: 10px 25px !important;
	font-weight: bold;
	/* font-weight: 600; */
}

.artivle-navtop .active a {
	color: #337ab7 !important;
	font-weight: bold;
}

.artivle-navtop-firstli {
	margin-left: 14px;
}

.artivle-navtop li {
	position: relative;
}

.artivle-navtop li.active:after {
	content: "";
	width: 40px;
	height: 2px;
	background: #337ab7;
	position: absolute;
	left: 50%;
	bottom: -0px;
	margin-left: -20px;


}

.artivle-lefttop a {
	font-size: 16px;
	color: #406599;
	font-weight: 550;
	padding: 10px 7.5px !important;
}

.artivle-navtop-lastli {
	margin-right: 35px;
}

.artivle-body {
	margin: 0 42px 0 39px;
}

.artivle-top-input {
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #eeeeee;
	padding: 22px 18px;
	box-shadow: none;
	font-size: 22px;
	height: auto;
}

.artivle-top-inputbody {
	margin-top: 18px;
	position: relative;
}

.artivle-top-inputbody .text {
	position: absolute;
	right: 20px;
	font-size: 18px;
	color: #999999;
	top: 30px;
}

.wzpageleft {
	position: relative;
	width: 150px;
	float: left;
	margin: 20px 0;
	cursor: pointer;
}

.wzpageleft input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.wzpageleft img {
	width: 100%;
	height: 100px;
	cursor: pointer;
}

.wzpageright span {
	border: 1px solid #eaeaea;
	display: inline-block;
	padding: 5px 15px;
	border-radius: 3px;
	background: #f9f9f9;
	margin-bottom: 5px;
	cursor: pointer;
	color: #333333;
	font-size: 14px;
}

.wzpageright {
	margin: 20px 0;
	float: left;
}

.artivle-foot {
	margin: 0 18px;
	border-top: 1px solid #eeeeee;
}

.artivle-foot .col-sm-2 {
	text-align: left;
}

.artivle-foot label.left {
	font-weight: normal;
	font-size: 18px;
	color: #999999;
}

.artivle-foot .radio-inline {
	margin-right: 20px;
}

.wzpageright-text {
	margin-top: 20px;

}

.artivle-foot .whlogo-span {
	position: relative;
}

.artivle-foot .whlogo-span span {
	position: absolute;
	left: 30px;
	top: -5px;
	width: max-content;
	background: rgba(0, 0, 0, 0.1);
	padding: 3px 10px;
	border-radius: 3px;
	display: none;
    font-weight: normal;
}

.artivle-foot .whlogo-span:hover span {
	display: block;
}

.artivle-foot .whlogo {
	width: 15px;
	margin-top: -5px;
	margin-left: 10px;
}

.artivle-foot .putinput {
	width: 100px;
	background: #f9f9f9;
}

.artivle-foot .myselfbtn {
	background: #f9f9f9;
}

.artivle-foot .myselfbtnclose {
	font-size: 10px;
	color: #999999;
	background: #f9f9f9;
}

.myself-btn-group {
	margin-right: 15px;
}

.artivle-foot-btn {
	margin-top: 44px;
	border-top: 1px solid #eeeeee;
	padding: 30px 0;
}

.artivle-send-btn {
	background: #f9f9f9;
	border-radius: 3px;
	padding: 8px 18px;
	margin-left: 10px;
}

.artivle-send-btn.btn-primary {
	background: #337ab7;
	border: 1px solid #337ab7;
}

.articimg3 .wzpageleft {
	margin-right: 20px;
}

.articimg3 .wzpageright {
	padding-left: 0px !important;

}

.articimg3 .wzpageright-text {
	margin-top: 5px;
}

.articimg3 .wzpageleft {
	margin-bottom: 0;
}

.articimg3 .wzpageright {
	margin-top: 10px;
}

.artivle-body-imgsbtn {
	padding: 12px 41px;
	font-size: 18px;
	color: #fff;
	border-radius: 5px;
	margin: 78px auto 0 auto;
	display: block;
}

.artivle-body-imgsbtnp {
	font-size: 14px;
	color: #999999;
	padding: 20px 0;
	text-align: center;
}

.artivle-body-imgs-message {
	margin-top: 70px;
	background: #fbfcfc;
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	padding: 26px 30px;
}

.artivle-body-imgs-message p {
	font-size: 16px;
	color: #999999;
}

.artivle-body-imgs-message p span {
	font-size: 16px;
	color: #f85959;
}


.artivle-body-video {
	margin: 50px 0px 44px;
	background: #122B40;
	height: 481px;

} 
.artivle-body-videocont {
	margin: 0 63px 0 58px;
}

.videocontrol-top {
	margin-bottom: 34px;
}

.videocontrol-top span {
	font-size: 16px;
	color: #999999;
	position: relative;
	top: 16px;
}

.artivle-body-videobtn {
	padding: 10px 42px;
	font-size: 16px;
}

.artivle-body-videocontrol label.left {
	font-weight: normal;
	font-size: 18px;
	color: #999999;
}

.artivle-body-videocontrol .col-sm-2 {
	text-align: left;
}

.artivle-body-videocontrol .putinput {
	width: 100px;
	background: #f9f9f9;
}

.artivle-body-videocontrol .myselfbtn {
	background: #f9f9f9;
}

.artivle-body-videocontrol .myselfbtnclose {
	font-size: 10px;
	color: #999999;
	background: #f9f9f9;
}

.artivle-body-videocontrol .whlogo-span {
	position: relative;
}

.artivle-body-videocontrol .whlogo-span span {
	position: absolute;
	left: 30px;
	top: -5px;
	width: max-content;
	background: rgba(0, 0, 0, 0.1);
	padding: 3px 10px;
	border-radius: 3px;
	display: none;
    font-weight: normal;
}

.artivle-body-videocontrol .whlogo-span:hover span {
	display: block;
}

.artivle-body-videocontrol .whlogo {
	width: 15px;
	margin-top: -5px;
	margin-left: 10px;
}

.artivle-bodyvideo-input {
	position: relative;
}

.artivle-bodyvideo-input span.num {
	position: absolute;
	top: 6px;
	right: 20px;
	font-size: 14px;
	color: #999999;
}

.form-group {
	margin-bottom: 30px;
}


.tc-imgs-check {
	position: relative;
	width: 125px;
	height: 125px;
	border: 2px solid #f8f8f8;
	text-align: center;
	cursor: pointer;
}

.tc-imgs-check span {
	font-size: 46px;
	line-height: 125px;
	color: #e8e8e8;

}

.tc-imgs-check input {
	position: absolute;
	/*width: 100%;
	height: 100%;*/
	width: 82px;
	height: 36px;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 1000;

}

.modal-footer {
	position: relative;
}

.tc-imgs-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.tc-imgs-list .img {
	width: 125px;
	height: 125px;
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
	display: inline-block;
	position:relative;
}

.tc-imgs-list .img img {
	width: 100%;
	overflow: hidden;
}

.tc-imgs-p {
	text-align: center;
	font-size: 14px;
	color: #000;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 25px;
}

.tc-imgs-modal-footer {
	text-align: center;
	border: none;
	padding: 20px 0;
	margin: 0 auto;
	width: 100%;
}

.tc-imgs-modal-footer .btn {
	font-size: 14px;
	padding: 10px 40px;
	border-radius: 2px;
}

.tc-imgs-modal-footer .btn-default {
	background: #f9f9f9;
}

.tc-imgs-modal-footer .btn-primary {
	background: #337ab7;
	border: none;
	border: 1px solid #337ab7;
}
 
.upload-video{background:#fbfbfb;width:90%;height: 300px;padding:20px 0 0 20px ;margin:0px auto  0;position: relative;}
 
.select-btn {
    /*position: relative; */
    display: inline-block;
	float: left;
    /*background: #D0EEFF;*/
    /*border: 1px solid #99D3F5;*/
    border-radius: 4px;
    /*padding: 4px 12px;*/
	margin-right: 10px;
    overflow: hidden;
    color: #1E88C7;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
    margin-bottom: 13px;
}
.select-btn input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
     cursor: pointer;
}
.select-btn:hover {
    /*background: #AADFFD;*/
    /*border-color: #78C3F3;*/
    color: #004974;
    text-decoration: none;
    cursor: pointer;
}
.upload-video .item{}
.upload-video .item .info{margin: 0;}
.upload-video .item .state{margin: 10px 0;}
.upload-video h2{color: #999999;font-size: 16px;margin: 0;position: absolute;bottom: 30px;left: 80px; text-align: center;}
.tc-imgs-list p{color: #999999;font-size: 12px;margin: 10px auto;}

/*.scroll-Bar{background:#fbfbfb;/*width:530px;height:255px;padding:80px 40px 0 40px;margin:40px auto  0;border:1px solid#efefef;}*/
.scroll-Bar{margin-top: 30px;height: 8px;}
.scroll-Bar h2{font-size: 16px;color: #000000; margin-bottom: 20px;}
.scroll-Bar .bars{margin-right:30px;float:left;display:inline-block;width: 80%;height: 5px;background: #dadcdd;position: relative;overflow: hidden;}
.scroll-Bar .bars .bar{background:#b4b4b4;height: 5px;position: absolute;left: 0;top: 0;z-index: 10;}
.scroll-Bar span{color: #000;float: left;display: inline-block;line-height: 0;}
.blue {
	color: #337ab7;
}

.artiv-bqinput input {
	margin-bottom: 10px;
}

.artiv-bqinput-ms {
	margin-top: 10px;
	font-size: 14px;
}

.imgs-checkinglist{
	background: #fbfcfc;
	margin: 20px 0;
	
}

.imgs-checkinglist-img {
	width: 100%;
}

.imgs-checkinglist textarea {
	width: 100%;
	height: 85px;
	padding: 7px 17px;
	border: 1px solid #e8e8e8;
}
.imgs-checkinglist .left{
	width: 13%;
	float: left;
	height: 85px;
	overflow: hidden;
	position: relative;
}

.imgs-checkinglist .zhong{
	width: 69%;
	float: left;
	margin: 0 20px;
}
.imgs-checkinglist .right{
	width: 13%;
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
	height: 85px;
}
.imgs-checkinglist .right img{
	cursor: pointer;
}
.imgs-checkinglistcont{
	padding: 15px 18px;
	border-bottom: 1px solid #f1f1f1;
	
}
.artiv-bqbtn{margin-top: 20px;}
@media (min-width: 368px) {
	.container {
		width: 100%;
		padding-right: 0px;
		padding-left: 0px;
	}

	.main-header-left {
		float: none;
		text-align: center;
		justify-content: center;
	}

	.main-header-left img {
		display: none;
	}

	.main-header-right {
		position: absolute;
		top: 15px;
		right: 30px;
	}

	.body-right {
		margin-left: 0px;

	}

	.body-left {
		position: absolute;
		left: -180px;
		transition: all 0.5s ease-in-out;
		z-index: 9999;
		top: 60px;
		background: #f2f3f4;
		z-index: 333;
		min-height: 748px;
	}

	.mobile-btn {
		width: 30px;
		height: 30px;
		background: none;
		display: block;
		cursor: pointer;
		position: absolute;
		top: 20px;
		left: 20px;

	}

	.user-menu {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1200px;
		box-sizing: content-box;

	}

	.main-header-left {
		float: left;
		transition: all 0.5s ease-in-out;
		cursor: pointer;
	}

	.main-header-left img {
		display: block;
	}

	.main-header-right {
		float: right;
	}

    .body-right {
        margin-left: 20px;
    }

    .body-left {
        position: initial;
        left: -180px;
        transition: all 0.5s ease-in-out;
    }

	.mobile-btn {
		width: 50px;
		height: 50px;
		background: #1B6D85;
		display: none;

	}

	.user-menu {
		display: block !important;
	}


	/*鏂囩珷*/
	.articimg3 .wzpageright {
		padding-left: 0px !important;

	}


}


/*add new css*/
.modal-title {
    cursor: pointer;
    float: left;
    margin-right: 30px;
    display: inline-block;
}
.modal-title.cur{color: #007FFF;} 
.tc-imgs-list .imglist{overflow-x: hidden;overflow-y:scroll;height: 300px;width: 100%;}
.tc-imgs-list .imglist .img{margin-right: 40px;}
.tc-imgs-list .imglist .img:nth-child(4n){margin-right: 0;}
.label1{margin-bottom: 10px;width:100%;}
.savesuc{position: absolute;left: 35px;bottom: 60px;z-index: 1000;}
.tc-imgs-list .img .bg{position: absolute;width: 125px;height: 30px;background: #000;opacity: 0.5;left: 0;bottom: 0;z-index: 100;}
.tc-imgs-list .img h2{position: absolute;width: 125px;left: 0;bottom: 0;z-index:200;color:#FFFFFF;font-size: 16px;text-align: center;line-height: 16px;margin-bottom: 0px;min-height: 30px;word-break: break-all;background: rgba(0,0,0,0.5);}

.artivle-body-video video{
	width: 100%;
}
.topone{display:none;}
.caozuobox span{cursor: default;}

@media (min-width: 368px) {
	div .caozuobox span{cursor: default;}
}
.main-header .container{
	position: relative;
}	
/*.searchbox {
    padding: 0 10px;
    border: none;
    cursor: pointer;
    color: #999999;
    width: 200px;
    height: 30px;
    float: right;
    display: inline-block;
    margin: 10px 0;
    background: url(../img/search-btn.png)175px center no-repeat#eeeeee;
    border-radius: 4px;
    margin-right: 10px;
}*/
@media (min-width: 368px){
	.main-header-right {
		top: 20px;
	}
	.main-header-right.lessee {
		top: 0px;
	}
}
.main-header-right .navbar-nav .start_create{
	border-left: 1px solid #eee;
	padding-left:10px;
	margin-left:0px;
	cursor: pointer;
}

.container-body{
	margin-top: 82px;
}

/*瑁佸壀css*/
.backbg{
	display: none;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100000;
}
.photoCut{
	display: none;
	position: fixed;
	z-index: 100000;
	top: 5%;
	left: 20%;
	width:70%;
	padding: 2%;
	border-radius: 1%;
	background: #fff;
}
.photoCut1{
	display: none;
	position: fixed;
	z-index: 100000;
	top: 5%;
	left: 20%;
	width:70%;
	padding: 2%;
	border-radius: 1%;
	background: #fff;
}
.cutbuttons{margin: 0 auto;padding: 0;}
.btn-upload{margin-bottom: 10px;}
.btn-group-justified{width: 50%;float: left;display: inline-block;margin-right: -1px;}
.main-header-left span a:hover{text-decoration: none;color: #337ab7;}
.nav-tabs {
	background: #fff;
}

/*** left nav ***/
.nav-stacked > li{
	background:#fff;
}
div .body-left {
	background: transparent;
}
@media (min-width: 368px){
	div .body-left {background: transparent;}
}
.body-left>ul#main-nav{
	position: fixed;
	width:180px;
}
body{
	padding-top:62px;
}
body .main-header{
	position: fixed;
	top:0px;
	left:0px;
	background:#fff;
	z-index:1000;
}
div .body-left{
	width:180px;
}
div.container-body{
	margin-top:20px;
}
body{
	padding-bottom:20px;
}
.imgDel{
	position: absolute;
	right: -10px;
	top: -10px;
	background: red;
	z-index: 50;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
	color: white;
}
















