/*购买广告-----------*/
.ad-btn-box{
	display:flex;
	padding-top:15px;
}

.ad-add-cart{
	flex:1;
	height:1.8rem;
    line-height:1.8rem;
    background-image:linear-gradient(to right, #27acff, #0189ff);
    border-radius: 60px;
    color: #fff;
    text-align: center;
    font-size: 0.8rem;
    display: block;
    margin-right:15px;
}

.ad-buy-btn{
	flex:1;
	height:1.8rem;
    line-height:1.8rem;
    background:linear-gradient(to right,#ff9d51,#fe6f0f);
    border-radius: 60px;
    color: #fff;
    text-align: center;
    font-size: 0.8rem;
    display: block;
}

.ad-price-teu{
	font-weight:bold;
	color:#333;
	padding-top:5px;
	padding-left:10px;
}


.ad-price-describe{
font-size:0.7rem;
padding-top:10px;
}

/*.ad-price-instructions-text{
	color:#ef8547 !important;
}*/

.second-describe p{
	padding-bottom:5px;
	font-size:0.7rem;
	
	
	
}


.light-line-ad{
  height: 5px;
  width: 100%;
  display: block;
  background-image:linear-gradient(to right,#75caf9,#e6f4fc);
  margin-top: -6px;
}


.ad-price-instructions p{
	padding-bottom:5px;
	color:#ef8547;
}


.meeting-ad-item{
	background:#fff;
}

.meeting-ad-item-title{
	font-size:0.9rem;
	font-weight:bold;
	padding:10px 15px 0 15px;
	height:2.2rem;
}
.meeting-ad-item-title img{
	width:100%;
	height:100%;
}
.earlybird-box{
	padding-top:10px;
}

.earlybird-price{
	font-size: 0.9rem !important;
    color: #e54545 !important;
    font-weight: bold;
}

.daily-price{
	font-size:0.8rem;
	font-weight:bold;
	color:#333;
}


.meeting-ad-list{
padding:10px 15px;
clear:both;
overflow:hidden;
background:#fff;
display:flex;
}

.meeting-ad-list li{
	flex:1;
	float:left;
	text-align:center;
	height:1.8rem;
	line-height:1.8rem;
	background:#eef6ff;
	margin-right:2%;
	/*margin-bottom:10px;*/
	border-radius:30px;
	font-weight:bold;
	color:#0d5259;
	font-size:0.7rem;
}

.meeting-ad-list li:nth-child(4n){
	margin-right:0;
}

.meeting-ad-list li a{
	color:#0d5259;
}

.meeting-ad-list-active{
	background-image: linear-gradient(to right, #26a7c4, #4fc5a2) !important;
	background:#26a7c4 ;
	color:#fff !important;
}
.meeting-ad-list-active a{
	color:#fff !important;
}
/*.expense-price{
	background:#f7f6f5;
}*/


.meeting-adimg{
  width:100%;
  height:auto;
}

.meeting-adimg img{
	width:100%;
	height:100%;
}


.contact-ad{
    height: 2.8rem;
    width: 2.8rem;
    display: flex;
    background: #0170fc;
    color: #fff;
    position: fixed;
    right: 10px;
    bottom: 70px;
    z-index: 9;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background: url("https://meeting-1251180497.cos.ap-nanjing.myqcloud.com/wiffac/2025/images/contact-ad.png") no-repeat;
    background-size: 100% 100%;
}

.contact-sponsor{
    height: 2.8rem;
    width: 2.8rem;
    display: flex;
    background: #0170fc;
    color: #fff;
    position: fixed;
    right: 10px;
    bottom: 70px;
    z-index: 9;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background: url("https://meeting-1251180497.cos.ap-nanjing.myqcloud.com/wiffac/2025/images/contact-sponsor.png") no-repeat;
    background-size: 100% 100%;
}

.contact-apply{
    height: 2.8rem;
    width: 2.8rem;
    display: flex;
    background: #0170fc;
    color: #fff;
    position: fixed;
    right: 10px;
    bottom: 70px;
    z-index: 9;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background: url("https://meeting-1251180497.cos.ap-nanjing.myqcloud.com/wiffac/2025/images/contact-apply.png") no-repeat;
    background-size: 100% 100%;
}
.contact-ad-en{
    height: 2.8rem;
    width: 2.8rem;
    display: flex;
    background: #0170fc;
    color: #fff;
    position: fixed;
    right: 10px;
    bottom: 70px;
    z-index: 9;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background: url("https://meeting-1251180497.cos.ap-nanjing.myqcloud.com/wiffac/2025/images/en/contact-ad.png") no-repeat;
    background-size: 100% 100%;
}
.contact-sponsor-en{
    height: 2.8rem;
    width: 2.8rem;
    display: flex;
    background: #0170fc;
    color: #fff;
    position: fixed;
    right: 10px;
    bottom: 70px;
    z-index: 9;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background: url("https://meeting-1251180497.cos.ap-nanjing.myqcloud.com/wiffac/2025/images/en/contact-sponsor.png") no-repeat;
    background-size: 100% 100%;
}
.contact-apply-en{
	height: 2.8rem;
    width: 2.8rem;
    display: flex;
    background: #0170fc;
    color: #fff;
    position: fixed;
    right: 10px;
    bottom: 70px;
    z-index: 9;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background: url("https://meeting-1251180497.cos.ap-nanjing.myqcloud.com/wiffac/2025/images/en/contact-apply.png") no-repeat;
    background-size: 100% 100%;
}
.ad-tab{
	display:flex;
	background:#fff;
	border-bottom:1px solid #eee;
	position:fixed;
	top:2.2rem;
	left:0;
	right:0;
	z-index:9;
}
.ad-tab li{
	flex:1;
	text-align:center;
	height:1.95rem;
	line-height:1.9rem;	
}


.ad-tab li a{
	height:1.95rem;
	display:inline-block;
}
.ad-tab-active a{
	position:relative;
	color:#1171cd;
	font-weight:bold;
}
.ad-tab-active a:before{
	content:"";
	height:2px;
	width:100%;
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	background:#1171cd;
}


.introduction-sponsor-companyname{
	font-size:0.9rem;
	font-weight:bold;
	color:#ed6000;
	padding-top:15px;
}

.soldout-icon{
	width:3.1rem;
	height:3.0rem;
	display:block;
	position:absolute;
	right:10px;
	top:5px;
}
.soldout-icon img{
	width:100%;
	height:100%;
}

.meeting-cost-namebox h2{
	position:relative;
}
