.ui-page-login,
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: url(../images/01.png) no-repeat;
	background-size: 100%100%;
	position: absolute;
}

.logobox{
	width: 90%;
	margin:0 auto;
	padding-top: 10px;
	overflow: hidden
}
.logobox .leftlogo{
	width: 100px;
	float: left;
}
.logobox .rightlogo{
	width: 100px;
	float: right;
}
.mui-content{
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

.bannerbox{
	width: 100%;
	margin:0 auto;
	margin-top: 20px;
}
.bannerbox img{
	width: 100%;
	display: block;
}


.form-box{
	width: 90%;
	margin:0 auto;
	padding-top: 30px;
}
.form-box .mui-input-row{
	margin-bottom: 10px;
}
.form-box .mui-input-row input{
	background: #fff;
	border:1px solid #a8a4a3;
	border-radius: 3px;
	text-indent: 10px;
}
.mui-input-group label{
	font-weight: bold;
	text-align: center;
	color: #632b84;
}
.livebutton{
    width: 90%;
    margin:0 auto;
}
.livebutton a{
	width: 100%;
    display: block;
    margin-bottom: 10px;
}
.checkbox{
	padding-left: 22%;
	padding-bottom: 30px;
}
.checkbox input{
	width: 18px;
	height: 18px;
	float: left;
	margin: 3px 5px 0px 0px;
}
.checkbox label{
	color: #898989;
	font-size: 14px;
}
.bottom-tip-text{
	text-align: center;
	padding-top: 10px;
	color: #8a8a8a;
}
.count-down{
	text-align: center;
	padding-top: 15px;
}
.count-down strong{
	font-size: 20px;
	font-weight: bold;
	color: #462868;
}

.agenda-box,.chairman-profile{
	width: 90%;
	margin:0 auto;
	padding-top: 20px;
}
.agenda-box .title,.chairman-profile .title{
	height: 35px;
	line-height: 35px;
	background: #462868;
	border-radius: 20px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-indent: 15px;
}
.agenda-box tr{
	border-radius: 3px;
}
.agenda-box tr td.left{
	width: 35%;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.agenda-box tr td.right{
	width: 65%;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.agenda-box tr{
	background: rgba(70,40,104,0.2);
	font-size: 12px;
	overflow: hidden;
	margin-bottom: 10px;
	border-radius: 3px;
}
.agenda-box tr.Header{
	text-align: center;
	font-weight: bold;
	background: none;
	margin-top: 10px;
}
.agenda-box tr td{
	padding: 10px 0px;
}
.agenda-box tr td.left{
	text-align: center;
	padding-left: 10px;
}
.agenda-box tr td.right{
	padding-right: 10px;
}
.agenda-box tr td.right .box{
	width: 100%;
}
.agenda-box tr td.left{
	font-size: 12px;
	color: #000;
}
.agenda-box tr td.right .box span,.agenda-box tr td.right .box p{
	font-size: 12px;
}
.agenda-box tr td.right .box span{
	font-weight: bold;
	color: #462868;
}
.agenda-box tr td.right .box p{
	margin-bottom: 0px;
	color: #000;
}
.agenda-box tr td.right .box.box-a{
	border-bottom: 1px solid #000;
}
.chairman-profile{
	width: 90%;
	margin:0 auto;
}
.chairman-profile ul{
	padding-left: 0px;
}
.chairman-profile li{
	list-style-type: none;
}
.chairman-profile li img{
	float: left;
	margin-right: 10px;
}
.chairman-profile li .textbox span{
	font-size: 14px;
	font-weight: bold;
}
.chairman-profile li .textbox{
	padding: 8px 0px;
  
}
.chairman-profile li .textbox span,.chairman-profile li .textbox p{
	color: #010101;
}
.chairman-profile li .textbox p{
	font-size: 12px;
	margin-bottom: 0px;
}

/**/
.videobox{
	width: 90%;
	margin:0 auto;
	padding-top: 20px;
	position: relative;
	
}
.videobox .video,.videobox .video img{
	width: 100%;
	display: block;
}
.videobox .textbox{
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: rgba(0,0,0,0.7);
	padding: 10px 0px;
}
.videobox .textbox span,.videobox .textbox p{
	color: #fff;
	padding: 0px 10px;
	margin-bottom: 0px;
}
.videobox .textbox span{
	font-weight: bold;
}
.event-introduction{
	width: 90%;
	margin:0 auto;
	padding: 10px 0px;
}
.event-introduction .title{
	background: url(../images/icon01.png) left center no-repeat;
	padding-left: 25px;
	font-weight: bold;
	color: #492668;
	margin-bottom: 5px;
}
.event-introduction p{
	color: #11110f;
}
.direct-seeding-list{
	width: 90%;
	margin: 0 auto;
}
.direct-seeding-list ul{
	padding-left: 0px;
	margin: 0px;
}
.direct-seeding-list li{
	list-style-type: none;
	overflow: hidden;
	border-top: 1px solid #11110f;
	padding: 15px 0px;
}
.direct-seeding-list li img{
	float: left;
	margin-right: 10px;
}
.direct-seeding-list li span{
	color: #452765;
	font-weight: bold;
}
.direct-seeding-list li p{
	color: #000002;
}
.direct-seeding-list li .textbox,.direct-seeding-list li span,.direct-seeding-list li p{
	text-overflow:ellipsis; 
	white-space:nowrap; 
	overflow:hidden;
}

.count-down-time{
	height: 40px;
    line-height: 40px;
    font-size: 51px;
    font-weight: bold;
    margin-top: 15px;
}



@media screen and (max-width: 360px){
	.chairman-profile li .textbox{
		padding: 0px;
	}
	.chairman-profile li .textbox p{
		line-height: 18px;
	}
}


.prompt-text{
	width: 313px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.prompt-text div{
	width: 70px;
	float: left;
	font-size: 12px;
	margin-right: 11px;
	text-align: center;
}
