body {
	color: #444;
	font-size: 16px;
	line-height: 25px;
}

h1 {
	margin: 20px 0;
	text-align: center;
	font-size: 30px;
}

textarea {resize:none;}
.sjiao{
	padding-left: 10px;
}
.sjiao:before{
	position: absolute;
	content: "";
	width:0;
	height: 0;
	top: 4px;
	left: 15px;
	border: 5px solid;
	border-color: transparent transparent transparent #444;

}
.breadcrumb {
	background: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;	
	margin-bottom: 0px;
}
.jumbotron {
	padding: 0px !important;
	border-radius: 0px !important;
	background: #fff !important;
}

.bg-gray{
  background: #eee;
}
.bg-white{
	background: #fff;
}

#header {
	background: #b00000;
}
#header .logo {
	position: absolute;
	z-index: 999;
}
#header .logo-m{
	margin:10px auto;}
#header .top {
	position: relative;
	height: 85px;
}
#header .top .banner {
	padding-left: 28px;
}

#header .top .tool {
	position: relative;
	width: 290px;
}


#lang{
	float: right;
	position: relative;
	width: 100px;
	margin-top: 15px;
}

#header #top-search{
	float: right;
	margin-top: 15px;
}
#lang:after{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border:5px solid;
	border-color: #ffffff transparent transparent transparent;
	right: 25px;
	top: 11px;
}

.column-title-triangle {
	background: url(/images/triangle.gif) no-repeat left 0.5rem;
	position: relative;
	padding-left: 25px;
	margin: 30px 0 20px;
}

@media (max-width: 767px) {
	#lang{
		padding-right: 15px;
		margin-top: 5px;
	}
	#header #top-search{
		padding-right: 20px;

	}
	#lang:after{
		right: 15px;
	}

}
#header #top-search .search-cont {
	width: 150px;
	height: 25px;
	padding: 0 5px;
	margin: 0;
	display: inline-block;
	float: right;
	border-radius:0;
	border: 0;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
#header .top #top-search .search-btn {
	width: 40px;
	height: 25px;
	margin-left: -5px;
	border: 1px solid #000000;
	display: inline-block;
	float: right;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(/images/magnifier.png);
	background-repeat: no-repeat;
	background-position: 5px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}


#header .navbar-default {
	background: #EEEEEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	position: relative;
	height: 50px;
}
#header .navbar-inline {
	background: #EEEEEE;
}
#header .ss-nav-m {
	position: absolute;
	z-index: 99;
	right: 0;
}

#header .navbar-inline ul {
	/*margin-top: -1px;*/
	margin-bottom: 0px;
	padding: 0;
}

.navbar-header {
	display: none;
	height: 50px;
	margin-left: -15px;
	margin-right: -15px;
}
#header .navbar-inline ul li {
	height: 46px;
	padding: 0 0;
	float: left;
}
#header .navbar-inline ul li a {
	padding: 15px 8px;
	display: block;
	text-decoration:none;
	color: #444;
	font-size: 15px;
}

#header .m-nav {
	padding-left: 43px;
}
#select{
	border-radius: 15px;
	padding: 2px 5px;
	margin-right: 15px;
	background:#004986 ;
	border: none;
	color: #ffffff;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#select:active{
	border: none;
}

@media (max-width: 768px) {
	#top-tailor-btn{
		padding-top: 8px;
		padding-left: 10px;
		border: none;
		font-size: 18px;
	}
	#top-tailor-btn>a{
		background: #b00000;
		color: #fff;
		border: 1px solid #b00000;
		padding: 3px 3px;
		border-radius: 8px;
	}
}


@media (max-width: 768px) {
	#header .ss-nav-m {
		min-width: 50%;
		padding-right: 20px;
		padding-left: 20px;
		top: 50px;
	}
	.navbar-header{
		display: block;
		width: 100%;
	}
	#header .navbar-inline ul{
		width: 100%;
	}
	#header .navbar-inline ul li {
		height: auto;
		width: 100%;
	}
	#header .top #top-search{
		margin-top: 10px !important;
		margin-bottom: 10px;
	}
	#header .m-nav {
		width: 100% !important;
		margin-left: -15px !important;
		text-align: right !important;
	}
	#header .navbar-inline ul li {
		float: none !important;
	}
	#header .top-m {
	position: relative;
	height: 65px;
}
	.search-m{width: 65% !important;}

	#header .top #top-search input {
		width: 150px;
		height: 25px;
		margin-top: 5px;
}
	#header .ss-npadding{
		padding-left: 0px;
		padding-right: 0px;
	}
	.navbar-header {
		margin-left: 0;
		margin-right: 0;
	}
	.navbar-toggle {
		margin-right: 0 !important;
	}
	#select{
		margin-bottom: 5px;
	}

}


@media (min-width: 768px) and (max-width: 1200px) {
	#header .ss-npadding{
		padding-left: 0px;
		padding-right: 0px;
	}
	#header .navbar-inline ul li a {
	padding: 15px 5px;
}
	#header .ss-nav-m {
	padding-right: 0px;
    padding-left: 0px;
	
}

#header .navbar-inline ul li a {
	border-right: 1px solid #ccc;
}
#header .navbar-inline ul li:first-child a {
	border-left: 1px solid #ccc;
}
}

#header .navbar-inline ul li a:hover {
	color: #FFF;
	background: #004986;
}


#header .navbar-inline ul li ul.subnav li {
	float: none;
	height: 30px;
	position: relative;
	margin: 5px auto;
	list-style-type: none;
}
#header .navbar-inline ul li ul.subnav li a {
	padding: 5px 10px;
}

#header ul.a-nav {
	margin-top: -1px;
	margin-bottom: 0px;
	padding: 0;
	list-style-type: none;
}

#header .a-nav li {
	height: 46px;
	padding: 0 0;
	float: left;
	border-right: 1px solid #ccc;
}
#header .a-nav li a {
	padding: 15px 8px;
	display: block;
	text-decoration:none;
	color: #444;
}
#header .a-nav li a:hover {
	color: #FFF;
	background: #004986;
}

@media (max-width: 768px) {
	#header .a-nav li a {
		padding: 15px 4px;
		font-size: 1em;
	}
}
.top-nav {

	padding-top: 15px;
}
.top-nav ul{
	list-style: none;
	color: #fff;
}

.top-nav ul li{
	float: left;
	padding:8px 3px;

}
.top-nav ul li a{
	color: #fff;
}

/*菜单下拉效果样式*/
@media (min-width: 768px) {
	#header .list-inline > li {
		position: relative;
	}
	#header .navbar-inline ul li ul {
		margin-bottom: 0px;
		padding: 0;
		background: #fff;
		position: absolute;
		z-index: 20;
		list-style-type: none;
	}

	#header .list-inline > li > ul {
		left: -9999px;
		list-style: none;
		opacity: 0;
		border-radius: 0 0 6px 6px;
		-webkit-transition: opacity 1s ease;
		-moz-transition: opacity 1s ease;
		-ms-transition: opacity 1s ease;
		-o-transition: opacity 1s ease;
		transition: opacity 1s ease;
	}

	#header .list-inline > li:hover ul {
		left: 0;
		*left: -7px;
		opacity: 1;
	}
	#header .navbar-inline ul{

		min-width: 200px;

	}
}
/*菜单下拉效果样式结束*/
@media (max-width: 768px) {
	#content {
		margin: 0 10px;
	}
	#content.top-10{
		margin: 0;
		padding: 0 10px;
	}
	#content .column, #content .d-block {
		margin-left: -20px !important; margin-right: -20px !important;
		position: relative;
	}

	#header .ss-nav-m ul li{
		border-bottom: 1px solid #ddd;
		/*padding-right: 10px !important;*/
	}
	#header .ss-nav-m .nav-more{
		position: absolute;
		top: 0;
		right: 0;
		width: 45px;
		height: 50px;
		border:1px solid;
		border-color:transparent #ddd transparent #ddd;
		z-index: 999;
		/*margin-top: -4px;*/
	}
	#header .ss-nav-m .nav-more:after{
		position: absolute;
		content: '';
		width: 0;
		height: 0;
		border: 8px solid;
		right: 15px;
	}
	#header .ss-nav-m .nav-more:after{
		top: 20px;
		border-color: #888  transparent transparent transparent;
	}
	#header .list-inline > li > ul {
		display: block;
		padding-left: 15px;
	}
	#header .ss-nav-m >ul > li{
		position: relative;
	}
	#header .ss-nav-m .subnav{
		position: relative;
		display: none;
	}
	
}
#content .details{
	padding-bottom: 35px;
	font-size:16px;
	line-height: 25px;
}
.row-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#content h1{
	padding: 10px 0 15px;
}
#content h2.ss-h2 {
	/* font-size: 1.6em; */
	font-size: 24px;
	text-align: center;
	background-image: none;
	padding: 35px 0 25px;
	color: #494949;
}
#content h2 a {
	text-decoration:none;
	color: #494949;
}

#content .column, #content .d-block {
	margin-left: -30px; margin-right: -30px;
	position: relative;
}
#content .column .item {
	position: relative;
	margin-bottom: 20px;
	background: #eee;
}
#content .column .c-line {
	padding: 0;
}
#content .column .c-line-2-l {
	padding-left: 0;
	padding-right: 15px;
}
#content .column .c-line-2-r {
	padding-left: 15px;
	padding-right: 0;
}
#content .column .item .hot {
	position: absolute;
	height: 40px;
	width: 31px;
	left: 10px;
	z-index: 1;
	background-image: url(/images/hot-1.gif);
	background-repeat: no-repeat;
	color: #fff;
	padding-top: 4px;
	text-align: center;
}
#content .column .item .image {position: relative;}
#content .column .item .image img { width: 100% }
#content .column .item .image .title {
	position: absolute;
	bottom: 0px;
	padding: 14px 0;
	background: #000;
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 1.3em;
	background-color: rgba(0, 0, 0, 0.6);
}
#content .column .item .image .title {
	font-size: 18px;
	padding: 8px 0;
}
#content .column .item .info,.asia-tour-item .column .item .info,.city-tour-item .column .item .info {
	position: relative;
	padding: 12px 10px 4px 10px;
}
#content .column .item  .button,.asia-tour-item .column .item .button ,.city-tour-item .column .item .button {
	margin: 14px auto;
	float: none;
	text-align: center;	
	border-radius: 6px;
	padding: 10px 11px;
	background: #fff;
	padding: 0px;
}
#content .column .item .button a {
	text-decoration: none;
	color: #444;
	width: 100%;
	display: block;
	border: 1px solid #EB6100;
	border-radius: 6px;
	padding: 5px;
}
#content .column .item  .button a:hover {
	color: #FFF;
	background: #EB6100;
}
.asia-tour-item  .column .item,.city-tour-item  .column .item{
	position: relative;
	margin-bottom: 20px;
}
.asia-tour-item h2,.city-tour-item h2{
	margin-bottom: 30px;
}
.content .column .city-item{
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
}
.content .bg-gray .column .city-item{
  box-shadow: 0 0 5px #bbbbbb;
}
.content .column .city-item .image{
  position: relative;

}
.content .column .city-item .title{
  position: absolute;
  width: 100%;
  top: 0;
  margin-top: 35px;
  text-align: center;
  text-shadow: 2px 2px 3px #444444;
}
.content .column .city-item .title p:first-child{
  font-size: 25px;
}
.content .column .city-item  .line{
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.content .column .city-item  .line ul{
  padding: 5px 10px;
  margin-bottom: 0;
}
.content .column .city-item  .line ul li{
  color: #fff;
}

@media(min-width:768px){
  .content .column .city-item .title{
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: 0;
    text-align: center;
    text-shadow: 2px 2px 3px #444444;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .content .column .city-item .title p:first-child{
    font-size: 25px;
  }
  .content .column .city-item .title p:last-child{
    display: none;
    padding: 2px 5px;
    
  }
  .content .column .city-item:hover .title{
    top: 0;
    margin-top: 15px;
  }
  .content .column .city-item:hover .title p:last-child{
    display: block;
  }
}

.content .column .city-item a{
  color: #ffffff;
  font-size: 14px;
}
.content .column .city-item .info{
  text-align: center;
  padding: 5px;
}
.content .column .city-item .info a{
 color: #444444;
}

#content #search-box {
	height: auto;
	width: 510px;
	position: absolute;
	bottom: 56px;
	right: 43px;
}

#content #right, #content #left {
	padding-left: 15px;
}

#content #right .mod-box, #content #left .mod-box {
	position: relative;
	margin-top: 20px;
}
#content #right .mod-box .title, #content #left .mod-box .title {
	position: relative;
	font-size: 1.26em;
	background: #555555;
	color: #FFFFFF;
	padding: 7px 10px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #EB6100;
}
#content #right .mod-box ul, #right .mod-box li, #content #left .mod-box ul, #left .mod-box li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#content #right .mod-box li, #content #left .mod-box li {
	position: relative;
    padding-left: 15px;
    padding-bottom: 3px;
	padding: 8px 15px;
    border-bottom: 1px solid #999999;
}
#content #right .mod-box li:before, #content #left .mod-box li:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 12px;
    left: 0;
    border: 5px solid;
    border-color: transparent transparent transparent #333333;
}
#content #right .mod-box li a, #content #left .mod-box li a {
	color: #333333;
}
#content #right .side_china_tour, #content #left .side_china_tour {
    background: #EEEEEE;
}
#right .column_search_cont, #left .column_search_cont {
    width: auto;
    margin: 10px;
	
}
#content #right .side_column_search_cont li, #content #left .side_column_search_cont li {
	width: 50%;
	float: left;
	color: #555555;
	border: none;
	padding: 0;
}
#content #right .side_column_search_cont li:nth-child(odd), #content #left .side_column_search_cont li:nth-child(odd) {
	width: 45%;
}
#content #right .side_column_search_cont li:nth-child(even), #content #left .side_column_search_cont li:nth-child(even) {
	width: 55%;
}
#content #right .side_column_search_cont li label, #content #left .side_column_search_cont li label {font-weight: normal;}
#content #right .side_column_search_cont li:before , #content #left .side_column_search_cont li:before {
    content: "";
    width: 0;
    height: 0;
    position: relative;
    top: 0px;
    left: 0;
    border: none;
}
#content #right .side_column_search_cont textarea, #right .side_column_search_cont select, #content #left .side_column_search_cont textarea, #left .side_column_search_cont select {
	width: 100%;
	margin-bottom: 7px;
}
#content #right .side_column_search_cont select, #content #left .side_column_search_cont select {
	width: 100%;
	margin-top: 7px;
}

#content #right .column_search_cont .no-bg, #content #left .column_search_cont .no-bg {
    display: block;
    left: 0;
    background: #B00000;
    background-image: none;
    padding: 0 20px;
    margin: 20px auto;
}

#content #right .column_search_cont .red_btn_center, #content #left .column_search_cont .red_btn_center {
    height: 40px;
    border: 0;
    margin: 0 auto;
    font-size: 1.24em;
    line-height: 1.42em;
    color: #FFFFFF;
    background: url(/images/magnifier.png) no-repeat 10px 5px #B00000;
    border-radius: 5px;
	text-align: center;
}

#content #right .free_inquiry_right, #content #left .free_inquiry_right {
    text-align: center;
    background: #F08300;
    color: #ffffff;
	padding-top: 15px;
}    
#content #right .free_inquiry_right p, #right .tailor_made_right p, #content #left .free_inquiry_right p, #left .tailor_made_right p {
	font-size: 18px;
	margin-bottom: 3px;
	padding-top: 3px;
}
#content #right .free_inquiry_right, .tailor_made_right, #content #left .free_inquiry_right, .tailor_made_right {
    width: 100%;
	position: relative;
}
#content #right .tailor_made_right, #content #left .tailor_made_right {
    background: #EEEEEE;
    text-align: center;
    color: #000000;
    font-size: 14px;
}
#right .free_inquiry_but , #left .free_inquiry_but {
	margin-top: 5px;
	margin-bottom: 13px; 
}
#content #right .question, #content #left .question {
	background: #EEEEEE;
}
#content #right .question .content, #content #left .question .content {
	position: relative;
	padding-top: 15px;
	height: 335px;
}
#content #right .question .button-box1, #content #left .question .button-box1 {
	position: relative;
}
#content #right .question .red_btn_center, #content #left .question .red_btn_center {
    background-image: none;
    background-repeat: no-repeat;
}
#content #right .question .red_btn_center, #content #left .question .red_btn_center {
	float: none;
	height: 40px;
	border: 0;
	margin: 8px auto 15px auto;
	font-size: 1.24em;
	line-height: 1.42em;
	color: #FFFFFF;
	border-radius: 5px;
	text-align: center;
	background-color: #B00000;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 10px 5px;
	display: block;
	width: 120px;
}
#content #right .question input, #content #left .question input {
	margin-bottom: 8px;
}
#content .gray-background{
	background: #eeeeee;
	overflow: hidden;
}

#footer {
	background: #555;
	/* margin-top: 20px; */
	color: #FFFFFF;
	text-align: center;
	padding: 20px 0 10px 0;
}
#footer .container div {
	margin: 10px 0;
}
#footer .container div a {
	color: #fff;
}
#footer .container div a:hover {
	color: #FFF;
} 

#toTop {
    position: fixed;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 78%;
    right: 10px;
    background-color: #969696;
    text-align: center;
    display: none;
    cursor: pointer;
    border-radius: 50%;
    padding-top: 10px;
    z-index: 9999;
}

#toTop img {
    width: 15px;
	vertical-align:top;
}

/*   component   */
/*   tour search */
.chinatours_search {
    background: rgba(0,0,0,0.7);
	padding: 20px;
	border-radius: 8px;
}

.chinatours_search .column_tailor_title {
	font-size: 1.4em;
	color: #FFFFFF;
	padding-bottom: 10px;
}

.chinatours_search .column_tailor_title div div{
	padding-top: 7px;
	padding-left: 10px;
	float: left;
}
.chinatours_search .column_search_cont {
	width: auto;
	padding: 15px;
	background: #ffffff;
	border-radius: 8px;
}
.chinatours_search .column_search_cont label {
	font-size: 14px;
	font-weight: normal;	
}
.chinatours_search .column_search_cont a {
	font-size: 14px;
}
.chinatours_search .column_search_cont p {
	font-size: 14px;
	margin: 2px 0;
}
.chinatours_search .column_search_cont ul {
    list-style: none;
	padding: 0;
}
.chinatours_search .column_search_cont li {
	float: left;
	width: 25%;
	color: #555555;
	margin: 1px 0;
}
.chinatours_search .column_search_cont textarea {
    width: 100%;
	resize:none;
}
.chinatours_search .column_search_cont .button-box{
	padding-top: 25px;
}
.chinatours_search .column_search_cont .red_btn_center {
	background: #eb6100;
	border: 0;
	color: #FFFFFF;
	border-radius: 3px;
	font-size: 16px;
	padding: 3px 20px;
}
.chinatours_search .column_search_cont .tour-length {
	margin-top: 30px;
	border-radius: 3px;
	height: 25px;
	line-height: 25px;
	padding-left: 30px;
	/*width: 100%;*/
	background: url(/pic/viajes-a-china/2.png) no-repeat left top;
	background-size: 20px 20px;
}
/*   /tour search */

/*   ctt   */
.ctt {
    background-color: #eee;
	position: relative;
	margin-bottom: 20px;
}

.ctt .title {
	position: relative;
	height: 40px;
	font-size: 1.28em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #555555;
}
.ctt .title span {
	padding: 5px;
	display: block;
	width: 40px;
	float: left;
	background: #EB6100;
}
.ctt .title div div{
	padding-top: 7px;
	padding-left: 10px;
	float: left;
}
.ctt .content  {
	position: relative;
	width: auto;
	/*height: 265px;*/
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 50px
}
.ctt .content ul {
    list-style: none;
	padding: 0;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ctt .content li {
    float: left;
    width: 50%;
    color: #555555;
	position: relative;
	padding-left: 15px;
	padding-bottom: 12px;
}
.ctt .content li:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 5px;
    left: 0;
    border: 5px solid;
    border-color: transparent transparent transparent #B00000;
}
.ctt .content li a {
	color: #444;
}
.ctt .button {
    position: absolute;
    height: 40px;
    border: 0;
    margin: 0 auto;
/*	margin-top: 15px;
	margin-bottom: 20px;*/
    left: 50%;
    /*margin-left: -82.5px;*/
    padding: 5px 20px;
    font-size: 1.42em;
    line-height: 1.42em;
    color: #FFFFFF;
    background: #009944;
    border-radius: 5px;
	transform: translateX(-50%);
}
.ctt .button a {
	color: #fff;
}
.ctt .button a:hover {
	text-decoration: none;
}
.line-ul{padding-left: 0;margin: 0 -15px;}

.line-ul li{
	position: relative;
	list-style: none;
	padding: 0 10px 0 10px;
	width: 50%;
	float: left;
	margin: 3px 0;
}
.line-ul li:before{
	position: absolute;
	content: "";
	width:0;
	height: 0;
	top: 4px;
	left: 0px;
	border: 5px solid;
	border-color: transparent transparent transparent #000;

}
@media (max-width: 768px) {
	.line-ul li{
	width: 100%;

}
}
.pic-title{
	position: relative;
}
.pic-title .title{
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	width: 100%;
	padding: 10px !important;
}
.ss-line .pic-title .title {
	padding: 5px !important;
 }
 .pic-title .title{
	 font-size: 18px;
	 color: #fff;
 }
.pic-title .title a{
	color: #fff;
}




.bottom-b{
	background: rgba(00,49,86,1);
	overflow: hidden;
	margin-bottom: -20px;
	padding-top: 30px;
	padding-bottom: 30px;
	-webkit-transition : all 0.3s esae-in-out;
	-ms-transition : all 0.3s esae-in-out;
	-o-transition : all 0.3s esae-in-out;
	transition : all 0.3s esae-in-out;
}
.bottom-b:hover{
	background: rgba(00,49,86,0.98);

}
.bottom-b a{
	color: #fff;
}

.bottom-b h3{
	font-size: 2.5em;

}
.bottom-b p{
	font-size: 1.5em;
}


/* 在文章底部推荐线路，列表推荐线路 */

.tj-line h4 {
    background: #EC6000;
    padding: 10px 10px;
    color: #ffffff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin: 0;
}

.tj-line .item {

    min-width: 320px;
    background: #eee;
    border: 1px solid #eee;
    padding: 5px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
}

.tj-line .left-pic {
    padding: 0;
}

.tj-line h5 {
    color: #1c4e7e;
    font-size: 1.28em;
}

.tj-line .des {
    padding-left: 20px;
    background: url('https://www.viajedechina.com/images/weizhi.png') no-repeat top left;

}

.tj-line .col-xs-6 {
    padding-left: 15px;
    padding-right: 15px;
}

.tj-line .vd-line {
    padding-top: 50%;
    color: #1c4e7e;
    font-size: 1.2em;
    height: 20px;
    margin-top: -20px;

}

.tj-line .vd-line a {
    padding: 5px 10px;
    ;
    border-radius: 5px;

}

.tj-line .vd-line:hover a {
    background: #EC6000;
    color: #ffffff;


}
/*20190424
Insert lines in the article details
class:details-line-1
*/

.details-line-1{
    background: #eeeeee;
    width: 100%;
    overflow: hidden;
    padding: 10px 15px;
}
.details-line-1 .title{
    margin-left: -15px;
    margin-right: -15px;
    color: #444444;
    font-size: 18px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    padding-left: 30px;
}
.details-line-1 .title:before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 15px;
    top: 18px;
    border-top: 5px solid;
    border-right: 8px solid;
    border-bottom: 5px solid;
    border-left: 8px solid;
    border-color: transparent transparent transparent #444444;


}
.details-line-1 .details-line-cont{
    background: #fff;
    width: 100%;
    overflow: hidden;
    padding: 5px;
}
.details-line-1 .details-line-cont .line-name{
    font-size: 16px;
    padding: 5px 0;
    /*border: 1px dotted #00a680;*/

}
.details-line-1 .details-line-cont .line-name a{
    color: #00479d;

}
.details-line-1 .details-line-cont .line-des{
    background: url("https://www.topchinatravel.com/template/images/tours/weizhi.png") no-repeat left top;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    /*border: 1px dotted #b00;*/
}
.details-line-1 .details-line-cont .line-details{
    margin-top: 10px;

}
.details-line-1 .details-line-cont .line-details a{
    font-size: 16px;
    background: #eb6100;
    color: #fff;
    padding: 5px 30px;
    border-radius: 20px;
    /*border: 1px dotted #b00;*/
}
@media (max-width: 768px){
    .details-line-1 .details-line-cont{
        padding: 10px 15px;
    }
}

.gb-item{
	margin-bottom: 20px;
}
/* 热点事件 */
.rd-item {
	position: relative;
	display: block;
	margin-left: 25px;
	margin-bottom: 20px;
	margin-top: 4px;
}

.rd-item:before {
	position: absolute;
	display: block;
	content: '';
	width: 1px;
	left: -15.5px;
	top: 10px;
	bottom: -30px;
	background: #ededed;
}

.rd-item:after {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	top: 5px;
	left: -20px;
	background-image: url(https://x0.ifengimg.com/fe/shank/content/dot.2567ffd5.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.rd-item .rd-time {
	height: 20px;
	font-size: 14px;
	font-family: PingFangSC;
	font-weight: 500;
	color: #212223;
	line-height: 20px;
}

.rd-item .rd-content {
	margin: 6px 0 0 0;
	padding: 11px 10px;
	background: #f7f8fb;
	border-radius: 2px;
}

.rd-item .rd-content a {
	display: block;
	/* max-height: 42px; */
	font-size: 14px;
	font-family: PingFangSC;
	font-weight: 400;
	color: rgba(92, 92, 92, 1);
	line-height: 20px;
	/* overflow: hidden; */
	text-decoration: none;
	cursor: default;
}

/* 新冠说明面板 */
.ss-panel-cd {
	padding: 20px 15px;
	margin: 15px auto;
	border-radius: 8px;
	overflow: hidden;
}

.ss-panel-cd.bg-g {
	background-color: #eeeeee;
}

.ss-panel-cd.bg-w {
	background-color: #ffffff;
}

.ss-panel-cd img,
.ss-panel-cd .ss-panel-cd-content {
	float: left;
}

.ss-panel-cd .ss-panel-cd-content {
	width: calc(100% - 100px);
	padding-left: 25px;
}

.ss-panel-cd>a {
	text-decoration: none;

}

.ss-panel-cd>a:hover {
	text-decoration: none;
}

.ss-panel-cd .ss-panel-cd-content h3 {
	text-align: left;
	text-decoration: none;
	font-size: 2rem;
	font-weight: 500;
	margin-top: 0;
}

.ss-panel-cd .ss-panel-cd-content p {
	text-decoration: none;
	margin-bottom: 0px;
	line-height: 22px;
	margin-bottom: 15px;
	text-align: justify;
}

.ss-panel-cd .ss-panel-cd-content p a {
	color: #b00000;
	text-decoration: underline;

}

.ss-panel-cd .ss-panel-cd-content p a.tm-btn {
	background: #eb6004;
	text-decoration: none;
	color: #ffffff;
	padding: 5px 15px;
	margin-top: 10px;
	display: inline-block;
	border-radius: 5px;
}

.ss-panel-cd .ss-panel-cd-content p a:first-child {
	margin-right: 20px;
}

@media (max-width:768px) {
	.ss-panel-cd {
		padding: 0;
	}
}

.cd_list .item {
	margin-bottom: 25px;
	border: 1px solid #ddd;
}

.cd_list .item .row {
	margin-left: -10px;
	margin-right: -10px;
}

.cd_list .item .title {
	position: relative;
	color: #B80007;
	font-size: 2rem;
	padding: 5px 10px;
	border-bottom: 1px solid #eee;
}

.cd_list .item .title span {
	position: absolute;
	right: 10px;
	background: #0068bb;
	border-radius: 15px;
	font-size: 14px;
	padding: 3px 20px;

}

.cd_list .item .title span a {
	color: #ffffff;
}

.cd_list .item .images img {
	width: 100%;
}

.cd_list .item .info {
	padding: 3px 10px;
}
.cd_list .item .info ul{
	margin: 0;
	padding: 0 ;
}
.cd_list .item .info li {
	padding: 2px 10px;
	padding-right: 105px;
	position: relative;
	border-bottom: 1px dotted #dddddd;
	list-style: none;

}

.cd_list .item .info li::before {
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	background: #aaaaaa;
	left: 0;
	top: 50%;
	margin-top: -3px;
}

.cd_list .item .info li a {
	color: #444444;
}

.cd_list .item .info li span {
	position: absolute;
	right: 10px;
	color: #aaaaaa;
	top: 50%;
	margin: -10px;
}

.virus-data {
	background: #eeeeee;
	margin: 10px 10px 20px 10px;
	padding: 5px 10px;
}

.virus-data span {
	padding: 2px 15px;
	display: inline-block;
}

.virus-data span.br {
	border-right: 1px solid #cccccc;
	padding-left: 5px;
}

.virus-data strong {
	color: #0068bb;
	font-size: 1.5rem;
}

.virus-data span.br img {
	margin-right: 10px;
}

@media (min-width:768px) {
	.virus-data {
		position: relative;
	}

	.virus-data a {
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -10px;
	}


}

@media (max-width:768px) {
	.virus-data span {
		width: 40%;
	}

	.virus-data span.br {
		width: 100%;
		border-right: none;
		text-align: center;
		border-bottom: 1px solid #ddd;
	}

	.virus-data a {
		display: block;
		text-align: center;
		width: 100%;
		padding: 5px 0;
	}
}
.tit_h3_16_zb{
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding-left: 25px;
	margin: 5px auto;
}
.tit_h3_16_zb{
	background: #eeeeee;
	height: 45px;
	padding-top:15px ;

}
.tit_h3_16_zb:before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 10px;
	height:46px;
	background: #004986;

}
.m_line_quire {
    display: none;
    opacity: 0;
    position: fixed;
    width: 100%;
    text-align: center;
    bottom: 0;
    z-index: 9999;
    -webkit-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
    box-shadow: -3px 0 2px #555;

}

.m_line_quire a:hover {
    text-decoration: none;
}


.m_line_quire.active{
    display: block;
    opacity: 1;
}
@media (max-width: 768px) {
    #chat-widget-container{
        display: none;
    }

}
/* 底部悬浮导航 */
.ss-bottom-navigation{
    width: 100%;
    background: #ffffff;
    overflow: hidden;
    padding: 5px 0 15px 0;
}
.ss-bottom-navigation .inquiry-btn,
.ss-bottom-navigation .tm-btn,
.ss-bottom-navigation .chat{
    color: #fff;
    padding: 8px 15px;
    border-radius: 4px;
    font-size: 1.8rem;
    line-height: 1.8rem;
    display: inline-block;
	margin:0 5px
}
.ss-bottom-navigation .inquiry-btn{
    background: #eb6100;

    
}
.ss-bottom-navigation .chat{
    padding: 0 15px;
    text-align: left;
}
.ss-bottom-navigation .tm-btn{
    background: #fff;
    border:1px solid #eb6100;
    color: #eb6100;
}

.details p{
	margin-bottom: 0;
}
.details > h2{
	position: relative;
	/* padding-top: 10px; */
	padding-bottom: 10px;
	color: #444444;
	margin-bottom:20px;
	border-bottom:1px solid  #eee;
	font-size: 24px;
  }
.details > h2:before{
	content: "";
	width: 53px;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: -2px;
	background: #0068b7;
  }
  .details > h3{
	position: relative;
	padding-left: 20px;
	font-size: 20px;
  }
  .details > h3::before{
	content: "";
	position: absolute;
	top: 7.5px;
	left: 0;
	width: 9px;
	height: 9px;
	background: #d2d2d2;
  
  }
  .column-title-h2{
    background: #eee;
    position: relative;
    padding-left: 20px;
    padding-top: 10px;
	overflow: hidden;
	font-size: 24px;
    padding-bottom: 10px;
	color: #444444;
	margin: 65px 0 20px;
}
.column-title-h2:before{
    content: "";
    width: 8px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    background: #b00000;
}
.details a:hover{
	color: #b00000;
}
  #tct-table{
	border: 1px solid #cccccc;
	width: 100%;
   }
   #tct-table>tbody>tr>td, #tct-table>tbody>tr>th, #tct-table>tfoot>tr>td, #tct-table>tfoot>tr>th, #tct-table>thead>tr>td, #tct-table>thead>tr>th {
	 padding: 8px;
	 line-height: 1.42857143;
	 vertical-align: top;
	 border: 1px solid #cccccc;
   }
   #tct-table>tbody>tr:nth-child(2n+1){
	background: #eeeeee;
  }
   #tct-table>tbody>tr:first-child{
	 background: #dddddd;
	 font-size: 18px;
   }
	.bottom-pic{
		margin-bottom: 20px;
	}
   .m-0 {
    margin: 0 !important;
  }
  
  .mt-0,
  .my-0 {
    margin-top: 0 !important;
  }
  
  .mr-0,
  .mx-0 {
    margin-right: 0 !important;
  }
  
  .mb-0,
  .my-0 {
    margin-bottom: 0 !important;
  }
  
  .ml-0,
  .mx-0 {
    margin-left: 0 !important;
  }
  
  .m-1 {
    margin: 0.25rem !important;
  }
  
  .mt-1,
  .my-1 {
    margin-top: 0.25rem !important;
  }
  
  .mr-1,
  .mx-1 {
    margin-right: 0.25rem !important;
  }
  
  .mb-1,
  .my-1 {
    margin-bottom: 0.25rem !important;
  }
  
  .ml-1,
  .mx-1 {
    margin-left: 0.25rem !important;
  }
  
  .m-2 {
    margin: 0.5rem !important;
  }
  
  .mt-2,
  .my-2 {
    margin-top: 0.5rem !important;
  }
  
  .mr-2,
  .mx-2 {
    margin-right: 0.5rem !important;
  }
  
  .mb-2,
  .my-2 {
    margin-bottom: 0.5rem !important;
  }
  
  .ml-2,
  .mx-2 {
    margin-left: 0.5rem !important;
  }
  
  .m-3 {
    margin: 1rem !important;
  }
  
  .mt-3,
  .my-3 {
    margin-top: 1rem !important;
  }
  
  .mr-3,
  .mx-3 {
    margin-right: 1rem !important;
  }
  
  .mb-3,
  .my-3 {
    margin-bottom: 1rem !important;
  }
  
  .ml-3,
  .mx-3 {
    margin-left: 1rem !important;
  }
  
  .m-4 {
    margin: 1.5rem !important;
  }
  
  .mt-4,
  .my-4 {
    margin-top: 1.5rem !important;
  }
  
  .mr-4,
  .mx-4 {
    margin-right: 1.5rem !important;
  }
  
  .mb-4,
  .my-4 {
    margin-bottom: 1.5rem !important;
  }
  
  .ml-4,
  .mx-4 {
    margin-left: 1.5rem !important;
  }
  
  .m-5 {
    margin: 3rem !important;
  }
  
  .mt-5,
  .my-5 {
    margin-top: 3rem !important;
  }
  
  .mr-5,
  .mx-5 {
    margin-right: 3rem !important;
  }
  
  .mb-5,
  .my-5 {
    margin-bottom: 3rem !important;
  }
  
  .ml-5,
  .mx-5 {
    margin-left: 3rem !important;
  }
  
  .p-0 {
    padding: 0 !important;
  }
  
  .pt-0,
  .py-0 {
    padding-top: 0 !important;
  }
  
  .pr-0,
  .px-0 {
    padding-right: 0 !important;
  }
  
  .pb-0,
  .py-0 {
    padding-bottom: 0 !important;
  }
  
  .pl-0,
  .px-0 {
    padding-left: 0 !important;
  }
  
  .p-1 {
    padding: 0.25rem !important;
  }
  
  .pt-1,
  .py-1 {
    padding-top: 0.25rem !important;
  }
  
  .pr-1,
  .px-1 {
    padding-right: 0.25rem !important;
  }
  
  .pb-1,
  .py-1 {
    padding-bottom: 0.25rem !important;
  }
  
  .pl-1,
  .px-1 {
    padding-left: 0.25rem !important;
  }
  
  .p-2 {
    padding: 0.5rem !important;
  }
  
  .pt-2,
  .py-2 {
    padding-top: 0.5rem !important;
  }
  
  .pr-2,
  .px-2 {
    padding-right: 0.5rem !important;
  }
  
  .pb-2,
  .py-2 {
    padding-bottom: 0.5rem !important;
  }
  
  .pl-2,
  .px-2 {
    padding-left: 0.5rem !important;
  }
  
  .p-3 {
    padding: 1rem !important;
  }
  
  .pt-3,
  .py-3 {
    padding-top: 1rem !important;
  }
  
  .pr-3,
  .px-3 {
    padding-right: 1rem !important;
  }
  
  .pb-3,
  .py-3 {
    padding-bottom: 1rem !important;
  }
  
  .pl-3,
  .px-3 {
    padding-left: 1rem !important;
  }
  
  .p-4 {
    padding: 1.5rem !important;
  }
  
  .pt-4,
  .py-4 {
    padding-top: 1.5rem !important;
  }
  
  .pr-4,
  .px-4 {
    padding-right: 1.5rem !important;
  }
  
  .pb-4,
  .py-4 {
    padding-bottom: 1.5rem !important;
  }
  
  .pl-4,
  .px-4 {
    padding-left: 1.5rem !important;
  }
  
  .p-5 {
    padding: 3rem !important;
  }
  
  .pt-5,
  .py-5 {
    padding-top: 3rem !important;
  }
  
  .pr-5,
  .px-5 {
    padding-right: 3rem !important;
  }
  
  .pb-5,
  .py-5 {
    padding-bottom: 3rem !important;
  }
  
  .pl-5,
  .px-5 {
    padding-left: 3rem !important;
  }
  
  .m-n1 {
    margin: -0.25rem !important;
  }
  
  .mt-n1,
  .my-n1 {
    margin-top: -0.25rem !important;
  }
  
  .mr-n1,
  .mx-n1 {
    margin-right: -0.25rem !important;
  }
  
  .mb-n1,
  .my-n1 {
    margin-bottom: -0.25rem !important;
  }
  
  .ml-n1,
  .mx-n1 {
    margin-left: -0.25rem !important;
  }
  
  .m-n2 {
    margin: -0.5rem !important;
  }
  
  .mt-n2,
  .my-n2 {
    margin-top: -0.5rem !important;
  }
  
  .mr-n2,
  .mx-n2 {
    margin-right: -0.5rem !important;
  }
  
  .mb-n2,
  .my-n2 {
    margin-bottom: -0.5rem !important;
  }
  
  .ml-n2,
  .mx-n2 {
    margin-left: -0.5rem !important;
  }
  
  .m-n3 {
    margin: -1rem !important;
  }
  
  .mt-n3,
  .my-n3 {
    margin-top: -1rem !important;
  }
  
  .mr-n3,
  .mx-n3 {
    margin-right: -1rem !important;
  }
  
  .mb-n3,
  .my-n3 {
    margin-bottom: -1rem !important;
  }
  
  .ml-n3,
  .mx-n3 {
    margin-left: -1rem !important;
  }
  
  .m-n4 {
    margin: -1.5rem !important;
  }
  
  .mt-n4,
  .my-n4 {
    margin-top: -1.5rem !important;
  }
  
  .mr-n4,
  .mx-n4 {
    margin-right: -1.5rem !important;
  }
  
  .mb-n4,
  .my-n4 {
    margin-bottom: -1.5rem !important;
  }
  
  .ml-n4,
  .mx-n4 {
    margin-left: -1.5rem !important;
  }
  
  .m-n5 {
    margin: -3rem !important;
  }
  
  .mt-n5,
  .my-n5 {
    margin-top: -3rem !important;
  }
  
  .mr-n5,
  .mx-n5 {
    margin-right: -3rem !important;
  }
  
  .mb-n5,
  .my-n5 {
    margin-bottom: -3rem !important;
  }
  
  .ml-n5,
  .mx-n5 {
    margin-left: -3rem !important;
  }
  
  .m-auto {
    margin: auto !important;
  }
  
  .mt-auto,
  .my-auto {
    margin-top: auto !important;
  }
  
  .mr-auto,
  .mx-auto {
    margin-right: auto !important;
  }
  
  .mb-auto,
  .my-auto {
    margin-bottom: auto !important;
  }
  
  .ml-auto,
  .mx-auto {
    margin-left: auto !important;
  }
  
  @media (min-width: 576px) {
    .m-sm-0 {
      margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
      margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
      margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
      margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
      margin-left: 0 !important;
    }
    .m-sm-1 {
      margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
      margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
      margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
      margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
      margin-left: 0.25rem !important;
    }
    .m-sm-2 {
      margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
      margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
      margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
      margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
      margin-left: 0.5rem !important;
    }
    .m-sm-3 {
      margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
      margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
      margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
      margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
      margin-left: 1rem !important;
    }
    .m-sm-4 {
      margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
      margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
      margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
      margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
      margin-left: 1.5rem !important;
    }
    .m-sm-5 {
      margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
      margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
      margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
      margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
      margin-left: 3rem !important;
    }
    .p-sm-0 {
      padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
      padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
      padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
      padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
      padding-left: 0 !important;
    }
    .p-sm-1 {
      padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
      padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
      padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
      padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
      padding-left: 0.25rem !important;
    }
    .p-sm-2 {
      padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
      padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
      padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
      padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
      padding-left: 0.5rem !important;
    }
    .p-sm-3 {
      padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
      padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
      padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
      padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
      padding-left: 1rem !important;
    }
    .p-sm-4 {
      padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
      padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
      padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
      padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
      padding-left: 1.5rem !important;
    }
    .p-sm-5 {
      padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
      padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
      padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
      padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
      padding-left: 3rem !important;
    }
    .m-sm-n1 {
      margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
      margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
      margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
      margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
      margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
      margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
      margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
      margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
      margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
      margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
      margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
      margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
      margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
      margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
      margin-left: -1rem !important;
    }
    .m-sm-n4 {
      margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
      margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
      margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
      margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
      margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
      margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
      margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
      margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
      margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
      margin-left: -3rem !important;
    }
    .m-sm-auto {
      margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
      margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
      margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
      margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
      margin-left: auto !important;
    }
  }
  
  @media (min-width: 768px) {
    .m-md-0 {
      margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
      margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
      margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
      margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
      margin-left: 0 !important;
    }
    .m-md-1 {
      margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
      margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
      margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
      margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
      margin-left: 0.25rem !important;
    }
    .m-md-2 {
      margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
      margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
      margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
      margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
      margin-left: 0.5rem !important;
    }
    .m-md-3 {
      margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
      margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
      margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
      margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
      margin-left: 1rem !important;
    }
    .m-md-4 {
      margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
      margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
      margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
      margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
      margin-left: 1.5rem !important;
    }
    .m-md-5 {
      margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
      margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
      margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
      margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
      margin-left: 3rem !important;
    }
    .p-md-0 {
      padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
      padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
      padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
      padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
      padding-left: 0 !important;
    }
    .p-md-1 {
      padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
      padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
      padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
      padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
      padding-left: 0.25rem !important;
    }
    .p-md-2 {
      padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
      padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
      padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
      padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
      padding-left: 0.5rem !important;
    }
    .p-md-3 {
      padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
      padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
      padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
      padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
      padding-left: 1rem !important;
    }
    .p-md-4 {
      padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
      padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
      padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
      padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
      padding-left: 1.5rem !important;
    }
    .p-md-5 {
      padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
      padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
      padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
      padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
      padding-left: 3rem !important;
    }
    .m-md-n1 {
      margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
      margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
      margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
      margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
      margin-left: -0.25rem !important;
    }
    .m-md-n2 {
      margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
      margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
      margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
      margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
      margin-left: -0.5rem !important;
    }
    .m-md-n3 {
      margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
      margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
      margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
      margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
      margin-left: -1rem !important;
    }
    .m-md-n4 {
      margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
      margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
      margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
      margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
      margin-left: -1.5rem !important;
    }
    .m-md-n5 {
      margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
      margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
      margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
      margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
      margin-left: -3rem !important;
    }
    .m-md-auto {
      margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
      margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
      margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
      margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
      margin-left: auto !important;
    }
  }
  
  @media (min-width: 992px) {
    .m-lg-0 {
      margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
      margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
      margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
      margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
      margin-left: 0 !important;
    }
    .m-lg-1 {
      margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
      margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
      margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
      margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
      margin-left: 0.25rem !important;
    }
    .m-lg-2 {
      margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
      margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
      margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
      margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
      margin-left: 0.5rem !important;
    }
    .m-lg-3 {
      margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
      margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
      margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
      margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
      margin-left: 1rem !important;
    }
    .m-lg-4 {
      margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
      margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
      margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
      margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
      margin-left: 1.5rem !important;
    }
    .m-lg-5 {
      margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
      margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
      margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
      margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
      margin-left: 3rem !important;
    }
    .p-lg-0 {
      padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
      padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
      padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
      padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
      padding-left: 0 !important;
    }
    .p-lg-1 {
      padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
      padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
      padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
      padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
      padding-left: 0.25rem !important;
    }
    .p-lg-2 {
      padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
      padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
      padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
      padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
      padding-left: 0.5rem !important;
    }
    .p-lg-3 {
      padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
      padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
      padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
      padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
      padding-left: 1rem !important;
    }
    .p-lg-4 {
      padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
      padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
      padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
      padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
      padding-left: 1.5rem !important;
    }
    .p-lg-5 {
      padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
      padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
      padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
      padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
      padding-left: 3rem !important;
    }
    .m-lg-n1 {
      margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
      margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
      margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
      margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
      margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
      margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
      margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
      margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
      margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
      margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
      margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
      margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
      margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
      margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
      margin-left: -1rem !important;
    }
    .m-lg-n4 {
      margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
      margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
      margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
      margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
      margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
      margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
      margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
      margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
      margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
      margin-left: -3rem !important;
    }
    .m-lg-auto {
      margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
      margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
      margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
      margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
      margin-left: auto !important;
    }
  }
  
  @media (min-width: 1200px) {
    .m-xl-0 {
      margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
      margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
      margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
      margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
      margin-left: 0 !important;
    }
    .m-xl-1 {
      margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
      margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
      margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
      margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
      margin-left: 0.25rem !important;
    }
    .m-xl-2 {
      margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
      margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
      margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
      margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
      margin-left: 0.5rem !important;
    }
    .m-xl-3 {
      margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
      margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
      margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
      margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
      margin-left: 1rem !important;
    }
    .m-xl-4 {
      margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
      margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
      margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
      margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
      margin-left: 1.5rem !important;
    }
    .m-xl-5 {
      margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
      margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
      margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
      margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
      margin-left: 3rem !important;
    }
    .p-xl-0 {
      padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
      padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
      padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
      padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
      padding-left: 0 !important;
    }
    .p-xl-1 {
      padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
      padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
      padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
      padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
      padding-left: 0.25rem !important;
    }
    .p-xl-2 {
      padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
      padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
      padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
      padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
      padding-left: 0.5rem !important;
    }
    .p-xl-3 {
      padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
      padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
      padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
      padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
      padding-left: 1rem !important;
    }
    .p-xl-4 {
      padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
      padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
      padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
      padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
      padding-left: 1.5rem !important;
    }
    .p-xl-5 {
      padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
      padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
      padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
      padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
      padding-left: 3rem !important;
    }
    .m-xl-n1 {
      margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
      margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
      margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
      margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
      margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
      margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
      margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
      margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
      margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
      margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
      margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
      margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
      margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
      margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
      margin-left: -1rem !important;
    }
    .m-xl-n4 {
      margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
      margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
      margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
      margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
      margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
      margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
      margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
      margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
      margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
      margin-left: -3rem !important;
    }
    .m-xl-auto {
      margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
      margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
      margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
      margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
      margin-left: auto !important;
    }
  }
.inquiry{
	width: 100%;
	background: #f3f3f3;
}
.inquiry .row{
	background: #fff;
}
.inquiry .row{
	margin-top: 50px;
	margin-bottom: 50px;
	border-top:8px solid #f64b29 ;
}
@media (max-width:768px){
	.inquiry .row{
		margin-top: 0;
		border-top:8px solid #f64b29 ;
	}
}
.inquiry h3{
	text-align: center;
	margin-top: 30px;
}
.inquiry-title{
	line-height: 30px;
}
.inquiry-img{
	width: 60px;
	display: inline-block;
}
.inquiry-content{
	font-size: 1em;
	margin: 50px auto;
	padding: 0 20px;
	text-align: justify;
}
.inquiry-serve >div{
	margin-top: 20px;
	text-align: center;
}
.inquiry-serve >div img{
	width: 100px;
}

/*.more-button {*/
	/*color: #ee7b2a;*/
	/*border: 1px solid #ee7b2a;*/
	/*font-size: 16px;*/
	/*padding: 5px 10px;*/
	/*cursor: pointer;*/
	/*border-radius: 5px;*/
	/*position: relative;*/
/*}*/
/*.more-button:hover {*/
	/*background: #d74508;*/
	/*color: #ffffff;*/
/*}*/


.more-button {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
}
.more-button a {
	color: #ee7b2a;
	border: 1px solid #ee7b2a;
	font-size: 16px;
	padding: 5px 10px;
	cursor: pointer;
	border-radius: 5px;
	position: relative;

}
.more-button a:hover {
	background: #d74508;
	color: #ffffff;
}

.more-button-filled {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
}
.more-button-filled a {
	border: 1px solid #ee7b2a;
	font-size: 16px;
	padding: 5px 10px;
	cursor: pointer;
	border-radius: 5px;
	position: relative;
	background: #d74508;
	color: #ffffff;
}

.more-button-radius {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
}
.more-button-radius a {
	color: #ee7b2a;
	border: 1px solid #ee7b2a;
	font-size: 16px;
	padding: 5px 10px;
	cursor: pointer;
	border-radius: 15px;
	position: relative;
}
.more-button-radius a:hover {
	background: #d74508;
	color: #ffffff;
}


.tours-tm {
	background: #eeeeee;
	padding: 40px 0;
	color: #444444;
}
.tours-tm .head-pic {
	text-align: center;
}
.tours-tm .p1 {
	text-align: center;
	font-size: 36px;
	margin-bottom: 20px;
	padding: 5px 0;
	line-height: 36px;
}
.tours-tm .p2 {
	text-align: center;
	font-size: 30px;
	padding: 5px 0;
	line-height: 35px;
}
.tours-tm .tm-button {
	text-align: center;
}
.tours-tm a {
	margin: auto;
	width: 263px;
	text-align: center;
	display: block;
	border-radius: 8px;
	text-decoration: none;
	padding-left: 10px;
	height: 47px;
	line-height: 40px;
	font-size: 28px;
	color: #FFFFFF;
	background: #A40000;
}
.tours-tm a:hover {
	background-color: #8f0100;
}


.tours-item {
	margin: 15px 0 10px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	height: calc(100% - 25px);
}
.tours-item:hover {
	box-shadow: 3px 3px 5px #cccccc;
	-webkit-box-shadow: 3px 3px 5px #cccccc;
	-moz-box-shadow: 3px 3px 5px #cccccc;
}
.tours-item .tour-info {
	padding: 10px 5px 10px;
	position: relative;
}
.tours-item .tour-info .des {
	background: url("/images/weizhi.png") no-repeat left 2px;
	padding-left: 25px;
	min-height: 50px;
}
.tours-item .tour-info .price-details .price span {
	font-size: 20px;
}
.tours-item .tour-info .price-details .price del {
	padding: 0 5px;
}
.tours-item .tour-info .price-details .details {
	position: absolute;
	right: 10px;
	bottom: 5px;
}
.tours-item .tour-info .price-details .details a {
	border: 1px solid #d74508;
	color: #d74508;
	padding: 5px 10px;
	border-radius: 15px;
}
.tours-item .tour-info .price-details .details a:hover {
	background: #d74508;
	color: #ffffff;
	text-decoration: none;
}
.tours-item .tour-info .price-details .price{
	font-size: 20px;
	color: red;
}