@charset "utf-8";
/* CSS Document */

 /*警告信息_配合strong和p使用*/
.alert { margin-bottom: 5px; padding: 5px 35px; padding-right: 25px; border: 1px solid transparent; line-height: 25px; text-shadow: 0 1px 0 rgba(255,255,255,0.5); border-radius: 4px; display: block; position: relative; }
.alert:before { left: 10px; top: 7px; position: absolute; }
.alert a { color: #379bec; }
.alert a:hover { text-decoration: underline; }
.alert p { text-indent: 2em; }
.alert .close { display: none; font-style: normal; top: 5px; right: 10px; position: absolute; }
.alert .close:hover { color: red; cursor: pointer; }
.alert .close:before { content: "×"; font-weight: bold; }
.alert:hover .close { display: block; }
.alert.error { color: #b94a48; background: #f2dede; border-color: #eed3d7; }
.alert.error:before { content: "×"; font: bold 22px/22px helvetica; }
.alert.info {color: #3a87ad; background: #d9edf7; border-color: #bce8f1; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow:ellipsis;}
.alert.info:before { content: "i"; font: bold 12px/18px "宋体"; background: #72B8DA; color: #d9edf7; left: 8px; top: 8px; text-align: center; width: 18px; height: 18px; border-radius: 50%; }
.alert.success { color: #468847; background: #dff0d8; border-color: #d6e9c6; }
.alert.success:before { content: "√"; font: bold 16px/24px '微软雅黑'; }
.alert.warning { background: #F5C3C1; color: #BD0704; border-color: #EFA2A0; }
.alert.warning:before { content: "！"; text-indent: 6px; font: normal 12px/18px '宋体'; background: #b94a48; color: #f5b3b0; left: 8px; top: 9px; text-align: center; width: 18px; height: 18px; border-radius: 50%; }


/*会议列表*/
.meetBox ul.nav{
	border-radius:3px;
	overflow:hidden;
	padding:8px;
	letter-spacing:1px;
	background: linear-gradient(to bottom,#E7F0FD, #fff);
	border-bottom:1px solid #efefef;
}
.meetBox ul.nav li{
	float:left;
	width:100%;
	text-align:center;
}

.filter_wrapper{margin:2px auto; padding:3px; border:1px solid #efefef; border-radius:5px;}
.filter_wrapper .filter{border-bottom:dashed 1px #cfcfcf; padding-right:10px; font-size:12px;}
.filter_wrapper .filter:first-child,.filter:last-child{border:none;}
.filter_wrapper .area{overflow: hidden;height:40px;}
.filter_wrapper .filter h3{margin:0 15px;}
.filter_wrapper .filter ul{margin:5px 20px;width:100%;}
.filter_wrapper .filter ul>li{float:left;padding:5px 10px;}
.filter_wrapper .filter ul>li>a{color:#1270A2;font-weight:600;}
.filter_wrapper .filter ul>li> i{color:red;font-weight:bold; font-style:normal}
.filter_wrapper .filter input.search{width:50%;height:27px;text-indent:0.5em;}
.filter_wrapper .filter #btnSearch{padding:5px 10px;}
.filter_wrapper .filter ul>li>strong{background:#D5E2FF;padding:5px 6px;}
.filter_wrapper .filter ul>li>a.selected{color:#1270a2;background:#D5E2FF;padding:5px;}
.articles .settop{background:url("/images/icon/settop.png") no-repeat;background-size:60px 60px;}
.articles .settop .view{display:none;}

.summary {border-left: 3px solid #3bb0db;background: #ECF7FF;}
.summary {padding: 5px 10px;margin-bottom: 5px;border-radius: 3px;}


.meet-con-title {
	background: linear-gradient(180deg, #6BBDF0 0%, #359AF0 100%);
	border-radius: 6px 0 6px 0;
	color: #fff;
	margin-bottom: 9px;
	display: inline-block;
	padding: 0 8px;
	font-size: 12px;
	line-height: 22px;
}

/*会议列表*/
.meets-list{background-color:#FFF;}
.meets-list li {padding: 0 0 15px 10px; border-bottom: 1px dotted #ccc; position: relative; overflow: hidden; letter-spacing:1px; font-size:14px;} 
.meets-list li h3{margin:10px 5px; font-weight:700;}
.meets-list li h3 a {color: #c00; font-family: "微软雅黑"; }
.meets-list li h3 a:hover { text-decoration: underline; }
.meets-list li span{color:#999;}

/*展开*/
.expanded {
  max-height: none !important; /* 取消最大高度限制，显示全部文本 */
  -webkit-line-clamp: initial !important;
}


/*详情*/
.meetBox h3{text-align:center; letter-spacing:1px; color:#CC3300;font-size:18px; margin:2px 0; font-weight:700;}
.meetBox div.tou{padding:5px 10px 10px 10px;}
.meetBox div.tou dd{
	float:left;
	margin-right:8px;
}

.meetBox div.tou p{
	line-height:20px;
	padding:8px 0 0 0;
} 
.meetBox div.tou p b{
	color:#333;
	padding-left:1px;
}

.meetBox div.tou img{width:3.5rem; height:3.5rem; border-radius:50%; vertical-align:middle; border:1px solid #efefef; margin-top:1px;}
.meetBox div.tou img.vip{width:15px; height:15px; position:relative; margin:0; border:0;}
 

.meetBox .sub{
	letter-spacing:1px;
	word-break:break-all;
	background-color:#FBFDFF;
	padding:10px;
}
.meetBox .sub a{color:#337FE5;}
.meetBox .sub p{margin:3px 0;}
.meetBox .sub img{
	width:auto;
	margin:5px;
	max-width:90%;
	border-radius:5px;
	vertical-align:bottom;
}

.meetBox .date{
	text-align:center;
	width:100%;
	padding:0;
	margin:20px 0;
}
.meetBox .date dd{
	display:inline-block;
	/*padding:2px;*/
	font-size:14px;
	border:1px solid #CCC;
	border-radius:5px;
	margin:0 1%;
	width:21%;
}
 
.meet-summary{border-left: 3px solid #3bb0db;background: #ECF7FF;border-radius:5px; padding:10px;}
.meet-summary p{ line-height:30px;margin:0; font-size:14px; letter-spacing:1px;}
.meet-summary span{color:#999;} 

/*发布会议*/
.btn-public{
	width: 80px;
	background: #0090ff;
	border-radius:6px;
	color: #fff !important;
	letter-spacing: .02rem;
	box-shadow: 0 0 .15rem rgba(0,0,0,.2); 
	border:1px solid #CCC;
	cursor:pointer;
	padding:8px 10px;
}
.btn-public:hover{ background:#0E4ACD;} 




/*主页+我的会议*/
.meetor-tabs{width:100%; background-color:#FFF; padding-top:10px; border-radius:10px 10px 0 0;overflow:hidden;}
.meetor-tabs table{padding:5px 10px;margin:-10px 0 10px 0; width:100%; font-size:14px; color:#999; border-bottom:1px dashed #efefef;}
.meetor-tabs table a{ color:#06F; text-decoration:underline; margin:0 3px;}
.meetor-tabs table a.current{color:#F00;}

.meet-tabs{height:40px; border-bottom:1px solid #f0f0f0; padding-left:1px;}
.meet-tabs a{display:block;float:left; width:20%;color:#fff;text-align:center;background:#ccc;line-height:40px;font-size:16px;text-decoration:none; margin-right:3px;border-radius:5px 5px 0px 0px; cursor:pointer;}
.meet-tabs a.active{color:#fff;background:#FFC559; border-radius:5px 5px 0px 0px;}  

.meet-tabs2-a{margin-left:10px !important;}
.meet-tabs2 a{display:block;float:left; padding:0 8px;color:#fff;text-align:center;background:#ccc;line-height:40px;font-size:16px;text-decoration:none; margin:0 0 1px 5px;border-radius:5px 5px 0px 0px; cursor:pointer;}
.meet-tabs2 a.active{color:#fff;background:#FFC559; border-radius:5px 5px 0px 0px;}  	 
.meet-tabs2-account{background-color:#4784F9;padding:0 3px; position:relative; top:-10px; border-radius:0 0 0 10px; font-size:12px; float:right;}
.meet-tabs2-account a{color:#FFF;}
  
.tabC-msg{text-indent:0 !important;}
.tabC-msg>div>dt{width:80%;float:left; margin:5px 0;text-align:left; padding:0;}
.tabC-msg>div>dt>a{margin:3px;padding:3px; border-bottom:1px dashed #CCC;}
.tabC-msg>div>dt>a.active{margin:3px;padding:3px; border-bottom:1px dashed #FFA500; color:#FFA500;}

.tabC-msg dd{width:20%;float:left; padding:0; text-align:right;margin:5px 0;}
.tabC-msg dd a{color:#009900; margin:0;}

/*主页点评*/
.meet-comment .time{padding:0 5px !important;}
.meet-comment .txt{ line-height:1.4rem; text-indent:16px; letter-spacing:1px; color:#666;}
.meet-comment .imglist img{width:100%; height:80px; max-width:28%; float:left; margin:5px;}
.meet-comment .star{display: flex;}
.meet-comment .star span{width:1rem;height:1rem;margin:.4rem 0 0 .4rem;background: url(/images/star.png) center center no-repeat;background-size: 100%;cursor: pointer;}
.meet-comment .star span.on{background-image: url(/images/star-active.png);}
.meet-comment .star def{margin-left:1rem;} 


.introBox{background-color:#FFF; padding:10px; letter-spacing:1px; text-indent:24px; font-size:16px; line-height:30px;}

/*留言咨询*/
.msgBox{background-color:#FFF; padding:0 10px 10px 10px; letter-spacing:1px; text-indent:24px; font-size:14px; line-height:30px;}
.msgBox p.btnMsg{float:right; margin:3px 0;}
.msgBox p.btnMsg a{color:#009900}
.msglist table{margin:1px 0 10px 0; width:100%;}
.msglist table td{padding:5px;}
.msglist table td img{ border-radius:5px; margin-top:10px;}
.msglist table td>a{color:#999;}
.msglist table td.css ul{margin-top:10px; padding:0;}
.msglist table td.css ul li{ border-top:1px dashed #CCC; color:#666; margin:3px 0; padding:3px 0;}
.msglist table td.css ul li p{line-height:24px; padding:0; margin:0;}
.msglist table td.css ul li p a{margin:0 10px; text-align:center;}
.msglist table td.css ul li p span.shuo{color:#999} 
.msglist>table{border:1px solid #efefef;}


/*用户资料*/
.userinfo ul {width:100%;}
.userinfo ul li {background: #fff;margin-bottom:2px; padding:10px;}
.userinfo ul li span{ color:#999;}
.userinfo .tou img{ max-height:5rem;} 
.userinfo ul li input{height:30px; margin-left:0;background-color:#FFF; border-radius:5px; text-align:center;border:1px solid #ccc;}
.userinfo ul li select{height:30px; background-color:#FFF; border-radius:5px;border:1px solid #ccc;}

.userinfo .sub {
	padding:0;
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
	height: auto;
	margin-bottom:10px;
}
.userinfo .sub textarea {
	width: 100%;
	height: auto;
	border: 0;
	outline: none;
}
.userinfo .btn {
	overflow: hidden;
}
.userinfo .btn p{ text-align:right; margin:3px; font-size:12px;}
.userinfo .btn a {
	background: #3F82ED;
	color: #fff;
	display: block;
	height: 40px;
	line-height: 40px;
	letter-spacing: 1px;
	font-size: 14px;
	border-radius: 5px;
	text-align: center;
	margin-bottom:10px;
}
.userinfo .btn a.w40{width:40%; float:left; margin:0 20px;}


/*图片上传*/
.userimg{background-color:#fff; margin-bottom:1px; padding:10px 10px 10px 20px;}
.userimg img{ max-height:80px; max-width:106px;}
.img_box ul li{
	float: left;
	width:20%;
	position:relative;
	cursor: pointer;
	padding-right:20px;
}
 

.img_box ul{
	overflow:hidden;
}
 
.img_box ul .add_btn{
	border:1px solid #e5e5e5;
	background: url(/images/add.png) no-repeat 50% 50%;
	cursor: pointer;
	border-radius: 3px;
	padding:70px;
}

.img_box ul .del{
	position:absolute;
	width: 20px;
    height: 20px;
    line-height: 15px;
	text-align: center;
	font-size:1.5em;
	background: rgba(0,0,0, .5);
	color: #fff;
	font-style: inherit;
	cursor: pointer;
} 

/*申请*/
.meet-step{ line-height:30px; letter-spacing:1px;}
.meet-step label {
  display: flex;
  align-items: center;
}
 
.meet-step label span {
  margin-left: 5px; /* 可以调整这个值来增加或减少文字和checkbox之间的距离 */
}
.meet-step textarea{padding:5px;}
.meet-step .stepsubmit {
	color: #fff;
	display: block;
	height: 40px;
	line-height: 40px;
	letter-spacing: 1px;
	font-size: 14px;
	border-radius: 5px;
	text-align: center;
	margin:3px auto;
	width:100%;
	margin-top:20px;
	background: #3F82ED;
}

.meet-step .stepsubmit.disabled {
	background: #808080;
}