#activityDetailPlugin {
	margin-top: 10px;
	font-size: 16px;
}
.detail-info-title{
    padding: 20px 30px 0 20px;
}
.activity-detail-css >div{
	width: 100%;
	margin: 20px 0;
	background-color: #fff;
}
.activity-detail-css{
	width: 100%;
	margin: 20px 0;
}
.title-line{
	margin-top: 20px;
}
#numberPoll{
	font-size: 12px !important;
	color: #d1d1d1;
}
.letter-detail-media {
	display: flex;
	align-content: center;
	width: 100%;
	padding: 30px;
}
.headline {
	font-size: 28px;
}
.letter-detail-media .column-left {
	width: 55.28%;
	height: 400px;
}
.letter-detail-media .column-left img {
	width: 100%;
	height: 100%;
}

.letter-detail-media  .column-inner-right {
	width: 70%;
	display: flex;
	flex-direction: column;
	padding-left: 30px;
	position: relative;
}
.column-inner-right{
	flex: 1;
	padding: 0 0 0 30px;
	font-size: 16px
}

.column-inner-right .active-status-button {
	display: none;
	font-size: 18px;
	width: 54.5%;
	right: 0;
	bottom: 0;
	position: absolute;
	padding: 15px 18px;
	color: #fff;
	text-align: center;
	margin-bottom: 0;
}
.column-inner-right .header-title {
	font-size: 24px;
	/*font-weight: bold;*/
	color: #333333;
	padding-bottom: 10px;
}
.column-inner-right label{
	padding-right: 20px;
	display: inline-block;
    max-width: 100%;
	margin-bottom: 5px;
	font-weight: normal;
}

.column-inner-right .textBox {
	padding-bottom: 15px;
}

.column-inner-right .introduction {
	padding-left: 20px;
	color: #999999;
}
   .column-inner-right .introduction:first-child {
	   padding-top: 10px;
   }
.tag-name{
	padding-bottom: 26px;
}
#starTime,#address,#hostOrgs,#todoOrgs,#phone{
	color: #111111;
}


.header-button{
	padding-bottom: 31px;
	right: 0;
	bottom: 5px;
}
.introduction {
	color: #333333;
	font-size: 16px;
	line-height: 1.8;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: normal;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}


.activity-list-content {
	padding: 0 30px;
	font-size: 24px;
}

.activity-button {
	text-align: center;
	padding: 50px 0 43px 0;
}
.activity-list-button {
	color: #333333;
	background: #F6F6F6;
	border: 1px solid #DDDDDD;
	padding: 13px 32px;
	font-size: 24px;
}
.line-activity {
	display: flex;
	justify-items: center;
	flex-wrap: wrap;
	width: 100%;
}
.active-span {
	color: #5EB7FF;
}
.line-activity >span {
	width: 45%;
	border-bottom: 1px dashed #DDDDDD;
	padding: 40px 0 5px 0;
}
.line-activity >span:nth-child(odd) {
	margin-right: 10%;
}

.introduction-info {
	padding: 30px;
    background-color: #fff;
}

#guessLikeAreaPc {
    display: flex;
    padding: 15px;
    background-color: #fff;
}
.guess-like {
	width: 20%;
}
.activityTitle{
    margin-bottom: 20px;
}

.column-inner-right .header-title .textBox{
	background-color: #e9e9e9;
}
.skipToMap {
	padding-left: 20px;
	color: #5EB7FF;
	cursor: pointer;
	text-decoration: underline;
}


#guessLikeAreaPc {
	display: flex;
	padding: 15px;
}

.guess-like .img-show {
	width:100%;
	height: 184px;
	overflow: hidden;
}
.guess-like {
	width: 25%;
	padding: 15px;
}
.single-text{
	padding: 10px 0 ;
}
.resource-time {
}

.single-text{
	font-size: 20px;
	font-weight: 400;
	line-height: 21px;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

ul li{
    list-style-type:none;
}


/**
 * @Author xionglongyu
 * @Description  活动预约
 * @Date 18:49 2021/5/26
 **/

.res-activity-book {
	margin: 20px 60px;
	overflow: hidden;
}
#activityBookFrom >div{
	margin-bottom: 15px;
}
.activity-book-content {
}
.activity-book-content .form-group label {
	font-size: 16px;
	color: #666666;
}
.get-validate-code {
	color: #fff;
	background-color: #337ab7;
	border: 1px solid #2e6da4;
	padding: 4px 10px;
}

.swiper-container{
	overflow: visible !important;
	margin: 30px 0 15px 0;
	--swiper-theme-color: #ff6600;/* 设置Swiper风格 */
	--swiper-navigation-color: #1877C9;/* 单独设置按钮颜色 */
	--swiper-navigation-size: 30px;/* 设置按钮大小 */
}
.swiper-slide {
	display: flex;
	padding: 0 50px;
}
.swiper-slide >div{
	margin: 10px;
	width: 16%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.swiper-slide .date {
	color: #333333;
	font-size: 16px;
	margin-bottom: 10px;
}
.swiper-slide .content{
	border: 1px dashed #E9E9E9;
	padding: 10px;
	margin-bottom: 10px;
	width: 90%;
}

.swiper-slide .content .statusBookUp ,.swiper-slide .content .statusNotBook {
	background: #CCCCCC;
}
.swiper-slide .content .statusBook {
	background: #1877C9;
}
.swiper-slide .content .status {
	cursor: pointer;
	margin-top: 10px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	padding: 2px 0;
}
.swiper-slide .content .active-status {
	background: #D26867;
}
.swiper-slide .content .time {
	color: #666666;
	font-size: 14px;
	text-align: center;
}

.error{
	color: #D63610 !important;
	font-size: 12px !important;
}

/**
 * @Author xionglongyu
 * @Description  预约成功css
 * @Date 10:40 2021/5/27
 **/


.book-succeed-dialog {
	display: flex;
	flex-direction: column;
	padding: 40px 70px 10px 70px;
}
.book-succeed-dialog .dialog-button{

}
.book-succeed-dialog .dialog-top img {
	margin-bottom: 15px;

}
.book-succeed-dialog .dialog-top{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 30px;
}
.dialog-top .succeed-title ,.dialog-button .res-name{
	color: #333333;
	font-size: 16px;
}
.dialog-button .res-name {
	padding-bottom: 20px;
	border-bottom: 1px solid #EEEEEE;
}
.succeed-content {
	padding-top: 20px;
	display: flex;
}
.succeed-content-left {
	flex: 1;
}
.succeed-content-left >div{
	display: flex;
	align-content: center;
	padding-bottom: 10px;
}
.succeed-content-left >div label {
	margin-right: 20px;
}
.succeed-content-left >div label ,.succeed-content-right .code-title{
	font-size: 16px;
	color: #666666;
}
.succeed-content-right .code-title{
	margin-top: 10px;
}



.bookButton{
	background: #5EB7FF;
}
.nobookText {
	background: #ff9600;
}
.willText{
	background: #4E7DC4;
}
.overText{
	background: #DDDDDD;
}




















