@font-face {
	font-family: 'u-icon';
	src: url(clientlib-activity-v6/images/activity-components-branch-u-icon.eot);
	src: url(clientlib-activity-v6/images/activity-components-branch-u-icon.eot#iefix) format('embedded-opentype'),
	url(clientlib-activity-v6/images/activity-components-branch-u-icon.woff2) format('woff2'),
	url(clientlib-activity-v6/images/activity-components-branch-u-icon.woff) format('woff'),
	url(clientlib-activity-v6/images/activity-components-branch-u-icon.ttf) format('truetype'),
	url(clientlib-activity-v6/images/activity-components-branch-u-icon.svg) format('svg');
	font-weight: normal;
	font-style: normal;
}

.u-icon {
	font-family: 'u-icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}

.u-icon-add:before {
	content: "\EA01"
}

.u-icon-cancel:before {
	content: "\EA02"
}

.u-icon-confirm:before {
	content: "\EA03"
}

.u-icon-date:before {
	content: "\EA04"
}

.u-icon-download:before {
	content: "\EA05"
}

.u-icon-edit:before {
	content: "\EA06"
}

.u-icon-heart:before {
	content: "\EA07"
}

.u-icon-help:before {
	content: "\EA08"
}

.u-icon-home:before {
	content: "\EA09"
}

.u-icon-infomation:before {
	content: "\EA0A"
}

.u-icon-menu:before {
	content: "\EA0B"
}

.u-icon-minus:before {
	content: "\EA0C"
}

.u-icon-purchase:before {
	content: "\EA0D"
}

.u-icon-refresh:before {
	content: "\EA0E"
}

.u-icon-search:before {
	content: "\EA0F"
}

.u-icon-star-outline:before {
	content: "\EA10"
}

.u-icon-star:before {
	content: "\EA11"
}

.u-icon-visible:before {
	content: "\EA12"
}

.u-icon-double-down:before {
	content: "\EA13"
}

.u-icon-double-left:before {
	content: "\EA14"
}

.u-icon-double-right:before {
	content: "\EA15"
}

.u-icon-double-up:before {
	content: "\EA16"
}

.u-icon-down:before {
	content: "\EA17"
}

.u-icon-left:before {
	content: "\EA18"
}

.u-icon-more:before {
	content: "\EA19"
}

.u-icon-play:before {
	content: "\EA1A"
}

.u-icon-right:before {
	content: "\EA1B"
}

.u-icon-triangle-down:before {
	content: "\EA1C"
}

.u-icon-up:before {
	content: "\EA1D"
}
@charset "utf-8";
*{
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
}
.dropdown{
	position: relative;
	width: 100%;
	max-width: 130px;
	color: #666a75;
	font-size: 14px;
	white-space: nowrap;
	*zoom: 1;
}
.dropdown::before,
.dropdown::after{
	content: " ";
    display: table;
    line-height: 0;
}
.dropdown::after {
    clear: both;
}
.dropdown-name{
	float: left;
	width: 56px;
	line-height: 32px;
	margin-right: 10px;
}
.dropdown-value{
	float: left;
	position: relative;
    width: calc(100% - 66px);
    height: 32px;
    padding: 4px 39px 4px 9px;
    color: #252b3a;
    font-size: 14px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 2px;
    border: 1px solid #ddd;
    background-color: #fff;
    cursor: pointer;
    overflow: hidden;
}
.dropdown-value:hover{
	border-color: #a0a2a8;
}
.dropdown-value span{
	
	padding-right: 10px;
	color: #252b3a;
	vertical-align: middle;
}
.dropdown-value i{
	position: absolute;
	width: 30px;
	height: 22px;
	right: 0;
	border-left: 1px solid #ddd;
	vertical-align: middle;
}
.dropdown-value i::after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 9px;
	left: 9px;
	border-width: 5px;
	border-style: solid;
	border-color: #666a75 #fff #fff #fff;
}
.dropdown-views{
	display: none;
	position: absolute;
	min-width: calc(100% - 66px);
	top: 100%;
	left: 66px;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 0;
	border-radius: 2px;
	border: 1px solid #ddd;
	background-color: #fff;
	cursor: pointer;
	overflow: hidden;
	z-index: 9;
}
.dropdown-views li{
	padding: 0 9px;
	color: #666a75;
	font-size: 14px;
	line-height: 32px;
	list-style: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dropdown-views li:hover{
	color: #C7000B;
	background-color: #f7f7f7;
}
.dropdown-views li:active{
	color: #fff;
	background-color: #C7000B;
}
@media(max-width: 979px){
	.dropdown-value:hover{
		border: 1px solid #ddd;
	}
	.dropdown-views li:hover,
	.dropdown-views li:active{
		color: #666a75;
		background-color: #fff;
	}
	.dropdown-value {
		height: 24px;
		padding: 2px 39px 2px 9px;
	}
	.dropdown-name,
	.dropdown-value,
	.dropdown-views li{
		font-size: 12px;
	}
}@charset "utf-8";
.v6-link {
  color: #526ecc;
  cursor: pointer;
  transition: .2s;
}
.v6-link:hover {
  text-decoration: underline;
}
.v6-link:active {
  color: #344899;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.v6-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.v6-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
@media (max-width: 1439px) {
  .v6-col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}
.v6-col,
[class^=v6-col-] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
.v6-col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 4.16666667%;
  flex: 0 0 4.16666667%;
  max-width: 4.16666667%;
}
@media (max-width: 1439px) {
  .v6-col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.16666667%;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.16666667%;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.16666667%;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.16666667%;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
}
.v6-col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333333%;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
@media (max-width: 1439px) {
  .v6-col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
}
.v6-col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
@media (max-width: 1439px) {
  .v6-col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.v6-col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66666667%;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
@media (max-width: 1439px) {
  .v6-col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
}
.v6-col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20.83333333%;
  flex: 0 0 20.83333333%;
  max-width: 20.83333333%;
}
@media (max-width: 1439px) {
  .v6-col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.83333333%;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.83333333%;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.83333333%;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.83333333%;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
}
.v6-col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 1439px) {
  .v6-col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.v6-col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 29.16666667%;
  flex: 0 0 29.16666667%;
  max-width: 29.16666667%;
}
@media (max-width: 1439px) {
  .v6-col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16666667%;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16666667%;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16666667%;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16666667%;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
}
.v6-col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
@media (max-width: 1439px) {
  .v6-col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
.v6-col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37.5%;
  flex: 0 0 37.5%;
  max-width: 37.5%;
}
@media (max-width: 1439px) {
  .v6-col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
}
.v6-col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66666667%;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
@media (max-width: 1439px) {
  .v6-col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
}
.v6-col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45.83333333%;
  flex: 0 0 45.83333333%;
  max-width: 45.83333333%;
}
@media (max-width: 1439px) {
  .v6-col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.83333333%;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.83333333%;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.83333333%;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.83333333%;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
}
.v6-col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 1439px) {
  .v6-col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.v6-col-13 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 54.16666667%;
  flex: 0 0 54.16666667%;
  max-width: 54.16666667%;
}
@media (max-width: 1439px) {
  .v6-col-lg-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.16666667%;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.16666667%;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.16666667%;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.16666667%;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
}
.v6-col-14 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333333%;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
@media (max-width: 1439px) {
  .v6-col-lg-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
}
.v6-col-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 62.5%;
  flex: 0 0 62.5%;
  max-width: 62.5%;
}
@media (max-width: 1439px) {
  .v6-col-lg-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
}
.v6-col-16 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66666667%;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
@media (max-width: 1439px) {
  .v6-col-lg-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
}
.v6-col-17 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70.83333333%;
  flex: 0 0 70.83333333%;
  max-width: 70.83333333%;
}
@media (max-width: 1439px) {
  .v6-col-lg-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333333%;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333333%;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333333%;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333333%;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
}
.v6-col-18 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
@media (max-width: 1439px) {
  .v6-col-lg-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.v6-col-19 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 79.16666667%;
  flex: 0 0 79.16666667%;
  max-width: 79.16666667%;
}
@media (max-width: 1439px) {
  .v6-col-lg-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.16666667%;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.16666667%;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.16666667%;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.16666667%;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
}
.v6-col-20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333333%;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
@media (max-width: 1439px) {
  .v6-col-lg-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
}
.v6-col-21 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 87.5%;
  flex: 0 0 87.5%;
  max-width: 87.5%;
}
@media (max-width: 1439px) {
  .v6-col-lg-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
}
.v6-col-22 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66666667%;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
@media (max-width: 1439px) {
  .v6-col-lg-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
}
.v6-col-23 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 95.83333333%;
  flex: 0 0 95.83333333%;
  max-width: 95.83333333%;
}
@media (max-width: 1439px) {
  .v6-col-lg-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95.83333333%;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95.83333333%;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95.83333333%;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95.83333333%;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
}
.v6-col-24 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 1439px) {
  .v6-col-lg-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.v6-section {
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: #ffffff;
}
.v6-section.v6-section-merge-spacing {
  padding-top: 0;
}
.v6-section[data-bg="grey"] {
  background: #fafafa;
}
.v6-section[data-bg="blue"] {
  background-image: linear-gradient(215deg, #1a2f5b 0%, #1a2f5b 62%, #020c20 100%, #05122c 100%);
}
.v6-section[data-bg="transparent"] {
  background-color: transparent;
}
.v6-section-head {
  padding-bottom: 32px;
  font-size: 0;
  text-align: center;
}
.v6-section-title {
  display: inline-block;
  position: relative;
  padding-left: 42px;
  padding-right: 42px;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #252b3a;
}
.v6-section-title[data-theme="light"] {
  color: #ffffff;
}
.v6-section-title .v6-section-title-ornament-left,
.v6-section-title .v6-section-title-ornament-right {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background-size: cover;
}
.v6-section-title .v6-section-title-ornament-left {
  left: 0;
}
.v6-section-title .v6-section-title-ornament-right {
  right: 0;
}
.v6-section-subtitle {
  font-size: 16px;
  line-height: 20px;
  color: #575d6c;
}
.v6-section-subtitle[data-theme="light"] {
  color: #adb0b8;
}
.v6-section-subtitle em {
  font-style: normal;
  color: #C7000B;
}
.v6-section-subtitle a {
  color: #526ecc;
  cursor: pointer;
  transition: .2s;
}
.v6-section-subtitle a:hover {
  text-decoration: underline;
}
.v6-section-subtitle a:active {
  color: #344899;
}
.v6-section-title + .v6-section-subtitle {
  margin-top: 16px;
}
.v6-section-head[data-theme="light"] .v6-section-title,
.v6-section-head[data-theme="light"] .v6-section-subtitle {
  color: #ffffff;
}
.v6-section-head[data-theme="light"] .v6-section-title a,
.v6-section-head[data-theme="light"] .v6-section-subtitle a {
  color: #96adfa;
  cursor: pointer;
  transition: .2s;
}
.v6-section-head[data-theme="light"] .v6-section-title a:hover,
.v6-section-head[data-theme="light"] .v6-section-subtitle a:hover {
  text-decoration: underline;
}
.v6-section-head[data-theme="light"] .v6-section-title a:active,
.v6-section-head[data-theme="light"] .v6-section-subtitle a:active {
  color: #344899;
}
.v6-section-explain {
  margin-top: 32px;
  font-size: 12px;
  line-height: 18px;
  color: #adb0b8;
}
.v6-section-explain a[href] {
  color: #526ecc;
  cursor: pointer;
  transition: .2s;
}
.v6-section-explain a[href]:hover {
  text-decoration: underline;
}
.v6-section-explain a[href]:active {
  color: #344899;
}
@media (max-width: 767px) {
  .v6-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .v6-section-head {
    padding-bottom: 16px;
  }
  .v6-section-title {
    font-size: 18px;
    padding-left: 27px;
    padding-right: 27px;
  }
  .v6-section-title .v6-section-title-ornament-left,
  .v6-section-title .v6-section-title-ornament-right {
    width: 22px;
    height: 22px;
    margin-top: -11px;
  }
  .v6-section-subtitle {
    font-size: 12px;
  }
  .v6-section-title + .v6-section-subtitle {
    margin-top: 8px;
  }
  .v6-section-explain {
    margin-top: 16px;
  }
}
.v6-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1439px) {
  .v6-container {
    max-width: 1200px;
  }
}
@media (max-width: 1279px) {
  .v6-container {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (max-width: 767px) {
  .v6-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.v6-btn {
  display: inline-block;
  background: transparent;
  border: solid 1px transparent;
  outline: none;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  transition: .2s;
  height: 32px;
  font-size: 12px;
  line-height: 30px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 2px;
}
.v6-btn-small {
  height: 28px;
  font-size: 12px;
  line-height: 26px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 2px;
}
.v6-btn-large {
  height: 40px;
  font-size: 14px;
  line-height: 38px;
  padding-left: 32px;
  padding-right: 32px;
  border-radius: 2px;
}
@media (max-width: 1439px) {
  .v6-btn-lg-small {
    height: 28px;
    font-size: 12px;
    line-height: 26px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 2px;
  }
  .v6-btn-lg-middle {
    height: 32px;
    font-size: 12px;
    line-height: 30px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 2px;
  }
  .v6-btn-lg-large {
    height: 40px;
    font-size: 14px;
    line-height: 38px;
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 2px;
  }
}
@media (max-width: 1279px) {
  .v6-btn-md-small {
    height: 28px;
    font-size: 12px;
    line-height: 26px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 2px;
  }
  .v6-btn-md-middle {
    height: 32px;
    font-size: 12px;
    line-height: 30px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 2px;
  }
  .v6-btn-md-large {
    height: 40px;
    font-size: 14px;
    line-height: 38px;
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 2px;
  }
}
@media (max-width: 979px) {
  .v6-btn-sm-small {
    height: 28px;
    font-size: 12px;
    line-height: 26px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 2px;
  }
  .v6-btn-sm-middle {
    height: 32px;
    font-size: 12px;
    line-height: 30px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 2px;
  }
  .v6-btn-sm-large {
    height: 40px;
    font-size: 14px;
    line-height: 38px;
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 2px;
  }
}
@media (max-width: 767px) {
  .v6-btn-xs-small {
    height: 28px;
    font-size: 12px;
    line-height: 26px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 2px;
  }
  .v6-btn-xs-middle {
    height: 32px;
    font-size: 12px;
    line-height: 30px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 2px;
  }
  .v6-btn-xs-large {
    height: 40px;
    font-size: 14px;
    line-height: 38px;
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 2px;
  }
}
.v6-btn-primary {
  background-color: #C7000B;
  border-color: #C7000B;
  color: #ffffff;
}
.v6-btn-primary:hover {
  background-color: #d64a52;
  border-color: #d64a52;
  color: #ffffff;
  box-shadow: 0 8px 6px -4px rgba(246, 111, 106, 0.5);
}
.v6-btn-primary[disabled],
.v6-btn-primary.v6-btn-disabled {
  background-color: #f5f5f6;
  border-color: #dfe1e6;
  color: #dfe1e6;
  box-shadow: none;
}
.v6-btn-secondary {
  background-color: #ffffff;
  border-color: #C7000B;
  color: #C7000B;
}
.v6-btn-secondary:hover {
  background-color: #C7000B;
  border-color: #C7000B;
  color: #ffffff;
}
.v6-btn-secondary[disabled],
.v6-btn-secondary.v6-btn-disabled {
  background-color: #f5f5f6;
  border-color: #dfe1e6;
  color: #dfe1e6;
}
.v6-btn-dark {
  border-color: #8a8e99;
  color: #575d6c;
}
.v6-btn-dark:hover {
  background-color: #C7000B;
  border-color: #C7000B;
  color: #ffffff;
}
.v6-btn-dark[disabled],
.v6-btn-dark.v6-btn-disabled {
  background-color: #f5f5f6;
  border-color: #dfe1e6;
  color: #dfe1e6;
}
.v6-btn-light {
  border-color: #ffffff;
  color: #ffffff;
}
.v6-btn-light:hover {
  background-color: #C7000B;
  border-color: #C7000B;
  color: #ffffff;
}
.v6-btn-light[disabled],
.v6-btn-light.v6-btn-disabled {
  background-color: #666666;
  border-color: #666666;
  color: #adb0b8;
}
.v6-filter-btn {
  display: inline-block;
  position: relative;
}
.v6-filter-btn input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.v6-filter-btn span {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  border: solid 1px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 30px;
  transition: .2s;
  color: #252b3a;
  border-color: #adb0b8;
}
.v6-filter-btn input:hover + span,
.v6-filter-btn input:checked + span {
  color: #C7000B;
  border-color: #C7000B;
}
.v6-select {
  display: inline-block;
  position: relative;
  min-width: 194px;
  height: 28px;
  padding-right: 28px;
  border: solid 1px #adb0b8;
  border-radius: 2px;
  background: white;
  cursor: pointer;
  transition: .2s;
}
.v6-select:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  opacity: 0;
}
.v6-select:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  vertical-align: middle;
  border: solid 4px transparent;
  border-bottom: none;
  border-top: solid 5px #575d6c;
  margin-top: -2px;
}
.v6-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  padding-left: 9px;
  padding-right: 0;
  background: transparent;
  font-size: 14px;
  color: #252b3a;
  line-height: 26px;
  cursor: pointer;
}
.v6-select select::-ms-expand {
  display: none;
}
.v6-select-trigger {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-left: 9px;
  padding-right: 28px;
  background: rgba(0, 0, 0, 0);
  font-size: 0;
}
.v6-select-trigger span {
  display: inline-block;
  position: relative;
  max-width: 100%;
  height: 27px;
  font-size: 14px;
  line-height: 26px;
  white-space: nowrap;
  color: transparent;
  overflow: hidden;
  opacity: 0;
  transition: .2s;
}
.v6-select-trigger span:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #5e7ce0;
  border-left: solid 1px white;
  border-right: solid 1px white;
  margin-top: -2px;
}
@keyframes select-text-hover-first {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.v6-select-option-list {
  display: none;
  position: absolute;
  z-index: 9;
  top: 100%;
  left: -1px;
  right: -1px;
  max-height: 151px;
  overflow: auto;
  border: solid #5e7ce0;
  border-width: 0 1px 1px 1px;
  border-radius: 0 0 2px 2px;
}
.v6-select-option-list li {
  padding: 4px 9px;
  background: white;
  font-size: 14px;
  line-height: 22px;
  color: #252b3a;
  transition: .2s;
}
.v6-select-option-list li:hover {
  background: #f2f5fc;
  color: #526ecc;
}
.v6-select-option-list li.selected {
  background: #5e7ce0;
  color: #ffffff;
}
.v6-select:not(.open).hover {
  border-color: #575d6c;
}
.v6-select:not(.open).hover .v6-select-trigger span {
  opacity: 1;
}
.v6-select.open {
  border-color: #5e7ce0;
  border-radius: 2px 2px 0 0;
}
.v6-select.open .v6-select-trigger {
  border-bottom: solid 1px #dfe1e6;
}
.v6-select.open .v6-select-option-list {
  display: block;
}
.v6-select-block {
  display: block;
}
.v6-text-title-t1 {
  font-weight: 700;
  font-size: 52px;
  line-height: 65px;
  color: #252b3a;
}
.v6-text-title-t1[data-theme="light"] {
  color: #ffffff;
}
.v6-text-title-t2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  color: #252b3a;
}
.v6-text-title-t2[data-theme="light"] {
  color: #ffffff;
}
.v6-text-title-t3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #252b3a;
}
.v6-text-title-t3[data-theme="light"] {
  color: #ffffff;
}
.v6-text-title-t4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #252b3a;
}
.v6-text-title-t4[data-theme="light"] {
  color: #ffffff;
}
.v6-text-title-t5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #252b3a;
}
.v6-text-title-t5[data-theme="light"] {
  color: #ffffff;
}
.v6-text-title-t6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #252b3a;
}
.v6-text-title-t6[data-theme="light"] {
  color: #ffffff;
}
.v6-text-title-t7 {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #252b3a;
}
.v6-text-title-t7[data-theme="light"] {
  color: #ffffff;
}
.v6-text-subtitle-t1 {
  font-size: 18px;
  line-height: 23px;
  color: #575d6c;
}
.v6-text-subtitle-t1[data-theme="light"] {
  color: #adb0b8;
}
.v6-text-subtitle-t2 {
  font-size: 16px;
  line-height: 20px;
  color: #575d6c;
}
.v6-text-subtitle-t2[data-theme="light"] {
  color: #adb0b8;
}
.v6-text-subtitle-t3 {
  font-size: 14px;
  line-height: 18px;
  color: #575d6c;
}
.v6-text-subtitle-t3[data-theme="light"] {
  color: #adb0b8;
}
.v6-text-body-t1 {
  font-size: 16px;
  line-height: 24px;
  color: #575d6c;
}
.v6-text-body-t1[data-theme="light"] {
  color: #ffffff;
}
.v6-text-body-t2 {
  font-size: 14px;
  line-height: 22px;
  color: #575d6c;
}
.v6-text-body-t2[data-theme="light"] {
  color: #ffffff;
}
.text-caption-t1 {
  font-size: 12px;
  line-height: 18px;
  color: #8a8e99;
}
.text-caption-t1[data-theme="blue"] {
  color: #526ecc;
}
.v6-card {
  background-color: #ffffff;
  border: solid 1px #adb0b8;
}
.v6-card.v6-card-xl {
  padding: 56px 15px;
}
.v6-card.v6-card-l {
  padding: 32px 32px;
}
.v6-card.v6-card-m {
  padding: 24px 24px;
}
.v6-card.v6-card-align-left {
  text-align: left;
}
.v6-card.v6-card-align-center {
  text-align: center;
}
.v6-card-bottom {
  padding-top: 24px;
}
.v6-checkbox {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 0;
}
.v6-checkbox input[type="checkbox"] {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  opacity: 0;
  cursor: pointer;
}
.v6-checkbox input[type="checkbox"] + span {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: solid 1px #8a8e99;
  border-radius: 2px;
  background-color: white;
  transition: .2s;
}
.v6-checkbox input[type="checkbox"] + span i {
  margin: 1px;
  font-size: 12px;
  color: white;
  transform: scale(0);
  transition: .2s;
}
.v6-checkbox input[type="checkbox"]:focus + span,
.v6-checkbox input[type="checkbox"]:hover + span {
  border-color: #5e7ce0;
}
.v6-checkbox input[type="checkbox"]:checked + span {
  border-color: #5e7ce0;
  background-color: #5e7ce0;
}
.v6-checkbox input[type="checkbox"]:checked + span i {
  transform: scale(1);
}
.v6-checkbox input[type="checkbox"]:checked:hover + span {
  border-color: #7693f5;
  background-color: #7693f5;
}
.v6-checkbox input[type="checkbox"]:checked:active + span {
  border-color: #465eb8;
  background-color: #465eb8;
}
.v6-checkbox input[type="checkbox"]:disabled {
  cursor: default;
}
.v6-checkbox input[type="checkbox"]:disabled + span,
.v6-checkbox input[type="checkbox"]:disabled:hover + span {
  border-color: #dfe1e6;
  background-color: #f5f5f6;
}
.v6-checkbox input[type="checkbox"]:disabled + span i,
.v6-checkbox input[type="checkbox"]:disabled:hover + span i {
  color: #dfe1e6;
}
.v6-radio {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 0;
}
.v6-radio input[type="radio"] {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  opacity: 0;
  cursor: pointer;
}
.v6-radio input[type="radio"] + span {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: solid 1px #8a8e99;
  border-radius: 50%;
  background-color: white;
  transition: .2s;
}
.v6-radio input[type="radio"] + span:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 4px;
  background-color: #5e7ce0;
  transform: scale(0);
  transition: .2s;
}
.v6-radio input[type="radio"]:focus + span,
.v6-radio input[type="radio"]:hover + span {
  border-color: #5e7ce0;
}
.v6-radio input[type="radio"]:checked + span {
  border-color: #5e7ce0;
}
.v6-radio input[type="radio"]:checked + span:before {
  content: "";
  transform: scale(1);
}
.v6-radio input[type="radio"]:active + span {
  background-color: #5e7ce0;
}
.v6-radio input[type="radio"]:disabled {
  cursor: default;
}
.v6-radio input[type="radio"]:disabled + span {
  border-color: #dfe1e6;
  background-color: #f5f5f6;
}
.v6-radio input[type="radio"]:disabled + span:before {
  content: "";
  background-color: #dfe1e6;
}
.v6-tab {
  border-bottom: solid 1px #dfe1e6;
  font-size: 0;
  text-align: center;
}
.v6-tab ul {
  margin-bottom: -1px;
}
.v6-tab ul[data-cols="2"] li,
.v6-tab ul[data-cols="3"] li,
.v6-tab ul[data-cols="4"] li {
  width: 25%;
}
.v6-tab ul[data-cols="5"] li {
  width: 20%;
}
.v6-tab ul[data-cols="6"] li {
  width: 16.66666667%;
}
.v6-tab ul[data-cols="7"] li {
  width: 14.28571429%;
}
.v6-tab ul[data-cols="8"] li {
  width: 12.5%;
}
.v6-tab li {
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  vertical-align: bottom;
}
.v6-tab a {
  display: inline-block;
  position: relative;
  padding: 18px 8px;
  font-size: 18px;
  line-height: 24px;
  color: #252b3a;
  cursor: pointer;
  transition: .2s;
}
.v6-tab a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 3px;
  margin: auto;
  background-color: #C7000B;
  transition: .2s;
}
.v6-tab a:hover {
  color: #C7000B;
}
.v6-tab li.active a {
  font-weight: 700;
}
.v6-tab li.active a:after {
  width: calc(100% - 16px);
}
.v6-tab-text {
  display: block;
  min-width: 48px;
  max-height: 84px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.v6-tab-wrapper {
  padding-top: 24px;
}
.v6-tab-content:not(.active) {
  display: none;
}
.v6-label {
  display: inline-block;
  vertical-align: middle;
  padding-left: 6px;
  padding-right: 6px;
  background-color: #C7000B;
  border-radius: 2px;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
}
.v6-collapse-container {
  border: solid 1px #adb0b8;
}
.v6-collapse-container + .v6-collapse-container {
  margin-top: -1px;
}
.v6-collapse-trigger {
  display: block;
  position: relative;
  padding: 14px 40px 14px 14px;
  border-bottom: solid 1px #adb0b8;
  margin-bottom: -1px;
  cursor: pointer;
}
.v6-collapse-trigger .u-icon-down {
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -6px;
  font-size: 12px;
  color: #8a8e99;
  transition: .35s;
}
.v6-collapse-trigger.expended .u-icon-down {
  transform: rotateX(180deg);
}
.v6-collapse-head-text {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #252b3a;
}
.v6-collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}
/****basis start****/
#content {
  width: 100%;
}
.mod-rule-wrapper table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 0;
}
.mod-rule-wrapper table td,
.mod-rule-wrapper table th {
  padding: 5px 10px;
  border: 1px solid #000;
}
.activity-components-v2.v6-section {
  background-color: #C7D5FF;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.activity-components-v2.v6-section.bggray {
  background-color: #C7D5FF;
}
.activity-components-v2.v6-section.bgwhite {
  background-color: #fff;
}
.activity-components-v2.v6-section.bgtransparent {
  background-color: transparent;
}
.activity-components-v2.v6-section .v6-container .v6-section-head .v6-section-title span {
  position: relative;
}
.activity-components-v2.v6-section .v6-container .v6-section-head em {
  color: #C7000B;
}
.activity-components-v2.v6-section .red {
  color: #C7000B;
}
.activity-components-v2.v6-section em {
  font-style: normal;
  font-weight: inherit;
}
.activity-components-v2.v6-section .dropdown-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-v2.v6-section .v6-section-head[data-theme="light"] .v6-section-subtitle {
  opacity: 0.8;
}
.activity-components-v2.v6-section .v6-container .v6-section-head .v6-section-title span .titleLeftDecoration {
  position: absolute;
  content: '';
  width: 60px;
  height: 30px;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  left: -72px;
  top: 0;
}
.activity-components-v2.v6-section .v6-container .v6-section-head .v6-section-title span .titleRightDecoration {
  position: absolute;
  content: '';
  width: 60px;
  height: 30px;
  background-position: left 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  right: -72px;
  top: 0;
}
.activity-components-v2.v6-section .v6-container .v6-section-head .v6-section-subtitle a {
  color: #526ECC;
}
.activity-components-v2.v6-section .v6-container .v6-section-head .v6-section-subtitle a:hover {
  text-decoration: underline;
}
.activity-components-v2.v6-section #modal-rule a,
.activity-components-v2.v6-section .modal-rule a {
  color: #526ECC;
}
.activity-components-v2.v6-section #modal-rule a:hover,
.activity-components-v2.v6-section .modal-rule a:hover {
  text-decoration: underline;
}
.activity-components-v2.v6-section .v6-container .v6-section-head[data-theme="light"] .v6-section-subtitle a {
  color: #96ADFA;
}
.activity-components-v2.v6-section .pkg-order .discount-tip span {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 12px;
  padding: 1px 5px;
  border-radius: 2px;
  position: relative;
}
.activity-components-v2.v6-section .pkg-order .original.hide-unit {
  opacity: 0;
}
.activity-components-v2.v6-section .pkg-order .discount-tip span:after {
  position: absolute;
  content: '';
  bottom: -4px;
  left: 14px;
  background: #fff;
  width: 7px;
  height: 7px;
  font-size: 0;
  box-sizing: border-box;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
}
.activity-components-v2.v6-section .price {
  color: #C7000B;
}
.activity-components-v2.v6-section .pkg-order .price {
  font-size: 12px;
  color: #8A8E99;
  line-height: 16px;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-v2.v6-section .pkg-order .pkg-price {
  font-size: 20px;
  color: #C7000B;
  letter-spacing: 0;
  line-height: 24px;
}
.activity-components-v2.v6-section .pkg-order .original {
  font-size: 12px;
  color: #8A8E99;
  line-height: 16px;
  height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-v2.v6-section .pkg-order a.pkg-href {
  padding: 0 23px;
  font-size: 12px;
  line-height: 30px;
}
.activity-components-v2.v6-section .pkg-order a.pkg-href:hover {
  background-color: #C7000B;
  border-color: #C7000B;
  box-shadow: 0 8px 6px -4px rgba(246, 111, 106, 0.5);
}
.activity-components-v2.v6-section .v6-select {
  min-width: 130px;
  max-width: 150px;
}
.activity-components-v2.v6-section .unfold-common,
.activity-components-v2.v6-section .fold-common {
  display: none;
}
.activity-components-v2.v6-section a[href*='/pep-dialog/'] {
  pointer-events: none;
}
@media (max-width: 979px) {
  .activity-components-v2.v6-section .v6-container .v6-section-head .v6-section-title span {
    display: inline-block;
  }
  .activity-components-v2.v6-section .meal-main {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .activity-components-v2.v6-section .meal-main.folded {
    overflow: hidden;
  }
  .activity-components-v2.v6-section .toggle-fold-container {
    padding-top: 8px;
  }
  .activity-components-v2.v6-section .unfold-common,
  .activity-components-v2.v6-section .fold-common {
    text-align: center;
    color: #526ECC;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }
  .activity-components-v2.v6-section .toggle-fold-container span {
    position: relative;
  }
  .activity-components-v2.v6-section .toggle-fold-container span:after {
    position: absolute;
  }
  .activity-components-v2.v6-section .toggle-fold-container span:after {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    right: -20px;
    top: 0;
    border-bottom: 1px solid #526ECC;
    border-right: 1px solid #526ECC;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .activity-components-v2.v6-section .toggle-fold-container .fold-common span:after {
    transform: rotate(-135deg);
    top: 5px;
  }
  .activity-components-v2.v6-section .toggle-fold-container[data-theme="light"] .unfold-common,
  .activity-components-v2.v6-section .toggle-fold-container[data-theme="light"] .fold-common {
    color: #96ADFA;
  }
  .activity-components-v2.v6-section .toggle-fold-container[data-theme="light"] span:after {
    border-bottom: 1px solid #96ADFA;
    border-right: 1px solid #96ADFA;
  }
  .activity-components-v2.v6-section .v6-section-title {
    font-size: 18px;
    line-height: 22px;
    width: 100%;
  }
  .activity-components-v2.v6-section .v6-section-subtitle {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }
  .activity-components-v2.v6-section .v6-section-title + .v6-section-subtitle {
    margin-top: 8px;
  }
  .activity-components-v2.v6-section .v6-container .v6-section-head .v6-section-title span .titleLeftDecoration {
    height: 22px;
    left: -66px;
    top: calc(50% - 11px);
  }
  .activity-components-v2.v6-section .v6-container .v6-section-head .v6-section-title span .titleRightDecoration {
    height: 22px;
    right: -66px;
    top: calc(50% - 11px);
  }
}
[data-meal-click="gray"] a.pkg-href {
  background-color: #A0A2A9!important;
  color: #fff!important;
  border-color: #A0A2A9!important;
}
[data-meal-click="gray"] a.pkg-href:hover {
  box-shadow: 0 0 0 0 #ffffff !important;
}
.activity-screenImg {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: zoom-out;
  overflow: auto;
}
.activity-screenImg.active {
  display: block;
}
.activity-screenImg img {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80%;
  margin: auto;
  width: auto;
  background-color: #fbfbfb;
}
.layout-middle {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 979px) {
  .activity-screenImg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: calc(100% - 30px);
    margin: auto;
    background-color: #fbfbfb;
  }
}
@media (max-width: 767px) {
  .po-mb-hide {
    display: none !important;
  }
}
/****basis end****/
/****button start****/
.btn-s,
.btn-m,
.btn-l {
  display: inline-block;
  text-align: center;
  border-radius: 2px;
  border: 1px solid;
  cursor: pointer;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.btn-s {
  padding: 0 23px;
  font-size: 12px;
  line-height: 30px;
}
.btn-m {
  padding: 0 19px;
  font-size: 16px;
  line-height: 38px;
}
.btn-l {
  padding: 0 29px;
  font-size: 16px;
  line-height: 38px;
}
.btn-red {
  color: #fff;
  border-color: #C7000B;
  background-color: #C7000B;
}
.disable {
  pointer-events: none;
}
.light .btn-s.disable,
.light .btn-m.disable,
.light .btn-l.disable {
  color: #a0a2a8;
  border-color: #ddd;
  background-color: #f7f7f7;
}
@media (max-width: 979px) {
  .btn-s {
    padding: 0 14px;
    font-size: 12px;
    line-height: 26px;
  }
  .btn-m,
  .btn-l {
    padding: 0 14px;
    font-size: 14px;
    line-height: 30px;
  }
}
/****button end****/
/****dropdown star****/
.dropdown .ui-title {
  display: inline-block;
  width: 56px;
  color: #666a75;
  font-size: 14px;
  line-height: 32px;
  margin-right: 10px;
  vertical-align: top;
  white-space: nowrap;
}
.dropdown.small .ui-title {
  line-height: 24px;
}
.dropdown .ui-reveal {
  display: inline-table;
  width: calc(100% - 66px);
  height: 32px;
  padding: 4px 0 4px 9px;
  font-size: 14px;
  border-radius: 2px;
  border: 1px solid #ddd;
  background-color: #fff;
  cursor: pointer;
}
.dropdown.small .ui-reveal {
  height: 22px;
  padding-left: 5px;
  line-height: 14px;
}
.dropdown .ui-reveal:hover {
  border-color: #a0a2a8;
}
.dropdown .ui-reveal span {
  display: table-cell;
  padding-right: 10px;
  color: #252b3a;
  vertical-align: middle;
}
.dropdown .ui-reveal i {
  position: relative;
  display: table-cell;
  width: 30px;
  height: 22px;
  border-left: 1px solid #ddd;
  vertical-align: middle;
}
.dropdown.small .ui-reveal i {
  height: 14px;
}
.dropdown .ui-reveal i::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 9px;
  left: 9px;
  border-width: 5px;
  border-style: solid;
  border-color: #666a75 #fff #fff #fff;
}
.dropdown.small .ui-reveal i::after {
  top: 5px;
}
.dropdown .ui-content {
  display: none;
  position: absolute;
  margin-top: 5px;
  border-radius: 2px;
  border: 1px solid #ddd;
  background-color: #fff;
  cursor: pointer;
  overflow: hidden;
  z-index: 9;
}
.dropdown li {
  padding: 0 9px;
  color: #666a75;
  font-size: 14px;
  line-height: 32px;
}
.dropdown.small li {
  line-height: 24px;
}
.dropdown li:hover {
  color: #C7000B;
  background-color: #f7f7f7;
}
.dropdown li:active {
  color: #fff;
  background-color: #C7000B;
}
@media (max-width: 979px) {
  .dropdown .ui-reveal:hover {
    border: 1px solid #ddd;
  }
  .dropdown li:hover,
  .dropdown li:active {
    color: #666a75;
    background-color: #fff;
  }
}
/****dropdown end****/
/************************modal star************************/
.shade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 200;
}
.shade-product {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 200;
}
/* 实名认证 */
.modal-realName {
  width: 100%;
  height: 100%;
  top: 10px;
  overflow: hidden;
  position: fixed;
  transform: scale(1);
  visibility: hidden;
  z-index: 999;
}
.modal-realName .iframe-realName {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* 登录注册 */
.modal-logRegister {
  width: 100%;
  height: 100%;
  top: 10px;
  overflow: hidden;
  position: fixed;
  transform: scale(1);
  visibility: hidden;
  z-index: 999;
}
.modal-logRegister .iframe-logRegister {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* 购买 */
.modal-product {
  width: 100%;
  height: 100%;
  top: 0;
  overflow: hidden;
  position: fixed;
  transform: scale(1);
  visibility: hidden;
  z-index: 999;
  animation: mymove ease-in-out 0.3s;
}
.modal-product .iframe-product {
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
@keyframes mymove {
  from {
    left: 960px;
  }
  to {
    left: 0;
  }
}
.modal-shade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 200;
}
.modal {
  display: none;
  position: fixed;
  width: 400px;
  top: 50%;
  left: 50%;
  z-index: 999;
  background-color: #fff;
  border-radius: 2px;
  transform: translate(-50%, -50%);
}
.modal-s {
  width: 400px;
}
.modal-m {
  width: 550px;
}
.modal-l {
  width: 700px;
}
.modal-xl {
  width: 900px;
}
.mod-close {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 20px;
  right: 20px;
  cursor: pointer;
  overflow: hidden;
  transform: rotate(45deg);
}
.mod-close::before,
.mod-close::after {
  content: '';
  display: block;
  position: absolute;
  width: 13px;
  height: 1px;
  top: 6px;
  left: 0;
  background-color: #999;
}
.mod-close::after {
  width: 1px;
  height: 13px;
  top: 0;
  left: 6px;
}
.mod-header {
  padding-top: 32px;
  padding-left: 32px;
  color: #252B3A;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
#modal-rule .mod-header,
.modal-rule .mod-header {
  padding-left: 0;
  font-weight: bold;
}
.mod-caption {
  padding-left: 32px;
  padding-right: 32px;
}
.mod-body {
  overflow-y: auto;
  padding: 0 32px;
  margin: 12px 0 28px;
  *zoom: 1;
}
.mod-body img {
  width: 100%;
}
.mod-body.scroll {
  overflow-y: scroll;
  margin-right: 2px;
}
.mod-body::-webkit-scrollbar {
  width: 5px;
  border-radius: 8px;
  background-color: rgba(51, 51, 51, 0.6);
}
.mod-body::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #fff;
}
.mod-body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: rgba(51, 51, 51, 0.6);
}
.modal-m .mod-body {
  max-height: 237px;
}
.modal-l .mod-body {
  max-height: 349px;
}
.modal-xl .mod-body {
  max-height: 424px;
}
.mod-body::after {
  content: ' ';
  display: table;
  line-height: 0;
  clear: both;
}
.mod-state-icons {
  float: left;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-image: url(clientlib-activity-v6/images/activity-components-branch-icons-modal.png);
  background-size: auto 100%;
}
.mod-state-icons.icon2 {
  background-position: -24px 0;
}
.mod-state-icons.icon3 {
  background-position: -48px 0;
}
.mod-state-icons.icon4 {
  background-position: -72px 0;
}
.mod-content.state-icons-none {
  max-width: 100%;
  width: 100%;
}
.mod-content-layout {
  display: table;
}
.mod-content-center {
  display: table-cell;
  vertical-align: middle;
}
.mod-content-title {
  font-size: 12px;
  font-weight: 400;
  color: #575D6C;
  line-height: 18px;
}
.mod-content-title a {
  color: #526ECC;
  text-decoration: none;
}
.mod-content-title a:hover {
  text-decoration: underline;
}
.mod-content-title + .mod-content-detail {
  margin-top: 5px;
}
.mod-footer {
  padding: 0 30px 32px;
  font-size: 0;
  text-align: center;
  border-radius: 0 0 2px 2px;
}
.mod-footer .btn-m + .btn-m {
  margin-left: 10px;
}
.mod-footer .btn-s + .btn-s {
  margin-left: 20px;
}
.mod-rule-wrapper {
  color: #575D6C;
  text-align: justify;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.mod-rule-wrapper li a {
  color: #526ECC;
}
.mod-rule-wrapper li,
.mod-rule-wrapper p {
  color: #575D6C;
  text-align: justify;
}
.mod-rule-wrapper li + li,
.mod-rule-wrapper p + p {
  margin-top: 16px;
}
@media (max-width: 979px) {
  .modal,
  .modal-s,
  .modal-m,
  .modal-l,
  .modal-xl {
    max-width: calc(100% - 30px);
  }
  .mod-header {
    font-size: 16px;
    padding-left: 20px;
    line-height: 24px;
    padding-top: 24px;
  }
  .mod-caption {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mod-body {
    padding: 0 20px;
    margin: 16px 0 24px;
  }
  .mod-footer {
    padding: 0 20px 28px;
  }
  .mod-state-icons {
    margin-right: 8px;
  }
  .mod-content-title {
    font-size: 12px;
  }
  .modal-s .mod-body,
  .modal-m .mod-body,
  .modal-l .mod-body,
  .modal-xl .mod-body {
    max-height: calc(100vh - 372px);
  }
  .mod-rule-wrapper li + li {
    margin-top: 2px;
  }
}
@media (max-width: 320px) {
  .modal-s .mod-body,
  .modal-m .mod-body,
  .modal-l .mod-body,
  .modal-xl .mod-body {
    max-height: calc(100vh - 280px);
  }
  .lowto {
    display: none!important;
  }
}
/************************modal end************************/
/** write less here**/
.activity-components-meal-V2-template1 .meal-row + .meal-row {
  margin-top: 16px;
}
.activity-components-meal-V2-template1 .meal-row {
  display: flex;
  display: -webkit-flex;
  align-content: stretch;
}
.activity-components-meal-V2-template1 .pkg-title {
  width: 260px;
  padding: 32px 24px;
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal1-a.png);
  background-color: #5472D6;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  border-radius: 2px 0 0 2px;
}
.activity-components-meal-V2-template1 .meal-row:nth-child(4n + 1) .pkg-title {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal1-a.png);
}
.activity-components-meal-V2-template1 .meal-row:nth-child(4n + 2) .pkg-title {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal1-b.png);
}
.activity-components-meal-V2-template1 .meal-row:nth-child(4n + 3) .pkg-title {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal1-c.png);
}
.activity-components-meal-V2-template1 .meal-row:nth-child(4n + 4) .pkg-title {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal1-d.png);
}
.activity-components-meal-V2-template1 .pkg-title .icon {
  position: absolute;
  width: 46px;
  height: 40px;
  line-height: 36px;
  padding: 0 5px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  top: -3px;
  right: 12px;
  background-image: url(clientlib-activity-v6/images/activity-components-branch-tip-yellow.png);
  background-repeat: no-repeat;
  background-position: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template1 .pkg-title .icon.yellow {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-tip-yellow.png);
}
.activity-components-meal-V2-template1 .pkg-title .icon.red {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-tip-red.png);
}
.activity-components-meal-V2-template1 .pkg-title .meal-title {
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template1 .pkg-title .meal-detail {
  margin-top: 16px;
}
.activity-components-meal-V2-template1 .pkg-title .meal-detail h4 {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template1 .pkg-title .meal-detail h6 {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 22px;
  margin-top: 4px;
}
.activity-components-meal-V2-template1 .form-container {
  float: left;
  border-radius: 0 2px 2px 0;
  width: calc(100% - 260px);
  background-color: #fff;
  align-items: center;
}
.activity-components-meal-V2-template1 .out-container {
  padding: 0 24px 0 32px;
  display: table;
  background-color: #fff;
  width: 100%;
}
.activity-components-meal-V2-template1 .inner-container {
  padding: 32px 0 32px 0;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.activity-components-meal-V2-template1 .out-container.active {
  background-color: #F2F5FF;
}
.activity-components-meal-V2-template1 .out-container + .out-container .inner-container {
  border-top: 1px solid #ddd;
}
.activity-components-meal-V2-template1 .pkg-deploy {
  float: left;
  width: calc(100% - 260px);
  border-right: 1px solid #ddd;
}
.activity-components-meal-V2-template1 .pkg-deploy .fixed-title .ui-title {
  font-size: 18px;
  font-weight: 600;
  color: #252B3A;
  line-height: 22px;
  margin-right: 8px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.activity-components-meal-V2-template1 .pkg-deploy .fixed-title .ui-tip {
  font-size: 12px;
  height: 20px;
  line-height: 18px;
  color: #FFFFFF;
  padding: 1px 8px;
  position: relative;
  margin-top: 2px;
  background-image: linear-gradient(135deg, #608EFF 0%, #233CCC 100%);
  border-radius: 2px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.activity-components-meal-V2-template1 .pkg-deploy .fixed-detail {
  font-size: 14px;
  color: #575D6C;
  line-height: 22px;
  margin-top: 8px;
}
.activity-components-meal-V2-template1 .out-container .pkg-order {
  padding-left: 24px;
  position: absolute;
  width: 260px;
  left: calc(100% - 260px);
  top: calc(50% - 20px);
}
.activity-components-meal-V2-template1 .toggle-container {
  margin-left: -24px;
  margin-right: 24px;
}
.activity-components-meal-V2-template1 .variable-parameter {
  float: left;
  margin-top: 24px;
  margin-left: 24px;
  width: 130px;
}
.activity-components-meal-V2-template1 .parameter-title,
.activity-components-meal-V2-template1 .dropdown-name {
  font-size: 14px;
  color: #8A8E99;
  line-height: 18px;
  margin-bottom: 4px;
  width: 100%;
}
.activity-components-meal-V2-template1 .parameter-title p,
.activity-components-meal-V2-template1 .dropdown-name p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template1 .parameter-main p {
  color: #252B3A;
  font-size: 16px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template1 .dropdown-value {
  width: 100%;
}
.activity-components-meal-V2-template1 .dropdown-views {
  min-width: 100%;
  max-width: calc(100% + 20px);
  top: 100%;
  left: 0;
}
.activity-components-meal-V2-template1 .fixed-title {
  margin-right: 40px;
}
.activity-components-meal-V2-template1 .pkg-order a.pkg-href {
  position: absolute;
  right: 0;
  bottom: 8px;
}
.activity-components-meal-V2-template1 .pkg-order .discount-tip {
  display: none;
}
.activity-components-meal-V2-template1 .pkg-order .discount-tip span {
  color: #C7000B;
  border: 1px solid #C7000B;
  display: inline-block;
  max-width: 100%;
}
.activity-components-meal-V2-template1 .pkg-order .discount-tip span i {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-style: normal;
}
.activity-components-meal-V2-template1 .pkg-order .discount-tip span:after {
  border-bottom: #C7000B solid 1px;
  border-right: #C7000B solid 1px;
}
.activity-components-meal-V2-template1 .out-container.active .inner-container .pkg-order {
  top: calc(50% - 50px);
}
.activity-components-meal-V2-template1 .out-container .inner-container[data-icon-type='hasicon'] .pkg-order {
  top: calc(50% - 33px);
}
.activity-components-meal-V2-template1 .out-container.active .inner-container[data-icon-type='hasicon'] .pkg-order {
  top: calc(50% - 60px);
}
.activity-components-meal-V2-template1 .out-container .inner-container[data-icon-type='hasicon'] .pkg-order .discount-tip {
  display: block;
  margin-bottom: 5px;
}
.activity-components-meal-V2-template1 .fold-btn {
  display: none;
}
.activity-components-meal-V2-template1 .fold-btn-mb {
  display: none;
}
.activity-components-meal-V2-template1 .toggle-switch .toggle-container {
  display: none;
}
.activity-components-meal-V2-template1 .toggle-switch .meal-row {
  border-radius: 2px;
  padding-top: 3px;
}
.activity-components-meal-V2-template1 .toggle-switch .parameter-title,
.activity-components-meal-V2-template1 .toggle-switch .dropdown-name {
  font-size: 12px;
  line-height: 16px;
}
.activity-components-meal-V2-template1 .toggle-switch .pkg-order a.pkg-href {
  margin-top: 8px;
  display: none;
  position: static;
}
.activity-components-meal-V2-template1 .toggle-switch .parameter-main p {
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}
.activity-components-meal-V2-template1 .toggle-switch .variable-parameter {
  margin-top: 16px;
  margin-left: 80px;
  width: 140px;
}
.activity-components-meal-V2-template1 .toggle-switch .toggle-container {
  margin-left: -80px;
}
.activity-components-meal-V2-template1 .toggle-switch .out-container.active .pkg-order a.pkg-href {
  display: inline-block;
}
.activity-components-meal-V2-template1 .toggle-switch .fold-btn {
  display: block;
  position: absolute;
  transition: transform 0.5s ease-out;
  right: 30px;
  top: calc(50% - 10px);
  width: 30px;
  height: 20px;
  padding-left: 10px;
  padding-top: 4px;
  cursor: pointer;
  z-index: 5;
}
.activity-components-meal-V2-template1 .toggle-switch .out-container.active .fold-btn {
  transform: rotateX(180deg);
}
.activity-components-meal-V2-template1 .toggle-switch .fold-btn:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-bottom: 2px solid #666A75;
  border-right: 2px solid #666A75;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 979px) {
  .activity-components-meal-V2-template1 .meal-row {
    display: block;
  }
  .activity-components-meal-V2-template1 .pkg-title .icon {
    right: 15px;
  }
  .activity-components-meal-V2-template1 .pkg-title {
    width: 100%;
    height: 100%;
    border-radius: 2px;
    padding: 16px 15px;
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal1-a-mb.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 0;
  }
  .activity-components-meal-V2-template1 .meal-row:nth-child(4n + 1) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal1-a-mb.png);
  }
  .activity-components-meal-V2-template1 .meal-row:nth-child(4n + 2) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal1-b-mb.png);
  }
  .activity-components-meal-V2-template1 .meal-row:nth-child(4n + 3) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal1-c-mb.png);
  }
  .activity-components-meal-V2-template1 .meal-row:nth-child(4n + 4) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal1-d-mb.png);
  }
  .activity-components-meal-V2-template1 .pkg-title .meal-title {
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 22px;
  }
  .activity-components-meal-V2-template1 .pkg-title .meal-detail {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .activity-components-meal-V2-template1 .pkg-title .meal-detail h4 {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 18px;
  }
  .activity-components-meal-V2-template1 .pkg-title .meal-detail h6 {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 18px;
  }
  .activity-components-meal-V2-template1 .form-container {
    float: left;
    width: 100%;
    background-color: transparent;
  }
  .activity-components-meal-V2-template1 .toggle-container {
    margin-left: 0!important;
    margin-right: 0!important;
  }
  .activity-components-meal-V2-template1 .out-container {
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }
  .activity-components-meal-V2-template1 .inner-container {
    padding-top: 8px;
    padding-bottom: 0;
    display: block;
  }
  .activity-components-meal-V2-template1 .out-container + .out-container .inner-container {
    border-top: 0;
  }
  .activity-components-meal-V2-template1 .out-container {
    border-radius: 0 0 2px 2px;
  }
  .activity-components-meal-V2-template1 .isMultiple.out-container {
    margin-top: 4px;
    position: relative;
    border-radius: 2px;
  }
  .activity-components-meal-V2-template1 .isMultiple.out-container:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 19px;
    background-image: url(clientlib-activity-v6/images/activity-components-branch-connect-icon.png);
    background-size: cover;
    top: -11px;
    left: 70px;
  }
  .activity-components-meal-V2-template1 .isMultiple.out-container:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 19px;
    background-image: url(clientlib-activity-v6/images/activity-components-branch-connect-icon.png);
    background-size: cover;
    top: -11px;
    right: 70px;
  }
  .activity-components-meal-V2-template1 .fixed-title {
    margin-right: 0;
    margin-top: 16px;
  }
  .activity-components-meal-V2-template1 .pkg-deploy .fixed-title .ui-title {
    font-size: 16px;
    font-weight: 600;
    color: #252B3A;
    line-height: 20px;
    white-space: normal;
  }
  .activity-components-meal-V2-template1 .pkg-deploy .fixed-detail {
    font-size: 12px;
    color: #575D6C;
    line-height: 16px;
    margin-top: 6px;
  }
  .activity-components-meal-V2-template1 .fixed-detail + .toggle-container {
    margin-top: 8px;
  }
  .activity-components-meal-V2-template1 .fixed-title + .toggle-container {
    margin-top: 8px;
  }
  .activity-components-meal-V2-template1 .parameter-title,
  .activity-components-meal-V2-template1 .dropdown-name {
    font-size: 12px;
    color: #8A8E99;
    line-height: 16px;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .activity-components-meal-V2-template1 .parameter-main p {
    color: #252B3A;
    font-size: 12px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .activity-components-meal-V2-template1 .pkg-deploy {
    width: 100%;
    border-right: 0;
  }
  .activity-components-meal-V2-template1 .out-container .pkg-order {
    float: left;
    position: relative;
    width: 100%;
    padding-left: 0;
    left: 0;
    top: 0!important;
    margin-top: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid #ddd;
  }
  .activity-components-meal-V2-template1 .variable-parameter {
    margin-top: 16px;
    margin-left: 0!important;
    padding-right: 14px;
    width: 50%;
  }
  .activity-components-meal-V2-template1 .variable-parameter:nth-child(2n + 2) {
    padding-right: 0;
    padding-left: 14px;
    position: relative;
  }
  .activity-components-meal-V2-template1 .pkg-order a.pkg-href {
    position: absolute;
    right: 0;
    bottom: 24px;
    margin-top: 0;
  }
  .activity-components-meal-V2-template1 .toggle-switch .fixed-title {
    padding-right: 30px;
  }
  .activity-components-meal-V2-template1 .toggle-switch .fixed-detail + .toggle-container {
    margin-top: 24px;
    border-top: 1px solid #ddd;
  }
  .activity-components-meal-V2-template1 .toggle-switch .fixed-title + .toggle-container {
    margin-top: 24px;
    border-top: 1px solid #ddd;
  }
  .activity-components-meal-V2-template1 .toggle-switch .fold-btn {
    right: 0;
    top: 25px;
  }
  .activity-components-meal-V2-template1 .out-container.active {
    background-color: #fff;
  }
  .activity-components-meal-V2-template1 .toggle-switch .variable-parameter {
    padding-right: 0;
    width: 100%;
  }
  .activity-components-meal-V2-template1 .toggle-switch .variable-parameter:nth-child(2n + 2) {
    padding-left: 0;
  }
  .activity-components-meal-V2-template1 .toggle-switch .variable-parameter:nth-child(2n + 2):before {
    display: none;
  }
  .activity-components-meal-V2-template1 .toggle-switch .pkg-order a.pkg-href {
    margin-top: 0;
    display: inline-block;
    position: absolute;
  }
  .activity-components-meal-V2-template1 .toggle-switch .pkg-title {
    padding-bottom: 16px;
    margin-bottom: 0;
  }
}
@media (max-width: 320px) {
  .activity-components-meal-V2-template1 .pkg-order a.pkg-href {
    margin-top: 8px;
    display: inline-block;
    position: static;
  }
  .activity-components-meal-V2-template1 .toggle-switch .pkg-order a.pkg-href {
    margin-top: 8px;
    display: inline-block;
    position: static;
  }
}
/** write less here**/
.activity-components-meal-V2-template2 .meal-row + .meal-row {
  margin-top: 16px;
}
.activity-components-meal-V2-template2 .pkg-title {
  width: 100%;
  height: 100%;
  padding: 24px 32px;
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal2-a.png);
  background-color: #5472D6;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 2px 2px 0 0;
}
.activity-components-meal-V2-template2 .meal-row:nth-child(4n + 1) .pkg-title {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal2-a.png);
}
.activity-components-meal-V2-template2 .meal-row:nth-child(4n + 2) .pkg-title {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal2-b.png);
}
.activity-components-meal-V2-template2 .meal-row:nth-child(4n + 3) .pkg-title {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal2-c.png);
}
.activity-components-meal-V2-template2 .meal-row:nth-child(4n + 4) .pkg-title {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal2-d.png);
}
.activity-components-meal-V2-template2 .pkg-title .icon {
  position: absolute;
  width: 46px;
  height: 40px;
  line-height: 36px;
  padding: 0 5px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  top: -3px;
  right: 12px;
  background-image: url(clientlib-activity-v6/images/activity-components-branch-tip-yellow.png);
  background-repeat: no-repeat;
  background-position: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template2 .pkg-title .icon.yellow {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-tip-yellow.png);
}
.activity-components-meal-V2-template2 .pkg-title .icon.red {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-tip-red.png);
}
.activity-components-meal-V2-template2 .pkg-title .meal-title {
  max-width: 240px;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 26px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template2 .pkg-title .meal-detail {
  width: calc(100% - 260px);
  float: left;
  margin-left: 20px;
}
.activity-components-meal-V2-template2 .pkg-title .meal-detail h4 {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template2 .pkg-title .meal-detail h6 {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template2 .form-container {
  border-radius: 0 0 2px 2px;
  width: 100%;
}
.activity-components-meal-V2-template2 .out-container {
  padding: 0 32px 0 32px;
  display: table;
  background-color: #fff;
  width: 100%;
}
.activity-components-meal-V2-template2 .inner-container {
  padding: 24px 0 24px 0;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.activity-components-meal-V2-template2 .out-container.active {
  background-color: #F2F5FF;
}
.activity-components-meal-V2-template2 .out-container + .out-container .inner-container {
  border-top: 1px solid #ddd;
}
.activity-components-meal-V2-template2 .pkg-deploy {
  float: left;
  width: calc(100% - 260px);
  border-right: 1px solid #ddd;
}
.activity-components-meal-V2-template2 .pkg-deploy .fixed-title {
  width: 108px;
  margin-top: 16px;
  margin-right: 24px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template2 .pkg-deploy .fixed-title .ui-title {
  font-size: 18px;
  font-weight: 600;
  color: #252B3A;
  line-height: 22px;
}
.activity-components-meal-V2-template2 .out-container .pkg-order {
  padding-left: 24px;
  position: absolute;
  width: 260px;
  left: calc(100% - 260px);
  top: calc(50% - 20px);
}
.activity-components-meal-V2-template2 .toggle-container {
  margin-left: -24px;
  margin-top: -16px;
  margin-right: 16px;
  float: left;
  width: calc(100% - 132px);
}
.activity-components-meal-V2-template2 .variable-parameter {
  float: left;
  margin-top: 16px;
  margin-left: 16px;
  width: 130px;
}
.activity-components-meal-V2-template2 .parameter-title,
.activity-components-meal-V2-template2 .dropdown-name {
  font-size: 14px;
  color: #8A8E99;
  line-height: 18px;
  margin-bottom: 4px;
  width: 100%;
}
.activity-components-meal-V2-template2 .parameter-title p,
.activity-components-meal-V2-template2 .dropdown-name p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template2 .parameter-main p {
  color: #252B3A;
  font-size: 16px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template2 .dropdown-value {
  width: 100%;
}
.activity-components-meal-V2-template2 .dropdown-views {
  min-width: 100%;
  max-width: calc(100% + 20px);
  top: 100%;
  left: 0;
}
.activity-components-meal-V2-template2 .fixed-title {
  margin-right: 40px;
}
.activity-components-meal-V2-template2 .pkg-order a.pkg-href {
  position: absolute;
  right: 0;
  bottom: 8px;
}
.activity-components-meal-V2-template2 .pkg-order .discount-tip {
  display: none;
}
.activity-components-meal-V2-template2 .pkg-order .discount-tip span {
  color: #C7000B;
  border: 1px solid #C7000B;
  display: inline-block;
  max-width: 100%;
}
.activity-components-meal-V2-template2 .pkg-order .discount-tip span i {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-style: normal;
}
.activity-components-meal-V2-template2 .pkg-order .discount-tip span:after {
  border-bottom: #C7000B solid 1px;
  border-right: #C7000B solid 1px;
}
.activity-components-meal-V2-template2 .out-container.active .inner-container .pkg-order {
  top: calc(50% - 50px);
}
.activity-components-meal-V2-template2 .out-container .inner-container[data-icon-type='hasicon'] .pkg-order {
  top: calc(50% - 33px);
}
.activity-components-meal-V2-template2 .out-container.active .inner-container[data-icon-type='hasicon'] .pkg-order {
  top: calc(50% - 60px);
}
.activity-components-meal-V2-template2 .out-container .inner-container[data-icon-type='hasicon'] .pkg-order .discount-tip {
  display: block;
  margin-bottom: 5px;
}
.activity-components-meal-V2-template2 .fold-btn {
  display: none;
}
@media (max-width: 979px) {
  .activity-components-meal-V2-template2 .pkg-title .icon {
    right: 15px;
  }
  .activity-components-meal-V2-template2 .pkg-title {
    width: 100%;
    height: 100%;
    padding: 16px 15px;
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal2-a-mb.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 0;
  }
  .activity-components-meal-V2-template2 .meal-row:nth-child(4n + 1) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal2-a-mb.png);
  }
  .activity-components-meal-V2-template2 .meal-row:nth-child(4n + 2) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal2-b-mb.png);
  }
  .activity-components-meal-V2-template2 .meal-row:nth-child(4n + 3) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal2-c-mb.png);
  }
  .activity-components-meal-V2-template2 .meal-row:nth-child(4n + 4) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal2-d-mb.png);
  }
  .activity-components-meal-V2-template2 .pkg-title .meal-title {
    max-width: calc(100% - 50px);
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 22px;
  }
  .activity-components-meal-V2-template2 .pkg-title .meal-detail {
    margin-top: 7px;
    padding-top: 7px;
    width: 100%;
    margin-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .activity-components-meal-V2-template2 .pkg-title .meal-detail h4 {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 18px;
  }
  .activity-components-meal-V2-template2 .pkg-title .meal-detail h6 {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
  }
  .activity-components-meal-V2-template2 .form-container {
    float: left;
    width: 100%;
  }
  .activity-components-meal-V2-template2 .toggle-container {
    width: 100%;
    margin-left: 0!important;
    margin-right: 0!important;
  }
  .activity-components-meal-V2-template2 .out-container {
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }
  .activity-components-meal-V2-template2 .inner-container {
    padding-top: 8px;
    padding-bottom: 0;
    display: block;
  }
  .activity-components-meal-V2-template2 .out-container + .out-container .inner-container {
    border-top: 0;
  }
  .activity-components-meal-V2-template2 .isMultiple.out-container {
    margin-top: 4px;
    position: relative;
  }
  .activity-components-meal-V2-template2 .isMultiple.out-container:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 19px;
    background-image: url(clientlib-activity-v6/images/activity-components-branch-connect-icon.png);
    background-size: cover;
    top: -11px;
    left: 70px;
  }
  .activity-components-meal-V2-template2 .isMultiple.out-container:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 19px;
    background-image: url(clientlib-activity-v6/images/activity-components-branch-connect-icon.png);
    background-size: cover;
    top: -11px;
    right: 70px;
  }
  .activity-components-meal-V2-template2 .pkg-deploy .fixed-title {
    width: 100%;
    margin-right: 0;
    margin-top: 16px;
  }
  .activity-components-meal-V2-template2 .pkg-deploy .fixed-title .ui-title {
    font-size: 16px;
    font-weight: 600;
    color: #252B3A;
    line-height: 20px;
  }
  .activity-components-meal-V2-template2 .fixed-title + .toggle-container {
    margin-top: 8px;
  }
  .activity-components-meal-V2-template2 .dropdownName + .toggle-container {
    margin-top: 8px;
  }
  .activity-components-meal-V2-template2 .parameter-title,
  .activity-components-meal-V2-template2 .dropdown-name {
    font-size: 12px;
    color: #8A8E99;
    line-height: 16px;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .activity-components-meal-V2-template2 .parameter-main p {
    color: #252B3A;
    font-size: 12px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .activity-components-meal-V2-template2 .pkg-deploy {
    width: 100%;
    border-right: 0;
  }
  .activity-components-meal-V2-template2 .out-container .pkg-order {
    float: left;
    position: relative;
    width: 100%;
    padding-left: 0;
    left: 0;
    top: 0!important;
    margin-top: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid #ddd;
  }
  .activity-components-meal-V2-template2 .variable-parameter {
    margin-top: 16px;
    margin-left: 0!important;
    padding-right: 0!important;
    width: 50%;
  }
  .activity-components-meal-V2-template2 .variable-parameter:nth-child(2n + 2) {
    padding-right: 0!important;
    padding-left: 0!important;
    position: relative;
  }
  .activity-components-meal-V2-template2 .pkg-order a.pkg-href {
    position: absolute;
    right: 0;
    bottom: 24px;
    margin-top: 0;
  }
  .activity-components-meal-V2-template2 .out-container.active {
    background-color: #fff;
  }
}
@media (max-width: 320px) {
  .activity-components-meal-V2-template2 .pkg-order a.pkg-href {
    margin-top: 8px;
    display: inline-block;
    position: static;
  }
}
/** write less here**/
.activity-components-meal-V2-template3 .meal-main {
  margin: -8px;
}
.activity-components-meal-V2-template3 .meal-row {
  width: 50%;
  float: left;
  padding: 8px;
}
.activity-components-meal-V2-template3 .pkg-title {
  width: 100%;
  height: 100%;
  padding: 24px 32px;
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal3-a.png);
  background-color: #5472D6;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
  border-radius: 2px 2px 0 0;
}
.activity-components-meal-V2-template3 .meal-row:nth-child(4n + 1) .pkg-title {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal3-a.png);
}
.activity-components-meal-V2-template3 .meal-row:nth-child(4n + 2) .pkg-title {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal3-b.png);
}
.activity-components-meal-V2-template3 .meal-row:nth-child(4n + 3) .pkg-title {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal3-c.png);
}
.activity-components-meal-V2-template3 .meal-row:nth-child(4n + 4) .pkg-title {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal3-d.png);
}
.activity-components-meal-V2-template3 .pkg-title .icon {
  position: absolute;
  width: 46px;
  height: 40px;
  line-height: 36px;
  padding: 0 5px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  top: -3px;
  right: 12px;
  background-image: url(clientlib-activity-v6/images/activity-components-branch-tip-yellow.png);
  background-repeat: no-repeat;
  background-position: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template3 .pkg-title .icon.yellow {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-tip-yellow.png);
}
.activity-components-meal-V2-template3 .pkg-title .icon.red {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-tip-red.png);
}
.activity-components-meal-V2-template3 .pkg-title .meal-title {
  max-width: 483px;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 26px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template3 .pkg-title .meal-detail {
  float: left;
  width: 100%;
}
.activity-components-meal-V2-template3 .pkg-title .meal-detail h4 {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template3 .pkg-title .meal-detail h6 {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template3 .form-container {
  width: 100%;
}
.activity-components-meal-V2-template3 .out-container {
  border-radius: 0 0 2px 2px;
  padding: 0 32px 0 32px;
  display: table;
  background-color: #fff;
  width: 100%;
  min-height: 160px;
}
.activity-components-meal-V2-template3 .add-height.out-container {
  min-height: 180px;
}
.activity-components-meal-V2-template3 .inner-container {
  padding: 24px 0 24px 0;
  display: table-cell;
  vertical-align: middle;
}
.activity-components-meal-V2-template3 .inner-dropdown-form {
  position: relative;
}
.activity-components-meal-V2-template3 .out-container.active {
  background-color: #F2F5FF;
}
.activity-components-meal-V2-template3 .out-container + .out-container .inner-container {
  border-top: 1px solid #ddd;
}
.activity-components-meal-V2-template3 .pkg-deploy {
  float: left;
  width: calc(100% - 135px);
}
.activity-components-meal-V2-template3 .pkg-deploy .fixed-title {
  width: 108px;
  margin-top: 16px;
  margin-right: 24px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template3 .pkg-deploy .fixed-title .ui-title {
  font-size: 18px;
  font-weight: 600;
  color: #252B3A;
  line-height: 22px;
}
.activity-components-meal-V2-template3 .out-container .pkg-order {
  padding-left: 5px;
  position: absolute;
  height: 80px;
  left: calc(100% - 135px);
  top: calc(50% - 40px);
  right: 0;
}
.activity-components-meal-V2-template3 .toggle-container {
  margin-top: -24px;
  float: left;
}
.activity-components-meal-V2-template3 b.split-line {
  float: left;
  width: 100%;
}
.activity-components-meal-V2-template3 .variable-parameter {
  float: left;
  margin-top: 24px;
  margin-right: 8px;
  width: 90px;
}
.activity-components-meal-V2-template3 .variable-parameter.out-render {
  float: left;
  margin-top: 24px;
  margin-right: 70px;
  width: 130px;
}
.activity-components-meal-V2-template3 .split-line + .variable-parameter.out-render + .variable-parameter.out-render {
  margin-right: 0;
}
.activity-components-meal-V2-template3 .split-line + .variable-parameter.out-render + .variable-parameter.out-render + .variable-parameter.out-render + .variable-parameter.out-render {
  margin-right: 0;
}
.activity-components-meal-V2-template3 .split-line + .variable-parameter.out-render + .variable-parameter.out-render + .variable-parameter.out-render + .variable-parameter.out-render + .variable-parameter.out-render + .variable-parameter.out-render {
  margin-right: 0;
}
.activity-components-meal-V2-template3 .split-line + .variable-parameter.out-render + .variable-parameter.out-render + .variable-parameter.out-render + .variable-parameter.out-render + .variable-parameter.out-render + .variable-parameter.out-render + .variable-parameter.out-render + .variable-parameter.out-render {
  margin-right: 0;
}
.activity-components-meal-V2-template3 .parameter-title,
.activity-components-meal-V2-template3 .dropdown-name {
  font-size: 14px;
  color: #8A8E99;
  line-height: 18px;
  margin-bottom: 4px;
  width: 100%;
}
.activity-components-meal-V2-template3 .parameter-title p,
.activity-components-meal-V2-template3 .dropdown-name p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template3 .parameter-main p {
  color: #252B3A;
  font-size: 16px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template3 .dropdown-value {
  width: 100%;
}
.activity-components-meal-V2-template3 .dropdown-views {
  min-width: 100%;
  max-width: calc(100% + 20px);
  top: 100%;
  left: 0;
}
.activity-components-meal-V2-template3 .fixed-title {
  margin-right: 40px;
}
.activity-components-meal-V2-template3 .pkg-order a.pkg-href {
  margin-top: 8px;
}
.activity-components-meal-V2-template3 .pkg-order .discount-tip {
  display: none;
}
.activity-components-meal-V2-template3 .pkg-order .discount-tip span {
  color: #C7000B;
  border: 1px solid #C7000B;
  display: inline-block;
  max-width: 100%;
}
.activity-components-meal-V2-template3 .pkg-order .discount-tip span i {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-style: normal;
}
.activity-components-meal-V2-template3 .pkg-order .discount-tip span:after {
  border-bottom: #C7000B solid 1px;
  border-right: #C7000B solid 1px;
}
.activity-components-meal-V2-template3 .out-container .inner-container[data-icon-type='hasicon'] .pkg-order {
  height: 106px;
  top: calc(50% - 53px);
}
.activity-components-meal-V2-template3 .out-container .inner-container[data-icon-type='hasicon'] .pkg-order .discount-tip {
  display: block;
  margin-bottom: 5px;
  height: 21px;
}
.activity-components-meal-V2-template3 .fold-btn {
  display: none;
}
@media (max-width: 1279px) {
  .activity-components-meal-V2-template3 .variable-parameter.out-render {
    margin-right: 40px;
  }
}
@media (max-width: 979px) {
  .activity-components-meal-V2-template3 .meal-main {
    margin: -4px -8px;
  }
  .activity-components-meal-V2-template3 .meal-row {
    width: 100%;
    padding: 4px 8px;
  }
  .activity-components-meal-V2-template3 .pkg-title .icon {
    right: 15px;
  }
  .activity-components-meal-V2-template3 .pkg-title {
    width: 100%;
    height: 100%;
    padding: 16px 15px;
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal3-a-mb.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 0;
  }
  .activity-components-meal-V2-template3 .meal-row:nth-child(4n + 1) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal3-a-mb.png);
  }
  .activity-components-meal-V2-template3 .meal-row:nth-child(4n + 2) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal3-b-mb.png);
  }
  .activity-components-meal-V2-template3 .meal-row:nth-child(4n + 3) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal3-c-mb.png);
  }
  .activity-components-meal-V2-template3 .meal-row:nth-child(4n + 4) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal3-d-mb.png);
  }
  .activity-components-meal-V2-template3 .pkg-title .meal-title {
    max-width: calc(100% - 50px);
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 22px;
  }
  .activity-components-meal-V2-template3 .pkg-title .meal-detail {
    margin-top: 7px;
    padding-top: 7px;
    width: 100%;
    margin-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .activity-components-meal-V2-template3 .pkg-title .meal-detail h4 {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 18px;
  }
  .activity-components-meal-V2-template3 .pkg-title .meal-detail h6 {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
  }
  .activity-components-meal-V2-template3 .form-container {
    float: left;
    width: 100%;
  }
  .activity-components-meal-V2-template3 .toggle-container {
    width: 100%;
    margin-left: 0!important;
    margin-right: 0!important;
    margin-top: 0;
  }
  .activity-components-meal-V2-template3 .out-container {
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }
  .activity-components-meal-V2-template3 .inner-container {
    padding-top: 8px;
    padding-bottom: 0;
    display: block;
  }
  .activity-components-meal-V2-template3 .out-container + .out-container .inner-container {
    border-top: 0;
  }
  .activity-components-meal-V2-template3 .isMultiple.out-container {
    margin-top: 4px;
    position: relative;
  }
  .activity-components-meal-V2-template3 .isMultiple.out-container:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 19px;
    background-image: url(clientlib-activity-v6/images/activity-components-branch-connect-icon.png);
    background-size: cover;
    top: -11px;
    left: 70px;
  }
  .activity-components-meal-V2-template3 .isMultiple.out-container:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 19px;
    background-image: url(clientlib-activity-v6/images/activity-components-branch-connect-icon.png);
    background-size: cover;
    top: -11px;
    right: 70px;
  }
  .activity-components-meal-V2-template3 .pkg-deploy .fixed-title {
    width: 100%;
    margin-right: 0;
    margin-top: 16px;
  }
  .activity-components-meal-V2-template3 .pkg-deploy .fixed-title .ui-title {
    font-size: 16px;
    font-weight: 600;
    color: #252B3A;
    line-height: 20px;
  }
  .activity-components-meal-V2-template3 .fixed-title + .toggle-container {
    margin-top: 8px;
  }
  .activity-components-meal-V2-template3 .parameter-title,
  .activity-components-meal-V2-template3 .dropdown-name {
    font-size: 12px;
    color: #8A8E99;
    line-height: 16px;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .activity-components-meal-V2-template3 .parameter-main p {
    color: #252B3A;
    font-size: 12px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .activity-components-meal-V2-template3 .pkg-deploy {
    width: 100%;
    border-right: 0;
  }
  .activity-components-meal-V2-template3 .out-container .pkg-order {
    float: left;
    position: relative;
    width: 100%;
    padding-left: 0;
    left: 0;
    top: 0!important;
    margin-top: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid #ddd;
  }
  .activity-components-meal-V2-template3 .variable-parameter {
    margin-top: 16px!important;
    margin-left: 0!important;
    padding-right: 14px;
    width: 50%;
    margin-right: 0;
  }
  .activity-components-meal-V2-template3 .variable-parameter:nth-child(2n + 2) {
    padding-right: 0;
    padding-left: 14px;
    position: relative;
  }
  .activity-components-meal-V2-template3 .variable-parameter.out-render {
    margin-right: 0!important;
    width: 50%;
    padding-right: 14px;
    padding-left: 0;
  }
  .activity-components-meal-V2-template3 .split-line + .variable-parameter.out-render + .variable-parameter.out-render {
    padding-right: 0;
    padding-left: 14px;
  }
  .activity-components-meal-V2-template3 .split-line + .variable-parameter.out-render + .variable-parameter.out-render + .variable-parameter.out-render + .variable-parameter.out-render {
    padding-right: 0;
    padding-left: 14px;
  }
  .activity-components-meal-V2-template3 .split-line + .variable-parameter.out-render + .variable-parameter.out-render + .variable-parameter.out-render + .variable-parameter.out-render + .variable-parameter.out-render + .variable-parameter.out-render {
    padding-right: 0;
    padding-left: 14px;
  }
  .activity-components-meal-V2-template3 .split-line + .variable-parameter.out-render + .variable-parameter.out-render + .variable-parameter.out-render + .variable-parameter.out-render + .variable-parameter.out-render + .variable-parameter.out-render + .variable-parameter.out-render + .variable-parameter.out-render {
    padding-right: 0;
    padding-left: 14px;
  }
  .activity-components-meal-V2-template3 .pkg-order a.pkg-href {
    position: absolute;
    right: 0;
    bottom: 24px;
    margin-top: 0;
  }
  .activity-components-meal-V2-template3 .pkg-order .price {
    height: auto;
  }
  .activity-components-meal-V2-template3 .add-height.out-container {
    min-height: 100%;
  }
  .activity-components-meal-V2-template3 .out-container.active {
    background-color: #fff;
  }
  .activity-components-meal-V2-template3 .out-container .pkg-order {
    height: auto;
  }
  .activity-components-meal-V2-template3 .out-container .inner-container[data-icon-type='hasicon'] .pkg-order {
    height: auto;
  }
  .activity-components-meal-V2-template3 .out-container .inner-container[data-icon-type='hasicon'] .pkg-order .discount-tip {
    height: auto;
  }
}
@media (max-width: 320px) {
  .activity-components-meal-V2-template3 .pkg-order a.pkg-href {
    margin-top: 8px;
    display: inline-block;
    position: static;
  }
}
/** write less here**/
.activity-components-meal-V2-template4 .meal-main {
  margin: -8px;
}
.activity-components-meal-V2-template4 .meal-row {
  float: left;
  padding: 8px;
}
.activity-components-meal-V2-template4 .pkg-title {
  width: 100%;
  height: 100%;
  padding: 24px 32px;
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-col3-a.png);
  background-color: #5472D6;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
  border-radius: 2px 2px 0 0;
}
.activity-components-meal-V2-template4 .meal-main[data-cols='3'] .meal-row {
  width: 33.33%;
}
.activity-components-meal-V2-template4 .meal-main[data-cols='3'] .meal-row:nth-child(3n + 1) .pkg-title {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-col3-a.png);
}
.activity-components-meal-V2-template4 .meal-main[data-cols='3'] .meal-row:nth-child(3n + 2) .pkg-title {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-col3-b.png);
}
.activity-components-meal-V2-template4 .meal-main[data-cols='3'] .meal-row:nth-child(3n + 3) .pkg-title {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-col3-c.png);
}
.activity-components-meal-V2-template4 .meal-main[data-cols='4'] .meal-row {
  width: 25%;
}
.activity-components-meal-V2-template4 .meal-main[data-cols='4'] .meal-row:nth-child(4n + 1) .pkg-title {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-col4-a.png);
}
.activity-components-meal-V2-template4 .meal-main[data-cols='4'] .meal-row:nth-child(4n + 2) .pkg-title {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-col4-b.png);
}
.activity-components-meal-V2-template4 .meal-main[data-cols='4'] .meal-row:nth-child(4n + 3) .pkg-title {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-col4-c.png);
}
.activity-components-meal-V2-template4 .meal-main[data-cols='4'] .meal-row:nth-child(4n + 4) .pkg-title {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-col4-d.png);
}
.activity-components-meal-V2-template4 .pkg-title .icon {
  position: absolute;
  width: 46px;
  height: 40px;
  line-height: 36px;
  padding: 0 5px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  top: -3px;
  right: 12px;
  background-image: url(clientlib-activity-v6/images/activity-components-branch-tip-yellow.png);
  background-repeat: no-repeat;
  background-position: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template4 .pkg-title .icon.yellow {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-tip-yellow.png);
}
.activity-components-meal-V2-template4 .pkg-title .icon.red {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-tip-red.png);
}
.activity-components-meal-V2-template4 .pkg-title .meal-title {
  max-width: calc(100% - 30px);
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 26px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template4 .pkg-title .meal-detail {
  float: left;
  width: 100%;
}
.activity-components-meal-V2-template4 .pkg-title .meal-detail h6 {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 22px;
}
.activity-components-meal-V2-template4 .meal-main[data-cols='3'] .pkg-title .meal-detail h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template4 .meal-main[data-cols='4'] .pkg-title .meal-detail h6 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}
.activity-components-meal-V2-template4 .form-container {
  width: 100%;
}
.activity-components-meal-V2-template4 .out-container {
  border-radius: 0 0 2px 2px;
  padding: 0 32px 0 32px;
  background-color: #fff;
  width: 100%;
}
.activity-components-meal-V2-template4 .inner-container {
  padding: 4px 0 0 0;
}
.activity-components-meal-V2-template4 .out-container.active {
  background-color: #F2F5FF;
}
.activity-components-meal-V2-template4 .out-container + .out-container .inner-container {
  border-top: 1px solid #ddd;
}
.activity-components-meal-V2-template4 .pkg-deploy {
  width: 100%;
}
.activity-components-meal-V2-template4 .pkg-deploy .fixed-title {
  width: 100%;
  margin-top: 20px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template4 .pkg-deploy .fixed-features {
  width: 100%;
  margin-top: 20px;
  float: left;
}
.activity-components-meal-V2-template4 .ui-feature {
  float: left;
  width: calc((100% - 28px)/3);
  min-height: 22px;
  max-height: 44px;
  overflow: hidden;
}
.activity-components-meal-V2-template4 .ui-feature .ui-feature-inner {
  width: 100%;
}
.activity-components-meal-V2-template4 .ui-feature p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}
.activity-components-meal-V2-template4 .meal-main[data-cols='4'] .ui-feature {
  width: calc((100% - 18px)/3);
}
.activity-components-meal-V2-template4 .ui-feature + .ui-feature {
  margin-left: 14px;
  padding-left: 14px;
  border-left: 1px solid #ddd;
}
.activity-components-meal-V2-template4 .meal-main[data-cols='4'] .ui-feature + .ui-feature {
  margin-left: 9px;
  padding-left: 9px;
}
.activity-components-meal-V2-template4 .pkg-deploy .fixed-title .ui-title {
  font-size: 18px;
  font-weight: 600;
  color: #252B3A;
  line-height: 22px;
}
.activity-components-meal-V2-template4 .pkg-deploy .fixed-img {
  width: 100%;
  margin-top: 20px;
  float: left;
}
.activity-components-meal-V2-template4 .pkg-deploy .fixed-img img {
  width: 100%;
}
.activity-components-meal-V2-template4 .pkg-deploy .fixed-detail {
  width: 100%;
  margin-top: 20px;
  float: left;
}
.activity-components-meal-V2-template4 .pkg-deploy .fixed-detail .ui-detail {
  font-size: 14px;
  font-weight: 400;
  color: #252B3A;
  line-height: 22px;
}
.activity-components-meal-V2-template4 .out-container .pkg-order {
  margin-top: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid #ddd;
}
.activity-components-meal-V2-template4 .toggle-container {
  margin-top: 20px;
  float: left;
  width: 100%;
}
.activity-components-meal-V2-template4 .variable-parameter {
  float: left;
  width: 100%;
}
.activity-components-meal-V2-template4 .variable-parameter + .variable-parameter {
  margin-top: 8px;
}
.activity-components-meal-V2-template4 .dropdown {
  width: 100%;
  max-width: 100%;
}
.activity-components-meal-V2-template4 .parameter-title,
.activity-components-meal-V2-template4 .dropdown-name {
  font-size: 14px;
  color: #8A8E99;
  line-height: 32px;
  margin-right: 24px;
  width: 90px;
  float: left;
}
.activity-components-meal-V2-template4 .meal-main[data-cols='4'] .parameter-title,
.activity-components-meal-V2-template4 .meal-main[data-cols='4'] .dropdown-name {
  margin-right: 4px;
}
.activity-components-meal-V2-template4 .parameter-title p,
.activity-components-meal-V2-template4 .dropdown-name p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template4 .parameter-main {
  float: left;
  width: calc(100% - 114px);
}
.activity-components-meal-V2-template4 .parameter-main p {
  color: #252B3A;
  font-size: 16px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template4 .meal-main[data-cols='4'] .parameter-main {
  width: calc(100% - 94px);
}
.activity-components-meal-V2-template4 .dropdown-value {
  width: calc(100% - 114px);
}
.activity-components-meal-V2-template4 .meal-main[data-cols='4'] .dropdown-value {
  width: calc(100% - 94px);
}
.activity-components-meal-V2-template4 .dropdown-views {
  min-width: calc(100% - 114px);
  max-width: calc(100% - 94px);
  top: 100%;
  left: 114px;
}
.activity-components-meal-V2-template4 .meal-main[data-cols='4'] .dropdown-views {
  min-width: calc(100% - 94px);
  max-width: calc(100% - 74px);
  left: 94px;
}
.activity-components-meal-V2-template4 .pkg-order a.pkg-href {
  margin-top: 8px;
}
.activity-components-meal-V2-template4 .pkg-order .discount-tip {
  display: none;
}
.activity-components-meal-V2-template4 .pkg-order .discount-tip span {
  color: #C7000B;
  border: 1px solid #C7000B;
  display: inline-block;
  max-width: 100%;
}
.activity-components-meal-V2-template4 .pkg-order .discount-tip span i {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-style: normal;
}
.activity-components-meal-V2-template4 .pkg-order .discount-tip span:after {
  border-bottom: #C7000B solid 1px;
  border-right: #C7000B solid 1px;
}
.activity-components-meal-V2-template4 .out-container .inner-container[data-icon-type='hasicon'] .pkg-order .discount-tip {
  display: block;
  margin-bottom: 5px;
  height: 21px;
}
.activity-components-meal-V2-template4 .fold-btn {
  display: none;
}
@media (max-width: 1279px) {
  .activity-components-meal-V2-template4 .meal-main[data-cols='4'] .out-container {
    padding: 0 20px 0 20px;
  }
  .activity-components-meal-V2-template4 .meal-main[data-cols='4'] .parameter-title,
  .activity-components-meal-V2-template4 .meal-main[data-cols='4'] .dropdown-name {
    width: 60px;
  }
  .activity-components-meal-V2-template4 .meal-main[data-cols='4'] .dropdown-value {
    width: calc(100% - 64px);
  }
  .activity-components-meal-V2-template4 .meal-main[data-cols='4'] .dropdown-views {
    min-width: calc(100% - 64px);
    max-width: calc(100% - 44px);
    left: 64px;
  }
}
@media (max-width: 979px) {
  .activity-components-meal-V2-template4 {
    /* 	.variable-parameter:nth-child(2n + 2) {
			padding-right: 0;
			padding-left: 14px;
			position: relative;
		} */
  }
  .activity-components-meal-V2-template4 .meal-main {
    margin: -4px -8px;
  }
  .activity-components-meal-V2-template4 .meal-row {
    width: 100%;
    padding: 4px 8px;
  }
  .activity-components-meal-V2-template4 .pkg-title .icon {
    right: 15px;
  }
  .activity-components-meal-V2-template4 .pkg-title {
    width: 100%;
    height: 100%;
    padding: 16px 15px;
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-a-mb.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 0;
  }
  .activity-components-meal-V2-template4 .meal-main[data-cols='3'] .meal-row {
    width: 100%;
  }
  .activity-components-meal-V2-template4 .meal-main[data-cols='4'] .meal-row {
    width: 100%;
  }
  .activity-components-meal-V2-template4 .meal-main[data-cols='3'] .meal-row:nth-child(3n + 1) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-a-mb.png);
  }
  .activity-components-meal-V2-template4 .meal-main[data-cols='3'] .meal-row:nth-child(3n + 2) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-b-mb.png);
  }
  .activity-components-meal-V2-template4 .meal-main[data-cols='3'] .meal-row:nth-child(3n + 3) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-c-mb.png);
  }
  .activity-components-meal-V2-template4 .meal-main[data-cols='4'] .meal-row:nth-child(4n + 1) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-a-mb.png);
  }
  .activity-components-meal-V2-template4 .meal-main[data-cols='4'] .meal-row:nth-child(4n + 2) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-b-mb.png);
  }
  .activity-components-meal-V2-template4 .meal-main[data-cols='4'] .meal-row:nth-child(4n + 3) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-c-mb.png);
  }
  .activity-components-meal-V2-template4 .meal-main[data-cols='4'] .meal-row:nth-child(4n + 4) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-d-mb.png);
  }
  .activity-components-meal-V2-template4 .meal-row:nth-child(4n + 1) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-a-mb.png);
  }
  .activity-components-meal-V2-template4 .meal-row:nth-child(4n + 2) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-b-mb.png);
  }
  .activity-components-meal-V2-template4 .meal-row:nth-child(4n + 3) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-c-mb.png);
  }
  .activity-components-meal-V2-template4 .meal-row:nth-child(4n + 4) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-d-mb.png);
  }
  .activity-components-meal-V2-template4 .dropdown-value {
    width: 130px;
  }
  .activity-components-meal-V2-template4 .dropdown-views {
    min-width: 130px;
    max-width: 150px;
    left: 0;
  }
  .activity-components-meal-V2-template4 .parameter-main {
    width: 100%;
  }
  .activity-components-meal-V2-template4 .meal-main[data-cols='4'] .parameter-main {
    width: 100%;
  }
  .activity-components-meal-V2-template4 .meal-main[data-cols='3'] .pkg-title .meal-detail h6 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
  }
  .activity-components-meal-V2-template4 .meal-main[data-cols='4'] .dropdown-value {
    width: 130px;
  }
  .activity-components-meal-V2-template4 .meal-main[data-cols='4'] .dropdown-views {
    min-width: 130px;
    max-width: 150px;
    left: 0;
  }
  .activity-components-meal-V2-template4 .pkg-title .meal-title {
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 22px;
  }
  .activity-components-meal-V2-template4 .pkg-title .meal-detail {
    margin-top: 7px;
    padding-top: 7px;
    width: 100%;
    margin-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .activity-components-meal-V2-template4 .pkg-title .meal-detail h4 {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 18px;
  }
  .activity-components-meal-V2-template4 .pkg-title .meal-detail h6 {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
  }
  .activity-components-meal-V2-template4 .form-container {
    float: left;
    width: 100%;
  }
  .activity-components-meal-V2-template4 .toggle-container {
    width: 100%;
    margin-left: 0!important;
    margin-right: 0!important;
    margin-top: 0;
  }
  .activity-components-meal-V2-template4 .out-container {
    background-color: #fff;
    padding-left: 15px!important;
    padding-right: 15px!important;
    display: block;
  }
  .activity-components-meal-V2-template4 .meal-main[data-cols='4'] .out-container {
    padding: 0 15px 0 15px;
  }
  .activity-components-meal-V2-template4 .inner-container {
    padding-top: 8px;
    padding-bottom: 0;
    display: block;
  }
  .activity-components-meal-V2-template4 .out-container + .out-container .inner-container {
    border-top: 0;
  }
  .activity-components-meal-V2-template4 .isMultiple.out-container {
    margin-top: 4px;
    position: relative;
  }
  .activity-components-meal-V2-template4 .isMultiple.out-container:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 19px;
    background-image: url(clientlib-activity-v6/images/activity-components-branch-connect-icon.png);
    background-size: cover;
    top: -11px;
    left: 70px;
  }
  .activity-components-meal-V2-template4 .isMultiple.out-container:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 19px;
    background-image: url(clientlib-activity-v6/images/activity-components-branch-connect-icon.png);
    background-size: cover;
    top: -11px;
    right: 70px;
  }
  .activity-components-meal-V2-template4 .pkg-deploy .fixed-title {
    width: 100%;
    margin-right: 0;
    margin-top: 16px;
  }
  .activity-components-meal-V2-template4 .pkg-deploy .fixed-img,
  .activity-components-meal-V2-template4 .pkg-deploy .fixed-detail,
  .activity-components-meal-V2-template4 .pkg-deploy .fixed-features {
    margin-top: 16px;
  }
  .activity-components-meal-V2-template4 .pkg-deploy .fixed-title .ui-title {
    font-size: 16px;
    font-weight: 600;
    color: #252B3A;
    line-height: 20px;
  }
  .activity-components-meal-V2-template4 .fixed-title + .toggle-container {
    margin-top: 8px;
  }
  .activity-components-meal-V2-template4 .parameter-title,
  .activity-components-meal-V2-template4 .dropdown-name {
    font-size: 12px;
    width: 100%;
    margin-right: 0;
    color: #8A8E99;
    line-height: 16px;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .activity-components-meal-V2-template4 .meal-main[data-cols='4'] .parameter-title,
  .activity-components-meal-V2-template4 .meal-main[data-cols='4'] .dropdown-name {
    width: 100%;
    margin-right: 0;
  }
  .activity-components-meal-V2-template4 .parameter-main p {
    color: #252B3A;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
  }
  .activity-components-meal-V2-template4 .pkg-deploy {
    width: 100%;
    border-right: 0;
  }
  .activity-components-meal-V2-template4 .out-container .pkg-order {
    float: left;
    position: relative;
    width: 100%;
    padding-left: 0;
    left: 0;
    top: 0!important;
    margin-top: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid #ddd;
  }
  .activity-components-meal-V2-template4 .variable-parameter {
    margin-top: 16px!important;
    margin-left: 0!important;
    padding-right: 14px;
    width: 50%;
    margin-right: 0;
  }
  .activity-components-meal-V2-template4 .pkg-order a.pkg-href {
    position: absolute;
    right: 0;
    bottom: 24px;
    margin-top: 0;
  }
  .activity-components-meal-V2-template4 .pkg-order .price {
    height: auto;
  }
  .activity-components-meal-V2-template4 .add-height.out-container {
    min-height: 100%;
  }
  .activity-components-meal-V2-template4 .out-container.active {
    background-color: #fff;
  }
  .activity-components-meal-V2-template4 .out-container .pkg-order {
    height: auto;
  }
  .activity-components-meal-V2-template4 .out-container .inner-container[data-icon-type='hasicon'] .pkg-order {
    height: auto;
  }
  .activity-components-meal-V2-template4 .out-container .inner-container[data-icon-type='hasicon'] .pkg-order .discount-tip {
    height: auto;
  }
}
@media (max-width: 320px) {
  .activity-components-meal-V2-template4 {
    /* 	.variable-parameter:nth-child(2n + 2) {
			padding-left: 8px;
		} */
  }
  .activity-components-meal-V2-template4 .pkg-order a.pkg-href {
    margin-top: 8px;
    display: inline-block;
    position: static;
  }
  .activity-components-meal-V2-template4 .variable-parameter {
    padding-right: 8px;
  }
}
/** write less here**/
.activity-components-meal-V2-template5 .meal-main {
  margin: -8px;
}
.activity-components-meal-V2-template5 .meal-row {
  width: 50%;
  float: left;
  padding: 8px;
}
.activity-components-meal-V2-template5 .pkg-title {
  width: 100%;
  height: 100%;
  padding: 24px 32px;
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal5-a.png);
  background-color: #5472D6;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
  border-radius: 2px 2px 0 0;
}
.activity-components-meal-V2-template5 .meal-row:nth-child(4n + 1) .pkg-title {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal5-a.png);
}
.activity-components-meal-V2-template5 .meal-row:nth-child(4n + 2) .pkg-title {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal5-b.png);
}
.activity-components-meal-V2-template5 .meal-row:nth-child(4n + 3) .pkg-title {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal5-c.png);
}
.activity-components-meal-V2-template5 .meal-row:nth-child(4n + 4) .pkg-title {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal5-d.png);
}
.activity-components-meal-V2-template5 .pkg-title .icon {
  position: absolute;
  width: 46px;
  height: 40px;
  line-height: 36px;
  padding: 0 5px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  top: -3px;
  right: 12px;
  background-image: url(clientlib-activity-v6/images/activity-components-branch-tip-yellow.png);
  background-repeat: no-repeat;
  background-position: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template5 .pkg-title .icon.yellow {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-tip-yellow.png);
}
.activity-components-meal-V2-template5 .pkg-title .icon.red {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-tip-red.png);
}
.activity-components-meal-V2-template5 .pkg-title .meal-title {
  max-width: calc(100% - 30px);
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 26px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template5 .pkg-title .meal-detail {
  margin-top: 4px;
  float: left;
  width: 100%;
}
.activity-components-meal-V2-template5 .pkg-title .meal-detail h4 {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template5 .pkg-title .meal-detail h6 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template5 .form-container {
  width: 100%;
  background-color: #fff;
}
.activity-components-meal-V2-template5 .out-container {
  border-radius: 0 0 2px 2px;
  padding: 0 32px 0 32px;
  display: table;
  width: 100%;
}
.activity-components-meal-V2-template5 .inner-container {
  padding: 16px 0 16px 0;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
}
.activity-components-meal-V2-template5 .inner-container[data-icon-type='hasicon'] {
  padding: 36px 0 36px 0;
}
.activity-components-meal-V2-template5 .out-container.active {
  background-color: #F2F5FF;
}
.activity-components-meal-V2-template5 .without-lastborder .out-container:nth-last-child(1) .inner-container {
  border-bottom: 0;
}
.activity-components-meal-V2-template5 .pkg-deploy {
  float: left;
  width: calc(100% - 230px);
}
.activity-components-meal-V2-template5 .pkg-deploy .fixed-title {
  max-width: 100%;
  padding-right: 10px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template5 .pkg-deploy .fixed-title .ui-title {
  font-size: 18px;
  font-weight: 600;
  color: #252B3A;
  line-height: 22px;
}
.activity-components-meal-V2-template5 .out-container .pkg-order {
  position: absolute;
  width: 230px;
  left: calc(100% - 230px);
  top: calc(50% - 20px);
  padding-right: 100px;
}
.activity-components-meal-V2-template5 .toggle-container {
  margin-top: -24px;
  float: left;
}
.activity-components-meal-V2-template5 .variable-parameter {
  float: left;
  margin-top: 24px;
  margin-right: 8px;
  width: 90px;
}
.activity-components-meal-V2-template5 .variable-parameter.out-render {
  float: left;
  margin-top: 24px;
  margin-right: 70px;
  width: 130px;
}
.activity-components-meal-V2-template5 .split-line + .variable-parameter.out-render + .variable-parameter.out-render {
  margin-right: 24px;
}
.activity-components-meal-V2-template5 .split-line + .variable-parameter.out-render + .variable-parameter.out-render + .variable-parameter.out-render + .variable-parameter.out-render + .variable-parameter.out-render + .variable-parameter.out-render {
  margin-right: 24px;
}
.activity-components-meal-V2-template5 .split-line + .variable-parameter.out-render + .variable-parameter.out-render + .variable-parameter.out-render + .variable-parameter.out-render + .variable-parameter.out-render + .variable-parameter.out-render + .variable-parameter.out-render + .variable-parameter.out-render {
  margin-right: 24px;
}
.activity-components-meal-V2-template5 .parameter-title,
.activity-components-meal-V2-template5 .dropdown-name {
  font-size: 14px;
  color: #8A8E99;
  line-height: 18px;
  margin-bottom: 4px;
  width: 100%;
}
.activity-components-meal-V2-template5 .parameter-title p,
.activity-components-meal-V2-template5 .dropdown-name p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template5 .parameter-main p {
  color: #252B3A;
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template5 .dropdown-value {
  width: 100%;
}
.activity-components-meal-V2-template5 .dropdown-views {
  min-width: 100%;
  max-width: calc(100% + 20px);
  top: 100%;
  left: 0;
}
.activity-components-meal-V2-template5 .pkg-order a.pkg-href {
  position: absolute;
  right: 0;
  bottom: 8px;
}
.activity-components-meal-V2-template5 .pkg-order .discount-tip {
  display: none;
}
.activity-components-meal-V2-template5 .pkg-order .discount-tip span {
  color: #C7000B;
  border: 1px solid #C7000B;
  display: inline-block;
  max-width: 100%;
}
.activity-components-meal-V2-template5 .pkg-order .discount-tip span i {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-style: normal;
}
.activity-components-meal-V2-template5 .pkg-order .discount-tip span:after {
  border-bottom: #C7000B solid 1px;
  border-right: #C7000B solid 1px;
}
.activity-components-meal-V2-template5 .out-container .inner-container[data-icon-type='hasicon'] .pkg-order {
  top: calc(50% - 33px);
}
.activity-components-meal-V2-template5 .out-container .inner-container[data-icon-type='hasicon'] .pkg-order .discount-tip {
  display: block;
  margin-bottom: 5px;
  height: 21px;
}
.activity-components-meal-V2-template5 .fold-btn {
  display: none;
}
@media (max-width: 979px) {
  .activity-components-meal-V2-template5 .meal-main {
    margin: -4px -8px;
  }
  .activity-components-meal-V2-template5 .meal-row {
    width: 100%;
    padding: 4px 8px;
  }
  .activity-components-meal-V2-template5 .pkg-title .icon {
    right: 15px;
  }
  .activity-components-meal-V2-template5 .pkg-title {
    width: 100%;
    height: 100%;
    padding: 16px 15px;
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal5-a-mb.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 0;
  }
  .activity-components-meal-V2-template5 .meal-row:nth-child(4n + 1) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal5-a-mb.png);
  }
  .activity-components-meal-V2-template5 .meal-row:nth-child(4n + 2) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal5-b-mb.png);
  }
  .activity-components-meal-V2-template5 .meal-row:nth-child(4n + 3) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal5-c-mb.png);
  }
  .activity-components-meal-V2-template5 .meal-row:nth-child(4n + 4) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal5-d-mb.png);
  }
  .activity-components-meal-V2-template5 .pkg-title .meal-title {
    max-width: calc(100% - 50px);
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 22px;
  }
  .activity-components-meal-V2-template5 .pkg-title .meal-detail {
    margin-top: 7px;
    padding-top: 7px;
    width: 100%;
    margin-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .activity-components-meal-V2-template5 .pkg-title .meal-detail h4 {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 18px;
  }
  .activity-components-meal-V2-template5 .pkg-title .meal-detail h6 {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 18px;
  }
  .activity-components-meal-V2-template5 .form-container {
    float: left;
    width: 100%;
    background-color: transparent;
  }
  .activity-components-meal-V2-template5 .toggle-container {
    width: 100%;
    margin-left: 0!important;
    margin-right: 0!important;
    margin-top: 0;
  }
  .activity-components-meal-V2-template5 .out-container {
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }
  .activity-components-meal-V2-template5 .inner-container {
    padding-top: 8px;
    padding-bottom: 0;
    display: block;
    border-bottom: 0;
  }
  .activity-components-meal-V2-template5 .inner-container[data-icon-type='hasicon'] {
    padding-top: 8px;
    padding-bottom: 0;
  }
  .activity-components-meal-V2-template5 .out-container + .out-container .inner-container {
    border-top: 0;
  }
  .activity-components-meal-V2-template5 .isMultiple.out-container {
    margin-top: 4px;
    position: relative;
  }
  .activity-components-meal-V2-template5 .isMultiple.out-container:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 19px;
    background-image: url(clientlib-activity-v6/images/activity-components-branch-connect-icon.png);
    background-size: cover;
    top: -11px;
    left: 70px;
  }
  .activity-components-meal-V2-template5 .isMultiple.out-container:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 19px;
    background-image: url(clientlib-activity-v6/images/activity-components-branch-connect-icon.png);
    background-size: cover;
    top: -11px;
    right: 70px;
  }
  .activity-components-meal-V2-template5 .pkg-deploy .fixed-title {
    width: 100%;
    margin-right: 0;
    margin-top: 16px;
  }
  .activity-components-meal-V2-template5 .pkg-deploy .fixed-title .ui-title {
    font-size: 16px;
    font-weight: 600;
    color: #252B3A;
    line-height: 20px;
  }
  .activity-components-meal-V2-template5 .fixed-title + .toggle-container {
    margin-top: 8px;
  }
  .activity-components-meal-V2-template5 .parameter-title,
  .activity-components-meal-V2-template5 .dropdown-name {
    font-size: 12px;
    color: #8A8E99;
    line-height: 16px;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .activity-components-meal-V2-template5 .parameter-main p {
    color: #252B3A;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .activity-components-meal-V2-template5 .pkg-deploy {
    width: 100%;
    border-right: 0;
  }
  .activity-components-meal-V2-template5 .out-container .pkg-order {
    float: left;
    position: relative;
    width: 100%;
    left: 0;
    top: 0!important;
    margin-top: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid #ddd;
  }
  .activity-components-meal-V2-template5 .variable-parameter {
    margin-top: 16px!important;
    margin-left: 0!important;
    padding-right: 14px;
    width: 50%;
    margin-right: 0;
  }
  .activity-components-meal-V2-template5 .variable-parameter:nth-child(2n + 2) {
    padding-right: 0;
    padding-left: 14px;
    position: relative;
  }
  .activity-components-meal-V2-template5 .variable-parameter.out-render {
    margin-right: 0!important;
    width: 50%;
    padding-right: 14px;
    padding-left: 0;
  }
  .activity-components-meal-V2-template5 .split-line + .variable-parameter.out-render + .variable-parameter.out-render {
    padding-right: 0;
    padding-left: 14px;
  }
  .activity-components-meal-V2-template5 .split-line + .variable-parameter.out-render + .variable-parameter.out-render + .variable-parameter.out-render + .variable-parameter.out-render + .variable-parameter.out-render + .variable-parameter.out-render {
    padding-right: 0;
    padding-left: 14px;
  }
  .activity-components-meal-V2-template5 .split-line + .variable-parameter.out-render + .variable-parameter.out-render + .variable-parameter.out-render + .variable-parameter.out-render + .variable-parameter.out-render + .variable-parameter.out-render + .variable-parameter.out-render + .variable-parameter.out-render {
    padding-right: 0;
    padding-left: 14px;
  }
  .activity-components-meal-V2-template5 .pkg-order a.pkg-href {
    position: absolute;
    right: 0;
    bottom: 24px;
  }
  .activity-components-meal-V2-template5 .pkg-order .price {
    height: auto;
  }
  .activity-components-meal-V2-template5 .add-height.out-container {
    min-height: 100%;
  }
  .activity-components-meal-V2-template5 .out-container.active {
    background-color: #fff;
  }
  .activity-components-meal-V2-template5 .out-container .pkg-order {
    height: auto;
  }
  .activity-components-meal-V2-template5 .out-container .inner-container[data-icon-type='hasicon'] .pkg-order {
    height: auto;
  }
  .activity-components-meal-V2-template5 .out-container .inner-container[data-icon-type='hasicon'] .pkg-order .discount-tip {
    height: auto;
  }
}
@media (max-width: 320px) {
  .activity-components-meal-V2-template5 .pkg-order a.pkg-href {
    margin-top: 8px;
    display: inline-block;
    position: static;
  }
}
/** write less here**/
.activity-components-meal-V2-template6 .meal-main {
  margin: -8px;
}
.activity-components-meal-V2-template6 .meal-row {
  float: left;
  padding: 8px;
}
.activity-components-meal-V2-template6 .pkg-title {
  width: 100%;
  height: 100%;
  padding: 24px 32px;
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-col3-a.png);
  background-color: #5472D6;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
  border-radius: 2px 2px 0 0;
}
.activity-components-meal-V2-template6 .meal-main[data-cols='3'] .meal-row {
  width: 33.33%;
}
.activity-components-meal-V2-template6 .meal-main[data-cols='3'] .meal-row:nth-child(3n + 1) .pkg-title {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-col3-a.png);
}
.activity-components-meal-V2-template6 .meal-main[data-cols='3'] .meal-row:nth-child(3n + 2) .pkg-title {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-col3-b.png);
}
.activity-components-meal-V2-template6 .meal-main[data-cols='3'] .meal-row:nth-child(3n + 3) .pkg-title {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-col3-c.png);
}
.activity-components-meal-V2-template6 .meal-main[data-cols='4'] .meal-row {
  width: 25%;
}
.activity-components-meal-V2-template6 .meal-main[data-cols='4'] .meal-row:nth-child(4n + 1) .pkg-title {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-col4-a.png);
}
.activity-components-meal-V2-template6 .meal-main[data-cols='4'] .meal-row:nth-child(4n + 2) .pkg-title {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-col4-b.png);
}
.activity-components-meal-V2-template6 .meal-main[data-cols='4'] .meal-row:nth-child(4n + 3) .pkg-title {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-col4-c.png);
}
.activity-components-meal-V2-template6 .meal-main[data-cols='4'] .meal-row:nth-child(4n + 4) .pkg-title {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-col4-d.png);
}
.activity-components-meal-V2-template6 .pkg-title .icon {
  position: absolute;
  width: 46px;
  height: 40px;
  line-height: 36px;
  padding: 0 5px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  top: -3px;
  right: 12px;
  background-image: url(clientlib-activity-v6/images/activity-components-branch-tip-yellow.png);
  background-repeat: no-repeat;
  background-position: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template6 .pkg-title .icon.yellow {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-tip-yellow.png);
}
.activity-components-meal-V2-template6 .pkg-title .icon.red {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-tip-red.png);
}
.activity-components-meal-V2-template6 .pkg-title .meal-title {
  max-width: calc(100% - 30px);
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 26px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template6 .pkg-title .meal-detail {
  float: left;
  width: 100%;
}
.activity-components-meal-V2-template6 .pkg-title .meal-detail h6 {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 22px;
  margin-top: 4px;
}
.activity-components-meal-V2-template6 .meal-main[data-cols='3'] .pkg-title .meal-detail h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template6 .meal-main[data-cols='4'] .pkg-title .meal-detail h6 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}
.activity-components-meal-V2-template6 .form-container {
  width: 100%;
}
.activity-components-meal-V2-template6 .out-container {
  border-radius: 0 0 2px 2px;
  padding: 0 32px 0 32px;
  background-color: #fff;
  width: 100%;
}
.activity-components-meal-V2-template6 .out-container.active {
  background-color: #F2F5FF;
}
.activity-components-meal-V2-template6 .out-container + .out-container .inner-container {
  border-top: 1px solid #ddd;
}
.activity-components-meal-V2-template6 .pkg-deploy {
  width: 100%;
}
.activity-components-meal-V2-template6 .connecting-block {
  padding-top: 16px;
}
.activity-components-meal-V2-template6 .connecting-block + .connecting-block {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px dashed #DDDDDD;
}
.activity-components-meal-V2-template6 .pkg-deploy .fixed-detail {
  width: 100%;
}
.activity-components-meal-V2-template6 .pkg-deploy .fixed-detail1 {
  padding-top: 8px;
}
.activity-components-meal-V2-template6 .pkg-deploy .fixed-detail .details {
  font-size: 14px;
  font-weight: 400;
  color: #575D6C;
  line-height: 22px;
  float: left;
}
.activity-components-meal-V2-template6 .pkg-deploy .fixed-detail.fixed-detail1 .details {
  width: 50%;
  padding-right: 15px;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template6 .pkg-deploy .fixed-detail.fixed-detail1 .details:nth-child(2n + 2) {
  padding-right: 0;
}
.activity-components-meal-V2-template6 .pkg-deploy .fixed-detail.fixed-detail2 .details + .details {
  margin-top: 8px;
}
.activity-components-meal-V2-template6 .pkg-deploy .fixed-detail.fixed-detail2 .details {
  width: 100%;
}
.activity-components-meal-V2-template6 .pkg-deploy .fixed-detail .details em {
  color: #5E7CE0;
  font-style: normal;
}
.activity-components-meal-V2-template6 .pkg-deploy .fixed-advantage {
  padding-top: 8px;
}
.activity-components-meal-V2-template6 .pkg-deploy .fixed-advantage .advantage-title {
  font-size: 16px;
  font-weight: 600;
  color: #252B3A;
  line-height: 22px;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template6 .pkg-deploy .fixed-advantage .details {
  float: left;
  position: relative;
  width: 50%;
  margin-top: 8px;
  padding-left: 24px;
  padding-right: 15px;
  font-size: 12px;
  font-weight: 400;
  color: #252B3A;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template6 .pkg-deploy .fixed-advantage .details:before {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  left: 0;
  background-image: url(clientlib-activity-v6/images/activity-components-branch-unchecked.png);
}
.activity-components-meal-V2-template6 .pkg-deploy .fixed-advantage .details.checked:before {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-checked.png);
}
.activity-components-meal-V2-template6 .pkg-deploy .fixed-advantage .details:nth-child(2n + 2) {
  padding-right: 0;
}
.activity-components-meal-V2-template6 .out-container .pkg-order {
  margin-top: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid #ddd;
}
.activity-components-meal-V2-template6 .toggle-container {
  width: 100%;
}
.activity-components-meal-V2-template6 .variable-parameter {
  float: left;
  width: 100%;
}
.activity-components-meal-V2-template6 .variable-parameter + .variable-parameter {
  margin-top: 8px;
}
.activity-components-meal-V2-template6 .dropdown {
  width: 100%;
  max-width: 100%;
}
.activity-components-meal-V2-template6 .parameter-title,
.activity-components-meal-V2-template6 .dropdown-name {
  font-size: 14px;
  color: #8A8E99;
  line-height: 32px;
  margin-right: 24px;
  width: 90px;
  float: left;
}
.activity-components-meal-V2-template6 .meal-main[data-cols='4'] .parameter-title,
.activity-components-meal-V2-template6 .meal-main[data-cols='4'] .dropdown-name {
  margin-right: 4px;
}
.activity-components-meal-V2-template6 .parameter-title p,
.activity-components-meal-V2-template6 .dropdown-name p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template6 .parameter-main {
  float: left;
  width: calc(100% - 114px);
}
.activity-components-meal-V2-template6 .parameter-main p {
  color: #252B3A;
  font-size: 16px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template6 .meal-main[data-cols='4'] .parameter-main {
  width: calc(100% - 94px);
}
.activity-components-meal-V2-template6 .dropdown-value {
  width: calc(100% - 114px);
}
.activity-components-meal-V2-template6 .meal-main[data-cols='4'] .dropdown-value {
  width: calc(100% - 94px);
}
.activity-components-meal-V2-template6 .dropdown-views {
  min-width: calc(100% - 114px);
  max-width: calc(100% - 94px);
  top: 100%;
  left: 114px;
}
.activity-components-meal-V2-template6 .meal-main[data-cols='4'] .dropdown-views {
  min-width: calc(100% - 94px);
  max-width: calc(100% - 74px);
  left: 94px;
}
.activity-components-meal-V2-template6 .pkg-order a.pkg-href {
  margin-top: 8px;
}
.activity-components-meal-V2-template6 .pkg-order .discount-tip {
  display: none;
}
.activity-components-meal-V2-template6 .pkg-order .discount-tip span {
  color: #C7000B;
  border: 1px solid #C7000B;
  display: inline-block;
  max-width: 100%;
}
.activity-components-meal-V2-template6 .pkg-order .discount-tip span i {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-style: normal;
}
.activity-components-meal-V2-template6 .pkg-order .discount-tip span:after {
  border-bottom: #C7000B solid 1px;
  border-right: #C7000B solid 1px;
}
.activity-components-meal-V2-template6 .out-container .inner-container[data-icon-type='hasicon'] .pkg-order .discount-tip {
  display: block;
  margin-bottom: 5px;
  height: 21px;
}
.activity-components-meal-V2-template6 .fold-btn {
  display: none;
}
@media (max-width: 1279px) {
  .activity-components-meal-V2-template6 .meal-main[data-cols='4'] .out-container {
    padding: 0 20px 0 20px;
  }
  .activity-components-meal-V2-template6 .meal-main[data-cols='4'] .parameter-title,
  .activity-components-meal-V2-template6 .meal-main[data-cols='4'] .dropdown-name {
    width: 60px;
  }
  .activity-components-meal-V2-template6 .meal-main[data-cols='4'] .dropdown-value {
    width: calc(100% - 64px);
  }
  .activity-components-meal-V2-template6 .meal-main[data-cols='4'] .dropdown-views {
    min-width: calc(100% - 64px);
    max-width: calc(100% - 44px);
    left: 64px;
  }
}
@media (max-width: 979px) {
  .activity-components-meal-V2-template6 .meal-main {
    margin: -4px -8px;
  }
  .activity-components-meal-V2-template6 .meal-row {
    width: 100%;
    padding: 4px 8px;
  }
  .activity-components-meal-V2-template6 .pkg-title .icon {
    right: 15px;
  }
  .activity-components-meal-V2-template6 .pkg-title {
    width: 100%;
    height: 100%;
    padding: 16px 15px;
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-a-mb.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 0;
  }
  .activity-components-meal-V2-template6 .meal-main[data-cols='3'] .meal-row {
    width: 100%;
  }
  .activity-components-meal-V2-template6 .meal-main[data-cols='4'] .meal-row {
    width: 100%;
  }
  .activity-components-meal-V2-template6 .meal-main[data-cols='3'] .meal-row:nth-child(3n + 1) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-a-mb.png);
  }
  .activity-components-meal-V2-template6 .meal-main[data-cols='3'] .meal-row:nth-child(3n + 2) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-b-mb.png);
  }
  .activity-components-meal-V2-template6 .meal-main[data-cols='3'] .meal-row:nth-child(3n + 3) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-c-mb.png);
  }
  .activity-components-meal-V2-template6 .meal-main[data-cols='4'] .meal-row:nth-child(4n + 1) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-a-mb.png);
  }
  .activity-components-meal-V2-template6 .meal-main[data-cols='4'] .meal-row:nth-child(4n + 2) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-b-mb.png);
  }
  .activity-components-meal-V2-template6 .meal-main[data-cols='4'] .meal-row:nth-child(4n + 3) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-c-mb.png);
  }
  .activity-components-meal-V2-template6 .meal-main[data-cols='4'] .meal-row:nth-child(4n + 4) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-d-mb.png);
  }
  .activity-components-meal-V2-template6 .meal-row:nth-child(4n + 1) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-a-mb.png);
  }
  .activity-components-meal-V2-template6 .meal-row:nth-child(4n + 2) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-b-mb.png);
  }
  .activity-components-meal-V2-template6 .meal-row:nth-child(4n + 3) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-c-mb.png);
  }
  .activity-components-meal-V2-template6 .meal-row:nth-child(4n + 4) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-d-mb.png);
  }
  .activity-components-meal-V2-template6 .dropdown-value {
    width: 130px;
  }
  .activity-components-meal-V2-template6 .dropdown-views {
    min-width: 130px;
    max-width: 150px;
    left: 0;
  }
  .activity-components-meal-V2-template6 .parameter-main {
    width: 100%;
  }
  .activity-components-meal-V2-template6 .meal-main[data-cols='4'] .parameter-main {
    width: 100%;
  }
  .activity-components-meal-V2-template6 .meal-main[data-cols='3'] .pkg-title .meal-detail h6 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
  }
  .activity-components-meal-V2-template6 .meal-main[data-cols='4'] .dropdown-value {
    width: 130px;
  }
  .activity-components-meal-V2-template6 .meal-main[data-cols='4'] .dropdown-views {
    min-width: 130px;
    max-width: 150px;
    left: 0;
  }
  .activity-components-meal-V2-template6 .pkg-title .meal-title {
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 22px;
  }
  .activity-components-meal-V2-template6 .pkg-title .meal-detail {
    margin-top: 7px;
    padding-top: 7px;
    width: 100%;
    margin-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .activity-components-meal-V2-template6 .pkg-title .meal-detail h4 {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 18px;
  }
  .activity-components-meal-V2-template6 .pkg-title .meal-detail h6 {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
  }
  .activity-components-meal-V2-template6 .form-container {
    float: left;
    width: 100%;
  }
  .activity-components-meal-V2-template6 .toggle-container {
    width: 100%;
    margin-left: 0!important;
    margin-right: 0!important;
    margin-top: 0;
  }
  .activity-components-meal-V2-template6 .out-container {
    background-color: #fff;
    padding-left: 15px!important;
    padding-right: 15px!important;
    display: block;
  }
  .activity-components-meal-V2-template6 .meal-main[data-cols='4'] .out-container {
    padding: 0 15px 0 15px;
  }
  .activity-components-meal-V2-template6 .inner-container {
    padding-top: 4px;
    padding-bottom: 0;
    display: block;
  }
  .activity-components-meal-V2-template6 .out-container + .out-container .inner-container {
    border-top: 0;
  }
  .activity-components-meal-V2-template6 .isMultiple.out-container {
    margin-top: 4px;
    position: relative;
  }
  .activity-components-meal-V2-template6 .isMultiple.out-container:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 19px;
    background-image: url(clientlib-activity-v6/images/activity-components-branch-connect-icon.png);
    background-size: cover;
    top: -11px;
    left: 70px;
  }
  .activity-components-meal-V2-template6 .isMultiple.out-container:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 19px;
    background-image: url(clientlib-activity-v6/images/activity-components-branch-connect-icon.png);
    background-size: cover;
    top: -11px;
    right: 70px;
  }
  .activity-components-meal-V2-template6 .parameter-title,
  .activity-components-meal-V2-template6 .dropdown-name {
    font-size: 12px;
    width: 100%;
    margin-right: 0;
    color: #8A8E99;
    line-height: 16px;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .activity-components-meal-V2-template6 .meal-main[data-cols='4'] .parameter-title,
  .activity-components-meal-V2-template6 .meal-main[data-cols='4'] .dropdown-name {
    width: 100%;
    margin-right: 0;
  }
  .activity-components-meal-V2-template6 .parameter-main p {
    color: #252B3A;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
  }
  .activity-components-meal-V2-template6 .pkg-deploy {
    width: 100%;
    border-right: 0;
  }
  .activity-components-meal-V2-template6 .out-container .pkg-order {
    float: left;
    position: relative;
    width: 100%;
    padding-left: 0;
    left: 0;
    top: 0!important;
    margin-top: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid #ddd;
  }
  .activity-components-meal-V2-template6 .variable-parameter {
    margin-top: 16px!important;
    margin-left: 0!important;
    padding-right: 14px;
    width: 50%;
    margin-right: 0;
  }
  .activity-components-meal-V2-template6 .variable-parameter:nth-child(2n + 2) {
    padding-right: 0;
    padding-left: 14px;
    position: relative;
  }
  .activity-components-meal-V2-template6 .pkg-order a.pkg-href {
    position: absolute;
    right: 0;
    bottom: 24px;
    margin-top: 0;
  }
  .activity-components-meal-V2-template6 .pkg-order .price {
    height: auto;
  }
  .activity-components-meal-V2-template6 .add-height.out-container {
    min-height: 100%;
  }
  .activity-components-meal-V2-template6 .out-container.active {
    background-color: #fff;
  }
  .activity-components-meal-V2-template6 .out-container .pkg-order {
    height: auto;
  }
  .activity-components-meal-V2-template6 .out-container .inner-container[data-icon-type='hasicon'] .pkg-order {
    height: auto;
  }
  .activity-components-meal-V2-template6 .out-container .inner-container[data-icon-type='hasicon'] .pkg-order .discount-tip {
    height: auto;
  }
}
@media (max-width: 320px) {
  .activity-components-meal-V2-template6 .pkg-order a.pkg-href {
    margin-top: 8px;
    display: inline-block;
    position: static;
  }
  .activity-components-meal-V2-template6 .variable-parameter {
    padding-right: 8px;
  }
  .activity-components-meal-V2-template6 .variable-parameter:nth-child(2n + 2) {
    padding-left: 8px;
  }
}
/** write less here**/
.activity-components-meal-V2-template7 .meal-main {
  margin: -8px;
}
.activity-components-meal-V2-template7 .meal-row {
  width: 50%;
  float: left;
  padding: 8px;
}
.activity-components-meal-V2-template7 .pkg-title {
  width: 100%;
  height: 100%;
  padding: 24px 32px;
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal5-a.png);
  background-color: #5472D6;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
  border-radius: 2px 2px 0 0;
}
.activity-components-meal-V2-template7 .meal-row:nth-child(4n + 1) .pkg-title {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal5-a.png);
}
.activity-components-meal-V2-template7 .meal-row:nth-child(4n + 2) .pkg-title {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal5-b.png);
}
.activity-components-meal-V2-template7 .meal-row:nth-child(4n + 3) .pkg-title {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal5-c.png);
}
.activity-components-meal-V2-template7 .meal-row:nth-child(4n + 4) .pkg-title {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal5-d.png);
}
.activity-components-meal-V2-template7 .pkg-title .icon {
  position: absolute;
  width: 46px;
  height: 40px;
  line-height: 36px;
  padding: 0 5px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  top: -3px;
  right: 12px;
  background-image: url(clientlib-activity-v6/images/activity-components-branch-tip-yellow.png);
  background-repeat: no-repeat;
  background-position: center;
}
.activity-components-meal-V2-template7 .pkg-title .icon.yellow {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-tip-yellow.png);
}
.activity-components-meal-V2-template7 .pkg-title .icon.red {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-tip-red.png);
}
.activity-components-meal-V2-template7 .pkg-title .meal-title {
  max-width: calc(100% - 30px);
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 26px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template7 .pkg-title .meal-detail {
  margin-top: 4px;
  float: left;
  width: 100%;
}
.activity-components-meal-V2-template7 .pkg-title .meal-detail h4 {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template7 .pkg-title .meal-detail h6 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template7 .form-container {
  width: 100%;
  background-color: #fff;
}
.activity-components-meal-V2-template7 .out-container {
  border-radius: 0 0 2px 2px;
  padding: 0 32px 0 32px;
  width: 100%;
}
.activity-components-meal-V2-template7 .inner-container {
  padding: 24px 0 16px 0;
  position: relative;
}
.activity-components-meal-V2-template7 .out-container.active {
  background-color: #F2F5FF;
}
.activity-components-meal-V2-template7 .pkg-deploy .fixed-title {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template7 .pkg-deploy .fixed-title .ui-title {
  font-size: 18px;
  font-weight: 600;
  color: #252B3A;
  line-height: 22px;
}
.activity-components-meal-V2-template7 .pkg-deploy .fixed-img {
  width: 100%;
  margin-bottom: 24px;
  min-height: 120px;
}
.activity-components-meal-V2-template7 .pkg-deploy .fixed-img img {
  width: 100%;
}
.activity-components-meal-V2-template7 .pkg-deploy .fixed-detail {
  margin-bottom: 20px;
}
.activity-components-meal-V2-template7 .pkg-deploy .fixed-detail .ui-detail {
  font-size: 14px;
  font-weight: 400;
  color: #252B3A;
  line-height: 22px;
}
.activity-components-meal-V2-template7 .dropdown {
  max-width: 160px;
}
.activity-components-meal-V2-template7 .out-container .pkg-order {
  float: left;
  position: relative;
  width: 100%;
  padding-top: 16px;
  border-top: 1px solid #ddd;
}
.activity-components-meal-V2-template7 .toggle-container {
  margin-top: -12px;
  margin-bottom: 24px;
  margin-right: -24px;
}
.activity-components-meal-V2-template7 .variable-parameter {
  float: left;
  margin-top: 12px;
  margin-right: 24px;
  width: 160px;
}
.activity-components-meal-V2-template7 .parameter-title,
.activity-components-meal-V2-template7 .dropdown-name {
  font-size: 14px;
  color: #8A8E99;
  line-height: 18px;
  margin-bottom: 4px;
  width: 100%;
}
.activity-components-meal-V2-template7 .parameter-title p,
.activity-components-meal-V2-template7 .dropdown-name p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template7 .parameter-main p {
  color: #252B3A;
  font-size: 16px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template7 .dropdown-value {
  width: 100%;
}
.activity-components-meal-V2-template7 .dropdown-views {
  min-width: 100%;
  max-width: calc(100% + 20px);
  top: 100%;
  left: 0;
}
.activity-components-meal-V2-template7 .pkg-order a.pkg-href {
  position: absolute;
  right: 0;
  bottom: 8px;
}
.activity-components-meal-V2-template7 .pkg-order .discount-tip {
  display: none;
}
.activity-components-meal-V2-template7 .pkg-order .discount-tip span {
  color: #C7000B;
  border: 1px solid #C7000B;
}
.activity-components-meal-V2-template7 .pkg-order .discount-tip span:after {
  border-bottom: #C7000B solid 1px;
  border-right: #C7000B solid 1px;
}
.activity-components-meal-V2-template7 .out-container .inner-container[data-icon-type='hasicon'] .pkg-order .discount-tip {
  display: block;
  margin-bottom: 5px;
  height: 21px;
}
.activity-components-meal-V2-template7 .fold-btn {
  display: none;
}
@media (max-width: 979px) {
  .activity-components-meal-V2-template7 {
    /* 	.variable-parameter:nth-child(2n + 2) {
			padding-right: 0;
			padding-left: 14px;
			position: relative;
		} */
  }
  .activity-components-meal-V2-template7 .meal-main {
    margin: -4px -8px;
  }
  .activity-components-meal-V2-template7 .meal-row {
    width: 100%;
    padding: 4px 8px;
  }
  .activity-components-meal-V2-template7 .pkg-title .icon {
    right: 15px;
  }
  .activity-components-meal-V2-template7 .pkg-title {
    width: 100%;
    height: 100%;
    padding: 16px 15px;
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal5-a-mb.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 0;
  }
  .activity-components-meal-V2-template7 .meal-row:nth-child(4n + 1) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal5-a-mb.png);
  }
  .activity-components-meal-V2-template7 .meal-row:nth-child(4n + 2) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal5-b-mb.png);
  }
  .activity-components-meal-V2-template7 .meal-row:nth-child(4n + 3) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal5-c-mb.png);
  }
  .activity-components-meal-V2-template7 .meal-row:nth-child(4n + 4) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal5-d-mb.png);
  }
  .activity-components-meal-V2-template7 .pkg-title .meal-title {
    max-width: calc(100% - 50px);
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 22px;
  }
  .activity-components-meal-V2-template7 .pkg-title .meal-detail {
    margin-top: 7px;
    padding-top: 7px;
    width: 100%;
    margin-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .activity-components-meal-V2-template7 .pkg-title .meal-detail h4 {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 18px;
  }
  .activity-components-meal-V2-template7 .pkg-title .meal-detail h6 {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 18px;
  }
  .activity-components-meal-V2-template7 .form-container {
    float: left;
    width: 100%;
    background-color: transparent;
  }
  .activity-components-meal-V2-template7 .toggle-container {
    margin-top: -16px;
    margin-bottom: 24px;
    margin-right: 0;
  }
  .activity-components-meal-V2-template7 .out-container {
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }
  .activity-components-meal-V2-template7 .out-container + .out-container .inner-container {
    border-top: 0;
  }
  .activity-components-meal-V2-template7 .isMultiple.out-container {
    margin-top: 4px;
    position: relative;
  }
  .activity-components-meal-V2-template7 .isMultiple.out-container:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 19px;
    background-image: url(clientlib-activity-v6/images/activity-components-branch-connect-icon.png);
    background-size: cover;
    top: -11px;
    left: 70px;
  }
  .activity-components-meal-V2-template7 .isMultiple.out-container:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 19px;
    background-image: url(clientlib-activity-v6/images/activity-components-branch-connect-icon.png);
    background-size: cover;
    top: -11px;
    right: 70px;
  }
  .activity-components-meal-V2-template7 .pkg-deploy .fixed-title {
    margin-bottom: 16px;
  }
  .activity-components-meal-V2-template7 .pkg-deploy .fixed-title .ui-title {
    font-size: 16px;
    font-weight: 600;
    color: #252B3A;
    line-height: 20px;
  }
  .activity-components-meal-V2-template7 .pkg-deploy .fixed-img {
    margin-bottom: 16px;
    min-height: 80px;
  }
  .activity-components-meal-V2-template7 .pkg-deploy .fixed-detail {
    margin-bottom: 16px;
  }
  .activity-components-meal-V2-template7 .pkg-deploy .fixed-detail .ui-detail {
    font-size: 12px;
    font-weight: 400;
    color: #575D6C;
    line-height: 16px;
  }
  .activity-components-meal-V2-template7 .fixed-title + .toggle-container {
    margin-top: 8px;
  }
  .activity-components-meal-V2-template7 .parameter-title,
  .activity-components-meal-V2-template7 .dropdown-name {
    font-size: 12px;
    color: #8A8E99;
    line-height: 16px;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .activity-components-meal-V2-template7 .parameter-main p {
    color: #252B3A;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .activity-components-meal-V2-template7 .out-container .pkg-order {
    height: auto;
  }
  .activity-components-meal-V2-template7 .variable-parameter {
    margin-top: 16px;
    margin-left: 0!important;
    padding-right: 14px;
    width: 50%;
    margin-right: 0;
  }
  .activity-components-meal-V2-template7 .pkg-order .price {
    height: auto;
  }
  .activity-components-meal-V2-template7 .add-height.out-container {
    min-height: 100%;
  }
  .activity-components-meal-V2-template7 .out-container.active {
    background-color: #fff;
  }
}
@media (max-width: 320px) {
  .activity-components-meal-V2-template7 {
    /* 		.variable-parameter:nth-child(2n + 2) {
			padding-left: 8px;
		} */
  }
  .activity-components-meal-V2-template7 .pkg-order a.pkg-href {
    margin-top: 8px;
    display: inline-block;
    position: static;
  }
  .activity-components-meal-V2-template7 .variable-parameter {
    padding-right: 8px;
  }
}
/** write less here**/
.activity-components-meal-V2-template8 .for-mb {
  display: none;
}
.activity-components-meal-V2-template8 .meal-row + .meal-row {
  margin-top: 16px;
}
.activity-components-meal-V2-template8 .meal-row {
  display: flex;
  display: -webkit-flex;
  align-content: stretch;
}
.activity-components-meal-V2-template8 .pkg-title {
  width: 260px;
  padding: 32px 24px;
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal1-a.png);
  background-color: #5472D6;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  border-radius: 2px 0 0 2px;
}
.activity-components-meal-V2-template8 .meal-row:nth-child(4n + 1) .pkg-title {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal1-a.png);
}
.activity-components-meal-V2-template8 .meal-row:nth-child(4n + 2) .pkg-title {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal1-b.png);
}
.activity-components-meal-V2-template8 .meal-row:nth-child(4n + 3) .pkg-title {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal1-c.png);
}
.activity-components-meal-V2-template8 .meal-row:nth-child(4n + 4) .pkg-title {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal1-d.png);
}
.activity-components-meal-V2-template8 .pkg-title .icon {
  position: absolute;
  width: 46px;
  height: 40px;
  line-height: 36px;
  padding: 0 5px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  top: -3px;
  right: 12px;
  background-image: url(clientlib-activity-v6/images/activity-components-branch-tip-yellow.png);
  background-repeat: no-repeat;
  background-position: center;
}
.activity-components-meal-V2-template8 .pkg-title .icon.yellow {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-tip-yellow.png);
}
.activity-components-meal-V2-template8 .pkg-title .icon.red {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-tip-red.png);
}
.activity-components-meal-V2-template8 .pkg-title .meal-title {
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template8 .pkg-title .meal-detail {
  margin-top: 16px;
}
.activity-components-meal-V2-template8 .pkg-title .meal-detail h4 {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template8 .pkg-title .meal-detail h6 {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 22px;
  margin-top: 4px;
}
.activity-components-meal-V2-template8 .form-container {
  float: left;
  border-radius: 0 2px 2px 0;
  width: calc(100% - 260px);
  background-color: #fff;
  align-items: center;
}
.activity-components-meal-V2-template8 .out-container {
  padding: 0 24px 0 32px;
  background-color: #fff;
  height: 100%;
  width: 100%;
}
.activity-components-meal-V2-template8 .inner-container {
  padding: 32px 0 32px 0;
  position: relative;
  height: 100%;
  width: 100%;
}
.activity-components-meal-V2-template8 .out-container.active {
  background-color: #F2F5FF;
}
.activity-components-meal-V2-template8 .out-container + .out-container .inner-container {
  border-top: 1px solid #ddd;
}
.activity-components-meal-V2-template8 .inner-dropdown-form {
  height: 100%;
  width: 100%;
}
.activity-components-meal-V2-template8 .pkg-deploy {
  float: left;
  width: calc(100% - 260px);
  height: 100%;
  border-right: 1px solid #ddd;
}
.activity-components-meal-V2-template8 .out-container .pkg-order {
  padding-left: 24px;
  position: absolute;
  width: 260px;
  left: calc(100% - 260px);
  top: calc(50% - 20px);
}
.activity-components-meal-V2-template8 .toggle-container {
  margin-right: 24px;
  margin-top: -24px;
}
.activity-components-meal-V2-template8 .variable-parameter {
  float: left;
  margin-top: 24px;
  margin-right: 24px;
  width: 130px;
}
.activity-components-meal-V2-template8 .variable-parameter.picker-render {
  width: 100%;
}
.activity-components-meal-V2-template8 .parameter-title,
.activity-components-meal-V2-template8 .dropdown-name {
  font-size: 14px;
  color: #8A8E99;
  line-height: 20px;
  margin-bottom: 4px;
  width: 100%;
}
.activity-components-meal-V2-template8 .picker-render .parameter-title,
.activity-components-meal-V2-template8 .picker-render .dropdown-name {
  margin-bottom: 0;
  margin-right: 0;
}
.activity-components-meal-V2-template8 .parameter-title p,
.activity-components-meal-V2-template8 .dropdown-name p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template8 .parameter-main p {
  color: #252B3A;
  font-size: 16px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template8 .dropdown-value {
  width: 100%;
}
.activity-components-meal-V2-template8 .dropdown-views {
  min-width: 100%;
  max-width: calc(100% + 20px);
  top: 100%;
  left: 0;
}
.activity-components-meal-V2-template8 .picker-render .dropdown-value {
  display: none;
}
.activity-components-meal-V2-template8 .picker-render .dropdown {
  width: 100%;
  max-width: 100%;
}
.activity-components-meal-V2-template8 .picker-render .dropdown-views {
  min-width: 100%;
  max-width: 100%;
  display: block!important;
  position: static;
  border: 0;
  margin-top: 0;
  cursor: auto;
}
.activity-components-meal-V2-template8 .picker-render .dropdown-views li {
  float: left;
  padding: 6px 16px;
  border: 1px solid #ADB0B8;
  margin-right: 12px;
  margin-top: 12px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 2px;
  cursor: pointer;
}
.activity-components-meal-V2-template8 .picker-render .dropdown-views li:active {
  color: #C7000B;
  border: 1px solid #C7000B;
  background-color: #fff;
}
.activity-components-meal-V2-template8 .picker-render .dropdown-views li.active {
  color: #C7000B;
  border: 1px solid #C7000B;
  background-color: #fff;
}
.activity-components-meal-V2-template8 .ocr-promotion-package-count.variable-parameter {
  display: none;
  font-size: 0;
  vertical-align: top;
  width: 98px;
}
.activity-components-meal-V2-template8 .ocr-promotion-package-count.variable-parameter.ocrAmount,
.activity-components-meal-V2-template8 .ocr-promotion-package-count.variable-parameter.qpsNum {
  display: inline-block;
}
.activity-components-meal-V2-template8 .ocr-promotion-package-count .ocr-promotion-package-title {
  margin-bottom: 10px;
  color: #95989d;
  font-size: 14px;
  line-height: 18px;
}
.activity-components-meal-V2-template8 .ocr-promotion-package-count .count-btn {
  display: inline-block;
  width: 28px;
  height: 32px;
  color: #666a75;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #ddd;
  cursor: pointer;
  vertical-align: top;
}
.activity-components-meal-V2-template8 .ocr-promotion-package-count input {
  width: 36px;
  height: 32px;
  color: #333;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}
.activity-components-meal-V2-template8 .pkg-order a.pkg-href {
  position: absolute;
  right: 0;
  bottom: 8px;
}
.activity-components-meal-V2-template8 .pkg-order .discount-tip {
  display: none;
}
.activity-components-meal-V2-template8 .pkg-order .discount-tip span {
  color: #C7000B;
  border: 1px solid #C7000B;
}
.activity-components-meal-V2-template8 .pkg-order .discount-tip span:after {
  border-bottom: #C7000B solid 1px;
  border-right: #C7000B solid 1px;
}
.activity-components-meal-V2-template8 .out-container.active .inner-container .pkg-order {
  top: calc(50% - 50px);
}
.activity-components-meal-V2-template8 .out-container .inner-container[data-icon-type='hasicon'] .pkg-order {
  top: calc(50% - 33px);
}
.activity-components-meal-V2-template8 .out-container.active .inner-container[data-icon-type='hasicon'] .pkg-order {
  top: calc(50% - 60px);
}
.activity-components-meal-V2-template8 .out-container .inner-container[data-icon-type='hasicon'] .pkg-order .discount-tip {
  display: block;
  margin-bottom: 5px;
}
.activity-components-meal-V2-template8 .fold-btn {
  display: none;
}
.activity-components-meal-V2-template8 .fold-btn-mb {
  display: none;
}
@media (max-width: 979px) {
  .activity-components-meal-V2-template8 .for-pc {
    display: none;
  }
  .activity-components-meal-V2-template8 .for-mb {
    display: block;
  }
  .activity-components-meal-V2-template8 .meal-row {
    display: block;
  }
  .activity-components-meal-V2-template8 .pkg-title .icon {
    right: 15px;
  }
  .activity-components-meal-V2-template8 .pkg-title {
    width: 100%;
    height: 100%;
    border-radius: 2px;
    padding: 16px 15px;
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal1-a-mb.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 0;
  }
  .activity-components-meal-V2-template8 .meal-row:nth-child(4n + 1) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal1-a-mb.png);
  }
  .activity-components-meal-V2-template8 .meal-row:nth-child(4n + 2) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal1-b-mb.png);
  }
  .activity-components-meal-V2-template8 .meal-row:nth-child(4n + 3) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal1-c-mb.png);
  }
  .activity-components-meal-V2-template8 .meal-row:nth-child(4n + 4) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal1-d-mb.png);
  }
  .activity-components-meal-V2-template8 .pkg-title .meal-title {
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 22px;
  }
  .activity-components-meal-V2-template8 .pkg-title .meal-detail {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .activity-components-meal-V2-template8 .pkg-title .meal-detail h4 {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 18px;
  }
  .activity-components-meal-V2-template8 .pkg-title .meal-detail h6 {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 18px;
  }
  .activity-components-meal-V2-template8 .form-container {
    float: left;
    width: 100%;
    background-color: transparent;
  }
  .activity-components-meal-V2-template8 .toggle-container {
    margin-left: 0!important;
    margin-right: 0!important;
    margin-top: -16px;
  }
  .activity-components-meal-V2-template8 .out-container {
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }
  .activity-components-meal-V2-template8 .inner-container {
    padding-top: 16px;
    padding-bottom: 0;
    display: block;
  }
  .activity-components-meal-V2-template8 .out-container + .out-container .inner-container {
    border-top: 0;
  }
  .activity-components-meal-V2-template8 .out-container {
    border-radius: 0 0 2px 2px;
  }
  .activity-components-meal-V2-template8 .parameter-title,
  .activity-components-meal-V2-template8 .dropdown-name {
    font-size: 12px;
    color: #8A8E99;
    line-height: 16px;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .activity-components-meal-V2-template8 .parameter-main p {
    color: #252B3A;
    font-size: 12px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .activity-components-meal-V2-template8 .pkg-deploy {
    width: 100%;
    border-right: 0;
  }
  .activity-components-meal-V2-template8 .out-container .pkg-order {
    float: left;
    position: relative;
    width: 100%;
    padding-left: 0;
    left: 0;
    top: 0!important;
    margin-top: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid #ddd;
  }
  .activity-components-meal-V2-template8 .variable-parameter {
    margin-top: 16px;
    margin-left: 0!important;
    padding-right: 0;
    width: 50%;
    margin-right: 0;
  }
  .activity-components-meal-V2-template8 .pkg-order a.pkg-href {
    position: absolute;
    right: 0;
    bottom: 24px;
    margin-top: 0;
  }
  .activity-components-meal-V2-template8 .out-container.active {
    background-color: #fff;
  }
  .activity-components-meal-V2-template8 .picker-render .dropdown-views li {
    padding: 5px 12px;
    margin-right: 8px;
    margin-top: 8px;
    font-size: 12px;
    line-height: 16px;
  }
  .activity-components-meal-V2-template8 .ocr-promotion-package-count.variable-parameter {
    width: 50%;
  }
  .activity-components-meal-V2-template8 .ocr-promotion-package-count input {
    height: 28px;
    font-size: 12px;
    line-height: 28px;
  }
  .activity-components-meal-V2-template8 .ocr-promotion-package-count .count-btn {
    height: 28px;
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 320px) {
  .activity-components-meal-V2-template8 .pkg-order a.pkg-href {
    margin-top: 8px;
    display: inline-block;
    position: static;
  }
}
/** write less here**/
.activity-components-meal-V2-template9 .meal-main {
  margin: -8px;
}
.activity-components-meal-V2-template9 .meal-row {
  float: left;
  padding: 8px;
}
.activity-components-meal-V2-template9 .pkg-title {
  width: 100%;
  height: 100%;
  padding: 24px 32px;
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-col3-a.png);
  background-color: #5472D6;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
  border-radius: 2px 2px 0 0;
}
.activity-components-meal-V2-template9 .meal-main[data-cols='3'] .meal-row {
  width: 33.33%;
}
.activity-components-meal-V2-template9 .meal-main[data-cols='3'] .meal-row:nth-child(3n + 1) .pkg-title {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-col3-a.png);
}
.activity-components-meal-V2-template9 .meal-main[data-cols='3'] .meal-row:nth-child(3n + 2) .pkg-title {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-col3-b.png);
}
.activity-components-meal-V2-template9 .meal-main[data-cols='3'] .meal-row:nth-child(3n + 3) .pkg-title {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-col3-c.png);
}
.activity-components-meal-V2-template9 .meal-main[data-cols='4'] .meal-row {
  width: 25%;
}
.activity-components-meal-V2-template9 .meal-main[data-cols='4'] .meal-row:nth-child(4n + 1) .pkg-title {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-col4-a.png);
}
.activity-components-meal-V2-template9 .meal-main[data-cols='4'] .meal-row:nth-child(4n + 2) .pkg-title {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-col4-b.png);
}
.activity-components-meal-V2-template9 .meal-main[data-cols='4'] .meal-row:nth-child(4n + 3) .pkg-title {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-col4-c.png);
}
.activity-components-meal-V2-template9 .meal-main[data-cols='4'] .meal-row:nth-child(4n + 4) .pkg-title {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-col4-d.png);
}
.activity-components-meal-V2-template9 .pkg-title .icon {
  position: absolute;
  width: 46px;
  height: 40px;
  line-height: 36px;
  padding: 0 5px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  top: -3px;
  right: 12px;
  background-image: url(clientlib-activity-v6/images/activity-components-branch-tip-yellow.png);
  background-repeat: no-repeat;
  background-position: center;
}
.activity-components-meal-V2-template9 .pkg-title .icon.yellow {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-tip-yellow.png);
}
.activity-components-meal-V2-template9 .pkg-title .icon.red {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-tip-red.png);
}
.activity-components-meal-V2-template9 .pkg-title .meal-title {
  max-width: calc(100% - 30px);
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 26px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template9 .pkg-title .meal-detail {
  float: left;
  width: 100%;
}
.activity-components-meal-V2-template9 .pkg-title .meal-detail h6 {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 22px;
}
.activity-components-meal-V2-template9 .meal-main[data-cols='3'] .pkg-title .meal-detail h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template9 .meal-main[data-cols='4'] .pkg-title .meal-detail h6 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}
.activity-components-meal-V2-template9 .form-container {
  width: 100%;
}
.activity-components-meal-V2-template9 .out-container {
  border-radius: 0 0 2px 2px;
  padding: 0 32px 0 32px;
  background-color: #fff;
  width: 100%;
}
.activity-components-meal-V2-template9 .inner-container {
  padding: 4px 0 0 0;
}
.activity-components-meal-V2-template9 .pkg-deploy {
  width: 100%;
}
.activity-components-meal-V2-template9 .pkg-deploy .fixed-title {
  width: 100%;
  margin-top: 20px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template9 .pkg-deploy .fixed-features {
  width: 100%;
  margin-top: 20px;
  float: left;
}
.activity-components-meal-V2-template9 .ui-feature {
  float: left;
  width: calc((100% - 28px)/3);
  min-height: 22px;
  max-height: 44px;
}
.activity-components-meal-V2-template9 .ui-feature .ui-feature-inner {
  width: 100%;
}
.activity-components-meal-V2-template9 .ui-feature p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}
.activity-components-meal-V2-template9 .meal-main[data-cols='4'] .ui-feature {
  width: calc((100% - 18px)/3);
}
.activity-components-meal-V2-template9 .ui-feature + .ui-feature {
  margin-left: 14px;
  padding-left: 14px;
  border-left: 1px solid #ddd;
}
.activity-components-meal-V2-template9 .meal-main[data-cols='4'] .ui-feature + .ui-feature {
  margin-left: 9px;
  padding-left: 9px;
}
.activity-components-meal-V2-template9 .pkg-deploy .fixed-title .ui-title {
  font-size: 18px;
  font-weight: 600;
  color: #252B3A;
  line-height: 22px;
}
.activity-components-meal-V2-template9 .pkg-deploy .fixed-img {
  width: 100%;
  margin-top: 20px;
  float: left;
}
.activity-components-meal-V2-template9 .pkg-deploy .fixed-img img {
  width: 100%;
}
.activity-components-meal-V2-template9 .pkg-deploy .fixed-detail {
  width: 100%;
  margin-top: 20px;
  float: left;
}
.activity-components-meal-V2-template9 .pkg-deploy .fixed-detail .ui-detail {
  font-size: 14px;
  font-weight: 400;
  color: #252B3A;
  line-height: 22px;
}
.activity-components-meal-V2-template9 .out-container .pkg-order {
  margin-top: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid #ddd;
}
.activity-components-meal-V2-template9 .toggle-container {
  margin-top: 20px;
  float: left;
  width: 100%;
}
.activity-components-meal-V2-template9 .variable-parameter {
  float: left;
  width: 100%;
}
.activity-components-meal-V2-template9 .variable-parameter + .variable-parameter {
  margin-top: 8px;
}
.activity-components-meal-V2-template9 .dropdown {
  width: 100%;
  max-width: 100%;
}
.activity-components-meal-V2-template9 .parameter-title,
.activity-components-meal-V2-template9 .dropdown-name {
  font-size: 14px;
  color: #8A8E99;
  line-height: 32px;
  margin-right: 24px;
  width: 90px;
  float: left;
}
.activity-components-meal-V2-template9 .meal-main[data-cols='4'] .parameter-title,
.activity-components-meal-V2-template9 .meal-main[data-cols='4'] .dropdown-name {
  margin-right: 4px;
}
.activity-components-meal-V2-template9 .parameter-title p,
.activity-components-meal-V2-template9 .dropdown-name p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template9 .parameter-main {
  float: left;
  width: calc(100% - 114px);
}
.activity-components-meal-V2-template9 .parameter-main p {
  color: #252B3A;
  font-size: 16px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-meal-V2-template9 .meal-main[data-cols='4'] .parameter-main {
  width: calc(100% - 94px);
}
.activity-components-meal-V2-template9 .dropdown-value {
  width: calc(100% - 114px);
}
.activity-components-meal-V2-template9 .meal-main[data-cols='4'] .dropdown-value {
  width: calc(100% - 94px);
}
.activity-components-meal-V2-template9 .dropdown-views {
  min-width: calc(100% - 114px);
  max-width: calc(100% - 94px);
  top: 100%;
  left: 114px;
}
.activity-components-meal-V2-template9 .meal-main[data-cols='4'] .dropdown-views {
  min-width: calc(100% - 94px);
  max-width: calc(100% - 74px);
  left: 94px;
}
.activity-components-meal-V2-template9 .pkg-order a.pkg-href {
  margin-top: 8px;
}
.activity-components-meal-V2-template9 .pkg-order .discount-tip {
  display: none;
}
.activity-components-meal-V2-template9 .pkg-order .discount-tip span {
  color: #C7000B;
  border: 1px solid #C7000B;
}
.activity-components-meal-V2-template9 .pkg-order .discount-tip span:after {
  border-bottom: #C7000B solid 1px;
  border-right: #C7000B solid 1px;
}
.activity-components-meal-V2-template9 .out-container .inner-container[data-icon-type='hasicon'] .pkg-order .discount-tip {
  display: block;
  margin-bottom: 5px;
  height: 21px;
}
.activity-components-meal-V2-template9 .fold-btn {
  display: none;
}
.activity-components-meal-V2-template9 .pkg-card.singledomain .check-render {
  display: none;
}
.activity-components-meal-V2-template9 .variable-parameter.check-render {
  width: 100%;
}
.activity-components-meal-V2-template9 .check-render .dropdown {
  width: 100%;
  max-width: 100%;
}
.activity-components-meal-V2-template9 .check-render .dropdown-value,
.activity-components-meal-V2-template9 .check-render .dropdown-name {
  display: none;
}
.activity-components-meal-V2-template9 .check-render .dropdown-views {
  min-width: 100%!important;
  max-width: 100%!important;
  display: block!important;
  position: static;
  border: 0;
  margin-top: 0;
  cursor: auto;
}
.activity-components-meal-V2-template9 .check-render .dropdown-views li {
  float: left;
  position: relative;
  width: 50%;
  padding: 0 15px 0 26px;
  margin-top: 12px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.activity-components-meal-V2-template9 .check-render .dropdown-views li:hover {
  background-color: transparent;
  color: #C7000B;
}
.activity-components-meal-V2-template9 .check-render .dropdown-views li:active {
  background-color: transparent;
  color: #666a75;
}
.activity-components-meal-V2-template9 .check-render .dropdown-views li.active {
  background-color: transparent;
  color: #666a75;
}
.activity-components-meal-V2-template9 .check-render .dropdown-views li:before {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  left: 0;
  background-image: url(clientlib-activity-v6/images/activity-components-branch-domain_uncheck.png);
}
.activity-components-meal-V2-template9 .check-render .dropdown-views li.active:before {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-domain_checked.png);
}
.activity-components-meal-V2-template9 .check-render .dropdown-views li:active:before {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-domain_checked.png);
}
.activity-components-meal-V2-template9 .search-site {
  width: 100%;
  margin-top: 20px;
  display: inline-block;
  font-size: 0;
  position: relative;
}
.activity-components-meal-V2-template9 .search-site input {
  width: calc(100% - 32px);
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  padding: 7px 10px 7px 10px;
}
.activity-components-meal-V2-template9 .search-site .search-input-btn {
  display: inline-block;
  position: absolute;
  width: 32px;
  height: 34px;
  right: 1px;
  top: 0;
  background-color: #C7000B;
  cursor: pointer;
}
.activity-components-meal-V2-template9 .search-site .search-input-btn .input-icon {
  display: inline-block;
  position: relative;
  width: 32px;
  right: 0;
  top: 5px;
  height: 22px;
}
.activity-components-meal-V2-template9 .search-site .search-input-btn .input-icon i {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  left: 8px;
  top: 3px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url(clientlib-activity-v6/images/activity-components-branch-search-icon.png);
  background-size: 16px 16px;
}
.activity-components-meal-V2-template9 .search-tip {
  font-size: 12px;
  font-weight: 400;
  color: #575D6C;
  line-height: 18px;
  height: 18px;
  margin-top: 7px;
}
.activity-components-meal-V2-template9 .search-tip.succ {
  color: green;
}
.activity-components-meal-V2-template9 .search-tip.error {
  color: #C7000B;
}
@media (max-width: 1279px) {
  .activity-components-meal-V2-template9 .meal-main[data-cols='4'] .out-container {
    padding: 0 20px 0 20px;
  }
  .activity-components-meal-V2-template9 .meal-main[data-cols='4'] .parameter-title,
  .activity-components-meal-V2-template9 .meal-main[data-cols='4'] .dropdown-name {
    width: 60px;
  }
  .activity-components-meal-V2-template9 .meal-main[data-cols='4'] .dropdown-value {
    width: calc(100% - 64px);
  }
  .activity-components-meal-V2-template9 .meal-main[data-cols='4'] .dropdown-views {
    min-width: calc(100% - 64px);
    max-width: calc(100% - 44px);
    left: 64px;
  }
}
@media (max-width: 979px) {
  .activity-components-meal-V2-template9 .meal-main {
    margin: -4px -8px;
  }
  .activity-components-meal-V2-template9 .meal-row {
    width: 100%;
    padding: 4px 8px;
  }
  .activity-components-meal-V2-template9 .pkg-title .icon {
    right: 15px;
  }
  .activity-components-meal-V2-template9 .pkg-title {
    width: 100%;
    height: 100%;
    padding: 16px 15px;
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-a-mb.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 0;
  }
  .activity-components-meal-V2-template9 .meal-main[data-cols='3'] .meal-row {
    width: 100%;
  }
  .activity-components-meal-V2-template9 .meal-main[data-cols='4'] .meal-row {
    width: 100%;
  }
  .activity-components-meal-V2-template9 .meal-main[data-cols='3'] .meal-row:nth-child(3n + 1) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-a-mb.png);
  }
  .activity-components-meal-V2-template9 .meal-main[data-cols='3'] .meal-row:nth-child(3n + 2) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-b-mb.png);
  }
  .activity-components-meal-V2-template9 .meal-main[data-cols='3'] .meal-row:nth-child(3n + 3) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-c-mb.png);
  }
  .activity-components-meal-V2-template9 .meal-main[data-cols='4'] .meal-row:nth-child(4n + 1) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-a-mb.png);
  }
  .activity-components-meal-V2-template9 .meal-main[data-cols='4'] .meal-row:nth-child(4n + 2) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-b-mb.png);
  }
  .activity-components-meal-V2-template9 .meal-main[data-cols='4'] .meal-row:nth-child(4n + 3) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-c-mb.png);
  }
  .activity-components-meal-V2-template9 .meal-main[data-cols='4'] .meal-row:nth-child(4n + 4) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-d-mb.png);
  }
  .activity-components-meal-V2-template9 .meal-row:nth-child(4n + 1) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-a-mb.png);
  }
  .activity-components-meal-V2-template9 .meal-row:nth-child(4n + 2) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-b-mb.png);
  }
  .activity-components-meal-V2-template9 .meal-row:nth-child(4n + 3) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-c-mb.png);
  }
  .activity-components-meal-V2-template9 .meal-row:nth-child(4n + 4) .pkg-title {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal4-d-mb.png);
  }
  .activity-components-meal-V2-template9 .dropdown-value {
    width: 130px;
  }
  .activity-components-meal-V2-template9 .dropdown-views {
    min-width: 130px;
    max-width: 150px;
    left: 0;
  }
  .activity-components-meal-V2-template9 .parameter-main {
    width: 100%;
  }
  .activity-components-meal-V2-template9 .meal-main[data-cols='4'] .parameter-main {
    width: 100%;
  }
  .activity-components-meal-V2-template9 .meal-main[data-cols='3'] .pkg-title .meal-detail h6 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
  }
  .activity-components-meal-V2-template9 .meal-main[data-cols='4'] .dropdown-value {
    width: 130px;
  }
  .activity-components-meal-V2-template9 .meal-main[data-cols='4'] .dropdown-views {
    min-width: 130px;
    max-width: 150px;
    left: 0;
  }
  .activity-components-meal-V2-template9 .pkg-title .meal-title {
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 22px;
  }
  .activity-components-meal-V2-template9 .pkg-title .meal-detail {
    margin-top: 7px;
    padding-top: 7px;
    width: 100%;
    margin-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .activity-components-meal-V2-template9 .pkg-title .meal-detail h4 {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 18px;
  }
  .activity-components-meal-V2-template9 .pkg-title .meal-detail h6 {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
  }
  .activity-components-meal-V2-template9 .form-container {
    float: left;
    width: 100%;
  }
  .activity-components-meal-V2-template9 .toggle-container {
    width: 100%;
    margin-left: 0!important;
    margin-right: 0!important;
    margin-top: 0;
  }
  .activity-components-meal-V2-template9 .out-container {
    background-color: #fff;
    padding-left: 15px!important;
    padding-right: 15px!important;
    display: block;
  }
  .activity-components-meal-V2-template9 .meal-main[data-cols='4'] .out-container {
    padding: 0 15px 0 15px;
  }
  .activity-components-meal-V2-template9 .inner-container {
    padding-top: 8px;
    padding-bottom: 0;
    display: block;
  }
  .activity-components-meal-V2-template9 .out-container + .out-container .inner-container {
    border-top: 0;
  }
  .activity-components-meal-V2-template9 .isMultiple.out-container {
    margin-top: 4px;
    position: relative;
  }
  .activity-components-meal-V2-template9 .isMultiple.out-container:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 19px;
    background-image: url(clientlib-activity-v6/images/activity-components-branch-connect-icon.png);
    background-size: cover;
    top: -11px;
    left: 70px;
  }
  .activity-components-meal-V2-template9 .isMultiple.out-container:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 19px;
    background-image: url(clientlib-activity-v6/images/activity-components-branch-connect-icon.png);
    background-size: cover;
    top: -11px;
    right: 70px;
  }
  .activity-components-meal-V2-template9 .pkg-deploy .fixed-title {
    width: 100%;
    margin-right: 0;
    margin-top: 16px;
  }
  .activity-components-meal-V2-template9 .pkg-deploy .fixed-img,
  .activity-components-meal-V2-template9 .pkg-deploy .fixed-detail,
  .activity-components-meal-V2-template9 .pkg-deploy .fixed-features {
    margin-top: 16px;
  }
  .activity-components-meal-V2-template9 .pkg-deploy .fixed-title .ui-title {
    font-size: 16px;
    font-weight: 600;
    color: #252B3A;
    line-height: 20px;
  }
  .activity-components-meal-V2-template9 .fixed-title + .toggle-container {
    margin-top: 8px;
  }
  .activity-components-meal-V2-template9 .parameter-title,
  .activity-components-meal-V2-template9 .dropdown-name {
    font-size: 12px;
    width: 100%;
    margin-right: 0;
    color: #8A8E99;
    line-height: 16px;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .activity-components-meal-V2-template9 .meal-main[data-cols='4'] .parameter-title,
  .activity-components-meal-V2-template9 .meal-main[data-cols='4'] .dropdown-name {
    width: 100%;
    margin-right: 0;
  }
  .activity-components-meal-V2-template9 .parameter-main p {
    color: #252B3A;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
  }
  .activity-components-meal-V2-template9 .pkg-deploy {
    width: 100%;
    border-right: 0;
  }
  .activity-components-meal-V2-template9 .out-container .pkg-order {
    float: left;
    position: relative;
    width: 100%;
    padding-left: 0;
    left: 0;
    top: 0!important;
    margin-top: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid #ddd;
  }
  .activity-components-meal-V2-template9 .variable-parameter {
    margin-top: 16px!important;
    margin-left: 0!important;
    padding-right: 14px;
    width: 50%;
    margin-right: 0;
  }
  .activity-components-meal-V2-template9 .pkg-order a.pkg-href {
    position: absolute;
    right: 0;
    bottom: 24px;
    margin-top: 0;
  }
  .activity-components-meal-V2-template9 .pkg-order .price {
    height: auto;
  }
  .activity-components-meal-V2-template9 .add-height.out-container {
    min-height: 100%;
  }
  .activity-components-meal-V2-template9 .out-container.active {
    background-color: #fff;
  }
  .activity-components-meal-V2-template9 .out-container .pkg-order {
    height: auto;
  }
  .activity-components-meal-V2-template9 .out-container .inner-container[data-icon-type='hasicon'] .pkg-order {
    height: auto;
  }
  .activity-components-meal-V2-template9 .out-container .inner-container[data-icon-type='hasicon'] .pkg-order .discount-tip {
    height: auto;
  }
  .activity-components-meal-V2-template9 .variable-parameter.check-render {
    margin-top: 6px!important;
    margin-left: 0!important;
    padding-right: 0!important;
  }
  .activity-components-meal-V2-template9 .check-render .dropdown-views li {
    margin-top: 10px;
  }
  .activity-components-meal-V2-template9 .search-site {
    margin-top: 16px;
  }
  .activity-components-meal-V2-template9 .search-tip {
    line-height: 16px;
    height: 16px;
    margin-top: 6px;
  }
}
@media (max-width: 320px) {
  .activity-components-meal-V2-template9 .pkg-order a.pkg-href {
    margin-top: 8px;
    display: inline-block;
    position: static;
  }
  .activity-components-meal-V2-template9 .variable-parameter {
    padding-right: 8px;
  }
}
/** write less here**/
.activity-components-question-V2 .v6-section-body {
  padding: 32px;
  background-color: #fff;
  border-radius: 2px;
}
.activity-components-question-V2 .v6-section-body .ques-content + .ques-content {
  margin-top: 24px;
}
.activity-components-question-V2 .v6-section-body .ques-content .ques-title {
  font-size: 18px;
  position: relative;
  font-weight: 600;
  color: #252B3A;
  line-height: 32px;
}
.activity-components-question-V2 .v6-section-body .ques-content.exist-img .ques-title {
  padding-left: 44px;
}
.activity-components-question-V2 .v6-section-body .ques-content .ques-detail {
  font-size: 14px;
  font-weight: 400;
  color: #575D6C;
  line-height: 22px;
}
.activity-components-question-V2 .v6-section-body .ques-content.exist-img .ques-detail {
  padding-left: 44px;
}
.activity-components-question-V2 .v6-section-body .ques-content .ques-detail em {
  color: #C7000B;
  font-style: normal;
}
.activity-components-question-V2 .v6-section-body .ques-content .ques-detail a {
  color: #526ECC;
}
.activity-components-question-V2 .v6-section-body .ques-content .ques-title img {
  position: absolute;
  width: 32px;
  height: 32px;
  left: 0;
  top: 0;
}
@media (max-width: 979px) {
  .activity-components-question-V2 .v6-section-body {
    padding: 15px;
  }
  .activity-components-question-V2 .v6-section-body .ques-content + .ques-content {
    margin-top: 16px;
  }
  .activity-components-question-V2 .v6-section-body .ques-content .ques-title {
    font-size: 16px;
    line-height: 24px;
  }
  .activity-components-question-V2 .v6-section-body .ques-content .ques-title img {
    width: 24px;
    height: 24px;
  }
  .activity-components-question-V2 .v6-section-body .ques-content.exist-img .ques-title {
    padding-left: 28px;
  }
  .activity-components-question-V2 .v6-section-body .ques-content .ques-detail {
    font-size: 12px;
    line-height: 18px;
  }
  .activity-components-question-V2 .v6-section-body .ques-content.exist-img .ques-detail {
    padding-left: 28px;
  }
}
/** write less here**/
.activity-components-advantage-V2 .itemCount {
  background-color: #fff;
}
.activity-components-advantage-V2 .itemCount .step1 {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  height: 80px;
  float: left;
  width: calc(50% + 30px);
  background-image: url(clientlib-activity-v6/images/activity-components-branch-advantage-title.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  padding-left: 32px;
  padding-right: 65px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.activity-components-advantage-V2 .itemCount .step2 {
  position: relative;
  width: calc(50% - 30px);
  font-size: 20px;
  font-weight: 400;
  color: #252B3A;
  line-height: 24px;
  height: 80px;
  float: left;
  padding-right: 32px;
  padding-left: 130px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.activity-components-advantage-V2 .itemCount .step-content p {
  position: absolute;
  left: 32px;
  right: 65px;
  top: 50%;
  transform: translate(0, -50%);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  max-height: 50px;
}
.activity-components-advantage-V2 .itemCount .step-content.step2 p {
  left: 130px;
  right: 32px;
}
.activity-components-advantage-V2 .card-step .content1 {
  float: left;
  width: calc(50% - 85px);
  background-image: url(clientlib-activity-v6/images/activity-components-branch-advantage-detail1.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  font-size: 14px;
  height: 60px;
  font-weight: 400;
  color: #fff;
  line-height: 22px;
  padding-left: 32px;
  padding-right: 65px;
}
.activity-components-advantage-V2 .card-step {
  background-color: #E9EDFA;
}
.activity-components-advantage-V2 .card-step .content2 {
  float: left;
  width: 170px;
  font-size: 18px;
  font-weight: 600;
  color: #252B3A;
  line-height: 60px;
  height: 60px;
  text-align: center;
  padding-left: 12px;
  padding-right: 12px;
}
.activity-components-advantage-V2 .card-step .content2 p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-advantage-V2 .card-step .content3 {
  float: left;
  width: calc(50% - 85px);
  background-image: url(clientlib-activity-v6/images/activity-components-branch-advantage-detail2.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  font-size: 14px;
  height: 60px;
  font-weight: 400;
  color: #575D6C;
  line-height: 22px;
  padding-left: 73px;
  padding-right: 32px;
}
.activity-components-advantage-V2 .card-step .content2 .content-inner {
  width: 170px;
}
.activity-components-advantage-V2 .card-step .content-inner {
  display: table-cell;
  vertical-align: middle;
  height: 60px;
}
.activity-components-advantage-V2 .card-step .content-inner p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  max-height: 44px;
}
@media (min-width: 980px) {
  .activity-components-advantage-V2 .card-step .content2 .content-inner p {
    -webkit-line-clamp: 1;
    line-height: 24px;
    max-height: 24px;
  }
}
.activity-components-advantage-V2 .flow {
  border-radius: 2px;
  overflow: hidden;
}
.activity-components-advantage-V2 .flow + .flow {
  margin-top: 2px;
}
@media (max-width: 979px) {
  .activity-components-advantage-V2 .v6-container {
    padding-left: 0;
    padding-right: 0;
  }
  .activity-components-advantage-V2 .flow {
    border-radius: 0;
  }
  .activity-components-advantage-V2 .flow + .flow {
    margin-top: 1px;
  }
  .activity-components-advantage-V2 .itemCount {
    background-color: #8EA6FE;
  }
  .activity-components-advantage-V2 .itemCount .step1,
  .activity-components-advantage-V2 .card-step .content1 {
    display: none;
  }
  .activity-components-advantage-V2 .itemCount .step2 {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    line-height: 43px;
    height: 43px;
    float: left;
    padding-right: 12px;
    padding-left: 12px;
  }
  .activity-components-advantage-V2 .card-step .content2 {
    float: left;
    width: 110px;
    font-size: 14px;
    font-weight: 600;
    color: #252B3A;
    line-height: 18px;
    height: 63px;
    text-align: center;
    background-image: url(clientlib-activity-v6/images/activity-components-branch-advantage-mb.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    padding-left: 15px;
    padding-right: 22px;
  }
  .activity-components-advantage-V2 .card-step {
    background-color: #fff;
  }
  .activity-components-advantage-V2 .card-step .content3 {
    float: left;
    width: calc(100% - 110px);
    background-image: none;
    font-size: 12px;
    height: 63px;
    font-weight: 400;
    color: #333;
    line-height: 22px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .activity-components-advantage-V2 .card-step .content-inner {
    height: 63px;
  }
}
.activity-banner-1 {
  position: relative;
}
.activity-banner-1 .cui-btn-primary {
  border-color: #C7000B;
  background-color: #C7000B;
  color: #fff;
}
.activity-pc {
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
}
.activity-mb {
  display: none;
}
.activity-banner-1.promotion {
  height: 450px;
  line-height: 450px;
  font-size: 0;
}
.activity-banner-1.promotion.no-button {
  height: 400px;
  line-height: 400px;
}
.activity-banner-1.product-solution {
  height: 450px;
  line-height: 450px;
  font-size: 0;
}
.activity-banner-1 .activity-banner-wrapper {
  z-index: auto;
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.activity-banner-1 .activity-banner-main {
  display: inline-block;
  vertical-align: middle;
  max-width: 676px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1rem;
}
.activity-banner-1 .activity-banner-sub-title {
  font-size: 24px;
  line-height: 30px;
  color: #252B3A;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-banner-1 .activity-banner-wrapper.alig-middle {
  text-align: center;
}
.activity-banner-1 .activity-banner-wrapper.alig-middle .activity-banner-sub-title {
  text-align: center;
}
.activity-banner-1 .activity-banner-title {
  font-size: 52px;
  line-height: 64px;
  color: #252B3A;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-banner-1 .activity-banner-promotion {
  font-size: 18px;
  margin-top: 8px;
  line-height: 24px;
  color: #252B3A;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-banner-1 em {
  color: #C7000B;
  font-style: normal;
}
.activity-banner-1 .activity-banner-button-weapper {
  margin-top: 24px;
}
.activity-banner-1 .activity-banner-button-weapper .cui-btn {
  padding: 0 32px;
}
.activity-banner-1 .activity-banner-button-weapper a:not(:first-child) {
  margin-left: 16px;
}
.activity-banner-1 .activity-banner-button-weapper a.btn-primary-less {
  background: #fff;
  color: #C7000B;
  border: solid 1px #fff;
}
.activity-banner-1 .activity-banner-button-weapper a.btn-primary-less:hover {
  background: #C7000B;
  color: #fff;
  border: solid 1px #C7000B;
}
@media (max-width: 768px) {
  .activity-pc {
    display: none;
  }
  .activity-mb {
    display: block;
  }
  .activity-banner-1.promotion {
    height: 196px;
    line-height: 196px;
    padding-bottom: 0;
  }
  .activity-banner-1.promotion.no-button {
    height: 196px;
    line-height: 196px;
  }
  .activity-banner-1.product-solution {
    height: 196px;
    line-height: 196px;
    padding-bottom: 0;
  }
  .activity-banner-1 .activity-banner-wrapper {
    width: 100%;
  }
  .activity-banner-1 .activity-banner-main {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .activity-banner-1 .activity-banner-sub-title {
    font-size: 14px;
    line-height: 18px;
  }
  .activity-banner-1 .activity-banner-title {
    font-size: 24px;
    line-height: 30px;
  }
  .activity-banner-1 .activity-banner-promotion {
    font-size: 12px;
    line-height: 18px;
    margin-top: 8px;
  }
  .activity-banner-1 .activity-banner-button-weapper {
    margin-top: 12px;
  }
  .activity-banner-1 .activity-banner-button-weapper .cui-btn {
    padding: 0 24px;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
  }
}
/** write less here**/
.activity-components-coupon-V2 .coupon-main {
  text-align: center;
  font-size: 0;
  margin: -8px;
}
.activity-components-coupon-V2 .coupon-main .coupon-card {
  display: inline-block;
  padding: 8px;
  vertical-align: top;
}
.activity-components-coupon-V2 .coupon-main .coupon-card .coupon-card-inner {
  width: 308px;
  height: 126px;
  color: #fff;
  text-align: left;
  background-image: url(clientlib-activity-v6/images/activity-components-branch-coupon-pc.png);
  background-size: cover;
  position: relative;
  padding-top: 16px;
  padding-left: 24px;
  padding-right: 24px;
}
.activity-components-coupon-V2 .coupon-main .coupon-card.discount .coupon-card-inner {
  background-image: url(clientlib-activity-v6/images/activity-components-branch-discount-pc.png);
}
.activity-components-coupon-V2 .coupon-main .coupon-card .coupon-card-inner p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-coupon-V2 .coupon-main .coupon-card .coupon-card-inner .coupon-title {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 22px;
}
.activity-components-coupon-V2 .coupon-main .coupon-card .coupon-card-inner .coupon-price {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 20px;
}
.activity-components-coupon-V2 .coupon-main .coupon-card .coupon-card-inner .coupon-price em {
  font-style: normal;
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  line-height: 34px;
}
.activity-components-coupon-V2 .coupon-main .coupon-card .coupon-card-inner .coupon-receive {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 35px;
  height: 35px;
}
.activity-components-coupon-V2 .coupon-main .coupon-card .coupon-card-inner .coupon-receive .coupon-receive-inner a {
  cursor: pointer;
}
.activity-components-coupon-V2 .coupon-main .coupon-card .coupon-card-inner .coupon-receive .coupon-receive-inner a.no-url {
  cursor: default;
}
.activity-components-coupon-V2 .coupon-main .coupon-card .coupon-card-inner .coupon-receive h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-coupon-V2 .receive-all {
  text-align: center;
  margin-top: 32px;
}
.activity-components-coupon-V2 .receive-all a {
  padding: 0 32px;
  font-size: 14px;
  line-height: 38px;
}
.activity-components-coupon-V2 .receive-all a:hover {
  box-shadow: 0 8px 16px rgba(246, 111, 106, 0.5);
}
@media (max-width: 720px) {
  .activity-components-coupon-V2 .coupon-main .coupon-card {
    width: 100%;
  }
  .activity-components-coupon-V2 .coupon-main .coupon-card .coupon-card-inner {
    margin: 0 auto;
    max-width: 345px;
    width: auto;
    height: 81px;
    color: #fff;
    text-align: left;
    background-image: url(clientlib-activity-v6/images/activity-components-branch-coupon-mb.png);
    background-size: 100% 100%;
    position: relative;
    padding-top: 13px;
    padding-left: 26px;
    padding-right: 81px;
  }
  .activity-components-coupon-V2 .coupon-main .coupon-card.discount .coupon-card-inner {
    background-image: url(clientlib-activity-v6/images/activity-components-branch-discount-mb.png);
  }
  .activity-components-coupon-V2 .coupon-main .coupon-card .coupon-card-inner .coupon-title {
    font-size: 12px;
    line-height: 18px;
  }
  .activity-components-coupon-V2 .coupon-main .coupon-card .coupon-card-inner .coupon-price {
    margin-top: 4px;
  }
  .activity-components-coupon-V2 .coupon-main .coupon-card .coupon-card-inner .coupon-price em {
    font-style: normal;
    font-size: 32px;
    line-height: 32px;
  }
  .activity-components-coupon-V2 .coupon-main .coupon-card .coupon-card-inner .coupon-receive {
    display: inline-table;
    width: 82px;
    padding: 0 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    height: 81px;
  }
  .activity-components-coupon-V2 .coupon-main .coupon-card .coupon-card-inner .coupon-receive .coupon-receive-inner {
    display: table-cell;
    vertical-align: middle;
  }
  .activity-components-coupon-V2 .coupon-main .coupon-card .coupon-card-inner .coupon-receive h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
  }
  .activity-components-coupon-V2 .receive-all {
    text-align: center;
    margin-top: 16px;
  }
  .activity-components-coupon-V2 .receive-all a {
    padding: 0 24px;
    font-size: 12px;
    line-height: 30px;
  }
}
@media (max-width: 320px) {
  .activity-components-coupon-V2 .coupon-main .coupon-card .coupon-card-inner .coupon-receive {
    width: 72px;
    font-size: 12px;
  }
}
/** write less here**/
.activity-components-advertisement-V2.advertisement-bottom {
  padding-bottom: 0!important;
}
.activity-components-advertisement-V2.advertisement-bottom .v6-container {
  max-width: 1920px;
}
.activity-components-advertisement-V2 .advertisement-main {
  text-align: center;
  padding: 24px 32px;
  border-radius: 2px;
  overflow: hidden;
  background-color: #5979E7;
  background-size: cover;
  background-position: center top;
}
.activity-components-advertisement-V2 .advertisement-main .advertisement-head {
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-advertisement-V2 .advertisement-main .advertisement-desc {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  margin-top: 8px;
}
.activity-components-advertisement-V2 .advertisement-link a {
  padding: 0 32px;
  font-size: 16px;
  line-height: 38px;
  margin-top: 12px;
}
.activity-components-advertisement-V2 .advertisement-link a:hover {
  box-shadow: 0 8px 16px rgba(246, 111, 106, 0.5);
}
@media (max-width: 1279px) {
  .activity-components-advertisement-V2.advertisement-bottom .v6-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 979px) {
  .activity-components-advertisement-V2 .advertisement-main {
    text-align: center;
    padding: 24px;
  }
  .activity-components-advertisement-V2 .advertisement-main .advertisement-head {
    font-size: 18px;
  }
  .activity-components-advertisement-V2 .advertisement-main .advertisement-desc {
    font-size: 12px;
    line-height: 18px;
  }
  .activity-components-advertisement-V2 .advertisement-link a {
    padding: 0 24px;
    font-size: 12px;
    line-height: 30px;
  }
}
.activity-components-nav-V2 {
  height: 50px;
  padding-bottom: 0!important;
  padding-top: 0!important;
}
.activity-components-nav-V2 .activity-components-nav-inner.fixed {
  position: fixed;
  width: 100%;
  z-index: 101;
  top: 0;
}
.activity-components-nav-V2 {
  background: transparent;
  /*tab start */
  /*tab end */
}
.activity-components-nav-V2 .ui-nav-wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.activity-components-nav-V2 .ui-nav-wrapper.bggray {
  background: #C7D5FF;
}
.activity-components-nav-V2 .ui-nav-wrapper.bgwhite {
  background: #ffffff;
}
.activity-components-nav-V2 .ui-nav-wrapper.bgtransparent {
  background: transparent;
}
.activity-components-nav-V2 .nav-title-list-head {
  position: relative;
  box-shadow: 0 0 16px 0 rgba(93, 118, 207, 0.4);
}
.activity-components-nav-V2 .nav-title-list-head .scroll-list-wrapper {
  position: relative;
  overflow: hidden;
}
.activity-components-nav-V2 .nav-title-list-head .u-icon {
  display: none;
  position: absolute;
  font-size: 12px;
  top: 24px;
  left: 5px;
  cursor: pointer;
}
.activity-components-nav-V2 .nav-title-list-head .activity-nav-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-size: cover;
  vertical-align: middle;
}
.activity-components-nav-V2 .nav-title-list-head .u-icon-right {
  left: auto;
  right: 5px;
}
.activity-components-nav-V2 .nav-title-list-head .tab-title-list {
  position: relative;
  margin: 0 auto;
  left: 0;
  font-size: 0;
  white-space: nowrap;
}
.activity-components-nav-V2 .nav-title-list-head .tab-title-list li {
  position: relative;
  display: inline-block;
  width: auto;
  color: #465EB8;
  background: #fff;
  cursor: pointer;
  text-align: center;
  height: 50px;
  line-height: 50px;
}
.activity-components-nav-V2 .nav-title-list-head .tab-title-list li a {
  display: block;
  height: 100%;
}
.activity-components-nav-V2 .nav-title-list-head .tab-title-list li:after {
  content: ' ';
  width: 1px;
  height: 24px;
  background: #B4C6FF;
  position: absolute;
  right: 0;
  top: 13px;
}
.activity-components-nav-V2 .nav-title-list-head .tab-title-list li:last-child:after {
  display: none;
}
.activity-components-nav-V2 .nav-title-list-head .tab-title-list li:nth-child(6):after {
  display: none;
}
.activity-components-nav-V2 .nav-title-list-head .tab-title-list li .tab-txt {
  font-size: 14px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
@media (min-width: 769px) {
  .activity-components-nav-V2 .nav-title-list-head .tab-title-list li:hover {
    background: #B4C6FF;
  }
}
.activity-components-nav-V2 .nav-title-list-head .tab-title-list li.active:hover {
  background: #6F8CEF;
}
.activity-components-nav-V2 .nav-title-list-head .tab-title-list li.active:hover:after,
.activity-components-nav-V2 .nav-title-list-head .tab-title-list li.noline:after,
.activity-components-nav-V2 .nav-title-list-head .tab-title-list li.active:after {
  display: none;
}
.activity-components-nav-V2 .nav-title-list-head .tab-title-list li.active {
  background: #6F8CEF;
}
.activity-components-nav-V2 .nav-title-list-head .tab-title-list li.active .tab-txt {
  color: #fff;
}
.activity-components-nav-V2 .tab-content-body .tab-mb-type-title,
.activity-components-nav-V2 .tab-content-body .tab-content-list-item {
  display: none;
}
@media (max-width: 768px) {
  .deep_bg {
    background: #35446E;
  }
}
/*tab scroll*/
.tab-transverse-type .activity-components-nav-V2 .nav-title-list-head {
  display: block;
  margin-top: 0px;
}
.tab-transverse-type .activity-components-nav-V2 .tab-content-body .tab-mb-type-title {
  display: none;
}
@media (min-width: 768px) {
  .activity-components-nav-V2 .nav-title-list-head .tab-title-list li {
    width: 136px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 15px;
  }
  .activity-components-nav-V2 .nav-title-list-head .tab-title-list[data-cols="1"] li {
    width: 100%;
  }
  .activity-components-nav-V2 .nav-title-list-head .tab-title-list[data-cols="2"] li {
    width: 50%;
  }
  .activity-components-nav-V2 .nav-title-list-head .tab-title-list[data-cols="3"] li {
    width: 33.33333333%;
  }
  .activity-components-nav-V2 .nav-title-list-head .tab-title-list[data-cols="4"] li {
    width: 25%;
  }
  .activity-components-nav-V2 .nav-title-list-head .tab-title-list[data-cols="5"] li {
    width: 20%;
  }
  .activity-components-nav-V2 .nav-title-list-head .tab-title-list[data-cols="6"] li {
    width: 16.66666667%;
  }
  .activity-components-nav-V2 .nav-title-list-head .tab-title-list[data-cols="7"] li {
    width: 16.66666667%;
  }
  .activity-components-nav-V2 .nav-title-list-head .tab-title-list[data-cols="8"] li {
    width: 16.66666667%;
  }
  .activity-components-nav-V2 .nav-title-list-head .tab-title-list[data-cols="9"] li {
    width: 16.66666667%;
  }
}
@media (max-width: 768px) {
  .activity-components-nav-V2 {
    height: 34px;
  }
  .activity-components-nav-V2 .ui-nav-wrapper {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .activity-components-nav-V2 .activity-components-nav-inner.fixed {
    top: 48px;
  }
  .activity-components-nav-V2 .nav-title-list-head .activity-nav-icon {
    display: none;
  }
  .activity-components-nav-V2 .nav-title-list-head .tab-title-list li {
    height: 34px;
    line-height: 34px;
  }
  .activity-components-nav-V2 .nav-title-list-head .tab-title-list li:after {
    height: 18px;
    top: 8px;
  }
  .activity-components-nav-V2 .nav-title-list-head {
    margin-bottom: 0px;
    padding: 0;
  }
  .activity-components-nav-V2 .nav-title-list-head .tab-title-list li {
    font-size: 14px;
    font-weight: 400;
    color: #465EB8;
    max-width: 171px;
    min-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 15px;
  }
  .activity-components-nav-V2 .nav-title-list-head .tab-title-list li .tab-txt {
    font-size: 14px;
    position: relative;
    display: inline-block;
  }
  .activity-components-nav-V2 .nav-title-list-head .tab-title-list[data-cols="1"] li {
    width: 100%;
    max-width: inherit;
    display: block;
  }
  .activity-components-nav-V2 .nav-title-list-head .tab-title-list[data-cols="2"] {
    display: block;
    width: 100%;
  }
  .activity-components-nav-V2 .nav-title-list-head .tab-title-list[data-cols="2"] li {
    width: 50%;
  }
  .activity-components-nav-V2 .nav-title-list-head .tab-title-list[data-cols="3"] {
    display: block;
    width: 100%;
  }
  .activity-components-nav-V2 .nav-title-list-head .tab-title-list[data-cols="3"] li {
    width: 30%;
  }
  .activity-components-nav-V2 .nav-title-list-head .tab-title-list[data-cols="4"] li {
    width: 128px;
  }
  .activity-components-nav-V2 .nav-title-list-head .tab-title-list {
    display: -webkit-box;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .activity-components-nav-V2 .nav-title-list-head .tab-title-list::-webkit-scrollbar {
    display: none;
  }
  .activity-components-nav-V2 .nav-title-list-head .u-icon {
    height: 34px;
    width: 20px;
    top: 0;
  }
  .activity-components-nav-V2 .nav-title-list-head .u-icon.u-icon-right {
    background: -webkit-linear-gradient(270deg, #c7d5ff 0%, rgba(199, 213, 255, 0) 100%);
    background: -moz-linear-gradient(270deg, #c7d5ff 0%, rgba(199, 213, 255, 0) 100%);
    background: -ms-linear-gradient(270deg, #c7d5ff 0%, rgba(199, 213, 255, 0) 100%);
    background: -o-linear-gradient(270deg, #c7d5ff 0%, rgba(199, 213, 255, 0) 100%);
    background: linear-gradient(270deg, #c7d5ff 0%, rgba(199, 213, 255, 0) 100%);
  }
  .activity-components-nav-V2 .nav-title-list-head .u-icon.u-icon-left {
    background: -webkit-linear-gradient(270deg, rgba(199, 213, 255, 0) 0%, #c7d5ff 100%);
    background: -moz-linear-gradient(270deg, rgba(199, 213, 255, 0) 0%, #c7d5ff 100%);
    background: -ms-linear-gradient(270deg, rgba(199, 213, 255, 0) 0%, #c7d5ff 100%);
    background: -o-linear-gradient(270deg, rgba(199, 213, 255, 0) 0%, #c7d5ff 100%);
    background: linear-gradient(270deg, rgba(199, 213, 255, 0) 0%, #c7d5ff 100%);
  }
  .activity-components-nav-V2 .nav-title-list-head .u-icon:before {
    display: none;
  }
  .activity-components-nav-V2 .nav-title-list-head .u-icon-left {
    left: 0;
  }
  .activity-components-nav-V2 .nav-title-list-head .u-icon-right {
    right: 0;
  }
  .activity-components-nav-V2 .tab-content-body .tab-mb-type-title {
    position: relative;
    display: block;
    padding: 15px;
    color: #252b3a;
    line-height: 20px;
    border-radius: 2px;
    border: 1px solid #dfe1e6;
    border-top: none;
  }
  .activity-components-nav-V2 .tab-content-body .tab-mb-type-title .u-icon {
    position: absolute;
    top: 18px;
    right: 15px;
    font-size: 14px;
    transition: .3s;
  }
  .activity-components-nav-V2 .tab-content-body .tab-mb-type-title:first-child {
    border-top: 1px solid #dfe1e6;
  }
  .activity-components-nav-V2 .tab-content-body .tab-mb-type-title.active .u-icon {
    transform: rotateX(180deg);
  }
  .activity-components-nav-V2 .tab-content-body .product-overview-list {
    padding: 15px;
    margin: 0;
    border-radius: 0 0 2px 2px;
    border: 1px solid #dfe1e6;
    border-top: none;
  }
  .activity-components-nav-V2 .tab-content-body .product-overview-list .product-introduce {
    width: 100%;
    padding: 0;
  }
  .activity-components-nav-V2 .tab-content-body .product-overview-list .product-introduce h5 {
    font-size: 14px;
    line-height: 18px;
  }
  .activity-components-nav-V2 .tab-content-body .product-overview-list .product-introduce p {
    font-size: 12px;
    line-height: 18px;
  }
  .activity-components-nav-V2 .tab-content-body .product-overview-list .product-introduce + .product-introduce {
    margin-top: 24px;
  }
}
/** write less here**/
.activity-components-rule-V2 .rule-title {
  font-size: 24px;
  font-weight: 600;
  color: #252B3A;
  line-height: 30px;
  margin-bottom: 24px;
}
.activity-components-rule-V2[data-theme="light"] .rule-title {
  color: #fff;
}
.activity-components-rule-V2 .rule-main {
  font-size: 14px;
  font-weight: 400;
  color: #575D6C;
  line-height: 22px;
}
.activity-components-rule-V2[data-theme="light"] .rule-main {
  color: #fff;
  opacity: 0.8;
}
.activity-components-rule-V2 .rule-main a {
  color: #526ECC;
}
.activity-components-rule-V2 .rule-main a:hover {
  text-decoration: underline;
}
@media (max-width: 979px) {
  .activity-components-rule-V2 .rule-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 16px;
  }
  .activity-components-rule-V2 .rule-main-outer {
    max-height: 375px;
    overflow: hidden;
    transition: all .3s;
    -ms-transition: all .3s;
    /* IE 9 */
    -moz-transition: all .3s;
    /* Firefox */
    -webkit-transition: all .3s;
    /* Safari 和 Chrome */
    -o-transition: all .3s;
    /* Opera */
  }
  .activity-components-rule-V2 .rule-main {
    font-size: 12px;
    line-height: 18px;
  }
}
/** write less here**/
.activity-components-serviceRecommendation-V2 .main-container {
  display: flex;
  display: -webkit-flex;
  align-content: stretch;
}
.activity-components-serviceRecommendation-V2 .main-head {
  min-height: 147px;
  width: 260px;
  padding: 40px 30px 30px;
  background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal1-a.png);
  background-color: #5472D6;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  border-radius: 2px 0 0 2px;
}
.activity-components-serviceRecommendation-V2 .head-inner-container {
  position: relative;
  height: 100%;
}
.activity-components-serviceRecommendation-V2 .main-head .head-title {
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  max-height: 56px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}
.activity-components-serviceRecommendation-V2 .main-head .head-detail {
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-serviceRecommendation-V2 .main-head .head-title + .head-detail {
  margin-top: 4px;
}
.activity-components-serviceRecommendation-V2 .main-head .head-sub-content .sub-img {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  border-bottom: 1px solid #8196DE;
}
.activity-components-serviceRecommendation-V2 .main-head .head-sub-content .sub-img img {
  max-width: 100%;
}
.activity-components-serviceRecommendation-V2 .main-head .head-sub-content .sub-title {
  margin-top: 28px;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-serviceRecommendation-V2 .main-head .head-sub-content .sub-detail {
  margin-top: 20px;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 22px;
}
.activity-components-serviceRecommendation-V2 .main-head .head-link {
  margin-top: 20px;
  width: 100%;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
}
.activity-components-serviceRecommendation-V2 .main-head .head-link a:hover {
  text-decoration: underline;
}
.activity-components-serviceRecommendation-V2 .main-body {
  float: left;
  border-radius: 0 4px 4px 0;
  width: calc(100% - 260px);
  background-color: #fff;
  align-items: center;
  box-shadow: 0 8px 16px 0 rgba(134, 139, 203, 0.3);
}
.activity-components-serviceRecommendation-V2 .main-body .box-card {
  border-top: 1px solid #DDDDDD;
}
.activity-components-serviceRecommendation-V2 .main-body .box-card .card {
  float: left;
  position: relative;
  width: 50%;
  height: 112px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  padding-left: 50px;
  padding-right: 30px;
}
.activity-components-serviceRecommendation-V2 .main-body .box-card .card .inner-card {
  height: 100%;
  width: 100%;
  line-height: 112px;
}
.activity-components-serviceRecommendation-V2 .main-body .box-card .card .inner-card .card-content {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  line-height: 1rem;
}
.activity-components-serviceRecommendation-V2 .main-body .box-card .card.has-img {
  padding-left: 114px;
}
.activity-components-serviceRecommendation-V2 .main-body .box-card .card.has-img img {
  position: absolute;
  width: 40px;
  top: 20px;
  left: 50px;
}
.activity-components-serviceRecommendation-V2 .main-body .box-card .card.no-detail.has-img img {
  top: calc(50% - 20px);
}
.activity-components-serviceRecommendation-V2 .main-body .box-card .card.has-img.normalHeight:not(.no-detail) img {
  top: 40px;
}
@media (min-width: 980px) {
  .activity-components-serviceRecommendation-V2 .main-body .box-card .card:hover {
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.2);
  }
  .activity-components-serviceRecommendation-V2 .main-body .box-card .card:hover .card-title {
    color: #C7000B;
  }
}
.activity-components-serviceRecommendation-V2 .main-body .card-out-container[data-cols="2"] .box-card .card {
  width: 50%;
}
.activity-components-serviceRecommendation-V2 .main-body .card-out-container[data-cols="2"] .box-card > a:nth-child(2n+2) .card {
  border-right: 0;
}
.activity-components-serviceRecommendation-V2 .main-body .card-out-container[data-cols="3"] .box-card .card {
  width: 33.33%;
}
.activity-components-serviceRecommendation-V2 .main-body .card-out-container[data-cols="3"] .box-card > a:nth-child(3n+3) .card {
  border-right: 0;
}
.activity-components-serviceRecommendation-V2 .main-body .inner-box .box-title {
  font-size: 20px;
  color: #252B3A;
  line-height: 62px;
  padding-left: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-serviceRecommendation-V2 .main-body .card-out-container .box-card > a {
  display: block;
}
.activity-components-serviceRecommendation-V2 .main-body .box-card .card .card-title {
  font-size: 18px;
  color: #252B3A;
  letter-spacing: 0;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-components-serviceRecommendation-V2 .main-body .box-card .card .card-detail {
  font-size: 14px;
  color: #666A75;
  letter-spacing: 0;
  line-height: 22px;
  max-height: 44px;
  margin-top: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}
.activity-components-serviceRecommendation-V2 .fold-btn {
  display: none;
}
.activity-components-serviceRecommendation-V2 .fold-btn-mb {
  display: none;
}
@media (max-width: 979px) {
  .activity-components-serviceRecommendation-V2 .for-pc {
    display: none;
  }
  .activity-components-serviceRecommendation-V2 .for-mb {
    display: block;
  }
  .activity-components-serviceRecommendation-V2 .main-container {
    display: block;
  }
  .activity-components-serviceRecommendation-V2 .main-head {
    min-height: fit-content;
    width: 100%;
    padding: 40px 30px 20px;
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-meal1-a-mb.png);
    background-color: #5472D6;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    border-radius: 4px 4px 0 0;
  }
  .activity-components-serviceRecommendation-V2 .main-body {
    float: left;
    border-radius: 0 0 4px 4px;
    width: 100%;
    background-color: #fff;
    align-items: center;
    padding: 0 30px;
    overflow: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .activity-components-serviceRecommendation-V2 .main-head .head-sub-content .sub-img {
    padding-bottom: 20px;
  }
  .activity-components-serviceRecommendation-V2 .main-head .head-sub-content .sub-title {
    margin-top: 18px;
  }
  .activity-components-serviceRecommendation-V2 .main-head .head-sub-content .sub-detail {
    margin-top: 10px;
    line-height: 22px;
  }
  .activity-components-serviceRecommendation-V2 .main-body .inner-box .box-title {
    font-size: 18px;
    color: #252B3A;
    line-height: 20px;
    padding-left: 0;
    margin-top: 20px;
  }
  .activity-components-serviceRecommendation-V2 .main-body .box-card {
    border-top: 0;
  }
  .activity-components-serviceRecommendation-V2 .main-body .card-out-container .box-card .card {
    float: none;
    width: 100%!important;
    border-right: 0!important;
    border-bottom: 1px solid #E7E7E7!important;
    padding: 20px 0;
    height: auto;
    min-height: 80px;
  }
  .activity-components-serviceRecommendation-V2 .main-body .box-card .card .inner-card {
    height: 100%;
    width: 100%;
    line-height: 0;
  }
  .activity-components-serviceRecommendation-V2 .main-body .box-card .card.has-img {
    padding-left: 64px;
  }
  .activity-components-serviceRecommendation-V2 .main-body .box-card .card.has-img img {
    position: absolute;
    width: 40px;
    top: 20px!important;
    left: 0;
  }
  .activity-components-serviceRecommendation-V2 .main-body .box-card .compute-height-celll {
    display: block;
  }
  .activity-components-serviceRecommendation-V2 .main-body .box-card .card .card-title {
    font-size: 14px;
    color: #252B3A;
  }
  .activity-components-serviceRecommendation-V2 .main-body .box-card .card.no-detail .card-title {
    line-height: 40px;
  }
  .activity-components-serviceRecommendation-V2 .main-body .card-out-container:nth-last-child(1) .box-card > a:nth-last-child(1) .card {
    border-bottom: 0!important;
  }
  .activity-components-serviceRecommendation-V2 .v6-container .v6-section-body .toggle-fold-container span {
    color: #387CF0;
  }
  .activity-components-serviceRecommendation-V2 .v6-container .v6-section-body .toggle-fold-container span:after {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    right: -22px;
    top: -2px;
    border-bottom: 0;
    border-right: 0;
    background-image: url(clientlib-activity-v6/images/activity-components-branch-V2-arrow.png);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .activity-components-serviceRecommendation-V2 .v6-container .v6-section-body .toggle-fold-container .fold-common span:after {
    transform: rotate(180deg);
  }
}

/*# sourceMappingURL=index.css.map*/