.atd-wrap {
    width: 100%;
    position: relative;
    background: url("../imgs/线下嘉宾.jpg") center no-repeat;
    background-size: cover;
    min-height: 1080px;
    background-attachment: fixed;
}
.fenx {
    max-width: 1200px;
    margin: 0 auto;
    padding: 150px 15px 15px 15px;
}
.six6 {
    width: 900px;
    margin: 0 auto;
}
.six6>h6 {
    display: inline-block;
    font-size: 17px;
    padding: 10px 250px 10px 15px;
    font-weight: bolder;
    color: #fff;
    background: url(../imgs/标题.svg) no-repeat;
    background-size: cover;
}
.speaker {
    width: 900px;
    margin: 0 auto;
}
.speaker ul {
	display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 30px 0 0 0;
}
.speaker ul.special {
	justify-content: center;
}
.speaker ul.special li {
	width: 30%;
}
.speaker ul li {
	width: 23%;
	margin: 1%;
	text-align: center;
	color: #fff;
}
.speaker li img {
	display: block;
	width: 150px;
	height: 150px;
	border: solid 4px #5cc394;
	border-radius: 50%;
	margin: 0 auto;
}
.speaker li .image {
	display: block;
	width: 100px;
	height: 45px;
	margin: 0 auto;
	border: none;
	border-radius: 0%;
	padding: 5px;
	background-color: #fff;
}
.speaker li h6 {
	font-size: 16px;
	padding: 10px 0;
	font-weight: bold;
	color: #fff;
}
.speaker ul li .title {
	display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    height: 60px;
}
.speaker li p {
	font-size: 13px;
	line-height: 1.5;
	color: #fff;
}
.speaker .tip {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 20px 0;
	width: 100%;
	text-align: center;
}
.atd-wrap2 {
    width: 100%;
    position: relative;
    background: url("../imgs/线下嘉宾.jpg") center no-repeat;
    background-size: cover;
    min-height: 1080px;
    background-attachment: fixed;
}
.offline {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 15px;
}
.atd-wrap2 .loading {
	padding: 50px 0;
	font-size: 17px;
	color: #000;
}
.xb>p {
	font-size: 15px;
	color: #333;
}
.xb>a {
	width: 240px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #000;
    background: #eae74a;
    padding: 15px 30px;
    margin-top: 20px;
    display: block;
    text-align: center;
}
@media screen and (max-width:768px) {
	.atd-wrap {
		width: 100%;
		position: relative;
		background: none;
	}
	.atd-wrap:before {
        content: '';
        position: fixed;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url("../imgs/m线下嘉宾.jpg") center no-repeat;
        background-size: cover;
        overflow: hidden;
    }
	.fenx {
		width: 100%;
		padding-bottom: 50px;
	}
	.six6 {
		width: 100%;
	}
	.six6>h6 {
		font-size: 14px;
		padding: 8px 180px 8px 15px;
		margin-top: 0;
	}
    .speaker {
		width: 100%;
		padding-top: 10px;
	}
	.speaker ul {
		flex-wrap: wrap;
	}
	.speaker ul.special {
		justify-content: flex-start;
	}
	.speaker ul li .title {
		height: 52px;
	}
	.speaker ul li {
		width: 48%;
		margin-bottom: 0;
	}
	.speaker ul.special li {
		width: 48%;
	}
	.speaker li h6 {
		font-size: 14px;
	}
	.speaker li p {
		font-size: 12px;
	}
	.atd-wrap2 {
		width: 100%;
		position: relative;
		background: none;
	}
	.atd-wrap2:before {
        content: '';
        position: fixed;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url("../imgs/m线下嘉宾.jpg") center no-repeat;
        background-size: cover;
        overflow: hidden;
    }
	.offline {
		width: 100%;
		margin: 0 auto;
		padding: 100px 15px;
	}
}