body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,div,img{
	margin: 0;
	padding: 0;
}
body,button,input,select,textarea{
	font: 14px/20px tahoma, arial, SourceHanSansCN Regular, sans-serif;
    color: #333;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
	font-size: 100%;
}
ul,ol,li{
	list-style: none;
}
a{
    text-decoration: none;
}
.main{
	background: #030303;
	/*padding-bottom: 120px;*/
}
.main .top{
	position: relative;
	width: 100%;
}
.main .top img{
	width: 100%;
}
.main .top img.logo{
	position: absolute;
	width: 60%;
	top: 20%;
	left: 50%;
	-webkit-transform:translate(-50%,0);
	transform:translate(-50%,0);
}
.main .analyst{
	width: 90%;
	margin-left: 5%;
	margin-top: -5px;
	padding-bottom: 55px;
	/*height: 200px;*/
	position: relative;
    border-radius: 5px;
	border: 1px solid #282622;
	background-color: #050505;
	
	background: url(images/analystBg.jpg) no-repeat;
	background-size:100% 100%;
    display: none;
	
	/*background-image:linear-gradient(-135deg, #424242 20px, #0f0f0f 100px);*/

}
/*.main .analyst .analystBg{
	position: absolute;
	top: 0;
	width: 100%;
	height: 200px;
	border-radius: 5px;
}*/
.main .analyst .top{
	display: inline-block;
	height: 2px;
	width: 90%;
	background: url(images/analystTopBg.jpg) no-repeat;
	background-size: 100%;
	position: absolute;
	top: -1px;
	left: 5%;
}
.main .analyst .left{
	display: inline-block;
	height: 90%;
	width: 1px;
	background: radial-gradient(#a9a08b 20%, rgba(0,0,0,0) 80%);
	position: absolute;
	left: 0;
	top: 5%;
}
.main .analyst .right{
	display: inline-block;
	height: 90%;
	width: 1px;
	background: radial-gradient(#a9a08b 20%, rgba(0,0,0,0) 80%);
	position: absolute;
	right: 0;
	top: 5%;
}
.main .analyst .bottom{
	display: inline-block;
	height: 30px;
	width: 90%;
	background: url(images/topBottom.jpg) no-repeat;
	background-size: 100%;
	position: absolute;
	bottom: 0;
	left: 5%;
}
.main .analyst .list{
	/*border: 1px solid red;*/
	position: relative;
	top: 20px;
	left: 5%;
	width: 90%;
	/*height: 140px;*/
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main .analyst .list p .topText{
	font-size: 22px;
	background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#fef5ba), to(#c7b671));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	height: 25px;
	line-height: 25px;
}
.main .analyst .list p .more{
	display: inline-block;
	text-align: right;
	color: #e3d297;
	position: absolute;
	right: 0;
}
.main .analyst .list .chunk{
	position:relative;
	width: 30%;
	float: left;
	/*border: 1px solid red;*/
	margin-top: 25px;
	text-align: center;
	color: #6d6950;
	font-size: 12px;
	margin-left: 5%;
}
.main .analyst .list .chunk:nth-child(2){
	margin-left: 0;
}
.main .analyst .list .chunk img{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 2px solid #f5e89f;
}
.main .analyst .list .chunk:after{
	content:"";
	position:absolute;
	top: 56px;
    right: 5px;
	background:url(images/vido.png) no-repeat;
	background-size:100%;
	width:20px;
	height:20px;
}
.main .analyst .list .chunk .name{
	color: #fff5b7;
	font-size: 14px;
	line-height: 25px;
}
.main .analyst .list .chunk p{
	line-height: 15px;
	width: 100%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main .outsideChain{
	width: 90%;
	margin-left: 5%;
	margin-top: 20px;
	border: 1px solid rgba(0,0,0,0);
}
.main .outsideChain a{
	display: inline-block;
	width: 100%;
}
.main .outsideChain img{
	width: 100%;
	border-radius: 3px;
}
.main .session{
	display: none;
	width: 90%;
	margin-left: 5%;
	margin-top: 20px;
	border: 1px solid rgba(0,0,0,0);
	position: relative;
}
.main .session img{
	width: 100%;
	border-radius: 3px;
}
.main .session .name{
	display: inline-block;
	position: absolute;
	top: 11%;
	left: 40%;
	width: 20%;
	text-align: center;
	font-size: 14px;
	color: #ffeeb3;
}
.main .session a.session_a{
	display: inline-block;
	width: 100%;
	position: absolute;
	bottom: 0;
	background: #c7a04a;
	font-family: initial;
	color: #030303;
	height: 30%;
    line-height: 220%;
	text-align: center;
	left: 0;
	border-radius: 0 0 3px 3px;
}
.main .session a.session_a img{
	width: 3%;
	position: relative;
	top: 5%;
}
.main .hostMeeting{
	width: 100%;
	position: relative;
	margin-top: 20px;
	background: url(images/hostBg.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 20px 0;
	
}
.main .hostMeeting .top{
	width: 15%;
    position: absolute;
    background: url(images/host.png) no-repeat;
    background-size: 100% 100%;
    left: 5%;
    height: 50px;
    top: 0px;
    text-align: center;
    font-size: 16px;
}
.main .hostMeeting .top span{
	margin-top: 20%;
	display: inline-block;
	background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#ddc381), to(#f7e8b7));
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
}
.main .hostMeeting .content{
	position: relative;
    left: 24%;
    width: 70%;
    top: 17%;
}
.main .hostMeeting .content .title{
	font-size: 20px;
	color: #f7edb1;
	 display: -webkit-box;
	 -webkit-box-orient: vertical;
	 -webkit-line-clamp: 2;
	 overflow: hidden;
	width: 95%;
	font-weight: bold;
	/*height: 25px;*/
	line-height: 26px;
}
.main .hostMeeting .content .time{
	font-size: 14px;
	color: #f7edb1;
	margin-top: 2px;
	margin-bottom: 5px;
}
.main .hostMeeting .content .ToMeeting{
	display: inline-block;
	width: 35%;
	text-align: center;;
	border-radius: 20px;
	padding: 0.8% 0;
	background-color: #c7a04a;
	font-size: 12px;
	margin-top: 5px;
	color: #000;
}
.main .viceMeeting{
	width: 90%;
	position: relative;
	margin-top: 20px;
	margin-left: 5%;
	border: 1px solid #47402f;
}
.main .viceMeeting.active{
	background: #1e1e1e;
	border: 0;
}
.main .viceMeeting .ckunkTop{
	height: 90px;
	position: relative;
}
.main .viceMeeting.active .ckunkTop{
	height: 120px;
}
.main .viceMeeting .top{
	width: 20%;
	position: absolute;
	background: url(images/divide.png) no-repeat;
	background-size: 100% 100%;
	left: 3%;
	height: 27%;
	/*top: -1px;*/
	text-align: center;
	font-size: 16px;
}
.main .viceMeeting.active .top{
	height: 20%;
}
.main .viceMeeting .top span{
	margin-top: 3%;
	font-size: 12px;
	position: relative;
	top: -14%;
	display: inline-block;
	/*background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#ddc381), to(#f7e8b7));
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;*/
	 color: #f7e8b7;
	 width: 90%;
	 text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.main .viceMeeting .content{
	position: relative;
	width: 100%;
	top: 25px;
	text-align: center;
}
.main .viceMeeting .content .title{
	font-size: 20px;
	background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff5b7), to(#f7edb1));
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
	 font-weight: bold;
	 height: 25px;
	 line-height: 27px;
}
.main .viceMeeting .content .time{
	font-size: 14px;
	color: #dfd6a0;
	margin-top: 2px;
}
.main .viceMeeting .p_img{
	display: none
}
.main .viceMeeting.active .p_img{
	display: block;
	width: 100%;
	margin-top: 35px;
	text-align: center;
}
.main .viceMeeting.active .p_img img{
	width: 17px;
	height: 15px;
}
.main .viceMeeting .chunk{
	width: 100%;
	background: #1e1e1e;
	border-top: 1px solid #252525;
	padding:25px 0;
	display: none;
}
.main .viceMeeting.active .chunk{
	display: block;
}
.main .viceMeeting .chunk p{
	margin-left: 5%;
	width: 90%;
	/*margin-top: 5px;*/
}
.main .viceMeeting .chunk p.title{
	color: #fff5b7;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main .viceMeeting .chunk p.time{
	color: #a8a17a;
	font-size: 12px;
}
.main .viceMeeting .chunk .bottom{
	margin-top: 5px;
	position: relative;
}
.main .viceMeeting .chunk .bottom .type{
	display: inline-block;
	background: #e6483a;
	padding: 0px 9px;
	color: white;
	font-size: 12px;
	margin-left: 5%;
	height: 20px;
	line-height: 20px;
}
.main .viceMeeting .chunk .bottom .type2{
	background: #3b4a93;
}
.main .viceMeeting .chunk .bottom .type1{
	background: #e6483a;
}
.main .viceMeeting .chunk .bottom .type3{
	background: #6a6a6a;
}
.main .viceMeeting .chunk .bottom .browse{
	color: #a8a17a;
	font-size: 12px;
	margin-left: 5px;
}
.main .viceMeeting .chunk .bottom  .ToMeeting{
	display: inline-block;
	width: 27%;
	text-align: center;;
	border-radius: 20px;
	padding: 0.5% 0;
	background-color: #c7a04a;
	font-size: 12px;
	position: absolute;
	right: 5%;
	color: #000;
	z-index: 0;
}
.main .viceMeeting .Tohref{
	display: block;
}
.main .viceMeeting .hideProceed{
	border-top: 1px solid #373226;
	padding: 13px 0;
}
.main .viceMeeting.active .hideProceed{
	display: none;
}
.main .viceMeeting .hideProceed .proceed{
	display: inline-block;
	background: #e6483a;
	padding: 0px 9px;
	color: white;
	font-size: 12px;
	margin-left: 5%;
	height: 20px;
	line-height: 20px;
	border-radius: 3px;
}
.main .viceMeeting .hideProceed .title{
	margin-left: 5px;
	color: #f7edb1;
	font-size: 12px;
	width: 65%;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.main .viceMeeting .bottomImg{
	position: absolute;
	left: 45%;
	width: 10%;
	text-align: center;
	bottom: -16px;
	background: #030303;
}
.main .viceMeeting.active .bottomImg{
	display: none;
}
.main .viceMeeting .bottomImg img{
	width: 50%;
	-moz-transform:scaleY(-1);
    -webkit-transform:scaleY(-1);
    -o-transform:scaleY(-1);
    transform:scaleY(-1);
}
.main .mainBottom{
	width: 100%;
	height: 150px;
	background: url(images/bottomBg.png) no-repeat;
	background-size: 100% 100%;
	/*margin-top: 20px;*/
	text-align: center;
}
.main .mainBottom img{
	margin-top: 14%;
	width: 70%;
}
.main .mainBottom p{
	margin-top: 5%;
	color: #fff5b7;
	font-size: 14px;
}
@media screen and (width:320px){
	.main .hostMeeting .top{
		height: 45px;
	}
	.main .hostMeeting .top span{
		font-size: 14px;
	}
}
@media screen and (width:375px){
	.main .session a.session_a{
		line-height: 240%;
	}
	.main .session a img{
		top: 8%;
	}
	.main .mainBottom p{
		margin-top: 3%;
	}
}
@media screen and (width:414px){
	.main .session a.session_a{
		line-height: 260%;
	}
	.main .session a.session_a img{
		top: 11%;
	}
	.main .mainBottom img{
		margin-top: 11%;
	}
	.main .mainBottom p{
		margin-top: 3%;
	}
}

@media screen and (min-width: 1250px) {
	.container {
		width: 375px;
		margin: 0 auto;
	}
	body {
		background:#343434 !important;
	}
}
