/*all*/
* {
	margin: 0;
	padding: 0;
}

.fl {
	float: left;
	border: 0;
}

.fr {
	float: right;
	border: 0;
}

.cl {
	clear: both;
}

body {
	font-family: "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", 微软雅黑, SimSun, Arial, sans-serif;
	color: rgb(51, 51, 51);
	font-size: 15px;
	background-color: #080934;
	position: relative;
	background-image: url(../images/home-bg.png);
	background-position: 0 600px;
	background-repeat: no-repeat;
	background-size: 100%;
}

.container {
	padding: 0;
}

ul {
	list-style: none;
	margin: 0;
}

a {
	color: #333;
	text-decoration: none;
}

a {
	color: #333;
	text-decoration: none;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

a:hover {
	text-decoration: none;
	color: #6573be;
}

a:focus {
	text-decoration: none;
}

button {
	border: 0;
	outline: none;
	background: transparent;
}

input {
	outline: none;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	padding-right: 0;
	padding-left: 0;
}

/* @media (min-width: 1240px) {
.container {
	width: 75%;
}
 */
.standard {
	width: 50%;
	position: fixed;
	left: 50%;
	margin-left: -25%;
	top: 60%;
	margin-top: -250px;
	background: #fff;
	z-index: 3001;
	display: none;
	border-radius: 8px;
	padding: 20px;
	line-height: 30px;
}

.standard .close-btn {
	position: absolute;
	background: rgba(0, 0, 0, .8);
	font-size: 16px;
	line-height: 34px;
	color: #fff;
	width: 34px;
	height: 34px;
	border-radius: 20px;
	right: -18px;
	top: -18px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}

.standard p {
	position: relative;
	line-height: 26px;
}

.standard>p {
	font-weight: bold;
	font-size: 18px;
}
.bg_layer {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 30;
	display: none;
}

.header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.grid_12 {
	min-height: 1px;
	position: relative;
	z-index: 30;
}

.grid_12>div {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.logo {
	position: relative;
	top: 9px;
	display: block;
	float: left;
	padding-bottom: 17px;
}

.logo img {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	margin-top: 6px;
	height: 40px;
}

.banner-cnt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -70%);
	z-index: 40;
	animation: box 1s ease-out;
	-webkit-animation: box 1s ease-out;
	/* Safari 和 Chrome */
}

@keyframes box {
	from {
		transform: translate(-50%, 50%);
	}

	to {
		transform: translate(-50%, -70%);
	}
}

.menu {
	display: block;
	margin-left: 5px;
	text-align: left;
	float: right;
	width: auto;
}

.menu>li {
	margin-right: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	float: left;
	position: relative;
	cursor: pointer;
}

.menu-item>a {
	position: relative;
	font-size: 16px !important;
	line-height: 68px;
	height: 68px;
	color: #333;
	padding: 0 30px 0 30px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	display: inline-block;
}

.menu-item>a:hover::before {
	position: absolute;
	top: 68px;
	left: 0;
	content: '';
	display: block;
	height: 1px;
	width: 100%;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	background: #00a0e9;
}

.menu-item>a:hover {
	color: #2ef0f7;
}

.menu .menu-item a.current:before {
	position: absolute;
	top: 68px;
	left: 0;
	content: '';
	display: block;
	height: 1px;
	width: 100%;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	background: #00f3ff;
}

.title {
	margin-top:50px;
	margin-bottom: 30px;
}
.brief{
	margin-top: -110px;
	position: relative;
	z-index: 10;
}
.brief-cnt{
	padding: 45px;
	border:1px solid #ddd;
	        border-image: linear-gradient(-50deg,#40d6ff 10%,transparent) 1 1;
			background-color: #1b235a;
}
.brief-video {
	position: relative;
	padding-left: 40px;
}

.brief-video .iconfont {
	display: block;
	font-size: 40px;
	position: absolute;
	right: calc(50% - 30px);
	top: calc(50% - 20px);
	color: #fff;
	background: rgba(0, 0, 0, .6);
	border-radius: 40px;
	width: 40px;
	height: 40px;
	line-height: 1;
	cursor: pointer;
}

.brief-video img {
	width: 100%;
	border-radius: 8px;
}
.brief-text {
	text-align: justify;
	color: #f2f2f2f2;
	font-size: 14px;
	line-height: 26px;
	position: relative;
}
.brief-text::before{
	position: absolute;
	top: -2px;
	left: -15px;
	content: '';
	background: url(../images/circle.png) no-repeat 0 0;
	width: 24px;
	height: 24px;
}
.line {
	width: 100%;
	height: 1px;
	background-color: #102785;
	margin-top: 50px;
}

/* 议程 */
.date-block {
	margin-top: 10px;
}

.day-item-am {
	width: 100%;
	float: left;
	margin-right: 25px;
}

.day-item .item-am,
.day-item .item-pm {
	width: 100%;
	display: inline-block;
	height: 48px;
	line-height: 48px;
	padding: 0 30px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	background: linear-gradient(to right, #2187db, #0f53c9);
	border-radius: 4px 4px 0 0;
	/* margin-right: 32px; */
	text-align: center;
	/* margin-bottom: 30px; */
}

.day-item .item-con {
	width: 100%;
	/* background: #142d82; */
	background-size: 100%;
	box-sizing: border-box;
	/* padding-bottom: 20px; */
	/* height: 1350px; */
}

.item-con .plan-1 {
	height: 54px;
	line-height: 54px;
	/* padding: 0px 40px; */
	box-sizing: border-box;
	/* background: -webkit-linear-gradient(left, #243461, transparent);
	background: -o-linear-gradient(to right, #243461, transparent);
	background: -moz-linear-gradient(to right, #243461, transparent); */
	/* background: #142d82; */
	/* display: none; */
	margin-bottom: 30px;
	/* border-bottom: 2px solid rgba(22,54,184,.5); */
	/* width: 90%; */
	background-color: rgba(22, 54, 184, .2);
	padding: 0 20px;
	border-radius: 4px;
}

.item-con .plan-1-1 {
	display: inline-block;
	height: 34px;
	line-height: 34px;
	/* 	padding: 0 15px; */
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	/* background: #00a0e9; */
	border-radius: 18px;
	margin-right: 68px;
}

.plan-3-item {
	/* margin-bottom: 10px; */
	border-bottom: 1px dashed rgba(109, 116, 150, .3);
	padding-top: 14px;
}
.plan-3-item:hover{
	background-color: rgba(0,0,0,.08);
}
.plan-3-item .plan-3-left {
	float: left;
	width: 130px;
	text-align: left;
}

.plan-3-item .plan-3-left .time {
	color: #9ab8e8;
	font-size: 14px;
	font-weight: bold;
}

.plan-3-right {
	padding-left: 190px;
	padding-right: 25px;
}

.plan-3-right .theme {
	width: 50%;
	float: left;
	color: #fff;
	font-size: 15px;
	/* font-weight: bold; */
	cursor: pointer;
	pointer-events: none;
	    padding-right: 40px;
}

.plan-3-item:first-child .plan-3-right .theme {
	pointer-events: none;
}

.plan-3-right .plan-3-con {
	font-size: 14px;
	color: #f2f2f2;
	width: 50%;
	float: right;
	pointer-events: none;
}
.plan-3-item:last-child .plan-3-right .plan-3-con{
	white-space: pre-line;
}
.plan-3-right .plan-3-con li {
	/* padding-top: 5px; */
	line-height: 24px;
	margin-bottom: 5px;
	cursor: pointer;
	padding-bottom: 10px;
	
	/* white-space: pre-line; */
}

.plan-3-item:last-child .plan-3-con li {
	border-bottom: none;
	line-height: 30px;
}

.plan-3-right .plan-3-tit {
	color: #9ab8e8;
	font-size: 14px;
	line-height: 20px;
	/* min-height: 18px; */
	margin-bottom: 10px;
	display: none;
	    text-align: justify;
}

.day-item-pm {
	/* padding-left: 400px; */
	/* overflow: hidden; */
}

/* 嘉宾 */
.speaker li {
	width: 23.5%;
	height: 290px;
	margin-right: 1.5%;
	float: left;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	background-color: rgba(27,35,90,.4);
	pointer-events: none;
}
.speaker li:first-child{
	display: none;
}
.speaker li:nth-child(2){
	display: none;
}
.speaker i,
.panel-speaker i {
	display: block;
	width: 140px;
	height: 140px;
	border-radius: 140px;
	margin: 14px auto;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #40d6ff;}

.speaker i img:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.speaker li img {
	width: 100%;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	cursor: pointer;
}

.speaker li .speaker-deail {
	padding: 14px;
	/* color: #fff; */
	width: 100%;
	text-align: center;
	white-space: pre-line;
	margin-top: -20px;
}

.speaker li .speaker-deail p:first-child {
	font-size: 16px;
	margin-bottom: -20px;
	font-weight: bold;
	color: #ffad02;
	/* white-space: pre-line; */
}

.speaker-deail .speaker-title {
	color: #f2f2f2;
	font-size: 14px;
}

.speaker li .speaker-deail p:last-child {
	font-size: 14px;
	color: #ccc;
}

.speaker .sub-title {
	color: #2ef0f7;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.panel-speaker .sub-title {
	margin-top: 24px;
}

.sponsor li {
	padding: 5px;
	height: 70px;
	width: 14.2%;
}

.sponsor li img {
	width: 100%;
	height: 60px;
	/* border-radius: 6px; */
}

.map {
	margin-top: 30px;
}

.contact ul li {
	width: 49%;
	float: left;
	margin-right: 2%;
	height: 240px;
}

.contact ul li:nth-child(2) {
	margin-right: 0;
}

.contact li p {
	color: #fff;
	font-size: 14px;
	line-height: 28px;
}

.contact .contact-cnt {
	background-color: rgba(27,35,90,.6);
	padding: 34px;
	border: 1px solid #ddd;
	border-image: linear-gradient( 
	0deg
	 ,rgba(64,214,255,.3) 10%,transparent) 1 1
}

.contact li .contact-title {
	font-size: 18px;
	font-weight: bold;
	color: #40d6ff;
	/* text-align: center; */
	margin-bottom: 24px;
	position: relative;
}
.contact li .contact-title::before{
	    position: absolute;
	    top: -2px;
	    left: -15px;
	    content: '';
	    background: url(../images/circle.png) no-repeat 0 0;
	    width: 24px;
	    height: 24px;
}
.contact-cnt .name {
	color: #ffad02;
	font-size: 16px;
	font-weight: bold;
}

.org {
	background-color: #110e40;
	margin-top: 70px;
	padding-bottom: 80px;
	overflow: hidden;
}

.org .title {
	margin-bottom: 60px;
}

.org .sub-title {
	font-size: 18px;
	color: #40d6ff;
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
	padding-left: 14px;
}
.org .sub-title:before{
	    position: absolute;
	    top: 0;
	    left: 0;
	    content: '';
	    background: url(../images/circle.png) no-repeat 0 0;
	    width: 24px;
	    height: 24px;
}
.org ul {
	overflow: hidden;
	padding-bottom: 40px;
	border-bottom: 1px dashed rgba(16, 39, 133, .5);
	margin-bottom: 40px;
}

.org ul:last-child {
	border-bottom: 0;
}

.org ul li {
	color: #f2f2f2;
	font-size: 22px;
	font-weight: bold;
}

.org ul .left {
	margin-right: 20px;
}

.org .aspencore{
	margin-top:32px;
}
.footer {
	text-align: center;
	background-color: #000000;
	color: #ccc;
	font-size: 14px;
	padding: 30px 0;
}

.reg {
	display: block;
	width: 80px;
	height: 80px;
	position: fixed;
	top: 50%;
	right: 50px;
	z-index: 1;
	overflow: hidden;
	cursor: pointer;
}

.reg:hover {
	transform: translateY(2px);
}

.reg img {
	height: 80px;
}

/* 弹窗 */

/*弹窗*/
.dialog-layer {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	height: 937px;
}

.dialog-layer .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	z-index: 998;
	opacity: .6;
}

.dialog-layer .dialog-content {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 999;
}

.dialog-speaker-layer .dialog-content-desktop {
	margin-left: -465px;
	margin-top: -234px;
	width: 930px;
	height: 467px;
}

.dialog-layer .dialog-inner {
	position: relative;
	height: 100%;
}

.dialog-layer .dialog-close {
	position: absolute;
	right: -5px;
	top: -12px;
	background-size: 100% 100%;
	z-index: 6;
	cursor: pointer;
	/* opacity: .6; */
	color: #ccc;
	width: 30px;
	height: 30px;
	background: rgba(0, 0, 0, 1);
	border-radius: 30px;
	text-align: center;
	line-height: 30px;
}

.dialog-speaker-layer .dialog-content-desktop .dialog-title {
	display: inline-block;
	font-size: 16px;
	line-height: 38px;
	padding-right: 15px;
	color: #ccc;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
}

.dialog-speaker-layer .dialog-content-desktop .dialog-title span {
	/*margin-right: 15px;*/
	/* padding: 0 15px; */
	display: inline-block;
	height: 100%;
	/* background: #2f2f2f; */
	font-weight: 900;
	color: #333;
}

/* .dialog-speaker-layer .dialog-content-desktop .dialog-title .tit {
	background-color: #191919;
}
 */
.dialog-speaker-layer .dialog-content-desktop .dialog-box {
	padding: 40px;
	/* height: 398px; */
	background: #fff;
	background-size: 100% 100%;
	position: relative;
	padding-top: 20px;
	border-radius: 8px;
}

.dialog-speaker-layer .dialog-content-desktop .lector-image {
	position: absolute;
	right: 0;
	top: 2px;
	width: 297px;
	/*height: 468px;*/
	text-align: center;
	overflow: hidden;
	background: url(https://img.alicdn.com/tfs/TB1MqyLNBr0gK0jSZFnXXbRRXXa-391-674.jpg) no-repeat;
	background-size: 100% 100%;
	display: none;
}

.lector-image img {
	width: 100%;
}

.dialog-speaker-layer .dialog-content-desktop .main-title {
	margin-bottom: 25px;
	padding-right: 60px;
	line-height: 41px;
}

.dialog-speaker-layer .dialog-content-desktop .info .lector-name {
	font-size: 30px;
	color: #ccc;
	margin-right: 20px;
	display: none;
}

.dialog-speaker-layer .dialog-content-desktop .class-title {
	font-size: 20px;
	color: #adadad;
	display: none;
}

.dialog-speaker-layer .dialog-content-desktop .class-box {
	position: relative;
	/* padding-right: 50px; */
	text-align: justify;
}

.dialog-speaker-layer .dialog-content-desktop .class-info {
	padding-right: 10px;
	font-size: 14px;
	line-height: 24px;
	max-height: 284px;
	overflow-y: auto;
	margin-bottom: 15px;
	color: #333;
	margin-top: 20px;
}

#dialog-agenda .dialog-content-desktop .dialog-box,
#dialog-topic .dialog-content-desktop .dialog-box {
	padding: 40px;
	height: auto !important;
}


#dialog-agenda .dialog-content-desktop .info .lector-name,
#dialog-topic .dialog-content-desktop .info .lector-name {
	font-size: 20px;
	color: #333;
	margin-right: 20px;
	display: block;
	font-weight: bold;
	white-space: pre-line;
}

#dialog-agenda .dialog-content-desktop .main-title,
#dialog-topic .dialog-content-desktop .main-title {
	margin-bottom: 25px;
	padding-right: 60px;
	line-height: 41px;
	font-size: 30px;
	color: #ccc;
}

#dialog-agenda .dialog-content-desktop .class-box:before,
#dialog-topic .dialog-content-desktop .class-box:before {
	content: "";
	position: absolute;
	top: 25px;
	left: 0;
	width: 20px;
	height: 2px;
	background-color: #fd4c66;
}

#dialog-agenda .dialog-content-desktop .class-box,
#dialog-topic .dialog-content-desktop .class-box {
	position: relative;
	padding-top: 0;
	padding-right: 0;
	white-space: pre-line;
}
.menu .r_btn {
    position: relative;
    /* top: 66%;
    right: 3%; */

	margin-top: 16px;
	height: 36px;
    border: 1px solid #fff;
    border-radius: 30px;
    overflow: hidden;
}
.r_btn .show {
display: block;
    width: 140px;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    transition: all 0.8s linear;
    font-weight: bold;
	color: white;
	
}
.r_btn .h-light {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 142px;
    height: 36px;
    background: url(../images/h-light.png) no-repeat center center;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    animation: high 2.4s cubic-bezier(0.23, 0.04, 0.51, 0.8) 0s infinite;
}
    @keyframes high {
            0% {
                left: -142px;
            }
            100% {
                left: 50px;
            }
        }

        @-webkit-keyframes high {
            0% {
                left: -142px;
            }
            100% {
                left: 50px;
            }
        }
.menu-item>.show:hover::before {
	display: none;
}

@media (max-width: 1366px) {
	.mod-cover .logo {
		min-width: 75%;
	}
}

@media (max-width: 1240px) {
	.cover-bg {
		height: 500px;
	}

	.mod-cover {
		height: 420px;
	}


}

@media (max-width: 1199px) {
	.title {
		margin-top: 40px;
		margin-bottom: 30px;
	}

	.title img {
		height: 50px;
	}

	.line {
		margin-top: 30px;
	}

	.dialog-layer {
		top: 20% !important;
	}

	.day-item .item-con {
		height: auto;
	}

	.speaker .sub-title {
		margin-bottom: 30px;
	}



	.speaker-deail .speaker-title {
		font-size: 12px;
	}

	.sponsor li {
		height: 60px;
	}

	.sponsor li img {
		height: 40px;
	}

	.map {
		margin-top: 40px;
	}

	.contact .contact-cnt {
		padding: 20px;
	}

	.contact ul li {
		height: auto;
	}

	.org .org-img {
		width: 100%;
	}

	.mod-cover .action-a img,
	.mod-cover .action-b img {
		height: 34px;
	}
}

@media (max-width:991px) {
	.brief-cnt{
		width: 100%;
	}
	.org .aspencore{
		margin-top: 0;
		margin-bottom: 20px;
	}
	.org ul .left img{
		max-width: 100%;
	}
	.menu-item>a {
		font-size: 14px !important;
		padding: 0 10px 0 10px!important;
	}

	.mod-cover .action-a img,
	.mod-cover .action-b img {
		height: 28px;
	}

	.cover-bg,
	.mod-cover {
		height: 350px;
	}

	.mod-cover .logo {
		top: 56%;
	}

	.date-block {
		margin-top: 0;
	}

	.day-item-am,
	.day-item-pm {
		width: 100%;
	}

	.day-item-am {
		margin-bottom: 40px;
	}

	.day-item .item-con {
		height: auto;
	}

	.speaker li {
		width: 236px;
	}

	.dialog-speaker-layer .dialog-content-desktop {
		margin-left: -45%;
		width: 90%;
	}
}



@media (min-width: 767px) {
	.org ul li img{
		width: 100%;
	}

	.mod-cover .logo .action-a,
	.mod-cover .logo .action-b {
		left: 49% !important;
		top: 36% !important;
	}
}

@media (max-width:767px) {
	.org .aspencore img{
		height: 80px;
	}
	.brief{
		margin-top: -20px;
	}
	.brief-cnt{
		padding: 28px;
	}
	
	.standard{
		width: 80%;
		margin-left: -40%;
	}
	.org ul{
		margin: 0 24px;
		padding-bottom: 20px;
	}
	.org .sub-title{
		margin-left: 24px;
		margin-top: 20px;
	}
	.org .left{
		margin-bottom: 20px;
	}
	.org ul .sub-title{
		margin-left: 0;
	}
	.org ul li{
		font-size: 14px;
		    float: none;
		    margin-bottom: 20px;
	}
	.reg img {
		height: 50px;
	}

	.org {
		margin-top: 40px;
	}

	.org>.container {
		padding: 0;
	}

	.org .title {
		padding: 0 24px;
		margin-bottom: 20px;
	}

	.item-con .plan-1-1 {
		padding: 0;
		font-size: 16px;
		margin-right: 48px;
	}

	.plan-3-item .plan-3-left {
		width: 100px;
	}

	.plan-3-right {
		padding-left: 100px;
		padding-right: 20px;
	}

	.brief-text {
		color: #f2f2f2 !important;
	}

	.logo img {
		height: 30px;
		margin-left: 24px;
	}

	.grid_12,
	.menu-xs {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 200;
	}

	.grid_12>div {
		border-bottom: none;
	}

	.grid_12 {
		margin: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		background: #000 !important;
	}

	.menu-xs ul {
		background: rgba(0, 0, 0, .6);
		float: right;
		width: 100%;
		text-align: right;
		padding: 10px;
		display: none;
		position: absolute;
		top: 47px;
	}

	.menu-xs ul li {
		padding: 4px 0;
		border-bottom: 1px dashed #808080;
		overflow: hidden;
	}

	.menu-xs ul li a {
		font-size: 12px;
		color: #fff;
		letter-spacing: 0;
		border-bottom: none !important;
	}

	.menu-item>a:hover::before {
		display: none;
	}

	.menu .menu-item a.current:before {
		display: none;
	}

	.xs-menu-btn {
		font-size: 26px;
		color: #f0f0f0;
		float: right;
		display: block;
		width: 40px;
		line-height: 46px;
		text-align: right;
		cursor: pointer;
		margin-right: 24px;
	}

	.xs-close-btn {
		font-size: 24px;
		line-height: 46px;
		display: none;
		float: right;
		width: 40px;
		text-align: right;
		margin-right: 24px;
	}

	.menu-item>a {
		padding: 0 20px;
		line-height: 34px;
		height: 34px;
	}

	.menu-item>.show {
		margin-top: 0;
		float: right;
	}

	.mod-cover .logo .action-a,
	.mod-cover .logo .action-b {
		left: 41.5%;
		top: 28%;
	}

	.mod-cover .logo .action-b {
		left: 40.5%;
		top: 25%;
	}

	.mod-cover .logo .action-a img {
		height: 20px;
	}

	.cover-bg,
	.mod-cover {
		height: 150px;
		margin-top: 54px;
	}
.mod-cover .action-a,.mod-cover .action-b{
	display: none;
}
	.container {
		padding: 0 24px;
	}

	.line {
		margin-top: 20px;
	}

	.mod-cover .logo>img {
		width: 100%;
		margin-left: 0;
	}

	#dialog-agenda .dialog-content-desktop .info .lector-name,
	#dialog-topic .dialog-content-desktop .info .lector-name {
		font-size: 16px;
	}

	.speaker li {
		width: 48%;
		margin-right:2.5%;
		height: 260px;
		margin-bottom: 10px;
	}
.speaker li:nth-child(2n){
	margin-right: 0;
}
	.plan-3-right .theme {
		font-size: 14px;
	}

	.sponsor ul {
		padding: 0;
	}

	.sponsor li {
		height: 70px;
		width: 50%;
		float: left;
	}

	.sponsor li img {
		height: 60px;
	}

	.map {
		margin-top: 20px;
	}

	.map img {
		width: 100%;
		padding: 0;
	}

	.contact ul li {
		width: 100%;

	}

	.contact ul li>div {
		border-bottom: 1px dashed rgba(109, 116, 150, .5);
	}

	.contact ul li:last-child .contact-cnt {
		border-bottom: 0;
	}

	.title {
		margin-top: 30px;
		margin-bottom: 20px;
	}

	.reg {
		right: 10px;
	}

	.mod-cover .logo {
		min-width: 92%;
		top: 58%;
	}

	.day-item .item-con {
		padding-bottom: 0;
	}
}
