@media screen and (max-width: 768px) {
.mobile {
	margin: 0;
	overflow: hidden;
	background-color: #020716;
}
.mobile .btn-group {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding-left: 0.66rem;
	padding-right: 0.6rem;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
	background:rgba(255,255,255,1) linear-gradient(90deg,rgba(32,27,48,1) 0%,rgba(1,44,91,1) 100%);
	height: 1.28rem;
}
.mobile .meetingschool {
	width: 9.2rem;
	background-image: url(https://s.laoyaoba.com/2020meetingitem.png);
	background-size: 100% 100%;
	margin-bottom: 0.48rem;
	padding: 0.28rem 0.49rem 0.55rem 0.6rem;
}

.mobile .meetingschool div {
	height: 0.96rem;
	line-height: 0.96rem;
}
.mobile .btn-group .md-logo{
	width: 1.62rem;
	height: 0.61rem;
}
.mobile .btn-group .md-btn{
	width: 0.61rem;
	height: 0.61rem;
}
.mobile .dropdown-menu {
	border: 0 solid transparent !important;
	margin-top: -.026667rem/* 1/37.5 */;
	padding: 0;
	border-radius: 0;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0) !important;
	color: #fff;
	background:rgba(255,255,255,1) linear-gradient(90deg,rgba(32,27,48,1) 0%,rgba(1,44,91,1) 100%);
}
.mobile .dropdown-menu a {
	color: #fff;
}
.mobile .dropdown-menu li {
	/* color: #101010; */
	padding-left: .4rem/* 15/37.5 */;
}
.mobile .dropdown-menu .active {
	background:rgba(255,255,255,0.1);
}
/* 首页 */
.mobile .home {
	width: 100%;
	height: 12.8rem;
	background: url("https://s.laoyaoba.com/2020h5topbanner.png")no-repeat center center;
	background-size: contain;
	color: #fff;
	text-align: center;
	margin-top: 1.28rem/* 80/37.5 */
	;
}
.mobile .canjia {
	display: inline-block;
	width: 2rem/* 60/37.5 */
	;
	height: .4rem/* 15/37.5 */
	;
	color: #fff;
	text-align: center;
	background-color: #0256FB;
	text-decoration: none;
	margin: 0 auto;
	line-height: .4rem/* 15/37.5 */
	;
	margin-top: .1rem/* 5/37.5 */
	/* 10/37.5 */
	;
	border-radius: .053333rem/* 2/37.5 */
	;
}
.mobile .canjiaa {
	display: inline-block;
	width: 2rem/* 60/37.5 */
	;
	height: .5rem/* 19/37.5 */
	;
	color: #fff;
	text-align: center;
	background: linear-gradient(270deg, rgba(0, 195, 255, 1) 0%, rgba(0, 94, 255, 1) 100%);
	text-decoration: none;
	margin: 0 auto;
	font-size: 0.21rem;
	line-height: .4rem/* 15/37.5 */
	;
	margin-top: 5.53333rem/* 212/37.5 */
	;
	border-radius: .053333rem/* 2/37.5 */
	;
}
.mobile .home p {
	margin-top: .266667rem/* 10/37.5 */
	;
}
.mobile .share-h2 {
	font-size: .426667rem/* 16/37.5 */
	/* 32/37.5 */
	;
	text-align: center;
	margin: 0 auto;
	padding-top: .333333rem/* 12.5/37.5 */
	;
}
/*中间按钮*/
.mobile .top-center-btn{
	width: 6.56rem;
	height: 1.23rem;
	position: relative;
	top: 10.77rem;
    margin: 0 auto;
}
.mobile .top-center-btn-left{
	width: 6.56rem;
	height: 1.23rem;
	background:linear-gradient(264deg,rgba(253,179,84,1) 0%,rgba(227,34,160,1) 32%,rgba(86,86,246,1) 67%,rgba(145,84,252,1) 100%);
    background-size: 400% 400%;
    animation: gradientBG 5s ease infinite;
    border-radius:4px;
    float: left;
}
@keyframes gradientBG {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.mobile .top-center-btn-left a{
	font-size:0.43rem;
	font-family:MicrosoftYaHei-Bold,MicrosoftYaHei;
	font-weight:bold;
	color:rgba(255,255,255,1);
	line-height:1.23rem;
	width: 6.56rem;
	height:1.23rem;
	display: block;
}
.mobile .top-center-btn-right{
	min-width: 1.6rem;
	height: 0.53rem;
	border-radius:4px;
	background:linear-gradient(270deg,rgba(0,195,255,1) 0%,rgba(0,94,255,1) 100%);
    float: right;
}
.mobile .top-center-btn-right a{
    width: 100%;
    height: 100%;
    color: #011978;
    font-size: 0.21rem;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
/*标题图片*/
.mobile .title-img-box{
	width: 100%;
	height: 1.32rem;
	text-align: center;
	margin-top: 1.06rem;
	margin-bottom: 0.53rem;
}
.mobile .title-img-box img{
	height: 100%;
}
/*会议亮点*/
.mobile .dhld-img>div{
	width: 100%;
	height: 4.86rem;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.mobile .dhld-img-bottom{
	margin-top: 0.26rem!important;
}
.mobile .dhld-img-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 4.86rem;
	overflow: hidden;
}
.mobile .dhld-img-box img{
	height: 100%;
}
.mobile .dhld-img-posi{
	position: relative;
	width: 4.86rem;
	height: 4.86rem;
	transition: width .5s;
	-webkit-transition: width .5s;
}
.mobile .dhld-img-b{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	text-align: center;
	font-size: 0.48rem;
	font-weight: bold;
	color: #FFFFFF;
}
.mobile .dhld-img-m{
	width: 7.06rem;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	color: #FFFFFF;
	background: rgba(0,0,0,.5);
	padding: 0.19rem 0.4rem 0 0.4rem;
	display: none;
}
.mobile .dhld-img-left:hover{
	margin-right: 0.26rem;
}
.mobile .dhld-img-right:hover{
	margin-left: 0.26rem;
}
.mobile .dhld-img-posi:hover{
	width: 12.834rem!important;
	height: 4.86rem;
	transition: width .5s;
	-webkit-transition: width .5s;
}
.mobile .dhld-img-posi:hover .dhld-img-b{
	display: none;
}
.mobile .dhld-img-posi:hover .dhld-img-m{
	display: block;
}
.mobile .dhld-img-m-title{
	font-size:0.45rem;
	font-weight:bold;
}
.mobile .dhld-img-m-txt{
	font-size:0.29rem;
	margin-top: 0.2rem;
	line-height: 0.4ren;
}
.mobile .dhld-img-m-txt div{
	line-height: 0.36rem;
}
/*会议亮点end*/
/*会议直播*/
.mobile .live-meeting-box{
	width: 9.2rem;
	height: 6.1rem;
	margin: 0 auto;
	position: relative;
}
.mobile .live-fengmian{
	width: 100%;
	height: 5.16rem;
	background-image: url(https://s.laoyaoba.com/2020meetinglivebanner-new.png);
	background-size: 100% 100%;
	position: relative;
}
.mobile .menban{
	width: 100%;
	height: 100%;
	font-size:0.48rem;
	color: #FFFFFF;
	background: rgba(0, 0, 0, .6);
	display: none;
}
.mobile .menban div{
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
.mobile .live-meeting-live-btn{
	width: 100%;
	height: 0.95rem;
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	display: -webkit-flex;
}
.mobile .live-meeting-live-btn-item{
	width: 100%;
	height: 0.96rem;
	margin-left: 1px;
	background-color: #3E5CF6;
	float: left;
	cursor: pointer;
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	align-items: center;
	-webkit-align-items: center;
	font-size:0.29rem;
	color:#FFFFFF;
}
.mobile .yidianzixun-img{
	width: 1.17rem;
	height: 0.26rem;
}
.mobile .youku-img{
	width: 0.58rem;
	height: 0.32rem;
}
.mobile .qiy-img{
	width: 0.9rem;
	height: 0.29rem;
}
.mobile .renminw-img{
	width: 0.96rem;
	height: 0.32rem;
}
.mobile .play-img{
	width: 0.32rem;
	height: 0.33rem;
}
/*会议直播end*/
/*焦点新闻*/
.mobile .new-box{
	width: 9.2rem;
	height: auto;
	margin: 0 auto 0.24rem auto;
	color: #FFFFFF;
}
.mobile .new-item{
	width: 100%;
	height: 2.58rem;
	background:rgba(28,26,44,1);;
	border-radius: 5px;
	margin-bottom: 0.26rem;
	padding: 0.26rem;
}
.mobile .new-item-a{
	width: 3.06rem;
	height: 2.05rem;
	border-radius: 5px;
	overflow: hidden;
	float: left;
}
.mobile .new-lt-btn{
	clear: both;
	width:2.13rem;
	height:0.69rem;
	line-height: 0.69rem;
	text-align: center;
	border-radius:5px;
	color: #9754FD;
	font-size: 0.18rem;
	background-image: url(https://s.laoyaoba.com/2020h5showmore.png);
	background-size: 100% 100%;
	margin: 0 auto;
	cursor: pointer;
}
.mobile .new-not-data{
	clear: both;
	width:2.13rem;
	height:0.69rem;
	line-height: 0.69rem;
	text-align: center;
	color: #9754FD;
	font-size: 0.18rem;
	margin: 0 auto;
}
.mobile .new-lt-btn:hover{
	color: #FFFFFF;
	/* background:linear-gradient(270deg,rgba(0,195,255,1) 0%,rgba(0,94,255,1) 100%); */
	background: linear-gradient(90deg,rgba(151,84,253,1) 0%,rgba(86,86,246,1) 100%);
}
.mobile .new-item-img{
	width: 100%;
	height: 100%;
}
.mobile .new-item-details{
	float: left;
	width: 5.38rem;
	height: 2.05rem;
	margin-left: 0.21rem;
}
.mobile .new-item-title{
	height: 0.98rem;
	font-size: 0.37rem;
	line-height:0.49rem;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.mobile .new-item-title a{
	color: #FFFFFF;
}
.mobile .new-item-txt{
	margin-top: 0.4rem;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.mobile .new-item-gt-btn{
	display: none;
}
.mobile .new-item-gt-btn a{
	color: #FFFFFF;
}
.mobile .ellipsis-span{
	width: 1.17rem;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.mobile .new-author{
	display: flex;
	display: -webkit-flex;
}
.mobile .new-source{
	display: flex;
	display: -webkit-flex;
	margin-left: 0.53rem;
}
/*焦点新闻end*/
/*会议日程*/
.mobile .meeting-schedule-box{
	width: 9.2rem;
	margin: 0 auto;
	color: #FFFFFF;
}
.mobile .meeting-schedule-day1{
	width: 100%;
}
.mobile .meeting-schedule-day2{
	width: 100%;
	margin-top: 0.53rem;
}
.mobile .meeting-schedule-day-top{
	width: 100%;
	height: 2.37rem;
	background-image: url(http://s.laoyaoba.com/2019jwconferencemeeting-schedule-day-top@2x.png);
	background-size: 100% 100%;
	margin-bottom: 0.26rem;
	padding: 0.62rem 0.54rem;
}
.mobile .meetingthree {
	height: 2.04rem;
	background-image: url(https://s.laoyaoba.com/2020meetingitem.png);
	background-size: 100% 100%;
	margin-bottom: 0.17rem;
	padding: 0.39rem 0.48rem 0.56rem 0.6rem;
}

.mobile .meetingthree .meetingthreetop {
	height: 0.49rem;
}

.mobile .meetingthree .meetingthreeleft {
	font-size:0.37rem;
	font-family:MicrosoftYaHeiSemibold;
	color:rgba(245,245,245,1);
	line-height:0.49rem;
	float: left;
}

.mobile .meetingthree .meetingthreeright {
	font-size:0.24rem;
	color:rgba(245,245,245,1);
	line-height:0.43rem;
	letter-spacing:2px;
	float: right;
}

.mobile .meetingthree .meetingthreebottom {
	height:0.43rem;
	font-size:0.32rem;
	color:rgba(245,245,245,1);
	line-height:0.43rem;
	margin-top: 0.17rem;
}
.mobile .meeting-schedule-day-item{
	height: 1.3rem;
	background-image: url(https://s.laoyaoba.com/2020meetingitem.png);
	background-size: 100% 100%;
	margin-bottom: 0.26rem;
	padding: 0.41rem 0.54rem;
}
.mobile .meeting-schedule-day-item-row{
	height: 2.1rem!important;
	padding: 0.44rem 0.54rem!important;
}
.mobile .meeting-schedule-item-l-row{
	font-size:0.43rem!important;
	line-height:1.2rem!important;
}
.mobile .meeting-schedule-time-row{
	height: 100%;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.mobile .specialmeeting {
	height: 1.96rem;
	background-image: url(https://s.laoyaoba.com/2020meetingitem.png);
	background-size: 100% 100%;
	margin-bottom: 0.17rem;;
	padding: 0.39rem 0.48rem 0.56rem 0.6rem;
}

.mobile .specialmeeting .specialmeetingtop {
	height: 0.6rem;
	font-size: 0.32rem;
	font-family: MicrosoftYaHeiSemibold;
	color: rgba(245, 245, 245, 1);
	line-height: 0.6rem;
}

/* .mobile .specialmeeting .specialmeetingleft {
	float: left;
} */
.mobile .meetingthree .meetingthreetop .specialmeetinglefts{
	font-size: 0.32rem;
}
.mobile .specialmeeting .specialmeetingright {
	font-size: 0.34rem;
	/* float: right; */
}

.mobile .specialmeeting .specialmeetingbottom {
	font-size: 0.32rem;
	font-family: MicrosoftYaHeiSemibold;
	color: rgba(245, 245, 245, 1);
	line-height: 0.6rem;
}
.mobile .meeting-schedule-t{
	float: left;
}
.mobile .meeting-schedule-time{
	float: right;
	text-align: right;
}
.mobile .meeting-schedule-t-t{
	font-size:0.43rem;
    font-weight:600;
}
.mobile .meeting-schedule-t-c{
	width:0.8rem;
    height:0.02rem;
    margin-top: 0.1rem;
    background-color: #FFFFFF;
}
.mobile .meeting-schedule-t-b{
	margin-top: 0.13rem;
	font-size:0.16rem;
    letter-spacing:0.05rem;
}
.mobile .meeting-schedule-time-t{
	font-size:0.32rem;
    line-height:0.42rem;
}
.mobile .meeting-schedule-time-b{
	font-size:0.5rem;
	font-weight:bold;
	line-height:0.6rem;
}
.mobile .meeting-schedule-item-l{
	font-size:0.37rem;
	line-height:0.42rem;
}
.mobile .meeting-schedule-item-r{
	font-size:0.32rem;
	line-height:0.44rem;
	letter-spacing:0.05rem;
}
.mobile .meeting-address{
	margin-top: 0.45rem;
	height: 7.62rem;
	position: relative;
}
.mobile .meeting-address-background{
	height: 6.98rem;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url(https://s.laoyaoba.com/2020meetingplace.png);
	background-size: 100% 100%;
	color: #FFFFFF;
}
.mobile .meeting-address-center{
	width: 100%;
	height: 6.68rem;
	margin: 0 auto;
	position: relative;
}
.mobile .meeting-address-center-map{
	width: 4.52rem;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0.48rem;
}
.mobile .meeting-address-center-mapid{
	width: 100%!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
}
.mobile .meeting-address-txt{
	width: 100%;
	margin: 0 auto;
	padding-left: 0.4rem;
	padding-top: 0.66rem;
}
.mobile .meeting-address-txt .address-t{
	font-size:0.4rem;
	font-weight:bold;
	line-height:0.62rem;
}
.mobile .meeting-address-txt .address-b{
	margin-top: 0.29rem;
	font-size:0.29rem;
}
.mobile .meeting-address-txt .address-b>p{
    line-height: 0.4rem;
}
.mobile .meeting-address-txt .hezuo-t{
	margin-top: 0.8rem;
}
/*会议日程end*/
/*往届回顾*/
.mobile .past-revlew-box{
	width: 9.2rem;
	margin: 0 auto;
	color: #FFFFFF;
}
.mobile .past-revlew-item-img{
	width: 100%;
	height: 4.9rem;
}
.mobile .past-revlew-item-title{
	width: 100%;
	text-align: center;
	font-size:0.37rem;
    font-weight:bold;
    line-height:0.49rem;
    margin-top: 0.26rem;
}
.mobile .past-revlew-item-title a{
	color: #FFFFFF;
}
/*往届回顾end*/
/*现场照片*/
.mobile .live-photo-box{
	width: 9.2rem;
	margin: 0 auto;
	color: #FFFFFF;
	position: relative;
}
.mobile .live-photo-lb{
	height: 5.33rem;
	text-align: center;
}
.mobile .live-photo-num{
	margin-top: 0.26rem;
	text-align: center;
	font-size:0.34rem;
	font-weight:bold;
	line-height:0.46rem;
}
.mobile .live-photo-lb img{
	height: 100%;
	max-width: 100%;
}
.mobile .clickLeft{
	width: 0.66rem;
	height: 0.66rem;
	background: none;
	display: none;
}
.mobile .clickLeft img{
	width: 100%;
}
.mobile .clickRight img{
	width: 100%;
}
.mobile .clickRight img:hover{
	background-color: #005FFF;
}
.mobile .clickLeft img:hover{
	background-color: #005FFF;
}
.mobile .clickRight{
	width: 0.66rem;
	height: 0.66rem;
	background: none;
	display: none;
}
/*现场照片end*/
/*主办方介绍*/
.mobile .organizer-introduction{
	position: relative;
}
.mobile .introduction-bottom{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.mobile .organizer-introduction-box{
	position: relative;
	width: 100%;
	margin: 0 auto;
	color: #FFFFFF;
}
.mobile .organizer-title{
	height: 1.48rem;
}
.mobile .organizer-title>div{
	width: 3.33rem;
	line-height: 1.48rem;
	text-align: center;
	float: left;
	font-size:0.29rem;
	font-weight:600;
	background-color: #0e0e30;
	cursor: pointer;
}
.mobile .organizer-title .addbackground{
	background-image: url(https://s.laoyaoba.com/2020tabhover.png);
	background-size: 100% 100%;
}
.mobile .organizer-content{
	height: 7.57rem;
	background: rgba(20,17,117,.6);
}
.mobile .organizer-jiwei{
	display: none;
	padding: 0.8rem 0.66rem 0 0.66rem;
	font-size: 0.29rem;
	font-weight:600;
	line-height:0.4rem;
}
/*主办方介绍end*/
/*底部*/
.mobile .foot-nav{
	height: 4.73rem;
	background:linear-gradient(90deg,rgba(32,27,48,1) 0%,rgba(1,44,91,1) 100%);
	color: #FFFFFF;
}
.mobile .foot-bottom{
	height:1.33rem;
	line-height: 1.33rem;
    background-color:#000000;
    color: #4F4F4F;
    text-align: center;
    font-size:0.2rem;
}
.mobile .foot-nav-center{
	width: 100%;
	margin: 0 auto;
	padding: 1.2rem 1.48rem;
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
}

.mobile .foot-nav-center div{
	width: 1.8rem;
	text-align: center;
}
.mobile .foot-nav-center img{
	width: 100%;
}
.mobile .foot-nav-center p{
	width: 1.8rem;
	text-align: center;
	font-weight:600;
	font-size: 0.24rem;
	margin-top: 0.05rem;
}
/*底部end*/
}