/*格式化样式*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal}
ol,ul {list-style:none}
caption,th {text-align:left}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
    color:#666;
}
q:before,q:after {content:''}
abbr,acronym { border:0}

/*文字排版、颜色*/
.f12{font-size:12px}
.f13{font-size:13px}
.f14{font-size:14px}
.f16{font-size:16px}
.f20{font-size:20px}
.fb{font-weight:bold}
.fn{font-weight:normal}
.t2{text-indent:2em}
.lh150{line-height:150%}
.lh180{line-height:180%}
.lh200{line-height:200%}
.unl{text-decoration:underline;}
.no_unl{text-decoration:none;}


/*定位*/
.tl{text-align:left}
.tc{text-align:center}
.tr{text-align:right}
.fl{float:left;}
.fr{float:right;}
.cb{clear:both;}
.cl{clear:left}
.cr{clear:right}
.vm{vertical-align:middle}
.pr{position:relative}
.pa{position:absolute}
.abs-right{position:absolute;right:0}
.zoom{zoom:1}
.hidden{visibility:hidden}
.none{display:none}
.clearfix:after{content:"";display:block;height:0;line-height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix{zoom:1;}
/*长度高度*/


/*字体颜色*/
.grey-font{color:#b4b4b4; padding:0 0.1rem; font-size:12px;}

/*边距*/
.marTop84{margin-top:84px;}
.padding0{padding:0;}

/*图标颜色*/
.glyphicon{color:#fff;}
.main-bg{background:#38A1DB;}
.white,a.white{color:#fff;}
/***********通用基本类2************/

/* Copyright 2008 TSXMLOVE. All Rights Reserved. */
* {
padding: 0px;
margin: 0px;
text-align: left;
line-height: 150%;
}
html{font-size:62.5%}
body {
/*font: normal 100% Helvetica, Arial, sans-serif;*/
text-align: center;
color: #000000;
background-color: #f5f5f5;
background-repeat: repeat-x;
}
table {
border-collapse: collapse;
}
td {
padding: 3px;
}
img {
border: none;
}
input {
padding: 1px;
vertical-align: middle;
line-height: normal;
}
.ellipsis{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.text-overflow-hidden {
white-space: nowrap;
word-spacing: normal;
letter-spacing: normal;
overflow: hidden;
}
.box-align-center {
margin-right: auto;
margin-left: auto;
}
/*css定义超链接四个状态也有顺序的。*/

/*a:link, a:visited {*/
    /*color:#fff;*/
    /*text-decoration: none;*/
/*}*/
a:hover, a:active {
    text-decoration: none;
color:#fff;
}
/*.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover{background:#2FB0DD;border-color: #122b40;}*/
/*{background:#2FB0DD;}*/
/*以上语句分别定义了"链接、已访问过的链接、鼠标停在上方时、点下鼠标时"的样式。
注意，必须按以上顺序写，否则显示可能和你预想的不一样。记住它们的顺序是“LVHA”。*/
ul {
clear:both;
overflow:hidden;
width: 100%;
}
ul, li {
list-style:none;
}
.valign {
display:table-cell;
vertical-align:middle;
}

.left{float:left;}
.right{float:right;}

/*所有浏览器兼容*/
/* 10÷16=62.5% */
html{
	font-size:62.5%; 
}
/*body{
font-size:14px;
font-size:0.236rem ; 
}
p{
font-size:14px;
font-size:0.236rem;
}*/
/*======================CSS垂直居中=======================*/
.holder {
width:740px;
height:300px;
border:1px solid #777;
text-align:center;
display:table-cell;
vertical-align:middle;
}

.container {
vertical-align:middle;
 padding-top:20px;
}
.main{margin-top:44px;}


/*md样式*/
.main-both-sides{
    padding-right: 0.3rem;
    padding-left: 0.3rem;
    margin-right: auto;
    margin-left: auto;
}
.radius{border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px;}

/*头部*/
header{height:44px;text-align:center; line-height:44px; font-size:18px; position:fixed; top:0; left:0; width:100%; z-index:1000;}
.nav-left,.nav-right{
    font-size:14px;
    padding:13px 15px 9px;
    color:#fff;
    position: absolute;
    top: 0;
    left: 0;
}
.nav-right{
	position: absolute;
    top: 0;
    left:auto;
    right: 0;
}


/*头像*/
.media .big-img{width:7.2rem; height:7.2rem;}


/*form表单*/
.form-horizontal .form-group{margin:0; margin-bottom:15px;}
.btn-group-justified{margin-bottom:.522rem;}
.col-xs-2{padding-right:6px; padding-left:0;}
.control-label{text-align:right; line-height:34px;}
.form-horizontal label{font-size:.45rem; color:#717171;}
.form-horizontal .col-xs-2-5{padding-left:0; padding-right:0;}
.icon-ok-sign{color:#4fc1e9; font-size:16px; margin-bottom:4px;}
/*form表单结束*/
/*按钮*/
/*按钮结束*/
/*.btn-default{width:100%; background:#4fc1e9; border:#4fc1e9; color:#fff;}*/
/*.btn-default:active:focus,.btn-default:hover{background:#25A1CD; bordner:#25A1CD; color:#fff;}*/

/*a标签下的按钮*/
.submit-btn{display: inline-block; background:#4fc1e9; border:1px solid #4fc1e9; width:100%;  padding:0.14rem 0; text-align:center;  color:#fff; text-align:center; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; /*height:32px;*/}
.submit-btn:hover{background:#25A1CD; border:1px solid #25A1CD;}
/**/
.sex-choice,.checkbox{display:none;}
.before-chocie{display:inline-block; vertical-align: middle; margin-bottom: 3px; border:1px solid #CCCCCC; width:15px; height:15px; border-radius:15px; -webkit-border-radius:15px; -moz-border-radius:15px;}
.icon-ok-sign{border:none;}
.icon-check:before{color:#4fc1e9;}
.icon-unchecked:before, .icon-check-empty:before{color:#8A8A8A;}
.icon-check:before:active{color:#4fc1e9;}
.checkbox-inline{padding-left:0; text-align: center;}

/*头像*/
.media{background:#fff; padding-top:10px; margin-top:0px; margin-bottom:15px; padding-bottom: 10px;}
.media h4{font-size:.5rem; color:#4a4a4a; color:#222;}
.media img{width:1.775rem; height:1.775; border-radius:26px; -webkit-border-radius:26px; -moz-border-radius:26px;}
.star{position:relative;}
.star b{position:absolute; margin-left: -0.25rem; top:-8px; left:50%; color:#fff; /*font-size:0.02%;*/ font-size:0.2rem; /*width: 20.34px;*/ width: 0.5rem; text-align:center;/*margin-left: -.18rem;*/font-family: 'Arial, Helvetica, Verdana'; font-weight:normal; z-index:0;}
.star i{color:#F8B547; font-size:28px;}
.media-right{text-align:right;}
.media-right a{width:1.93rem; margin-bottom:0px; font-size:0.365rem;}
.media-right .xk{margin-bottom:10px;}

.media-body{vertical-align: middle;}
.media-body p{color:#8f8f94;font-size: 1rem;margin-top: 0.2rem;}

/*下拉列表*/
.nav-dropdown{background:#fff; width:100%;}
.dropdown-toggle{border-left:1px solid #c6c0b3; border-bottom:1px solid #c6c0b3; padding:0;}
.dropdown-toggle:first-child{border-left:0;}
.dropdown-toggle span{display:inline-block; line-height:40px; color:#8e8e8e; height:40px; margin-right:0.2rem;}
.dropdown-module{margin-top:86px;}
.caret{color:#C0C0C0;
		border-top: 8px dashed;
    	border-right: 4px solid transparent;
    	border-left: 4px solid transparent;
    }
.brand-wrapper{/*display:none;*//*overflow:hidden;*/}
.dropdown-toggle.active span,.dropdown-toggle.active i{color:#4fc1e9;}
.dropdown-toggle.active i{border-top: 0; border-bottom: 8px dashed;}
.nav-bg,.popover-bg{display:none; background:rgba(0,0,0,0.5); height:100%;  position:fixed; top:44px; left:0; width:100%; z-index:3;}
.dropdown-scroller{position:fixed; top:85px; left:0; z-index:4; }
.nav-bar{position:fixed; top:44px; left:0px; width:100%;z-index:4;}
#list-city{position:relative; top:0;}
.dropdown-scroller{background:#fff;}
.list-group{margin-bottom:0; overflow:auto; height: 100%;}
/*.list-group{height:0;}
/*滑动*/
/*.list-group{height:0; animation: slide 2s forwards linear;}
@keyframes slide{
    0%{height:0;}
    100%{height:100%;}
}
@-moz-keyframes slide{
    0%{height:0;}
    100%{height:100%;}
}
@-webkit-keyframes slide{
    0%{height:0;}
    100%{height:100%;}
}*/


/*表格*/
table{background:#fff;}
table td,table th{text-align:center; font-size:0.4rem; color:#878787;}
table th{background:#4fc1e9;}
table th{border:1px solid #4fc1e9; color:#fff; height:32px;}
.table-condensed>tbody>tr>td,.table-condensed>thead>tr>th{padding:2px;}
.table>tbody>tr>td,.table>thead>tr>th{
  line-height:32px;
  min-height:32px;
}
.table-bordered>thead>tr>th{border-bottom-width:1px;}
.user-btn{color:#4fc1e9; text-decoration: underline; color: #4fc1e9;}
a.user-btn:link,a.user-btn:visited{color:#4fc1e9; text-decoration: underline;}
/*a:link, a:visited{color:#4fc1e9; text-decoration: underline;}*/
table .font-left{text-align: left;}
.breadth-height{
  width:93%;
  margin-left:auto;
  margin-right:auto;
  margin-top:0.3rem;
  margin-bottom:0.3rem;
}




/*搜索框*/
.search-box{position:fixed; top:0; left:0;}
.search-head{position:fixed; top:0; left:0;background:#38A1DB;}
#search{padding-top:5px; padding-right:0;}
.input-search{background:#fff;}
.input-search input[type=text]{
    background:rgba(255,255,255,0);
    border:none;
}
.search-title{
    border-bottom:1px solid #e3e3e3;
    font-size:0.7rem;
    line-height:1.238rem;
}
.no-search{text-align:center; }
.marTop54{margin-top:54px;}

/*弹框*/
.popup-btn{
  position: absolute;
}
.popover{
  position:absolute;
  left:0;
  top:34px;
  width:100%;
  background:#fff;
  display: none;
  max-width:100%;
  padding:0;
  z-index:1010
}
.popover .popover-bg{
  display: block;
  z-index:auto
}
.popover .list-group-item:first-child{
  border-top-left-radius:0;
  border-top-right-radius:0;
  border-radius:0;
}
.popover .list-group-item:last-child{
  border-bottom-right-radius:0px;
  border-bottom-left-radius:0px;
}
/*上拉加载样式*/
.mui-visibility {
    visibility: visible!important
}

.mui-hidden {
    display: none!important
}

.mui-scroll-wrapper {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%
}

.mui-scroll {
    position: absolute;
    z-index: 1;
    width: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.mui-scrollbar {
    position: absolute;
    z-index: 9998;
    overflow: hidden;
    -webkit-transition: 500ms;
    transition: 500ms;
    transform: translateZ(0px);
    pointer-events: none;
    opacity: 0
}

.mui-scrollbar-vertical {
    top: 0;
    right: 1px;
    bottom: 2px;
    width: 4px
}

.mui-scrollbar-vertical .mui-scrollbar-indicator {
    width: 100%
}

.mui-scrollbar-horizontal {
    right: 2px;
    bottom: 0;
    left: 2px;
    height: 4px
}

.mui-scrollbar-horizontal .mui-scrollbar-indicator {
    height: 100%
}

.mui-scrollbar-indicator {
    position: absolute;
    display: block;
    box-sizing: border-box;
    -webkit-transition: .01s cubic-bezier(.1,.57,.1,1);
    transition: .01s cubic-bezier(.1,.57,.1,1);
    transform: translate(0px,0) translateZ(0px);
    border: 1px solid rgba(255,255,255,.80196);
    border-radius: 2px;
    background: rgba(0,0,0,.39804)
}

.mui-plus-pullrefresh .mui-fullscreen .mui-scroll-wrapper .mui-scroll-wrapper,.mui-plus-pullrefresh .mui-fullscreen .mui-slider-group .mui-scroll-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%
}

.mui-plus-pullrefresh .mui-fullscreen .mui-scroll-wrapper .mui-scroll,.mui-plus-pullrefresh .mui-fullscreen .mui-slider-group .mui-scroll {
    position: absolute;
    width: 100%
}
.mui-plus-pullrefresh .mui-scroll-wrapper,.mui-plus-pullrefresh .mui-slider-group {
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
    overflow: auto;
    width: auto
}
.mui-plus-pullrefresh .mui-slider-group {
    overflow: visible
}

.mui-plus-pullrefresh .mui-scroll {
    position: static;
    width: auto
}

.mui-loading .mui-spinner {
    display: block;
    margin: 0 auto
}

.mui-spinner {
    display: inline-block;
    width: 24px;
    height: 24px;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: spinner-spin 1s step-end infinite;
    animation: spinner-spin 1s step-end infinite
}

.mui-spinner:after {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url('data:image/svg+xml;charset=utf-8,<svg viewBox=\'0 0 120 120\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'><defs><line id=\'l\' x1=\'60\' x2=\'60\' y1=\'7\' y2=\'27\' stroke=\'%236c6c6c\' stroke-width=\'11\' stroke-linecap=\'round\'/></defs><g><use xlink:href=\'%23l\' opacity=\'.27\'/><use xlink:href=\'%23l\' opacity=\'.27\' transform=\'rotate(30 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.27\' transform=\'rotate(60 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.27\' transform=\'rotate(90 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.27\' transform=\'rotate(120 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.27\' transform=\'rotate(150 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.37\' transform=\'rotate(180 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.46\' transform=\'rotate(210 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.56\' transform=\'rotate(240 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.66\' transform=\'rotate(270 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.75\' transform=\'rotate(300 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.85\' transform=\'rotate(330 60,60)\'/></g></svg>');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%
}

.mui-spinner-white:after {
    background-image: url('data:image/svg+xml;charset=utf-8,<svg viewBox=\'0 0 120 120\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'><defs><line id=\'l\' x1=\'60\' x2=\'60\' y1=\'7\' y2=\'27\' stroke=\'%23fff\' stroke-width=\'11\' stroke-linecap=\'round\'/></defs><g><use xlink:href=\'%23l\' opacity=\'.27\'/><use xlink:href=\'%23l\' opacity=\'.27\' transform=\'rotate(30 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.27\' transform=\'rotate(60 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.27\' transform=\'rotate(90 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.27\' transform=\'rotate(120 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.27\' transform=\'rotate(150 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.37\' transform=\'rotate(180 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.46\' transform=\'rotate(210 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.56\' transform=\'rotate(240 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.66\' transform=\'rotate(270 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.75\' transform=\'rotate(300 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.85\' transform=\'rotate(330 60,60)\'/></g></svg>')
}

@-webkit-keyframes spinner-spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    8.33333333% {
        -webkit-transform: rotate(30deg)
    }

    16.66666667% {
        -webkit-transform: rotate(60deg)
    }

    25% {
        -webkit-transform: rotate(90deg)
    }

    33.33333333% {
        -webkit-transform: rotate(120deg)
    }

    41.66666667% {
        -webkit-transform: rotate(150deg)
    }

    50% {
        -webkit-transform: rotate(180deg)
    }

    58.33333333% {
        -webkit-transform: rotate(210deg)
    }

    66.66666667% {
        -webkit-transform: rotate(240deg)
    }

    75% {
        -webkit-transform: rotate(270deg)
    }

    83.33333333% {
        -webkit-transform: rotate(300deg)
    }

    91.66666667% {
        -webkit-transform: rotate(330deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spinner-spin {
    0% {
        transform: rotate(0deg)
    }

    8.33333333% {
        transform: rotate(30deg)
    }

    16.66666667% {
        transform: rotate(60deg)
    }

    25% {
        transform: rotate(90deg)
    }

    33.33333333% {
        transform: rotate(120deg)
    }

    41.66666667% {
        transform: rotate(150deg)
    }

    50% {
        transform: rotate(180deg)
    }

    58.33333333% {
        transform: rotate(210deg)
    }

    66.66666667% {
        transform: rotate(240deg)
    }

    75% {
        transform: rotate(270deg)
    }

    83.33333333% {
        transform: rotate(300deg)
    }

    91.66666667% {
        transform: rotate(330deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.mui-push-left:after {
    left: 15px;
    content: '\e582'
}

.mui-navigate-right:after,.mui-push-right:after {
    right: 15px;
    content: '\e583'
}

.mui-pull-bottom-pocket,.mui-pull-top-pocket {
    position: absolute;
    left: 0;
    display: block;
    visibility: hidden;
    overflow: hidden;
    width: 100%;
    height: 50px
}

.mui-plus-pullrefresh .mui-pull-bottom-pocket,.mui-plus-pullrefresh .mui-pull-top-pocket {
    display: none;
    visibility: visible
}

.mui-pull-top-pocket {
    top: 0
}

.mui-bar-nav~.mui-content .mui-pull-top-pocket {
    top: 44px
}

.mui-bar-nav~.mui-bar-header-secondary~.mui-content .mui-pull-top-pocket {
    top: 88px
}

.mui-pull-bottom-pocket {
    position: relative;
    bottom: 0;
    height: 40px
}

.mui-pull-bottom-pocket .mui-pull-loading {
    visibility: hidden
}

.mui-pull-bottom-pocket .mui-pull-loading.mui-in {
    display: inline-block
}

.mui-pull {
    font-weight: 700;
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    text-align: center;
    color: #777
}

.mui-pull-loading {
    margin-right: 10px;
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    vertical-align: middle
}

.mui-pull-loading.mui-reverse {
    -webkit-transform: rotate(180deg) translateZ(0);
    transform: rotate(180deg) translateZ(0)
}

.mui-pull-caption {
    font-size: 15px;
    line-height: 24px;
    position: relative;
    display: inline-block;
    overflow: visible;
    margin-top: 0;
    vertical-align: middle
}

.mui-pull-caption span {
    display: none
}

.mui-pull-caption span.mui-in {
    display: inline
}

@font-face {
    font-family:Muiicons;font-weight:400;font-style:normal;src:url(../font/mui.ttf) format('truetype')
}

.mui-icon {
    font-family: Muiicons;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    display: inline-block;
    text-decoration: none;
    -webkit-font-smoothing: antialiased
}

.mui-icon.mui-active {
    color: #007aff
}


.mui-icon-spinner:before {
    content: '\e464'
}

.mui-icon-spinner-cycle:before {
    content: '\e465'
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.ball-clip-rotate>div {
	border-radius: 100%;
	margin: 2px;
	border: 2px solid #38A1DB;
	border-bottom-color: transparent;
	height: 25px;
	width: 25px;
	background: 0 0!important;
	display: inline-block;
	-webkit-animation: rotate .75s 0s linear infinite;
	animation: rotate .75s 0s linear infinite
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0) scale(1);
		transform: rotate(0) scale(1)
	}

	50% {
		-webkit-transform: rotate(180deg) scale(.6);
		transform: rotate(180deg) scale(.6)
	}

	100% {
		-webkit-transform: rotate(360deg) scale(1);
		transform: rotate(360deg) scale(1)
	}
}



/*初始加载*/
.loaded {
    transition: opacity 0.25s linear;
    opacity: 1; }
.loaders {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 50;
}
.loaders .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12.5px;
}


.c_labels span{cursor: pointer;
    color: #fff;
    width:28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    display: block;
    float: left;
    margin-right: 0;
    background: url(/images/tag.png) no-repeat;
    font-size: 12px;background-size:cover;
    padding-left: 2px;
    padding-top: 0.05rem;
    }
#ulBox .bz{padding-left: 0.7rem;}



/*搜索部分*/
.marginTop156{margin-top:136px;}
.btn1 {
    background: #4fc1e9;
    color: #FFF;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 8px 12px 7px;
}
#search_layer {
    margin-top: 84px;
}
.search {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}




#no-ulbox{text-align:center;}




/*底部*/
.boot-bar-tab {
    bottom: 0;
    display: table;
    width: 100%;
    height: 50px;
    padding: 0;
    table-layout: fixed;
    border-top: 0;
    border-bottom: 0;
    -webkit-touch-callout: none;
}
.boot-bar {
    position: fixed;
    z-index: 10;
    right: 0;
    left: 0;
    height: 44px;
    border-bottom: 0;
    background-color: #f7f7f7;
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,.85);
    box-shadow: 0 0 1px rgba(0,0,0,.85);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.boot-index-bar .nav-footer{
    width: 20%;
    float: left;
    text-align: center;
}
.boot-index-bar a{height:50px;}
.boot-index-bar .on span{display:block; color:#199ac7; font-size:11px; text-align: center;}
.boot-index-bar .on .index{background:url(/images/housed.png) no-repeat center center; width:25px; height:20px; display:block; background-size:100% 100%; margin:3px auto;}
.boot-index-bar .on .boot-tab-item{background:#199ac7;}
.boot-index-bar .index{background:url(/images/index.png) center center; width:25px; height:20px; display:block; background-size:100% 100%; margin:3px auto;}
.boot-index-bar .on .boot-email{background:url(/images/gongju.png) no-repeat center center; width:25px; height:20px; display:block; margin:3px auto; background-size:100% 100%;}
.boot-index-bar .boot-email{background:url(/images/gongjued.png) no-repeat center center; width:25px; height:20px; display:block; margin:3px auto; background-size:100% 100%;}
.boot-index-bar .on .boot-contact{background:url(/images/xia.png) center center; width:25px; height:20px; display:block; background-size:100% 100%; margin:3px auto;}
.boot-index-bar .boot-contact{background:url(/images/xiaed.png) center center; width:25px; height:20px; display:block; background-size:100% 100%; margin:3px auto;}
.boot-index-bar .on .boot-gear{background:url(/images/per.png) no-repeat center center; width:25px; height:20px; display:block; margin:3px auto; background-size:100% 100%;}
.boot-index-bar .boot-gear{background:url(/images/ger.png) no-repeat center center; width:25px; height:20px; display:block; margin:3px auto; background-size:100% 100%;}
.boot-index-bar .on .boot-geren{background:url(/images/geren.png) no-repeat center center; width:25px; height:20px; display:block; margin:3px auto; background-size:100% 100%;}
.boot-index-bar .boot-geren{background:url(/images/gerened.png) no-repeat center center; width:25px; height:20px; display:block; margin:3px auto; background-size:100% 100%;}
.nav-footer{
    background: #199ac7;
}
.boot-index-bar span{color:#fff;}
/*.mui-index-bar{background: #4fc1e9;color: #fff;}*/ 
.boot-index-bar{background: #FFF;color: #4fc1e9}
.on{
    background: #fff;
}



.marTop54{marin-top:54px;}



.art-wrap li{margin-top:10px;}
.art-wrap .list-group-item:first-child{border-top-left-radius: 0px; 
     border-top-right-radius: 0px; }
.art-wrap .list-group-item:last-child{border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;}
.art-wrap .list-group-item{
	border-left:none;
	border-right:none;
	height: 43px;
    line-height: 43px;
    padding: 0 15px;
}
.art-wrap .list-group-item a{
	display: inline-block;
	width:100%;
	height: 43px;
    line-height: 43px;
    color:#787878;
    font-size:
}                            
.art-table{
	width:93%;
	margin-left:auto; 
	margin-right:auto; 
	margin-top:0.408rem;
	background:rgba(255,255,255,0);
}                            
.art-table td{
	border: 1px solid #ccc;
	padding:0.25rem 0;
	background:#fff;
	}                 
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
	vertical-align: middle;
}	



/*视频的标题*/
.video-thum{position: relative;}
.video-title-word{
	position: absolute;
    top: 5%;
    right: 50%;
    color: #fff;
    font-size: 12px;
    margin-right: -71px;
    width: 100px;
    text-align: center;
    }
@media only screen and (max-width: 321px) {
	.video-title-word{
		font-size:10px;
		margin-right: -67px;
	}
}
.video-thum .free{display:inline-block; padding:0 2px 0; font-style:normal; font-size:10px; text-align:center; position:absolute; top:0; right:0px; color:#fff; background:#38A1DB; line-height:15px;}
.video-thum .vip{background:#ffa903;}



/*标题*/
header span.title{
	display: inline-block;
	height:44px;
	line-height: 44px;
	}
header .popup-btn{position:absolute;}
