/* 通用头部 begin */
html,
body {
	height: 100vh;
	width: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

body {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}

.header {
	width: 100%;
	/*height: 100%; */
	position: relative;
}

.header .video img {
	width: 100%;
	height: 100%;
	display: block;
}

.header .look {
	padding: 3px 11px;
	position: absolute;
	top: 10px;
	right: 13px;
	font-size: 11px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	border-radius: 21px;
	background: rgba(0, 0, 0, .4);
}

.header .look .eye {
	width: 12px;
	display: block;
	height: auto;
	margin-right: 4px;
}

.header .backhome {
	padding-left:3px;
	position: absolute;
	top: 10px;
	left: 13px;
	font-size: 11px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	border-radius: 21px;
	background: rgba(0, 0, 0, .4);
}

.header .backhome .eye {
	width: 16px;
	display: block;
	height: auto;
	margin-right: 4px;
}

/* 通用头部 end */


/* 通用尾 begin */
.footer {
	/* width: 100%; */
	height: 55px;
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
	padding: 7px 13px;
	position:fixed;
	bottom:0;
	left:0;
	right:0;
}

.footer .search {
	margin-right: 8px;
	flex: 1;
	display: flex;
	align-items: center;
	height: 39px;
	border-radius: 49px 49px 49px 49px;
}

.footer .search .pen {
	width: 17px;
	height: 17px;
	margin-right: 10px;
	margin-left: 18px;
}

.footer .search input {
	height: 39px;
	font-size: 14px;
	font-family: PingFang SC-Light, PingFang SC;
	font-weight: 300;
	flex: 1;
	margin-right: 19px;

}

.footer .btn {
	font-size: 15px;
	font-family: PingFang SC-Light, PingFang SC;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 35px;
	width: 67px;
	height: 39px;
	border-radius: 49px 49px 49px 49px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 通用尾 end */

/* 通用 begin */
.banner {
	width: 100%;
	height: 74px;
	display: block;
}

.swiper-container {
	width: 100%;
	height: 74px;
}

.swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1 !important;
}

.swiper-pagination-bullet {
	background: #fff;
	opacity: 0.5;
	width: 6px;
	height: 6px;
}

.tab {
	width: 100%;
	height: 40px;
	display: flex;
	/* align-items: center; */
	font-size: 14px;
	font-family: PingFang SC-Light, PingFang SC;
	font-weight: 300;
}

.tab .item {
	flex: 1;
	text-align: center;
	position: relative;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tab .item .line {
	display: none;
	width: 29px;
	height: 3px;
	position: absolute;
	bottom: 0;

}

.content {
	width: 100%;
	flex: 1;
	overflow-y: auto;
	/*padding-bottom: 68px;
	 height: calc(100% - 321px); */
}

/* .curHeight {
	height: calc(100% - 390px);
}

.curHeight1 {
	height: calc(100% - 316px);
}
.curHeight2{
	height: calc(100% - 321px);
} */

.content>div {
	display: none;
}

/* .content .current {
	display: block;
} */

#div_Content
{
    margin:auto;
}

.intro {
	width: 100%;
	height: 100%;
	overflow: auto;
	
}

.intro p {
	height: 100%;
	overflow: auto;
	margin:20px 20px;
	line-height:25px;
}

.intro p img
{
    width:100%;
	height: 100%;
	overflow: auto;
}

.pic {
	/* position: relative; */
	width: 100%;
	height: 100%;
	overflow: auto;
}


.pic #div1 {
	width: 95%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	margin-top: 8px;
}

.pic .box {

	width: 49%;
	/* height: 150px; */
	overflow: hidden;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pic .box:nth-child(2n-1) {
	margin-right: 2%;
}

.pic .box img {
	display: block;
	width: 100%;
}


/* 
.pic img {
	display: block;
	width: 100%;

} */

.intro img {
	display: block;
	width: 100%;
}


/*  材料*/



.activities {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.inner {

	height: calc(100% - 34px);
	margin: 17px 15px 0 10px;
	font-size: 14px;
	overflow: hidden;
}

.inner2 {
	margin: 5px 0;
	height: calc(100% - 10px);
	overflow-y: auto;
}

.info {
	padding: 10px 20px;
}

.info h3{

	text-align: center;
	line-height: 35px;
	margin: 10px 0 10px 0;
}
.info p{
	margin-bottom: 20px;

}

.info p img{
	display: block;
	width: 100%;
}

.prompt {
    display: block;
    width: 100%;
}


/* 互动 */
.interaction {
	width: 100%;
	height: 100%;
	overflow: auto;
}

.interaction .list {
	padding-bottom: 20px;
	/* height: 500px; */
}

.interaction ul {
	padding: 0 18px;
}

.interaction ul li {
	list-style: none;

}


.interaction .item {
	display: flex;
	margin-bottom: 18px;
}

.interaction .item:last-child {
	margin-bottom: 0;
}

.interaction .time {
	font-size: 12px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;

	padding: 5px 0 5px 0;
	text-align: center;
}

.interaction .photo {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	margin-right: 12px;
}

.interaction .cont {
	flex: 1;
}

.interaction .name {
	font-size: 13px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;

	margin-bottom: 5px;
}

.interaction .detail {
	display: inline-flex;
	padding: 8px 15px 10px 10px;
	font-size: 13px;
	font-family: PingFang SC-Light, PingFang SC;
	font-weight: 300;

	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
	opacity: 1;
	border: 1px solid;
	border-radius: 6px;
	border: 1px solid transparent;
	background-clip: padding-box, border-box;
	background-origin: padding-box, border-box;



}

.tolive {

	background: linear-gradient(180deg, #ecf4ff, #e6f6ff);
	box-shadow: 0 0 4px 0 rgba(32, 33, 36, .08);
	border-radius: .22rem;
	border: 1px solid #f8f9fa;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #016cff;
	font-size: 12px;
	cursor: pointer;
	z-index: 190;
	position: fixed;
	border-radius: 25px;
	right: 15px;
	bottom: 100px;
	padding: 13px 5px;
}

.tolive .icon {
	width: 24px;
	margin-bottom: 4px;
	display: block;
}

/* 
#div1 {
	margin: auto;
	position: relative;
}

.box {
	float: left;
	width: calc(50% - 2px);

}

.box img {
	display: block;
	width: 100%;
} */

/* 通用 end */



.intro::-webkit-scrollbar,
.interaction::-webkit-scrollbar,
.inner2::-webkit-scrollbar {

	width:

		3px;

}

.intro::-webkit-scrollbar-track .interaction::-webkit-scrollbar-track,
.inner2::-webkit-scrollbar-track {

	background-color: rgba(0, 0, 0, 08);

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	border-radius: 3px;

}

.intro::-webkit-scrollbar-thumb,
.interaction::-webkit-scrollbar-thumb,
.inner2::-webkit-scrollbar-thumb {

	background-color: rgba(0, 0, 0, .4);
	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	border-radius: 3px;


}


.layui-layer-title {

	border-bottom: 1px solid rgba(157, 155, 229, 0.3);
}

.layui-layer-prompt .layui-layer-input {
	border: 1px solid rgba(157, 155, 229, 0.3);
	border-radius: 5px;
}

.layui-layer-setwin span {
	
}

input::-webkit-input-placeholder {
	font-size: 14px;

}

/* 倒计时 */
.time {display: flex;padding: 8px 10px;align-items: center;justify-content: space-between;}
.timeLeft {display: flex;align-items: center;}
.data-show-box {margin-left: 10px;}
.date-tiem-span,
.date-s-span {display: inline-block;font-size: 18px;font-weight: bold;width: 28px;height: 28px;line-height: 28px;text-align: center;color: #076bf7;border-radius: 5px;margin-right: 4px;}
.date-tiem-span {background: #edf6fd;border: 1px solid #dfe5f1;}
.date-s-span {background: #edf6fd;border: 1px solid #dfe5f1;}
.date-select-a {margin-right: 5px;}
.notice {display: flex;align-items: center;color: #076bf7;}
.notice .icon {width: 20px;height: 20px;}

/* 分会场 */

.picChoose {
    background-color: #fff;
    padding: 10px 0.1rem;
    position: relative;
}
.maintab {
    background: #fff;
    border-bottom: 1px solid #eee;
    height: 100%;
}
.maintab .hd {
    text-align: center;
    height: 0.45rem;
    line-height: 0.45rem;
    border-bottom: 1px solid #dde0e4;
    padding: 0 0.15rem;
    overflow: hidden;
}
.picChoose.meetAllShow .scrollLevel {
    overflow: inherit;
    height: auto;
}
.picChoose.meetAllShow ul {
    width: 100% !important;
    position: inherit !important;
    white-space: inherit;
    text-align: left;
}
.scrollLevel ul {
    white-space: nowrap;
    width: auto;
    letter-spacing: -4px;
    word-spacing: -4px;
    font-size: 0;
}

.maintab .hd li {
    float: left;
}

.scrollLevel ul li{
	width: 25%;
	float: left;
    position: relative;
    /* margin-right: 20px; */
}



.picChoose.meetAllShow li img {
    width: 100%;
    height: 100%;
}
.picChoose li .pic-bg {
    background: url(../img/picscrollBg.png) center bottom no-repeat;
    background-size: 100% 100%;
}

.playmain .playtitle .picChoose li .pic-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/picscrollBg.png) center bottom no-repeat;
    background-size: 100% 100%;
}
.picChoose li .pic-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.picChoose li .pic-bg .topic {
    font-size: 0.8rem;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0.02rem;
    width: 100%;
    left: 0;
    padding: 0.3rem 0.07rem;
    letter-spacing: 1px;
}

.picChoose li .pic-bg .playiconPosition {
    font-size: 0.7rem;
    background:#fff; 
    color: #fff;
    /*text-align: center;*/
    position: absolute;
    /*bottom: 1.1rem;*/
    float:right;
    overflow:hidden;
    width: 38px;
    height:17px;
    left: 0;
    /*padding: 0.3rem 0.07rem;*/
    letter-spacing: 1px;
}


/* 弹框 begin */
/*#maskWrap {
	*/
.OpenDialog {
	z-index: 99;
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}

#mask {
	position: absolute;
	/* bottom: 30; */
	left: 20px;
	right: 20px;
	top: 23%;
	z-index: 100;
	border-radius: 5px;
	/* margin-top: 31%; */
	/* height: 69%; */
	/* background: #fff; */
	/* background: linear-gradient(90deg, #2957FB 0%, #481EA1 100%); */
	background: #fff;
}

@media (min-width: 640px) {
	#mask {
		width: 100%;
		max-width: 640px;
		margin: 0 auto;
	}
}

#mask .maskTit {
	font-size: 18px;
	text-align: center;
	padding: 30px 0 10px;
	/* color: #fff; */
}

#mask .maskDesc {
	font-size: 14px;
	text-align: center;
	padding: 0 0 15px 0;
	/* color: rgb(241, 240, 240); */
}

#mask .maskForm {
	padding: 0 30px;
}

#mask .layui-input-block {
	margin-left: 0;
}

#mask .layui-input, .layui-select, .layui-textarea {
	color: #333;
	/* background: none;
border: none;
border-bottom: 1px solid rgb(187, 186, 186); */
}

#mask input::-webkit-input-placeholder {
	color: #999;
}

.layui-layer-msg {
	border: none !important;
	color: #999;
}

#mask .layui-input-block button {
	width: 100%;
	height: 44px;
	border-radius: 30px;
}

#mask .desc {
	color: rgb(231, 230, 230);
	margin-bottom: 10px;
}

#mask .layui-form-item {
	margin-bottom: 15px;
}

#mask .close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0px;
	top: -50px;
}

	#mask .close img {
		width: 28px;
		height: 28px;
		margin: 0 0 0 12px;
	}
/* 弹框 end */