body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0}fieldset,img{border:0}:focus{outline:0}address,ctoolion,cite,code,dfn,em,strong,th,var,optgroup{font-style:normal;font-weight:normal}h1,h2,h3,h4,h5,h6{font-size:100normal}abbr,acronym{border:0;font-variant:normal}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}code,kbd,samp,tt{font-size:1001001.5}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}ctoolion,th{text-align:left}sup,sub{font-size:100baseline}:link,:visited,ins{text-decoration:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
body, html {
	color: #333;
	/*height: 100%;*/
	overflow-x: hidden;
	background-color: #efefef;
	-webkit-tap-highlight-color: transparent;
}
/*a默认样式*/
a{color:#333;}
/* 文字对齐 */
.text-left{text-align: left !important;}
.text-center{text-align: center !important;}
.text-right{text-align: right !important;}
.text-justify{text-align: justify !important;}
.text-nowrap{white-space: nowrap !important;}
/* 浮动 */
.pull-left {float: left !important;}
.pull-right {float: right !important;}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.show {display: block !important;}
.hidden {display: none !important;}
/* 浮动清除 */
.clearfix:before,.clearfix:after {
	content: " ";
	display: table;
	clear: both;
}
/* 图片填充方式 */
.cover, .contain {
	width: 100%;
	height: 100%;
	object-position: center;
}
.cover {object-fit: cover;}
.contain {object-fit: contain;}
.fl{
	float:left;
}
.fr{
	float:right;
}

/* 内容页 只有底部菜单 */
.tab-content{
	-webkit-overflow-scrolling: touch;
	padding-bottom: 65px;
}
/* 内容页 只有导航 */
.bar-content{
	-webkit-overflow-scrolling: touch;
	padding-top: 2.2rem;
}
/* 内容页 有导航有底部菜单 */
.bar-tab-content{
	-webkit-overflow-scrolling: touch;
	padding-bottom: 65px;
	padding-top: 2.2rem;
}



/*底部导航*/
.weui-tabbar{
	position:fixed !important;
	right: 0;
    left: 0;
    bottom:0;
    z-index:99;
}

.weui-tabbar__item.weui-bar__item--on .weui-tabbar__label{
	color:#0489ff !important;
}

/*.weui-tabbar__label{
	color:#727272 !important;
}*/

.p-t0{padding-top:0;}
.p-b0{padding-bottom:0;}
.m-t-20{
	margin-top:20px;
}


/*header导航栏*/
.bar{
	position: fixed;
    right: 0;
    left: 0;
    z-index: 15;
    height: 2.2rem;
    padding-right: .5rem;
    padding-left: .5rem;
    background-color:#ea480a;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #fff;
    /*border-bottom:1px solid #ccc;*/
}
.bar .title{
	position: absolute;
    display: block;
    max-width: 65%;
    padding: 0 2%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: .85rem;
    font-weight: 500;
    line-height: 2.2rem;
    height: 2.2rem;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title-bgcolor{
	background:#e51b29;
}


/*顶部返回*/
.goback-width{
	width:10%;
}
.header-goback{
	width:100%;
	height:2.2rem;
	display:block;
	background:url("/ximages/dockingmeetting/goback.png") no-repeat 0;
	background-size:40% 50%;
}

.goback-home {
    width: 15%;
    height: 2.2rem;
    line-height:2.2rem;
    display: block;
    background: url("/ximages/dockingmeetting/goback-home.png") no-repeat center;
    background-size: 70% 60%;
    float: right;
    font-style:normal;
    margin-right:10px;
    text-align:right;
}