body {
	font-size: 14px;
	font-family: Microsoft Yahei;
	width: 100%;
	overflow-x: hidden;
}

* {
	margin: 0;
	padding: 0;
}

dl {
	margin: 0;
}

dt {
	font-weight: normal;
}

ul,
li {
	list-style-type: none;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

a {
	color: #333;
	text-decoration: none;
	-o-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

a:hover {
	text-decoration: none;
	color: #049cdc;
}

a:focus {
	text-decoration: none;
	color: inherit;
}

img {
	border: 0;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

input {
	border: 0;
}
  *::-webkit-scrollbar
  {
      width: 8px;
      height: 8px;
      background-color: #ffffff;
  }
 
  /*定义滚动条轨道 内阴影+圆角*/
  *::-webkit-scrollbar-track
  {
      -webkit-box-shadow: inset 0 0 9px rgba(0,0,0,0.3);
     border-radius: 10px;
     background-color: #F5F5F5;
  }
 
  /*定义滑块 内阴影+圆角*/
  *::-webkit-scrollbar-thumb
  {
      border-radius: 10px;
     -webkit-box-shadow: inset 0 0 9px rgba(0,0,0,.3);
      background-color: #bfbfbf;
  }
.mc197-wrap {
	width: 100%;
	overflow: hidden;
	min-width: 320px;
	margin: 0px auto;
	max-width: 640px;
	box-sizing: border-box;
	position: relative;
	padding-bottom: 47px;
}

/*公共样式勿删除*/
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.mc197-f_b {
	font-weight: bold;
}

.mc197-v_m {
	vertical-align: middle;
}

.mc197-v_t {
	vertical-align: top;
}

.mc197-fl {
	float: left;
}

.mc197-fr {
	float: right;
}

.mc197-db {
	display: block;
}

.mc197-dnb {
	display: inline-block;
}

.mc197-d_n {
	display: none;
}

.mc197-bod_r50 {
	border-radius: 50%;
}

.mc197-bod_r {
	border-radius: 5px;
}

.mc197-p20 {
	padding: 20px;
}

.mc197-pt5 {
	padding-top: 5px;
}

.mc197-pb5 {
	padding-bottom: 5px;
}

.mc197-pl5 {
	padding-left: 5px;
}

.mc197-pr5 {
	padding-right: 5px;
}

.mc197-pt10 {
	padding-top: 10px;
}

.mc197-pb10 {
	padding-bottom: 10px;
}

.mc197-pl10 {
	padding-left: 10px;
}

.mc197-pr10 {
	padding-right: 10px;
}

.mc197-pt15 {
	padding-top: 15px;
}

.mc197-pl15 {
	padding-left: 15px;
}

.mc197-pr15 {
	padding-right: 15px;
}

.mc197-pb15 {
	padding-bottom: 15px;
}

.mc197-pr20 {
	padding-right: 20px;
}

.mc197-pb20 {
	padding-bottom: 20px;
}

.mc197-pl20 {
	padding-left: 20px;
}

.mc197-pt20 {
	padding-top: 20px;
}

.mc197-pr25 {
	padding-right: 25px;
}

.mc197-pb25 {
	padding-bottom: 25px;
}

.mc197-pl25 {
	padding-left: 25px;
}

.mc197-pt25 {
	padding-top: 25px;
}

.mc197-pr30 {
	padding-right: 30px;
}

.mc197-pb30 {
	padding-bottom: 30px;
}

.mc197-pl30 {
	padding-left: 30px;
}

.mc197-pt30 {
	padding-top: 30px;
}

.mc197-mt5 {
	padding-top: 5px;
}

.mc197-mb5 {
	margin-bottom: 5px;
}

.mc197-ml5 {
	margin-left: 5px;
}

.mc197-mr5 {
	margin-right: 5px;
}

.mc197-mt10 {
	margin-top: 10px;
}

.mc197-mb10 {
	margin-bottom: 10px;
}

.mc197-ml10 {
	margin-left: 10px;
}

.mc197-mr10 {
	margin-right: 10px;
}

.mc197-mt15 {
	margin-top: 15px;
}

.mc197-ml15 {
	margin-left: 15px;
}

.mc197-mr15 {
	margin-right: 15px;
}

.mc197-mb15 {
	margin-bottom: 15px;
}

.mc197-mr20 {
	margin-right: 20px;
}

.mc197-mb20 {
	margin-bottom: 20px;
}

.mc197-ml20 {
	margin-left: 20px;
}

.mc197-ml80 {
	margin-left: 80px;
}

.mc197-mt20 {
	margin-top: 20px;
}

.mc197-mr25 {
	margin-right: 25px;
}

.mc197-mb25 {
	margin-bottom: 25px;
}

.mc197-ml25 {
	margin-left: 25px;
}

.mc197-mt25 {
	margin-top: 25px;
}

.mc197-mr30 {
	margin-right: 30px;
}

.mc197-mb30 {
	margin-bottom: 30px;
}

.mc197-ml30 {
	margin-left: 30px;
}

.mc197-mt30 {
	margin-top: 30px;
}

.mc197-t_c {
	text-align: center;
}

.mc197-t_r {
	text-align: right;
}

.mc197-t_l {
	text-align: left;
}

.mc197-f36 {
	font-size: 36px;
}

.mc197-f32 {
	font-size: 32px;
}

.mc197-f30 {
	font-size: 30px;
}

.mc197-f28 {
	font-size: 28px;
}

.mc197-f24 {
	font-size: 24px;
}

.mc197-f22 {
	font-size: 22px;
}

.mc197-f20 {
	font-size: 20px;
}

.mc197-f12 {
	font-size: 12px;
}

.mc197-f18 {
	font-size: 18px;
}

.mc197-f16 {
	font-size: 16px;
}

.mc197-f14 {
	font-size: 14px;
}

.mc197-bod {
	border: 1px solid #eee;
}

.mc197-b_t {
	border-top: 1px solid #eee;
}

.mc197-b_r {
	border-right: 1px solid #eee;
}

.mc197-bb_d {
	border-bottom: 1px dotted #ddd;
}

.mc197-bb {
	border-bottom: 1px solid #eee;
}

.mc197-b_l {
	border-left: 1px solid #eee;
}

.mc197-lh30 {
	line-height: 30px;
}

.mc197-lh24 {
	line-height: 24px;
}

.mc197-t_d {
	text-decoration: underline;
}

.mc197-p_r {
	position: relative;
}

.mc197-c_p {
	cursor: pointer;
}

.mc197-c_6 {
	color: #666;
}

.mc197-white {
	color: #fff;
}

.mc197-red {
	color: #f01414;
}

.mc197-c_9 {
	color: #999;
}

.mc197-yellow {
	color: #fcdd80;
}

.mc197-blue {
	color: #0098fb;
}

.mc197-bgf {
	background: #fff;
}

.mc197-orange {
	color: #ff9000;
}

.mc197-box_s {
	box-shadow: 0 0 20px #ccc;
}

.mc197-td2 {
	text-indent: 2em;
}

.mc197-bgcolor {
	background: #f5f5f5;
}

.mc197-green {
	color: #45b29b;
}

.mc197-p10 {
	padding: 10px;
}

.mc197-p15 {
	padding: 15px;
}

.mc197-p20 {
	padding: 20px;
}

.mc197-p30 {
	padding: 30px;
}

.mc197-bg {
	height: 436px;
	background: url("https://www.felbazar.com/front/images/bg_01.jpg") center no-repeat;
	overflow: hidden;
	background-size: cover;
}

.mc197-bg a {
	color: #fff;
}
.mc197-bg a:hover{
	color: #f8df69;
}
.mc197-bg .mc197-link a{
	color: #0178aa;
	display: inline-block;
	margin: 10px 26px 0 0;
	font-size: 14px;
}
.mc197-header {
	padding: 15px 0;
}

.navbar-default {
	background: none;
	margin: 0;
	border: none;
}

.navbox {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	padding: 18px 25px;
	position: relative;
	letter-spacing: 3px;
	
}
.navbar-nav>li{
	position: static;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	background: none;
	color: #fff;
}
.navbar-default .navbar-nav>li:hover>a:after,
.navbar-default .navbar-nav>.active>a:after,
.navbar-default .navbar-nav>.active>a:focus:after,
.navbar-default .navbar-nav>.active>a:hover:after {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 6px solid #f8df69;
}
 .navbar-default .navbar-collapse .navbar-nav .dropdown-menu .container>ul>li>a:hover
 {
 	color: #f8df69;
	/* content: '';
	border-bottom: 4px solid #f8df69; */
}
 
.mc197-bg .nav-tabs {
	margin-top: 45px;
	border: none;
}
.mc197-bg .nav-tabs>li{
	margin: 0;
}
.mc197-bg .nav-tabs>li>a {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 15px 25px;
	border: none;
	margin: 0;
}

.mc197-bg .nav-tabs>li.active>a,
.mc197-bg .nav-tabs>li.active>a:focus,
.mc197-bg .nav-tabs>li.active>a:hover  {
	background: rgba(255,255,255,0.7);
	color: #05638d;
	border: none;
}
.mc197-bg .mc197-tab-content {
	background: rgba(255,255,255,0.7);
	padding: 30px 80px;
	border-radius: 0 5px 5px 5px;
	margin-right: 210px;
	position: relative;
	/*height: 126px;*/
	min-height: 126px;
/*     max-height: 150px;
 */}
.mc197-bg .mc197-tab-content>.mc197-img{
	position: absolute;
	bottom: -30px;
	right: -180px;
	max-width: 100%;
}
.mc197-bg .mc197-tab-content input,.mc197-bg .mc197-tab-content .input-group-btn>.btn{
	height: 46px;
	outline: 0px;
}
.mc197-bg .mc197-tab-content .btn-primary{
	background: #049cdc;
	border: 1px solid #049cdc;
}
.mc197-footer{
	background: #2b2b2b;
	color: #fff;
}
.mc197-footer a {
	color: #fff;
}
.mc197-footer a:hover{
	color: #0d84b6;
}
.mc197-footer li {
	line-height: 30px;
}

.mc197-footer .mc197-copyright {
	text-align: center;
	padding: 25px 0;
	background: #049cdc;
	margin-top: 40px;
}

.mc197-footer h3 {
	font-size: 20px;
	padding-left: 10px;
	border-left: 8px solid #1fd9fb;
	margin-bottom: 20px;
}
.navbox .dropdown-menu{
	min-width: 100%;
	background: #0f6b9b;
	border: none;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	
}
.navbar-nav>li:hover .dropdown-menu{
	display: block;
}
.navbox .dropdown-menu ul{
	position: relative;
	z-index: 3;
}
.navbox .dropdown-menu:after{
	content: '';
	display: block;
	height: 100%;
	background: #0f6b9b;
	position: absolute;
	left:-50%;
	right: 100%;
	top: 0;
	z-index: 0;
}
.navbox .dropdown-menu:before{
	content: '';
	display: block;
	height: 100%;
	background: #0f6b9b;
	position: absolute;
	right:-50%;
	left: 100%;
	top: 0;
	z-index: 0;
}
.navbox .dropdown-menu li{
	float: left;
	width: 20%;
	line-height: 40px;
}
.mc197-homepage .a {
	text-align: center;
	padding: 30px 0;
}

.mc197-homepage .a li {
	float: left;
	width: 9%;
	font-size: 14px;
}

.mc197-homepage .a li p {
	margin-top: 10px;
}

.mc197-homepage .mc197-title {
	position: relative;
	margin-bottom: 20px;
}

.mc197-homepage .mc197-title:after {
	content: '';
	display: block;
	width: 8px;
	height: 18px;
	border-radius: 8px;
	background: #0099cc;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.mc197-homepage .mc197-title b {
	font-size: 22px;
	padding-left: 20px;
	padding-right: 5px;
}

.mc197-homepage .mc197-title a {
	color: #666;
	font-size: 14px;
}

.mc197-homepage .b .col-lg-7 li {
	line-height: 32px;
	color: #444;
	background: url("https://www.felbazar.com/front/images/home_66.png") left 15px no-repeat;
	padding-left: 18px;
}

.mc197-homepage .b .col-lg-7 li span {
	font-size: 12px;
	color: #999;
}

.mc197-homepage .b .col-lg-7 li a {
	display: block;
	width: 75%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mc197-homepage .b .col-lg-7 li:hover {
	background: url("https://www.felbazar.com/front/images/home_66.png") left -17px no-repeat;
}

.mc197-homepage .b .col-lg-7 li:hover a {
	color: #099ad7;
}

.mc197-homepage .b .col-lg-1 .btn {
	padding: 0;
	text-align: center;
	position: relative;
}

.mc197-homepage .b .col-lg-1 .btn a {
	display: block;
	width: 39px;
	height: 98px;
	background: #ececec;
	border-radius: 5px;
	line-height: 16px;
	padding-top: 20px;
	margin-bottom: 40px;
}

.mc197-homepage .b .col-lg-1 .btn>img {
	position: absolute;
	top: -24px;
	left: 50%;
	transform: translate(-50%, 0);
}

.mc197-homepage .b .col-lg-1 .btn>span {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	background: #ca3603;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	position: absolute;
	top: -20px;
	right: 0;
}

.mc197-homepage .c .mc197-box {
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	margin-left: 10px;
	position: relative;
	padding: 25px 50px 15px;
	text-align: center;
}

.mc197-homepage .c .mc197-box>span {
	display: block;
	width: 38px;
	height: 108px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: -10px;
	background: url("https://www.felbazar.com/front/images/home_80.png") center no-repeat;
	top: 0;
	font-weight: bold;
	padding-top: 14px;
	z-index: 99;
}

.mc197-homepage .c .mc197-box p {
	font-size: 14px;
	line-height: 22px;
	margin: 10px 0 0 0;
}

.mc197-homepage .c .mc197-box a img {
	height: 152px;
	width: 100%;
	border: 1px solid #edeaea;
}

.mc197-homepage .d {
	padding: 60px 0 40px;
}

.mc197-homepage .d .mc197-box {
	border-radius: 5px;
	border: 1px solid #7bccf1;
	position: relative;
	height: 344px;
	padding: 30px;
	box-shadow: 8px 8px 0 #e0eef9;
}

.mc197-homepage .d .mc197-box .mc197-title {
	position: absolute;
	top: -20px;
	width: 208px;
	height: 34px;
	line-height: 30px;
	border-radius: 34px;
	border: 2px solid #7ecdf1;
	text-align: center;
	padding: 0;
	background: #fff;
	left: 50%;
	transform: translate(-50%, 0);
}

.mc197-homepage .d .mc197-box .mc197-title:after {
	display: none;
}

.mc197-homepage .d .mc197-box .mc197-title b {
	font-size: 18px;
}

.mc197-homepage .d .nav-tabs {
	float: left;
	width: 90px;
	text-align: center;
	padding-top: 20px;
	border: none;
}
.mc197-homepage .d .nav-tabs>li{
	float: none;
	margin: 0;
}
.mc197-homepage .d .nav-tabs>li>a {
	display: block;
	border-radius: 5px;
	line-height: 35px;
	padding: 0;
	font-size: 14px;
	border: 1px solid #049cdc;
	margin-top: 15px;
}

.mc197-homepage .d .nav-tabs>li.>a {
	color: #fff;
	background: #049cdc;
}

.mc197-homepage .d .mc197-tab-content {
	margin-left: 120px;
	padding-top: 20px;
}
.mc197-homepage .d .mc197-tab-content img{
	max-width: 100%;
}
.mc197-homepage .d .mc197-list li {
	float: left;
	width: 25%;
	text-align: center;
	font-size: 14px;
	padding: 9px 0;
}

.mc197-homepage .d .mc197-list li i {
	display: inline-block;
	width: 42px;
	height: 42px;
	/*background-image: url("https://www.felbazar.com/front/images/home_107.png");*/
	background-repeat: no-repeat;
	margin-bottom: 6px;
}

.mc197-homepage .d .mc197-list li .mc197-ico1 {
	background-position: -3px 0;
}

.mc197-homepage .d .mc197-list li .mc197-ico2 {
	background-position: -130px -3px;
}

.mc197-homepage .d .mc197-list li .mc197-ico3 {
	background-position: -263px -3px;
}

.mc197-homepage .d .mc197-list li .mc197-ico4 {
	background-position: -380px -3px;
}

.mc197-homepage .d .mc197-list li .mc197-ico5 {
	background-position: 0 -96px;
}

.mc197-homepage .d .mc197-list li .mc197-ico6 {
	background-position: -131px -95px;
}

.mc197-homepage .d .mc197-list li .mc197-ico7 {
	background-position: -263px -96px;
}

.mc197-homepage .d .mc197-list li .mc197-ico8 {
	background-position: -379px -96px;
}

.mc197-homepage .d .mc197-list li .mc197-ico9 {
	background-position: -1px -182px;
}

.mc197-homepage .d .mc197-list li .mc197-ico10 {
	background-position: -129px -182px;
}

.mc197-homepage .d .mc197-list li .mc197-ico11 {
	background-position: -263px -180px;
}

.mc197-homepage .d .mc197-list li .mc197-ico12 {
	background-position: -379px -182px;
}
#ifocus { 

	 }
 #ifocus_pic 
 {
	  display:inline;
	  position:relative; 
	  float:left; 
	  width:348px; 
	  height:215px; 
	  overflow:hidden; 
	  }
#ifocus_piclist { 
position:absolute;
 }
#ifocus_piclist li { 
	 width:348px;
	 height:215px; 
	 overflow:hidden;
 }
#ifocus_piclist img {
	 width:348px;
	 height:215px;
	  }
#ifocus_btn { 
     display:inline; 
	 float:right; 
	 width:98px; 
	 }
#ifocus_btn li { 
	margin-bottom: 15px;
     width:98px; 
	 height:62px; 
	 cursor:pointer; 
	 opacity:0.5;
	  -moz-opacity:0.5; 
	  filter:alpha(opacity=50); 
	  }
#ifocus_btn img { 
 	width:98px;
 	height:62px; 
	}
#ifocus_btn .mc197-current {
	 opacity:1; -moz-opacity:1; filter:alpha(opacity=100); 
	 }
#ifocus_opdiv { 
	  position:absolute; 
	  left:0; 
	  bottom:0; 
	  width:410px;
	   height:35px;
		background:#000;
		 opacity:0.5; 
		 -moz-opacity:0.5; 
		 filter:alpha(opacity=50); 
   }
#ifocus_tx { 
  position:absolute; 
  left:8px; 
  bottom:8px; 
  color:#FFF; 
  height: 20px;
  overflow: hidden;
  }
#ifocus_tx .mc197-normal { 
  display:none;
  
  }
.mc197-homepage .e {
	margin-bottom: 50px;
}

.mc197-homepage .e .mc197-flex {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.mc197-flex {
	display: flex;
}
.mc197-flex_item {
	flex: 1;
}

.mc197-homepage .e .mc197-flex b {
	font-size: 18px;
	color: #066f9c;
	padding-left: 10px;
}

.mc197-homepage .e .mc197-flex a {
	font-size: 12px;
	color: #666;
}
.mc197-homepage .e .mc197-flex a:hover{
	color: #049cdc;
}
.mc197-homepage .e .mc197-box>p {
	font-size: 14px;
	line-height: 24px;
	height: 72px;
	margin: 10px 0 15px;
}

.mc197-homepage .e .mc197-box {
	padding: 0 20px;
}

.mc197-homepage .e .mc197-pic {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.mc197-homepage .e .mc197-pic img {
	width: 100%;
}

.mc197-homepage .e .mc197-pic a {
	position: absolute;
	background: rgba(15, 107, 155, 0.8);
	width: 100%;
	left: 0;
	height: 100%;
	text-align: center;
	color: #fff;
	top: 0;
	padding-top: 40px;
	display: none;
}

.mc197-homepage .e .mc197-pic:hover a {
	display: block;
}

.mc197-homepage .e dt {
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0px 8px;
}
.mc197-homepage .mc197-title a:hover{
	color: #099ad7;
}
.mc197-homepage .e .mc197-t_c {
	margin-top: 20px;
}

.mc197-homepage .e .mc197-t_c .btn {
	background: #099ad7;
	border: 1px solid #099ad7;
	margin: 5px 10px;
}
.mc197-homepage .e .mc197-t_c .btn:hover{
	color: #099ad7;
	background: #fff;
}
.modal-dialog{
	margin-top: 10%;
}
.pagination>li>a, .pagination>li>span{
	color: #333;
}
.pagination>.>a, .pagination>.>a:focus, .pagination>.>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background: #049cdc;
	border: 1px solid #049cdc;
}
.mc197-close{
	opacity: 1;
}
.mc197-notice .mc197-box{
	overflow-y: scroll;
	height: 360px;
}
.mc197-notice .mc197-flex{
	display: flex;
	align-items: center;
	margin: 10px 0;
}
.mc197-notice .mc197-flex .btn{
	background: #eceaea;
	margin-right: 15px;
}
.mc197-notice .mc197-flex .mc197-flex_item{
	flex: 1;
}
.mc197-notice .mc197-flex a{
	display: block;
	padding-left: 25px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.mc197-notice .mc197-flex a.d{
	background: url("https://www.felbazar.com/front/images/t_11.png") left center no-repeat;

}
.mc197-noticed{
	background: url("https://www.felbazar.com/front/images/t_11.png") left center no-repeat;

}

/**/
.mc197-bg_info{
	height: auto;
	overflow:visible;
}
.mc197-bg_info .navbox{
	background: #0d84b6;
}
.mc197-info_page {
	padding: 20px 0 100px;
}
.mc197-info_page .mc197-left{
	float: left;
	width: 180px;
	background: #f9f7f7;
	border: 1px solid #7bccf1;
	text-align: center;
}
.mc197-info_page .mc197-left h3{
	line-height: 50px;
	font-weight: bold;
	margin: 0;
	 background-image: linear-gradient(to right, #0178aa , #37a2cf);
	 font-size: 18px;
	 color: #fff;
	 letter-spacing: 3px;
}
.mc197-info_page .mc197-left h3 b{
	position: relative;
}
.mc197-info_page .mc197-left h3 b:after{
	content: '';
	display: inline-block;
	border: 1px solid #fff;
	width: 5px;
	height: 5px;
	position: absolute;
	left: -15px;
	top:10px;
}
.mc197-info_page .mc197-left h3 b:before{
	content: '';
	display: inline-block;
	border: 1px solid #fff;
	width: 5px;
	height: 5px;
	position: absolute;
	right: -15px;
	top:10px;
}

.mc197-info_page .mc197-left li{
	font-size: 16px;
	border-bottom: 1px solid #eee;
}
.mc197-info_page .mc197-left li:last-child{
	border: none;
}
.mc197-info_page .mc197-left li a{
	display: block;
	padding: 20px 0;
}
.mc197-info_page .mc197-left li.on a{
	background: #eae8e8;
	color: #0178aa;
}
.mc197-info_page .mc197-right{
	float: right;
	width: 960px;
}
.breadcrumb{
	margin: 0;
	background: none;
	padding-left: 0;
	margin-top: 10px;
}
.mc197-ztpage {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
.mc197-ztpage a{
	display: block;
	margin-top: 50px;
}
.mc197-ztpage a img {
	height: 90px;
}
.mc197-ztpage a p{
	margin-top: 10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.mc197-hurre {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
.mc197-hurre .input-group .form-control{
	border: 1px solid #0098fb;
	border-right: none;
}
.mc197-hurre .input-group-btn>.btn{
	border: 1px solid #0098fb;
	border-left: none;
}
/**/
.mc197-propage .mc197-media{
	margin-top: 50px;
}
.mc197-propage .mc197-media .mc197-media-body p{
	height: 59px;
	color: #9d9b9b;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.mc197-propage .mc197-media-object{
	height: 67px;
}
.mc197-propage .mc197-media-left{
	text-align: center;
	font-size: 12px;
}
.mc197-propage .mc197-media-left .btn{
	border: 1px solid #ddd;
	font-size: 12px;
	padding: 3px 0;
	width: 78px;
	margin: 8px 0;
}
.mc197-propage .mc197-media-left .btn.on{
	background: #e9e8e8;
}
.mc197-propage .mc197-media-left .btn.on i{
	background: url("https://www.felbazar.com/front/images/x1.png") center no-repeat;
}
.mc197-propage .mc197-media-left .btn i{
	display: inline-block;
	width: 16px;
	height: 15px;
	background: url("https://www.felbazar.com/front/images/x.png") center no-repeat;
	vertical-align: middle;
	background-size: contain;
}
.mc197-propage .mc197-media-heading{
	font-weight: bold;
	font-size: 16px;
}
.mc197-propage .mc197-bb{
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.mc197-propage .mc197-bb i{
	color: #e9c855;
}
/**/
.mc197-aboutuspage .a{
	padding-top: 30px;
}
.mc197-aboutuspage img{
	width: 100%;
}
.mc197-aboutuspage .mc197-gallery-top{
	margin-top: 50px;
}
.mc197-aboutuspage .a h3{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 20px 0;
}
.mc197-aboutuspage .a p{
	line-height: 30px;
	margin-bottom: 20px;
}
.mc197-aboutuspage .b{
	padding-bottom: 50px;
}
.mc197-aboutuspage .b .mc197-box{
	border: 1px solid #ddd;
	border-bottom: 2px solid #1990c7;
	margin-top: 30px;
}

.mc197-aboutuspage .b .mc197-box .mc197-hd{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 144px;
	background: url("https://www.felbazar.com/front/images/4_11.png") center no-repeat;
	background-size: cover;
	letter-spacing: 4px;
	color: #fff;
}
.mc197-aboutuspage .b .mc197-box1{
	border-bottom: 2px solid #58a35f;
}
.mc197-aboutuspage .b .mc197-box1 .mc197-hd{
	background: url("https://www.felbazar.com/front/images/4_15.png") center no-repeat;
	background-size: cover;
}
.mc197-aboutuspage .b .mc197-box2{
	border-bottom: 2px solid #6a8ccd;
}
.mc197-aboutuspage .b .mc197-box2 .mc197-hd{
	background: url("https://www.felbazar.com/front/images/4_10.png") center no-repeat;
	background-size: cover;
}
.mc197-aboutuspage .b .mc197-box .mc197-bd{
	font-size: 12px;
	line-height: 36px;
	padding: 20px 40px;
}
.mc197-aboutuspage .b .mc197-box .mc197-bd i{
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	width: 20px;
	height: 20px;
	background-image: url("https://www.felbazar.com/front/images/4_21.png");
	background-repeat: no-repeat;
}
.mc197-aboutuspage .b .mc197-box .mc197-bd .mc197-ico1{
	height: 15px;
}
.mc197-aboutuspage .b .mc197-box .mc197-bd .mc197-ico2{
	background-position: 0 -35px;
	height: 18px;
}
.mc197-aboutuspage .b .mc197-box .mc197-bd .mc197-ico3{
	background-position: 0 -65px;
	height: 17px;
}
.mc197-aboutuspage .b .mc197-box .mc197-bd .mc197-ico4{
	background-position: 0 -94px;
}
.mc197-aboutuspage .b .mc197-box .mc197-bd .mc197-ico5{
	background-position: 0 -130px;
	height: 12px;
}

/**/
.mc197-searvicepage{
	padding-bottom: 50px;
}
.mc197-searvicepage .mc197-box {
	margin-top: 30px;
}
.mc197-searvicepage .a .mc197-title{
	border-bottom: 1px solid #eee;
}
.mc197-searvicepage .a .mc197-title b{
	font-size: 26px;
	display: inline-block;
	padding: 0 15px 10px;
	border-bottom: 3px solid #fed24c;
	letter-spacing: 5px;
}
.mc197-searvicepage .a p{
	line-height: 30px;
	margin-top: 20px;
}
.mc197-searvicepage .a .col-md-3{
	padding-top: 50px;
}
.mc197-searvicepage .a .col-md-3 li{
	float: left;
	width: 50%;
	text-align: center;
	line-height: 76px;
	padding: 0.5px;
}
.mc197-searvicepage .a .col-md-3 li a{
	display: block;
	color: #fff;
}
.mc197-searvicepage .a .col-md-3 img{
	width: 100%;
}
.mc197-searvicepage .b .mc197-media{
	margin-top: 30px;
	border: 1px solid #eee;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	padding: 30px;
}
.mc197-searvicepage .b .mc197-media .mc197-media-body p{
	height: 60px;
	color: #9d9b9b;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 3;
	    overflow: hidden;
}
.mc197-searvicepage .b .mc197-media .mc197-bb{
	padding-bottom: 10px;
	    margin-bottom: 10px;
}
.mc197-searvicepage .b .mc197-media  .mc197-bb i {
    color: #e9c855;
}
.mc197-searvicepage .b  .mc197-media-heading {
    font-weight: bold;
    font-size: 16px;
}
.mc197-searvicepage .b  .mc197-media-left {
    text-align: center;
    font-size: 12px;
}
.mc197-searvicepage .b .mc197-media-object {
    height: 67px;
}
.mc197-searvicepage .b .btn {
    border: 1px solid #ddd;
    font-size: 12px;
    padding: 3px 0;
    width: 78px;
    margin: 8px 0;
}

.mc197-searvicepage .b .btn i {
    display: inline-block;
    width: 16px;
    height: 15px;
    background: url("https://www.felbazar.com/front/images/x.png") center no-repeat;
    vertical-align: middle;
    background-size: contain;
}
.mc197-searvicepage .b .btn.on,.mc197-searvicepage .b .btn:hover {
    background: #e9e8e8;
}
.mc197-searvicepage .b .btn.on i,.mc197-searvicepage .b .btn:hover i {
    background: url("https://www.felbazar.com/front/images/x1.png") center no-repeat;
}

.mc197-searvicepage .c{
	border: 1px solid #bdcddb;
	margin-top: 15px;
}
.mc197-searvicepage .c .mc197-hd{
	border-top: 2px solid #bdcddb;
	background: #e9eff4;
	padding: 15px;
}
.mc197-searvicepage .c .mc197-hd a{
	display: inline-block;
	padding: 0 10px;
	border: 1px solid transparent;
	border-radius: 15px;
	margin-bottom: 10px;
	margin-right: 10px;
	position: relative;
}
.mc197-searvicepage .c .mc197-hd a::after{
	content: '';
	display: block;
	border-right: 1px solid #ccc;
	position: absolute;
	right: -10px;
	top: 0;
	bottom: 0;
}
.mc197-searvicepage .c .mc197-hd a:hover{
	color: #0f79b6;
	border: 1px solid #0f79b6;
}
.mc197-searvicepage .c .mc197-bd{
	padding: 15px;
}
.mc197-searvicepage .c .text-center span{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #0f79b6;
	padding: 2px 15px;
	border-radius: 15px;
}
.mc197-searvicepage .c .mc197-bd .mc197-flex{
	border: 1px solid #eee;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	margin-top: 15px;
	border-radius: 10px;
	padding: 25px;
}
.mc197-searvicepage .b .mc197-media:hover,
.mc197-searvicepage .c .mc197-bd .mc197-flex:hover{
	box-shadow: 0 0 10px rgba(0,0,0,0.2) !important;
}
.mc197-searvicepage .c .mc197-bd .mc197-flex .mc197-pic{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-right: 15px;
	width: 82px;
}
.mc197-searvicepage .c .mc197-bd .mc197-flex .mc197-pic img{
	width: 82px;
	height: 82px;
	margin-bottom: 10px;
}
.mc197-searvicepage .c .mc197-bd li{
	line-height: 30px;
	color: #6d7173;
}
.mc197-searvicepage .c .mc197-bd li b{
	color: #333;
}
.mc197-searvicepage .c .mc197-ft{
	padding:0 15px;
	text-align: center;
	font-size: 12px;
}
.mc197-searvicepage .c .mc197-ft .text-center{
	margin-bottom: 20px;
}
.mc197-searvicepage .c .mc197-ft .swiper-button-next,.mc197-searvicepage .c .mc197-ft  .swiper-button-prev{
	font-size: 24px;
	background: none;
	color: #ccc;
	margin: 0;
	line-height: 44px;
}
.mc197-searvicepage .c .mc197-ft .swiper-button-next:hover,.mc197-searvicepage .c .mc197-ft  .swiper-button-prev:hover{
	color: #49abfe;
}
.mc197-searvicepage .c .mc197-ft .mc197-left p{
	font-weight: bold;
	margin-top: 5px;
}
.mc197-searvicepage .c .mc197-ft .mc197-left img{
	width: 65px;
	height: 65px;
	border-radius: 50%;
}
.mc197-searvicepage .c .mc197-ft .mc197-right{
	padding: 0 30px;
}
.mc197-searvicepage .c .mc197-ft .mc197-right a{
	display: block;
	line-height: 37px;
	background: #e9f0f5;
	border-radius: 20px;
	border: 1px solid #d3e0ea;
}
.mc197-searvicepage .d .b .mc197-media{
	padding:5px 0 0 5px;
	box-shadow: none;
	border: none;
}
.mc197-searvicepage .d .b .mc197-media .mc197-bb{
	border: none;
	margin-bottom: 0;
}

/**/
.mc197-baogao {
	padding: 20px 0 40px;
	margin: 0;
}
.mc197-baogao .mc197-left{
	width: 255px;
	float: left;
	border: 1px solid #ddd;
}
.mc197-baogao .mc197-left .mc197-title{
	text-align: center;
	line-height: 37px;
	background: #e3f4fb;
	font-weight: bold;
}
.mc197-baogao .mc197-left .mc197-bd {
	line-height: 35px;
	padding: 20px 0;
	margin: 0 30px;
}
.mc197-baogao .mc197-left .mc197-bd li .mc197-fl{
	width: 66%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	display: block;
}
.mc197-baogao .mc197-left .mc197-bd .mc197-fr{
	color: #acaaaa;
}
.mc197-baogao .mc197-left .mc197-ft{
	text-align: center;
	cursor: pointer;
	padding-bottom: 15px;
	border-top: 1px solid #eee;
    margin: 0 30px;
}
.mc197-baogao .mc197-left .mc197-ft i{
	display: inline-block;
	width:0;
	height:0;
	border-right:8px solid transparent;
	border-left:8px solid transparent;
	border-top:8px solid #e8e6e6;
}
.mc197-baogao .mc197-right{
	width: 860px;
	float: right;
}
.mc197-baogao .mc197-right .mc197-hurre{
	border: none;
}
.mc197-baogao .mc197-right .mc197-title{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #eee;
	font-size: 12px;
}
.mc197-baogao .mc197-right .mc197-flex_item{
	flex: 1;
}
.mc197-baogao .mc197-right .mc197-title .b{
	display: inline-block;
	padding:0 10px 10px;
	border-bottom: 3px solid #fed24c;
	color: #999;
}
.mc197-baogao .mc197-right .mc197-title .b b{
	font-size: 18px;
	color: #0d84b6;
	display: inline-block;
	
	line-height: 14px;
	
}
.mc197-baogao .mc197-right .mc197-title .b span{
	border-left: 1px solid #0d84b6;
	padding-left: 6px;
	margin-left: 6px;
}
.mc197-baogao .mc197-right .mc197-title1{
	background: #f2f2f2;
	padding-right: 10px;
}
.mc197-baogao .mc197-right .mc197-title1 .b{
	border-left: 3px solid #fed24c;
	border-bottom: none;
	padding: 5px 10px;
}
.mc197-baogao .mc197-right .a .mc197-box{
	background: #ebeeef;
	padding: 24px;
	position: relative;
	margin-top: 15px;
}
.mc197-baogao .mc197-right .a .mc197-box li{
	float: left;
	width: 20%;
	padding: 24px;
}
.mc197-baogao .mc197-right .a .mc197-box ul{
	margin: -24px -24px -24px 20px;
}
.mc197-baogao .mc197-right .a .mc197-box>span{
	    display: block;
	    width: 38px;
	    height: 108px;
	    color: #fff;
	    text-align: center;
	    position: absolute;
	    left: -10px;
	    background: url("https://www.felbazar.com/front/images/home_80.png") center no-repeat;
	    top: 50%;
		margin-top: -54px;
	    font-weight: bold;
	    padding-top: 14px;
	    z-index: 99;
}
.mc197-baogao .mc197-right .a .mc197-box li a{
	display: block;
	font-size: 12px;
	color: #9a9999;
}
.mc197-baogao .mc197-right .a .mc197-box li a:hover p,.mc197-baogao .mc197-right .b .col-lg-4 li a:hover p,.mc197-baogao .mc197-right .c li a:hover p{
	color: #0d84b6;
}
.mc197-baogao .mc197-right .a .mc197-box li img{
	width: 100%;
}
.mc197-baogao .mc197-right .a .mc197-box li p{
	margin: 8px 0 0;
	line-height: 24px;
}
.mc197-baogao .mc197-right .b{
	padding: 40px 0;
}
.mc197-baogao .mc197-right .b .col-lg-6 ul{
	padding: 10px 0 0 0;
}
.mc197-baogao .mc197-right .b .col-lg-6 li{
	line-height: 30px;
}
.mc197-baogao .mc197-right .b .col-lg-6 li a{
	display: block;
	width: 70%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.mc197-baogao .mc197-right .b .col-lg-6 li .mc197-fr{
	font-size: 12px;
	color: #bcbcbc;
}

.mc197-baogao .mc197-right .b .col-lg-12 ul{
	padding: 10px 0 0 0;
}
.mc197-baogao .mc197-right .b .col-lg-12 li{
	line-height: 30px;
}
.mc197-baogao .mc197-right .b .col-lg-12 li a{
	display: block;
	width: 70%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.mc197-baogao .mc197-right .b .col-lg-12 li .mc197-fr{
	font-size: 12px;
	color: #bcbcbc;
}

.mc197-baogao .mc197-right .mc197-c-1 ul{
	padding-top: 20px;
	margin: 0 -32px;
}

.mc197-baogao .mc197-right .mc197-c-1 li{
	float: left;
	width: 20%;
	padding:15px 32px;
	font-size: 12px;
}
.mc197-baogao .mc197-right .mc197-c-1 li img{
	width: 100%;
}
.mc197-baogao .mc197-right .mc197-c-1 li .mc197-pic{
	position: relative;
}
.mc197-baogao .mc197-right .mc197-c-1 li .mc197-pic>span{
	display: inline-block;
	background: #0d84b6;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 3px;
	padding: 2px 5px;
}
.mc197-baogao .mc197-right .mc197-c-1 li .mc197-pic>.mc197-t1{
	background: #3fb666;
}
.mc197-baogao .mc197-right .mc197-c-1 li .mc197-pic>.mc197-t2{
	background: #d79d02;
}
.mc197-baogao .mc197-right .mc197-c-1 li p{
	line-height: 24px;
	margin-top: 8px;
	color: #9a9999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 48px;
}

/**/
.mc197-userpage .a {
	padding-top: 30px;
}
.mc197-userpage .a .col-sm-3 .mc197-box{
	border: 1px solid #ddd;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}
.mc197-userpage .a .col-sm-3 .mc197-box .mc197-hd{
	background: url("https://www.felbazar.com/front/images/5_03.jpg") center no-repeat;
	background-size: 100% 100%;
	padding: 20px;
	color: #fff;
}
.mc197-userpage .a .col-sm-3 .mc197-box .mc197-hd .mc197-media-object{
	border: 5px solid #fff;
	border-radius: 50%;
	width: 75px;
	height: 75px;
}
.mc197-userpage .a .col-sm-3 .mc197-box .mc197-bd{
	padding: 10px;
}
.mc197-userpage .a .col-sm-3 .mc197-box .mc197-bd .mc197-flex{
	display: flex;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.mc197-userpage .a .col-sm-3 .mc197-box .mc197-bd .mc197-flex p{
	color: #a4a5a5;
}
.mc197-userpage .a .col-sm-3 .mc197-box .mc197-bd .mc197-label{
	padding: 0;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	line-height: 15px;
	font-weight: normal;
}
.mc197-userpage .a .col-sm-3 .mc197-box .mc197-bd ul li{
	float: left;
	width: 33.333%;
	text-align: center;
	padding: 5px;
}
.mc197-userpage .a .col-sm-3 .mc197-box .mc197-bd ul li a{
	display: block;
	border-radius: 3px;
	background: #e9f9ff;
	line-height: 33px;
	border: 1px solid #91cfe9;
	color: #033d77;
}
.mc197-userpage .a .col-lg-9 .mc197-box{
	border: 1px solid #ddd;
	border-radius: 5px 5px 0 0;
	border-top: 5px solid #37a2cf;
	padding: 15px ;
	height: 293px;
}
.mc197-userpage .a .col-lg-9 .mc197-title,
.mc197-userpage .b .mc197-title{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.mc197-userpage .a .col-lg-9 .mc197-title .mc197-flex_item,
.mc197-userpage .b  .mc197-title .mc197-flex_item{
	font-weight: bold;
	font-size: 16px;
}
.mc197-userpage .a .col-lg-9 .mc197-title a,
.mc197-userpage .b  .mc197-title a{
	font-size: 12px;
	color: #666;
	
}
.mc197-userpage .a .col-lg-9 .mc197-list1{
	text-align: center;
}
.mc197-userpage .a .col-lg-9 .mc197-list1 a{
	display: block;
	padding: 10px 0;
}
.mc197-userpage .a .col-lg-9 .mc197-list1 img{
	height: 50px;
	margin-bottom: 8px;
}
.mc197-userpage .a .col-lg-9 .mc197-list2 li{
	line-height: 32px;
}
.mc197-userpage .a .col-lg-9 .mc197-list2 li a,.mc197-userpage .b li a,.mc197-userpage .c .mc197-box li a,.mc197-userpage .f li a,.mc197-userpage .c .mc197-box .mc197-media .mc197-media-heading a{
	float: left;
	display: block;
	width: 70%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.mc197-userpage .a .col-lg-9 .mc197-list2 li a span{
	display: inline-block;
	font-size: 12px;
	color: #02a1cf;
	border: 1px solid #02a1cf;
	border-radius: 0 5px;
	line-height: 16px;
	border-radius: 10px;
	padding: 0 6px;
}
.mc197-userpage .a .col-lg-9 .mc197-list2 li .mc197-fr{
	font-size: 12px;
	color: #9e9c9c;
}
.mc197-userpage .b {
	margin-top: 30px;
}
.mc197-userpage .b .mc197-title {
	border: none;
}
.mc197-userpage .b .mc197-media-object{
	width: 122px;
	height: 165px;
}
.mc197-userpage .b .mc197-media-heading{
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	margin-top: 0;
	border-left: 10px solid #37a2cf;
	padding-left: 10px;
	background: #f2f2f2;
	margin-bottom: 10px;
}
.mc197-userpage .b li{
	line-height: 30px;
	background: url("https://www.felbazar.com/front/images/5_11.png") left center no-repeat;
	padding-left: 15px;
}
.mc197-userpage .b li .mc197-fr{
	color: #aeaeae;
}
.mc197-userpage .c .mc197-title{
	text-align: center;
	margin-top: 30px;
	border-top: 1px solid #eee;
	font-weight: bold;
	font-size: 16px;
	padding-top: 20px;
	position: relative;
}
.mc197-userpage .c .mc197-title:before{
	content: '';
	display: inline-block;
	width:0;
		height:0;
		border-right:10px solid transparent;
		border-left:10px solid transparent;
		border-top:10px solid #eee;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -10px;
}
.mc197-userpage .c .mc197-box{
	margin-top: 30px;
	position: relative;
	border-left: 1px solid #ccc;
	padding-left: 65px;
	min-height:150px;
}
.mc197-userpage .c .mc197-box>span{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	font-size: 18px;
	font-weight: bold;
	width: 33px;
	height: 136px;
	border-radius: 0 33px 33px 0;
	text-align: center;
	color: #fff;
	padding-top: 32px;
	    background-image: linear-gradient(to right, #5fc7ef , #1a7bc1);
}
.mc197-userpage .c .mc197-box>.mc197-s1{
	 background-image: linear-gradient(to right, #5194e5 , #7653c1);
}
.mc197-userpage .c .mc197-box>.mc197-s2{
	 background-image: linear-gradient(to right, #26c1a5 , #099c95);
}
.mc197-userpage .c .mc197-box>.mc197-s3{
	 background-image: linear-gradient(to right, #ffbe76 , #ff8100);
}
.mc197-userpage .c .mc197-box li{
	line-height: 30px;
}
.mc197-userpage .c .mc197-box .mc197-media-object{
	width: 147px;
	height: 98px;
}
.mc197-userpage .c .mc197-box .mc197-media{
	margin-bottom: 15px;
}
.mc197-userpage .c .mc197-box .mc197-media p{
	line-height: 24px;
	color: #797777;
	margin: 10px 0 0;
}
.mc197-userpage .c .mc197-box .mc197-media .mc197-media-heading {
	line-height: 17px;
}
.mc197-userpage .c .mc197-box .mc197-media .mc197-media-heading a{
	font-weight: bold;
	font-size: 16px;
}
.mc197-userpage .c .mc197-box .mc197-fr{
	color: #b0b0b1;
	font-size: 12px;
}
.mc197-userpage .d {
	padding-top: 40px;
}
.mc197-userpage .d .mc197-title,.mc197-userpage .e .mc197-title{
	display: flex;
	align-items: center;
}
.mc197-userpage .d .mc197-title .mc197-flex_item,.mc197-userpage .e .mc197-title .mc197-flex_item{
	font-weight: bold;
	font-size: 16px;
	color: #016793;
}
.mc197-userpage .d .mc197-title a,.mc197-userpage .e .mc197-title a{
	display: inline-block;
	padding: 2px 6px;
	color: #666;
	font-size: 12px;
	border: 1px solid #91cfe9;
	border-radius: 20px;
}
.mc197-userpage .d .mc197-media{
	margin-top: 30px;
}
.mc197-userpage .d .mc197-media .mc197-media-body p{
	line-height: 24px;
	margin: 10px 0 0;
	color: #919192;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.mc197-userpage .d .mc197-media .mc197-media-heading{
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.mc197-userpage .d .mc197-media .mc197-data{
	text-align: center;
	width: 70px;
	border: 1px solid #0178aa;
	color: #666;
	margin-right: 20px;
}
.mc197-userpage .d .mc197-media .mc197-data span{
	display: block;
	font-size: 36px;
	color: #919192;
}
.mc197-userpage .d .mc197-media .mc197-data p{
	margin: 0;
	color: #fff;
	background: #0178aa;
	font-size: 12px;
}
.mc197-userpage .e{
	padding-top: 30px;
}
.mc197-userpage .e .mc197-media{
	margin-top: 30px;
	color: #666;
}
.mc197-userpage .e .mc197-media-heading{
	font-weight: bold;
	font-size: 16px;
}
.mc197-userpage .e p{
	color: #939494;
}
.mc197-userpage .e .mc197-media-object{
	width: 105px;
	height: 140px;
}
.mc197-userpage .f{
	margin-top: 40px;
	padding-bottom: 60px;
}
.mc197-userpage .f .nav-tabs{
	border-bottom: 1px solid #0178aa;
}
.mc197-userpage .f .nav-tabs>li>a{
	width: 136px;
	line-height: 47px;
	height: 47px;
	padding: 0;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #0178aa;
	border: none;
	position: relative;
	border-radius: 0;
}
.mc197-userpage .f .nav-tabs>li.active>a, 
.mc197-userpage .f .nav-tabs>li.active>a:focus, 
.mc197-userpage .f .nav-tabs>li.active>a:hover{
	background: #0178aa;
	color: #fff;
}
.mc197-userpage .f .nav-tabs>li.active>a:after{
	content: '';
	display: inline-block;
	width:0;
		height:0;
		border-right:5px solid transparent;
		border-left:5px solid transparent;
		border-bottom:5px solid #fff;
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -5px;
}
.mc197-userpage .f ul{
	margin-top: 15px;
}
.mc197-userpage .f li{
	line-height: 36px;
}
.mc197-userpage .f li .mc197-fr{
	font-size: 12px;
	background: #ebe9e9;
	border-radius: 20px;
	line-height: 16px;
	padding: 0 6px;
	color: #666;
	margin-top: 10px;
}
.mc197-totop {
	display: none;
	position: fixed;
	right: 50%;
	margin-right:-660px ;
	background: url("https://www.felbazar.com/front/images/2_41.png") center no-repeat;
	width: 38px;
	height: 38px;
	bottom: 100px;
	cursor: pointer;
	border-radius:5px;
}

.mc197-notice {
	padding: 0 45px;
}
.mc197-notice .modal-body,.mc197-notice .modal-header{
	padding: 15px 0;
}
/**/
.mc197-searvice1 .mc197-title{
	    border-bottom: 1px solid #eee;
		position: relative;
}
.mc197-searvice1 .mc197-title:after{
	content: '';
	display: block;
	border-bottom: 3px solid #fed24c;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 120px;
}
.mc197-searvice1 .mc197-title b {
    font-size: 18px;
    display: inline-block;
    padding: 0 0 10px;
    
    letter-spacing: 5px;
}
.mc197-searvice1 .a {
	padding: 30px 0;
}
.mc197-searvice1 .a p{
	line-height: 30px;
	margin-top: 15px;
}
.mc197-searvice1 .a li{
	line-height: 30px;
	display: flex;
	margin-top: 20px;
}
.mc197-searvice1 .a li span {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50%;
	color: #fff;
	background: #0d84b6;
	text-align: center;
	margin-right: 15px;
}
.btn-primary{
	background: #0d84b6;
	border: 1px solid #0d84b6;
}
.mc197-searvice1 .mc197-t_c{
	padding: 30px 0;
}
.mc197-searvice1 .mc197-t_c p{
	margin-top: 15px;
}
.mc197-searvice1 .mc197-t_c .btn{
	padding: 10px 30px;
	border-radius: 30px;
	margin:  10px;
}
.mc197-searvice1 img{
	max-width: 100%;
}
.mc197-searvice1 .b li{
	float: left;
	width: 20%;
	text-align: center;
	padding: 0 30px;
}
.mc197-searvice1 .b ul{
	margin: 0 -30px 30px;
}
.mc197-searvice1 .c .nav-tabs{
	border: none;
}
.mc197-searvice1 .c .nav-tabs>li>a{
	background: #e7e7e7;
	padding: 10px 30px;
	border: none;
}
.mc197-searvice1 .c .nav-tabs>li.active>a,
 .mc197-searvice1 .c .nav-tabs>li.active>a:focus,
  .mc197-searvice1 .c .nav-tabs>li.active>a:hover{
	  background: #049cdc;
	  color: #fff;
  }
  .mc197-searvice1 .c .mc197-box{
	  height: 190px;
	  overflow-y: scroll;
	  background: #f7f6f6;
	  padding:35px ;
	  border: 1px solid #ddd;
	  line-height: 30px;
  }
/**/
.mc197-books .mc197-box{
	border: 1px solid #ddd;
	padding: 15px;
	margin-top: 30px;
}
.mc197-books .mc197-box .mc197-media-heading{
	font-weight: bold;
	font-size: 16px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.mc197-books .mc197-box h5{
	color: #b6b7b8;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.mc197-books .mc197-box p{
	line-height: 24px;
	font-size: 12px;
	color: #717272;
	margin: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.mc197-books .mc197-box .mc197-media-object{
	width: 116px;
	height: 160px;
}
/**/
.mc197-newsitem .mc197-hd{
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
}
.mc197-newsitem .mc197-hd h1{
	font-size: 16px;
	font-weight: bold;
	color: #036794;
	margin-bottom: 20px;
}
.mc197-newsitem .mc197-hd b{
	color: #999;
}
.mc197-newsitem .mc197-bd p{
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.mc197-newsitem .mc197-bd img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.mc197-newsitem .mc197-bd h5{
	text-align: center;
	color: #999;
}
.mc197-newsitem .mc197-ft{
	border: 1px solid #ddd;
	padding: 15px;
	margin-bottom: 50px;
}
.mc197-newsitem .mc197-ft p>span{
	color: #999;
	margin-right: 30px;
	cursor: pointer;
}
.mc197-newsitem .mc197-ft p>span.on{
	color: #049fe2;
}
.mc197-newsitem .mc197-ft .mc197-box{
	border: 1px solid #ddd;
}
.mc197-newsitem .mc197-ft .mc197-box .mc197-title{
	font-weight: bold;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	background: #eeeeee;
}
.mc197-newsitem .mc197-ft .mc197-box ul{
	line-height: 30px;
	padding: 10px 20px;
	font-size: 12px;
}
.mc197-newsitem .mc197-ft .mc197-box .input-group{
	padding: 20px;
	border-top: 1px solid #ddd;
}
/**/
.mc197-proitem{
	background: #e2eff5;
	padding: 30px;
	margin: 20px 0 50px;
}
.mc197-proitem p{
	margin: 0;
	line-height: 30px;
}
/**/
.mc197-left_big {
	width: 902px;
	float: left;
	border: 1px solid #eee;
}

.mc197-left_big .mc197-hd{
	padding: 20px;
	border-bottom: 1px solid #eee;
	background-image: linear-gradient(to bottom, #96d6f4 , #eff9fd);
}
.mc197-left_big .mc197-left{
	width: 255px;
	border: none;
	border-right: 1px solid #eee;
}
.mc197-r_box{
	margin-left: 255px;
	padding: 0 20px;
}
.mc197-r_box>ul>li{
	padding: 20px 0 10px;
	border-bottom: 1px solid #eee;
}
.mc197-r_box>ul>li .mc197-media-heading{
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	height: 19px;
}
.mc197-r_box>ul>li .mc197-media-heading a{
	font-weight: bold;
	font-size: 16px;
	
}
.mc197-r_box>ul>li .mc197-media-body>div{
	line-height:26px;
}
.mc197-r_box>ul>li .mc197-media-body b{
	color: #999;
}
.mc197-r_box>ul>li>.mc197-flex{
	margin-top: 15px;
	font-size: 12px;
	
}
.mc197-r_box>ul>li>.mc197-flex a{
	color: #999;
}
.mc197-r_box>ul>li>.mc197-flex a.on,.mc197-r_box>ul>li>.mc197-flex a:hover{
	color: #049fe2;
}
.mc197-right_sm {
	float: right;
	width: 232px;
	background: #f3f3f3;
	padding: 15px;
	border-top: 5px solid #dddddd;
}
.mc197-right_sm h4{
	font-size: 16px;
	color: #016793;
}
.mc197-right_sm .a a{
	word-break:break-all;
	display: inline-block;
	color: #033d77;
	border: 1px solid #7bccf1;
	border-radius: 5px;
	padding: 5px 10px;
	background: #e3f4fb;
	margin: 0 5px 5px 0;
}
.mc197-right_sm .c li{
	line-height: 26px;
}
.mc197-right_sm .b{
	padding: 20px 0;
}
.mc197-right_sm .b li{
	line-height: 26px;
	margin-top: 15px;
}
.mc197-right_sm .b li span{
	color: #999;
	display: inline-block;
	padding-left: 5px;
}
.mc197-r_box1 {
	float: left;
	margin: 0;
	width: 620px;
}
.mc197-baogao .mc197-right .mc197-tab1{
	text-align: center;
	border-bottom: 1px solid #a7e2fa;
	margin-bottom: 15px;
	line-height: 42px;
}
.mc197-baogao .mc197-right .mc197-tab1 .mc197-on a{
	font-weight: bold;
	color: #0d84b6;
}
/**/
.mc197-fqlb .a{
	background: #ddf2fb;
	padding: 20px;
	margin-top: 30px;
}
.mc197-fqlb .a p{
	line-height: 32px;
}
.mc197-fqlb .a .mc197-title{
	font-size: 18px;
	color: #0d84b6;
	margin-bottom: 20px;
}
.mc197-fqlb .a .mc197-b_l{
	border-left: 1px solid #ccc;
}
.mc197-fqlb .b .mc197-title,.mc197-fqlb .c .mc197-title,.mc197-fqlb .e .mc197-title{
	font-size: 16px;
	font-weight: bold;
	color: #0d84b6;
	margin-top: 30px;
}
.mc197-fqlb .b .mc197-box{
	line-height: 30px;
	padding:25px;
	border: 1px solid #ddd;
	margin-top: 20px;
	min-height: 260px;
	border-top: 4px solid #abd3e5;
}
.mc197-fqlb .c .mc197-media{
	margin-top: 20px;
}
.mc197-fqlb .c .mc197-media .mc197-media-heading{
	line-height: 34px;
	margin: 0;
}
.mc197-fqlb .d{
	background: #f1f0f0;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 20px;
	margin-top: 30px;
}
.mc197-fqlb .d .mc197-title{
	font-size: 16px;
	color: #0d84b6;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
}
.mc197-fqlb .d .mc197-p_r{
	padding: 0 60px;
}
.mc197-fqlb .d .mc197-p_r .swiper-button-prev{
	width: 34px;
	height: 64px;
	background: url("https://www.felbazar.com/front/images/12_25.png") center no-repeat #c3c4c4;
	border-radius: 5px;
	left: 0;
}
.mc197-fqlb .d .mc197-p_r .swiper-button-next{
	width: 34px;
	height: 64px;
	background: url("https://www.felbazar.com/front/images/12_27.png") center no-repeat #c3c4c4;
	border-radius: 5px;
	right: 0;
}
.mc197-fqlb .d .mc197-p_r .swiper-button-prev:hover,.mc197-fqlb .d .mc197-p_r .swiper-button-next:hover{
	background-color: #0d84b6;
}
.mc197-fqlb .e{
	padding-bottom: 50px;
}
.mc197-fqlb .e p{
	line-height: 32px;
	margin-top: 15px;
}
.mc197-fqlb .e h4{
	font-weight: bold;
}
.mc197-fqlb .e .table-bordered>tbody>tr>td{
	vertical-align: middle;
}
.mc197-article {
	padding-top: 20px;
}
.mc197-article .col-lg-9 .a {
	border: 1px solid #7bccf1;
	padding: 20px;
}
.mc197-article .col-lg-9 .a .mc197-hd h1{
	font-size: 16px;
	font-weight: bold;
	color: #036794;
	margin-top: 0;
	margin-bottom: 20px;
}
.mc197-article .col-lg-9 .a .mc197-hd .row{
	line-height: 24px;
}
.mc197-article .col-lg-9 .a .mc197-hd b{
	color: #999;
}
.mc197-article .col-lg-9 .a .mc197-hd {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}
.mc197-article .col-lg-9 .a .mc197-bd{
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
	line-height: 28px;
}
.mc197-article .col-lg-9 .a .mc197-bd p{
	margin: 0;
	text-indent: 2em;
}
.mc197-article .col-lg-9 .a .mc197-bggreen{
	background: #4ff2ba;
}
.mc197-article .col-lg-9 .a .mc197-bgblue{
	background: #4fe1f2;
}
.mc197-article .col-lg-9 .a .mc197-bgorange{
	background: #ef9b2d;
}
.mc197-article .col-lg-9 .a .mc197-ft{
	padding-top: 15px;
}
.mc197-article .col-lg-9 .a .mc197-ft a{
	color: #959595;
	font-size: 12px;
}
.mc197-article .col-lg-9 .b {
	padding-bottom: 30px;
}
.mc197-article .col-lg-9 .b .mc197-title{
	font-size: 16px;
	color: #016793;
	font-weight: bold;
	background: #ebebeb;
	padding: 10px;
	margin-top: 20px;
}
.mc197-article .col-lg-9 .b >ul>li{
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}
.mc197-article .col-lg-9 .b >ul>li dt{
	color: #016793;
	font-weight: bold;
	margin-bottom: 10px;
}
.mc197-article .col-lg-9 .b >ul>li dd{
	line-height: 26px;
	margin-bottom: 10px;
}
.mc197-article .col-lg-9 .b >ul>li p{
	color: #999;
	margin-bottom: 20px;
}
.mc197-article .col-lg-9 .b >ul>li .mc197-flex a,.mc197-bookitem2 .a .mc197-flex a{
	color: #999;
	font-size: 12px;
}
.mc197-article .col-lg-9 .b >ul>li .mc197-flex a.on,
.mc197-article .col-lg-9 .a .mc197-ft a.on,
.mc197-article .col-lg-9 .b >ul>li .mc197-flex a:hover,
.mc197-article .col-lg-9 .a .mc197-ft a:hover,
.mc197-bookitem2 .a .mc197-flex a:hover,
.mc197-bookitem2 .a .mc197-flex a.on
{
	color:#049fe2 ;
}
.mc197-article .col-lg-9 .b >ul>li .mc197-flex a.on .mc197-zan,
.mc197-article .col-lg-9 .a .mc197-ft a.on .mc197-zan,
.mc197-r_box>ul>li>.mc197-flex a.on .mc197-zan, .mc197-r_box>ul>li>.mc197-flex a:hover .mc197-zan,
.mc197-newsitem .mc197-ft p>span.on .mc197-zan,
.mc197-article .col-lg-9 .b >ul>li .mc197-flex a:hover .mc197-zan,
.mc197-article .col-lg-9 .a .mc197-ft a:hover .mc197-zan,
.mc197-bookitem2 .a .mc197-flex a:hover .mc197-zan,
.mc197-bookitem2 .a .mc197-flex a.on .mc197-zan{
	background: url("https://www.felbazar.com/front/images/zan_04.png") center no-repeat;
	background-size: 100% 100%;
}
.mc197-article .col-lg-9 .b .mc197-box,.mc197-r_box>ul>li .mc197-box,.mc197-article .col-lg-9 .a .mc197-box,
.mc197-bookitem2 .a .mc197-box
{
	border: 1px solid #ddd;
	margin-top: 15px;
	display: none;
}
.mc197-article .col-lg-9 .b .mc197-box>h4,.mc197-r_box>ul>li .mc197-box>h4,.mc197-article .col-lg-9 .a .mc197-box>h4,
.mc197-bookitem2 .a .mc197-box>h4{
	margin: 0;
	background: #eeeeee;
	border-bottom: 1px solid #ddd;
	padding: 10px;
	font-weight: bold;
}
.mc197-article .col-lg-9 .b .mc197-box ul,.mc197-r_box>ul>li .mc197-box ul,.mc197-article .col-lg-9 .a .mc197-box ul,
.mc197-bookitem2 .a .mc197-box ul{
	padding: 10px 20px;
	line-height: 30px;
	font-size: 12px;
	color: #999;
	border-bottom: 1px solid #ddd;
}
.mc197-article .col-lg-9 .b .mc197-box ul b{
	color: #333;
}
.mc197-article .col-lg-9 .b .mc197-box .input-group,.mc197-r_box>ul>li .mc197-box .input-group,.mc197-article .col-lg-9 .a .mc197-box .input-group,
.mc197-bookitem2 .a .mc197-box .input-group{
	padding: 20px;
}
.mc197-article .mc197-right {
	border: 1px solid #eee;
}
.mc197-article .mc197-right>.mc197-title{
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	background: #049cdc;
	padding: 10px 15px;
}
.mc197-article .mc197-right .a .mc197-media-object {
	width: 80px;
	height: 116px;
}
.mc197-article .mc197-right .a .mc197-media-heading,.mc197-article .mc197-right .a li{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.mc197-article .mc197-right .mc197-box{
	padding: 15px;
}
.mc197-article .mc197-right .a li{
	line-height: 30px;
	color: #666;
}
.mc197-article .mc197-right .mc197-box .mc197-title{
	font-size: 16px;
	color: #016793;
	margin: 8px 0 10px;
}
.mc197-article .mc197-right .mc197-box .b a{
	    display: inline-block;
	    color: #033d77;
	    border: 1px solid #7bccf1;
	    border-radius: 5px;
	    padding: 5px 15px;
	    background: #e3f4fb;
	    margin: 0 5px 5px 0;
	    cursor: auto;
}
.mc197-article .mc197-right .mc197-box .c b{
	color: #049cdc;
}
.mc197-article .mc197-right .mc197-box .c li{
	margin-top: 15px;
}
.mc197-article .mc197-right .mc197-box .c .mc197-media-object{
	width: 56px;
	height: 56px;
	border-radius: 50%;
}
.mc197-article .mc197-right .mc197-box .d li{
	line-height: 30px;
	display: flex;
	align-items: center;
}
.mc197-article .col-lg-9 .a .mc197-hd1 .mc197-media-object{
	width: 116px;
	height: 160px;
}
.mc197-article .col-lg-9 .a .mc197-hd1 li{
	line-height: 30px;
}
.mc197-article .col-lg-9 .a .mc197-hd1 b{
	color: #999;
}
.mc197-article .col-lg-9 .a .mc197-hd1 .mc197-media-heading{
	font-size: 16px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	height: 18px;
	color: #036794;
}
.mc197-article .col-lg-9 .a .mc197-bd1{
	height: 590px;
}
.mc197-article .col-lg-9 .b >ul>li .mc197-media-object{
	width: 116px;
	height: 160px;
}
.mc197-article .col-lg-9 .b >ul>li .mc197-media-heading{
	font-weight: bold;
	color: #036794;
}
.mc197-article .col-lg-9 .b >ul>li li {
	line-height: 30px;
}
.mc197-article .col-lg-9 .b >ul>li li b{
	color: #999;
}
.mc197-article .col-lg-9 .b .mc197-media{
	margin-bottom: 15px;
}
.mc197-zan{
	display: inline-block;

	width: 12px;
	height: 13px;
	background: url("https://www.felbazar.com/front/images/zan_03.png") center no-repeat;
	background-size: 100% 100%;
}
.mc197-left_big-1 {
	float: none;
	width: 100%;
}
/**/
.mc197-booklist .mc197-title{
	margin-top: 30px;
	font-size: 12px;
}
.mc197-booklist .mc197-title .mc197-flex_item{
	font-size: 16px;
	font-weight: bold;
	color: #0f6b9b;
}
.mc197-booklist .mc197-box{
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	margin-top: 30px;
	position: relative;
}
.mc197-booklist .mc197-box p{
	margin: 0;
}
.mc197-booklist .mc197-box p b{
	color: #999;
}
.mc197-booklist .mc197-box h4{
	font-weight: bold;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin: 0;
}
.mc197-booklist .mc197-box>span{
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 0;
	width: 47px;
	line-height: 19px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	background: url("https://www.felbazar.com/front/images/13_11.png") center no-repeat;
}
.mc197-booklist .mc197-box .mc197-media-object{
	width: 124px;
	height: 179px;
}
/**/
.mc197-bookitem {
	padding-bottom: 50px;
}
.mc197-bookitem p{
	margin: 30px 0;
	line-height: 24px;
}
.mc197-bookitem img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.mc197-bookitem h5{
	text-align: center;
	font-size: 12px;
	color: #999;
}
/**/
.mc197-bookuser {
	padding-bottom: 50px;
}
.mc197-bookuser .table-bordered>tbody>tr>td{
	vertical-align: middle;
	padding: 20px;
	line-height: 24px;
}
.mc197-bookuser h2{
	text-align: center;
	font-weight: bold;
	margin: 40px 0 20px;
}
.mc197-bookuser h5{
	text-align: center;
	font-size: 12px;
	color: #999;
}
.mc197-bookuser h5 span{
	color: #953a0d;
}
.mc197-bookuser h3{
	font-weight: bold;
	color: #015f86;
	margin-top: 30px;
	font-size:16px;
}
.mc197-bookuser h4{
	font-weight: bold;
	color: #016793;
	margin-top: 15px;
}
.mc197-bookuser li{
	line-height: 30px;
}
.mc197-bookuser .table-bordered>tbody>tr>th{
	text-align: center;
	background: #d3dbe7;
}
/**/
.mc197-booknotice  {
	line-height: 24px;
	padding: 30px 0 50px;
}
.mc197-booknotice .a li{
	margin-top: 20px;
}
.mc197-booknotice .a li b{
	display: block;
}
.mc197-booknotice .a .mc197-title{
	font-weight: bold;
	font-size: 18px;
	border-bottom: 1px solid #ddd;
	margin-top: 30px;
}
.mc197-booknotice .a .mc197-title span{
	display: inline-block;
	padding: 10px;
	border-bottom: 3px solid #fed24c;
}
.mc197-booknotice .a img{
	max-width: 100%;
}
.mc197-booknotice .b p{
	margin-top: 20px;
}
.mc197-booknotice .b b{
	color: #06628d;
}
.mc197-booknotice .b h4{
	font-weight: bold;
	color: #06628d;
	margin-top: 30px;
	font-size:16px;
}
.mc197-booknotice .b ul{blue
	padding-left: 40px;
	line-height: 36px;
}
/**/
.mc197-itempage {
	padding: 30px;
	border: 1px solid #7bccf1;
	margin: 30px 0 60px;
}
.mc197-itempage .col-lg-8 {
	line-height: 30px;
}
.mc197-itempage .col-lg-8 b{
	color: #999;
}
.mc197-itempage .col-lg-8 p{
	border-top: 1px solid #ddd;
	line-height: 24px;
	padding-top: 5px;
	margin-top: 5px;
}
.mc197-itempage .col-lg-8 h4{
	font-weight: bold;
	font-size: 16px;
	color: #0d84b6;
}
/**/
.mc197-Library {
	padding-bottom: 40px;
}
.mc197-Library .mc197-box{
	border: 1px solid #ddd;
	margin-top: 40px;
	position: relative;
	line-height: 30px;
	padding: 30px 30px 20px;
}
.mc197-Library .mc197-box>span{
	display: inline-block;
	width: 170px;
	line-height: 28px;
	text-align: center;
	border-radius: 28px;
	font-weight: bold;
	font-size: 16px;
	color: #0679b5;
	border: 1px solid #0679b5;
	background: #d5f0fd;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	top: -14px;
}
.mc197-Library .mc197-box a{
	display: block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.mc197-Library .mc197-box h4 b{
	display: inline-block;
	background: #dcddde;
	padding: 2px 5px;
	font-size: 16px;
}
/**/
.mc197-ziyuan a{
	display: block;text-align: center;
	margin-top: 20px;
}
.mc197-ziyuan img{
	max-width: 100%;
	height: 60px;
}
/**/
.mc197-bookitem2 {
	
	margin: 20px 0 40px;
}
.mc197-bookitem2 .a{
	border: 1px solid #7bccf1;
}
.mc197-bookitem2 .a>.mc197-flex {
	border-top: 1px solid #ddd;
	padding: 15px;
}
.mc197-bookitem2 .a .mc197-pd{
	padding: 20px;
}
.mc197-bookitem2 .a .mc197-pd .mc197-media-object{
	border: 1px solid #ddd;
	width: 110px;
	height: 154px;
}
.mc197-bookitem2 .a .mc197-pd .row{
	line-height: 26px;
}
.mc197-bookitem2 .a .mc197-pd h4{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
    line-height: 20px;
}
.mc197-bookitem2 .a .mc197-pd .row b{
	color: #999;
}
.mc197-bookitem2 .a .mc197-pd p{
	line-height: 30px;
	color: #a0a1a2;
	margin-top: 15px;
}
.mc197-bookitem2 .b .mc197-title{
	background: #ebebeb;
	padding: 10px;
	font-weight: bold;
	font-size: 16px;
	color: #016793;
	margin-top:30px;
}
.mc197-bookitem2 .b .mc197-box{
	margin-top: 30px;
}
.mc197-bookitem2 .b .mc197-box h4{
	font-weight: bold;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	line-height: 20px;
}
.mc197-bookitem2 .b .mc197-box b{
	color: #999;
}
.mc197-bookitem2 .b .mc197-box .mc197-media-object{
	width: 96px;
	height: 124px;
}
/**/
.mc197-article .col-lg-9 .b .mc197-title1 {
	margin-top: 20px;
}
.mc197-article .col-lg-9 .b .mc197-title1 .mc197-flex_item{
	font-weight: bold;
	line-height: 34px;
	color: #016793;
	font-weight: bold;
	font-size: 16px;
}
.mc197-article .col-lg-9 .b .mc197-title1 .btn-default{
	color: #016793;
	border: 1px solid #6fc9f1;
	background: #e3f4fb;
}
.mc197-blue1 {
	color: #016793;
}
.mc197-article .mc197-right .mc197-box .d .mc197-more{
	text-align: center;
	color: #999;
	font-size: 12px;
	margin-top: 10px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	cursor: pointer;
}
.mc197-article .mc197-right .mc197-box .d .badge{
	background: #bfbfbf;
}
.mc197-article .mc197-right .mc197-box .d .badge.on{
	background: #edcc7d;
}
.mc197-article .mc197-right .mc197-box .d .h{
	height: 270px;
	overflow: hidden;
}
.mc197-article .mc197-right .mc197-box .d .h.on{
	height: auto;
}
/**/
.mc197-tecang .a {
	margin-top: 30px;
}
.mc197-tecang .a dl{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	padding: 30px;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
}
.mc197-tecang .a dl dt{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
}
.mc197-tecang .a .swiper-button-next,.mc197-tecang .a .swiper-button-prev{
	background: rgba(0,0,0,0.5);
	text-align: center;
	color: #fff;
	font-size: 32px;
	width: 42px;
	line-height: 72px;
	height: 72px;
}
.mc197-tecang .a .swiper-button-next:hover,.mc197-tecang .a .swiper-button-prev:hover{
	color: #26b6f3;
}
.mc197-tecang .a .swiper-pagination-bullet{
	background: #fff;
	opacity: 1;
}
.mc197-tecang .a .swiper-pagination-bullet-active{
	background: #26b6f3;
}
.mc197-tecang .b{
	position: relative;
	margin-top: 50px;
	border: 2px solid #facd89;
	padding: 30px 60px 10px;
	line-height: 30px;
}
.mc197-tecang .b span{
	display: block;
	width: 226px;
	line-height: 42px;
	background: url("https://www.felbazar.com/front/images/21_07.png") center no-repeat #fff;
	position: absolute;
	left: 50%;
	top: -21px;
	transform: translate(-50%,0);
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
.mc197-tecang .c .mc197-box{
	background: url("https://www.felbazar.com/front/images/21-1_03.jpg") center no-repeat;
	background-size: 100% 100%;
	margin-top: 30px;
	padding: 30px;
}
.mc197-tecang .c .mc197-box h3{
	margin: 0;
	text-align: center;
	color: #82530a;
	font-weight: bold;
	letter-spacing: 5px;
	font-size: 16px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e6cd9e;
}
.mc197-tecang .c .mc197-box .mc197-media-heading{
	line-height: 24px;
}
.mc197-tecang .c .mc197-box .mc197-media-object{
	width: 204px;
	height: 129px;
}
.mc197-tecang .d{
	position: relative;
	padding:40px 78px;
}
.mc197-tecang .d .swiper-button-next,.mc197-tecang .d .swiper-button-prev{
	background: #e8e8e6;
	text-align: center;
	color: #a1a19d;
	font-size: 22px;
	width: 52px;
	line-height: 56px;
	height: 52px;
	border-radius: 50%;
}
.mc197-tecang .d .swiper-button-next{
	right: 0;
}
.mc197-tecang .d .swiper-button-prev{
	left: 0;
}
.mc197-tecang .d .swiper-button-next:hover,.mc197-tecang .d .swiper-button-prev:hover{
	color: #0b9ad5;
}
.mc197-tecang .d a{
	display: block;
	border:1px solid #f6b37f;
	border-radius: 5px;
	box-shadow: 0 0 10px #fce9da;
	padding: 10px;
}
.mc197-tecang .d a img{
	width: 100%;
	border-radius: 5px;
}
.mc197-tecang .d a dt{
	font-weight: bold;
	color: #00567a;
	line-height:24px;
	margin: 10px 0 6px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.mc197-tecang .d a dd{
	line-height: 24px;
	color: #7e7e7e;
	height: 120px;
	overflow: hidden;
}
.mc197-tecang .e .mc197-title,.mc197-tecang .f .mc197-title{
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	line-height: 42px;
	    background: url("https://www.felbazar.com/front/images/21_07.png") center no-repeat;
}
.mc197-tecang .e ul{
	margin: 15px 0;
}
.mc197-tecang .e li{
	line-height: 36px;
}
.mc197-tecang .e li b{
	color: #00567a;
}
.mc197-tecang .e .btn{
	width: 130px;
	height: 42px;
	background-image: linear-gradient(to bottom, #2bcdfd, #1487d6);
	border: 1px solid #1779bb;
	color: #fff;
	padding: 0;
	line-height: 42px;
	margin: 10px 20px;
}
.mc197-tecang .f{
	padding-bottom: 50px;
}
.mc197-tecang .f h3{
	color: #00567a;
	font-weight: bold;
}
.mc197-tecang .f p{
	line-height: 26px;
}
/**/
.mc197-userico {
	color: #fff;
	position: absolute;
	right: 230px;
	top: 60px;
}
.mc197-floor {
	width: 305px;
	margin: 30px auto 0;
	/*position: fixed;
	right: 50%;
	margin-top: -30px;
	margin-right: -400px;*/
}
.mc197-floor span{
	display: block;
	width: 305px;
	height: 68px;
	background: url("https://www.felbazar.com/front/images/20_03.png") center no-repeat;
	margin-top: -50px;
	position: relative;
}
.mc197-floor span.on{
	background: url("https://www.felbazar.com/front/images/20_04.png") center no-repeat;
}
.mc197-floor span.on i{
	display: block;
}
.mc197-floor span i{
	font-style: normal;
	display: none;
	position: absolute;
	left: 380px;
	min-width: 70px;
	top: 22px;
}
.mc197-floor span i:after{
	content: '';
	border-bottom: 1px solid #2171af;
	width: 60px;
	position: absolute;
	left: -80px;
	top: 12px;
}
.mc197-booknotice-floor .mc197-flex{
	align-items: center;
}
.mc197-booknotice-floor .a{
	padding: 20px 0;
}
.mc197-booknotice-floor .a img{
	max-width: 100%;
}
.mc197-booknotice-floor .a .mc197-title{
	margin: 0 0 20px 0;
}

.mc197-fenqu .a{
	border-radius: 10px;
	border: 1px solid #7ecef4;
	padding: 30px;
	margin: 30px 0;
}
.mc197-fenqu .a .mc197-flex{
	align-items: center;
}
.mc197-fenqu .a .mc197-pic{
	max-width: 100%;
	margin-left: 30px;
}
.mc197-fenqu .a p{
	line-height: 32px;
	padding-top: 25px;
	border-top: 1px solid #eee;
	margin-top: 25px;
}
.mc197-fenqu .a .mc197-ewm{
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	width: 109px;
}
.mc197-fenqu .a h4{
	font-size: 24px;
	font-weight: bold;
	color: #1f648f;
}
.mc197-fenqu .a .btn{
	background: #0b99d4;
	color: #fff;
	font-size: 16px;
	padding: 6px 30px;
	margin-top: 20px;
}
.mc197-fenqu .b .mc197-flex{
	align-items: center;
	margin-top: 20px;
}
.mc197-fenqu .b .mc197-flex h4{
	font-weight: bold;
	font-size: 16px;
}
.mc197-fenqu .b .mc197-flex p{
	line-height: 30px;
}
.mc197-fenqu .b .mc197-flex img{
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border: 1px solid #0d84b6;
	max-width: 100%;
}
.mc197-fenqu .b .mc197-title{
	font-weight: bold;
	font-size: 18px;
	color: #0d84b6;

}
.mc197-fenqu .b .mc197-b_l li{
	border-radius: 5px;
	margin-top: 20px;
	height: 135px;
	padding: 40px 25px 0;
	line-height: 30px;
}
.mc197-fenqu .b .mc197-b_l li a{
	display: block;
	background: url("https://www.felbazar.com/front/images/n_18.png") left 13px no-repeat;
	padding-left: 15px;
}
.mc197-fenqu .b .mc197-b_l .mc197-box{
	height: 550px;
	border: 1px solid #ddd;
	background: #f7f7f7;
	padding: 20px;
	border-radius: 5px;
	margin-top: 20px;
}
.mc197-fenqu .b .mc197-b_l .mc197-box p{
	line-height: 30px;
}
.mc197-fenqu .b .mc197-b_l .mc197-box h3{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #0d84b6;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.mc197-fenqu .b .mc197-b_l .mc197-box h4{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 30px 0 15px;
}
.mc197-fenqu .c{
	margin: 30px 0;
	border: 1px solid #ddd;
	border-top: 3px solid #7ecef4;
}
.mc197-fenqu .c .mc197-title{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #0d84b6;
	background: #f2f2f2;
	line-height: 42px;
}
.mc197-fenqu .c .mc197-box{
	position: relative;
	padding: 30px 60px;
}
.mc197-fenqu .c a{
	display: block;
	padding: 7px;
}
.mc197-fenqu .c img{
	width: 100%;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.mc197-fenqu .c .swiper-button-next{
	width: 30px;
	height: 56px;
	border-radius: 5px;
	background: url("https://www.felbazar.com/front/images/12_27.png") center no-repeat #c3c4c4;
}
.mc197-fenqu .c .swiper-button-prev{
	width: 30px;
	height: 56px;
	border-radius: 5px;
	background: url("https://www.felbazar.com/front/images/12_25.png") center no-repeat #c3c4c4;
}
.mc197-fenqu .c .swiper-button-next:hover,.mc197-fenqu .c .swiper-button-prev:hover{
	background-color: #0b99d4;
}

.mc197-resourcesDiv {
	box-shadow: 0 0 10px rgba(129, 187, 228, 1);
	border-radius: 50%;
	background-color: #fff;
	width: 58px;
	height: 58px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	justify-items: center;
	display: -webkit-flex;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #7bccf1;
}

.mc197-resourcesImg {
	max-width: 43px; 
	max-height: 43px;
}
.mc197-resourcesp {
	text-align: center;
	color: #0178aa;
	font-size:13px;
	font-weight:bold;
	margin-top: 10px;
}

@media (min-width:992px) and (max-width:1199px){

	
}
@media (min-width:768px) and (max-width:991px){

	
}
@media (max-width:767px){
	.mc197-header{
		display: none;
	}
	.mc197-bg{
		height: auto;
		background-size: cover;
	}
	.navbar-default .navbar-toggle .mc197-icon-bar{
		background: #fff;
	}
	.mc197-bg .mc197-tab-content{
		margin: 0;
		padding: 15px;
		height: auto;
	}
	.mc197-bg .mc197-tab-content>.mc197-img{
		display: none;
	}
	.navbar-default .navbar-nav>li>a{
		font-size: 14px;
		font-weight: normal;
		padding: 10px;
		letter-spacing: 3px;
	}
	.mc197-logo img{
		width: 200px;
		margin: 8px 0 0 10px;
	}
	.mc197-homepage .a li{
		width: 33.333%;
	}
	#ifocus_btn{
		display: none;
	}
	#ifocus_pic,#ifocus_piclist li,#ifocus_piclist,#ifocus_piclist img{
		width: 100%;
	}
	.mc197-homepage .b .col-lg-6 ul{
		margin: 15px 0;
	}
	.mc197-homepage .b .col-lg-6 li a{
		width: 60%;
	}
	.mc197-homepage .b .col-lg-1{
		position: fixed;
		right: 0;
		/**top: 50%;*/
		top: 60% !important;
		
		z-index: 999;
		padding: 0;
	}
	.mc197-homepage .b .col-lg-1 .btn{
		display: block;
	}
	.mc197-homepage .c .mc197-box{
		margin-bottom: 15px;
	}
	.mc197-homepage .e .mc197-t_c{
		margin-bottom: 20px;
	}
	.navbox .dropdown-menu{

		position: static;
		margin-bottom: 10px;
	}
	.navbox .dropdown-menu li{
		width: 50%;
	}
	.mc197-userpage .a .col-lg-9 .mc197-box{
		height: auto;
	}
	.mc197-userpage .b .mc197-media-body, 
	.mc197-userpage .b .mc197-media-left, 
	.mc197-userpage .b .mc197-media-right,
	.mc197-userpage .c .mc197-media-body,
	.mc197-userpage .c .mc197-media-left, 
	.mc197-userpage .c .mc197-media-right	{
		display: block;
		width: 100%;
	}
	.mc197-userpage .b .mc197-media-object{
		margin: 15px 0;
	}
	.mc197-userpage .c .mc197-box .mc197-media-object{
		margin-bottom: 15px;
	}
	.mc197-info_page .mc197-right,.mc197-info_page .mc197-left,.mc197-baogao .mc197-left,.mc197-baogao .mc197-right{
		width: auto;
		margin: 0 15px;
		float: none;
	}
	.mc197-ztpage a{
		margin-top: 20px;
	}
	.mc197-ztpage a img{
		height: 50px;
	}
	.mc197-baogao .mc197-right .a .mc197-box li,.mc197-baogao .mc197-right .c li{
		width: 50%;
		padding: 7px;
	}
	.mc197-baogao .mc197-right .mc197-c-1 li{
		width: 50%;
	}
	.mc197-baogao .mc197-right .a .mc197-box ul{
		margin: -7px -7px -7px 20px;
	}
	.mc197-searvicepage .a .col-md-3 li{
		line-height: 97px;
	}
	.mc197-totop {
		margin: 0;
		right: 0;
		bottom: 100px;
	}
	.mc197-notice{
		padding: 0 15px;
	}
	.mc197-left_big,.mc197-right_sm,.mc197-r_box1{
		width: auto;
		float: none;
	}
	.mc197-r_box{
		margin: 0;
	}
	.mc197-r_box ul li .mc197-media-body>div{
		line-height:26px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.mc197-article .col-lg-9 .a .mc197-ft a,.mc197-article .col-lg-9 .b >ul>li .mc197-flex a,.mc197-r_box ul li .mc197-flex a{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
	.mc197-article .col-lg-9 .b >ul>li li,.mc197-article .col-lg-9 .a .mc197-hd1 li{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		line-height: 24px;
	}
	.mc197-userico{
		right: 15px;
	}
	.mc197-booknotice-floor .mc197-flex{
		display: block;
	}
	.mc197-tecang .c .mc197-box .mc197-media-body,.mc197-tecang .c .mc197-box .mc197-media-left,.mc197-tecang .c .mc197-box .mc197-media-right{
		display: block;
		width: 100%;
		padding: 0;
	}
	.mc197-tecang .c .mc197-box .mc197-media-object{
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
	

}
.mc197-aboutUsicon1{
background: url("https://www.felbazar.com/front/images/icon1.png") center no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 14px;
    display: inline-block;
    margin-right: 6px;
}
.mc197-aboutUsicon2{
background: url("https://www.felbazar.com/front/images/icon2.png") center no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 14px;
    display: inline-block;
    margin-right: 6px;
}
.mc197-aboutUsa {
	margin: 0px;
	font-weight: bold;
	color: #0d84b6;
	display: inline-block;
	margin-bottom: 0;
	font-size: 16px;
	text-align: left;
	 padding: 0px 12px;
	height: 40px;
	line-height: 40px;
}

.mc197-aboutUsactive {
	font-weight: bold;
	background-color: #9ddbf8;
	display: inline-block;
	margin-top: -1px;
	font-size: 16px;
	text-align: left;
	padding: 0px 12px;
 	height: 41px;
 	line-height: 41px;
 	border: 1px solid #9ddbf8;
 }

.mc197-aboutUsa:focus {
	color: #0d84b6;
	outline: none;
}
.mc197-aboutUsactive:focus {
	color: #0d84b6;
	outline: none;
}
.mc197-aboutUsactive:hover {
	color: #0d84b6;
	outline: none;
}
.mc197-aboutUsnavDiv{
	margin-top: 20px;
	background-color: #fff;
	border: 1px solid #9ddbf8;
	border-radius: 4px;
	height: 41px;
	line-height: 41px;
}
.mc197-xsHideBorderRight{
	border-right: 1px solid #9ddbf8;
}
#feiendlyLinkList a:hover {
    text-decoration: none;
    color: #049cdc !important;
}
.mc197-marktip{
	background-color: rgb(255 255 255 / 50%);
	height:20px;
    line-height: 20px;
    display: inline-block;
    padding: 0 4px;
    font-weight: normal;
    color: #f2a039 !important;
    font-size: 11px;
    letter-spacing: 0;
    border: 1px solid #f2a039;
    border-radius: 10px;
    -webkit-transform: scale(.9);
}
.mc197-marktipBlue{
	background-color: rgb(255 255 255 / 50%);
	height:20px;
    line-height: 20px;
    display: inline-block;
    padding: 0 4px;
    font-weight: normal;
    color: #0098fb !important;
    font-size: 11px;
    letter-spacing: 0;
    border: 1px solid #0098fb;
    border-radius: 10px;
    -webkit-transform: scale(.9);
}
@media (min-width:992px) and (max-width:1199px){
	.mc197-homepage .b .col-lg-1 {
		    position: fixed;
		    top: 190px;
		    right: 0;
		    width: 38px;
		    padding: 0;
	}
	
}

@media  (min-width: 1200px){
	.mc197-homepage .b .col-lg-1 {
		    position: fixed;
		    top: 190px;
		    right: 50%;
		    margin-right: -659px;
		    width: 38px;
		    padding: 0;
	}
}
@media ( min-width : 768px) {

	
}
	.navUseName{
		overflow: hidden;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		white-space: nowrap;
		width: auto;
		max-width:80px;
		display: inline-block;
		vertical-align: bottom;
	}
@media ( max-width : 767px) {
	.navUseName{
			max-width:70px;
}
	.mc197-tecang .b {
		padding: 20px;
	}
	.mc197-tecang .c .mc197-box .mc197-media-left img {
		width: 100% !important;
		height: auto !important;
	}
	.mc197-tecang .c .mc197-box .mc197-media-body {
		margin-top: 10px;
	}
	.mc197-tecang .d {
		padding: 40px 65px;
	}
	.mc197-englishLetter a {
		display: inline-block;
		text-align: center;
		width: auto !important;
		margin-right: 9px;
	}
	.mc197-xsHideBorderRight {
		border-right: none !important;
	}
	.mc197-aboutUsnavDiv {
		height: auto;
	}
	/**#feiendlyLinkList li {
		display: block;
		width: 100% !important;
		clear: both;
	}*/
	#hideMargin {
		margin-top: 20px !important;
	}
	.navbar-default .navbar-nav .visible-xs a:after{
	border-bottom:0px !important;
	}
}
:root{--ms-accent:#4a6741;--ms-radius:4px;--ms-line:1.71;--ms-gap:16px;}
