.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

#example .modal-dialog {
      width: 52%;
      height: auto;
      top: 10%;
      max-width:90% !important;
}

#example .modal-content {
	position: relative;
}

#example .modal-dialog .modal-header {
	text-align: center;
	font-size: 26px;
	color: #323232;
	border-bottom: none;
	padding: 20px 15px;
}

#example .modal-content .modal-body {
	padding: 0;
}

#example .modal-dialog .play_box {
	width: 95%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 30px;
}

#example .modal-content .modal-footer {
	border-top: none;
	width: 95%;
	text-align: justify;
	font-size: 18px;
	color: #646464;
	line-height: 40px;
	margin: 10px auto;
}

#example .modal-content .close {
	    position: absolute;
	    top: 16px;
	    right: 30px;
	    font-size: 20px;
	    width: 70px;
	    height: 70px;
	    border-radius: 500px;
	    line-height: 70px;
	    color: #80808D;
	    opacity: 0.6 !important;
	    text-align: center;
	    cursor: pointer;
	    width: 35px;
	    height: 35px;
	    border: 2px solid #808080;
	    text-align: center;
	    line-height: 32px;
	}
}

.live-btns-xs {
	display: none;
}

.reg {
	top: 90% !important;
	right: 70px;
	display: none !important;
}

.live-box img {
	max-width: 90%;
}

.live-box {
	position: fixed;
	left: 50%;
	top: 80px;
	transform: translateX(-50%);
	z-index: 400;
	background: #fff;
	    padding: 30px 40px;
	    border-radius: 8px;
	    line-height: 24px;
}

.live-box-s {
	right: -20px;
	left: auto;
	top: 40%;
	height: 180px;
	display: none;
}

.live-box-s .live-btns a {
	width: 160px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	font-size: 15px;
}

.live-box-s .live-btns a .iconfont {
	padding-left: 4px;
	line-height: 40px;
	font-size: 16px;
}

.live-box-s img {
	height: 140px;
}

.live_layer {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 30;
	/* display: none; */
}

.live-btns {
	position: absolute;
	bottom: -20px;
	left: 50%;
	width: 50%;
	/* margin: 0 auto; */
	margin-left: -25%;
	text-align: justify;
}

.live-box-s .live-btns {
	bottom: -38px;
	left: 25%;
}

.live-btns a {
	display: block;
	width: 100%;
	height: 54px;
	border-radius: 54px;
	line-height: 54px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background-color: #1e7cf5;
	/* float: left; */
	/* margin-right: 20px; */
	margin-bottom: 10px;
}

.live-btns .right-btn {
	background-color: #f85646;
}

.live-btns a .iconfont {
	font-size: 26px;
	line-height: 54px;
	vertical-align: middle;
	padding-left: 14px;
	font-weight: normal;
}

.live-box .live-close {
	display: block;
	     right: 30px;
	     color: #888888;
	     z-index: 420;
	     position: absolute;
	     top: 20px;
	     font-size: 18px;
	     cursor: pointer;
	     width: 34px;
	     height: 34px;
	     border: 2px solid #ccc;
	     border-radius: 34px;
	     text-align: center;
	     line-height: 30px;
	     font-weight: bold;
}
.live-title{
	text-align: center;
	    font-weight: bold;
	    font-size: 24px;
	    margin-top: 14px;
}
.live-box strong{
	padding-bottom: 14px;
	display: block;
}
.live-box p{
	margin-top: 14px;
}
.live-btns a:hover {
	color: #fff !important;
	/* transform: translateY(2px); */
}

.live-btns a:hover .iconfont {
	font-size: 30px;
}

.live-box-s .live-btns a:hover .iconfont {
	font-size: 20px;
}
.live-box .btm-text{
	text-align: right;
}
.mod-cover {
	color: #fff;
	position: relative;
	z-index: 1;
	/* height: 650px; */
	overflow: hidden;
	background-color: #080934;
}
/* .mod-cover>img{
	width: 100%;
} */
.mod-cover .cover-info {
	float: right;
	height: 100%;
	width: 100%;
	z-index: 3;
	text-align: center;
}

.mod-cover .logo {
	margin: 0 auto;
	/* margin-top: 150px; */
	/* width: 550px; */
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 99;
}

.mod-cover .logo>img {
	height: auto;
	/* width: 100%; */
}

.mod-cover .action-a {
	position: absolute;
	    right: 34%;
	    top: 28%;
	height: 41px;
	width: 41px;
}

.mod-cover .action-a img {
	-webkit-animation: rotate 4s linear infinite;
	animation: rotate 4s linear infinite;
}

.mod-cover .action-b {
	position: absolute;
	    right: 34%;
	    top: 28%;
	height: 41px;
	width: 41px;
}

.mod-cover .action-b img {
	-webkit-animation: rotatetwo 3s linear infinite;
	animation: rotatetwo 3s linear infinite;
}

.mod-cover .zhuban {
	float: right;
	text-align: center;
	width: 100%;
	line-height: 1.2;
	margin-top: 10px;
}

.mod-cover .zhuban strong {
	display: block;
	font-weight: normal;
	font-size: 32px;
	line-height: 2;
	font-weight: 200;
}

.cover-bg {
	position: absolute;
	left: 0;
	z-index: 1;
	height: 870px;
	width: 100%;
	overflow: hidden;
}

.cover-bg #output {
	width: 100%;
	overflow: hidden;
	height: 100%;
	opacity: 0.4;
}

.cover-bg #output canvas {
	width: 100%;
}

/* .cibislogo {
	width: 290px;
	height: auto;
	margin-left: 5px;
	float: left;
} */

/* .cibislogo img {
	width: 100%;
	height: auto;
} */


.star-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background-image: url(../images/cibistopbg.png);
	background-position: center top;
	background-repeat: no-repeat;
}

.star-bg>div {
	position: absolute;
	display: none;
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);

	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);

	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotatetwo {
	0% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);

	}

	100% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes rotatetwo {
	0% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);

	}

	100% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.city-bg {
	position: absolute;
	bottom: 0;
	left: 10px;
	width: 80%;
	height: 500px;
	color: #62E2F4;
	font-size: 15px;
	display: none;
	background-image: url(../images/cibisbannerbg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.city-bg>div {
	position: absolute;
	width: 85px;
	height: 46px;
}

.city-bg strong {
	color: #fff;
	display: block;
	padding-bottom: 2px;
}

.city-bg .city-a {
	left: 173px;
	top: 344px;
	text-align: right;
}

.city-bg .city-b {
	left: 79px;
	top: 260px;
	text-align: right;
}

.city-bg .city-c {
	left: -17px;
	top: 170px;
	text-align: right;
}

.city-bg .city-d {
	left: -30px;
	top: 28px;
	text-align: center;
}

.city-bg .city-e {
	left: 110px;
	top: 28px;
	text-align: center;
}

.city-bg .city-f {
	left: 253px;
	top: 28px;
	text-align: center;
}

.city-bg .point {
	position: absolute;
	right: -50px;
	top: 5px;
	width: 13px;
	height: 13px;
	overflow: hidden;
	border-radius: 50%;
}

.city-bg .city-d .point,
.city-bg .city-e .point,
.city-bg .city-f .point {
	right: 32px;
	top: 61px;
}

.city-bg a.now .point {
	position: absolute;
	width: 23px;
	height: 23px;
	cursor: pointer;
	background-image: url(../images/leftnavbg2.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-animation: rotatetwo 2s linear infinite;
	animation: rotatetwo 2s linear infinite;
}

.city-bg .city-a a.now .point {
	left: 114px;
	top: 2px;
}

.city-bg .city-b a.now .point {
	left: 114px;
	top: 2px;
}

.city-bg .city-c a.now .point {
	left: 114px;
	top: 2px;
}

.city-bg .city-d a.now .point {
	left: 33px;
	top: 58px;
}

.city-bg .city-e a.now .point {
	left: 33px;
	top: 58px;
}

.city-bg .city-f a.now .point {
	left: 33px;
	top: 58px;
}

.city-bg a.now {
	cursor: pointer;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.city-bg a.now:hover:after {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 46px;
	opacity: 1;
	border-radius: 2px;
	background-color: #052C6B;
	color: #57E8DE;
	font-size: 14px;
	content: "进入会场";
	text-align: center;
	border: 1px solid #57E8DE;
}


#cityform .modal-dialog .modal-content {
	margin-top: 22%;
}

#cityform .modal-cityform {
	height: 400px;
	overflow: auto;
}

#cityform .modal-cityform .table {
	width: 95%;
	margin: 0 auto;
}

#cityform .modal-cityform .table th {
	padding: 6px;
	font-size: 16px;
	color: #FFAD02;
}

#cityform .modal-cityform .table td {
	padding: 6px 12px;
	border: 1px solid #365d9c;
}

#cityform .text-center {
	padding-top: 15px;
	font-size: 16px;
	color: #FFAD02;
}

	
.chip img{
	    position: absolute;
	    left: 13.5%;
	    top: 10%;
	    -webkit-animation: yb 1.2s linear infinite;
	    animation: yb 1.2s linear infinite;
	    width: 25.3%;
}

@keyframes yb {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
	
		transform: translateY(0);

	}

	100% {
	-webkit-transform: translateY(20px);
	-ms-transform:  translateY(20px);
		
	transform:  translateY(20px);
	}
}

@-webkit-keyframes yb {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
	
		transform: translateY(0);

	}

	100% {
		-webkit-transform: translateY(20px);
		-ms-transform:  translateY(20px);
			
		transform:  translateY(20px);
	}
}
@media (min-width: 992px) {

	.mod-cover .logo>img {
		height: auto;
	}

	.mod-cover .logo .action-a {
		left: 51.5%;
		top: 36%;
		height: 41px;
		width: 41px;
	}

	.mod-cover .logo .action-b {
		left: 51.5%;
		top: 36%;
		height: 41px;
		width: 41px;
	}

	#cityform .modal-dialog {
		width: 800px;
	}
}

@media (min-width: 1200px) {
	.mod-cover .cover-info {
		/* width: 620px; */
		text-align: right;
	}

	.mod-cover .zhuban {
		text-align: left;
		/* width: 605px; */
	}

	.city-bg {
		display: block
	}

}

@media (min-width: 1400px) {
	.mod-cover .cover-info {
		/* width: 640px; */
		text-align: right;
	}

	.mod-cover .zhuban {
		text-align: left;
		/* width: 605px; */
	}


}

@media (max-width: 1366px) {
	.mod-cover .logo>img {
		width: 100%;
	}

	.live-box img {
		max-width: 85%;
	}
}

@media (max-width: 767px) {
	.grid_12, .menu-xs{
		z-index: 3000!important;
	}
	.live-box-s {
		display: none !important;
	}

	.live-btns-xs {
		display: block;
	}

	.live-box {
		width:90%;
		
		top: 80px;
	}

	.live-box img {
		max-width: 120%;
	}

	.live-box .live-close {
		right: 20px;
	}

	.live-btns {
		width: 92%;
		left: 40%;
		bottom: -60px;
	}

	.live-btns a {
		font-size: 15px;
		width: 88%;
		height: 44px;
		line-height: 44px;
	}

	.live-btns a .iconfont {
		line-height: 44px;
	}

	.live-btns-xs {
		width: 310px;
		overflow: hidden;
		margin: 0 auto;
	}

	.live-btns-xs a {
		display: block;
		width: 150px;
		height: 38px;
		line-height: 38px;
		border-radius: 38px;
		text-align: center;
		float: left;
		color: #fff;
		margin-top: 20px;

	}

	.live-btns-xs a:first-child {
		background-color: #1e7cf5;
		margin-right: 10px;
	}

	.live-btns-xs a:last-child {
		background-color: #f85646;
	}

	.live-btns-xs a .iconfont {
		padding-left: 6px;
	}
}
