@charset "utf-8";
/* CSS Document */
@charset "utf-8";
/* CSS Document */
::before,
::after{
    /*选择所有的标签 */
    margin: 0;
    padding: 0;

    /*清除移动端默认的 点击高亮效果*/
    -webkit-tap-highlight-color: transparent;
    /*设置所有的都是以边框开始计算宽度  百分比*/
    -webkit-box-sizing: border-box;/*兼容*/
    box-sizing: border-box;
}
body{
	font-size: 14px;
    color: #efeff4;
	margin:0 auto;
	padding:0;
}
a{
    color: #333;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
ul,ol{
    list-style: none;
}


/* common css */
.f_left{
    float: left;
}
.f_right{
    float: right;
}
.clearfix::before,
.clearfix::after{
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

/*[class^="icon_"]{*/
    /*background: url("../images/sprites.png") no-repeat;*/
    /*background-size: 200px 200px;*/
/*}*/

.m_b30{
    margin-bottom:075rem;
}
.m_t30{
    margin-top: 0.75rem;
}
.bd_right{
	border-right: 1px solid #e6e6e6;
}
.bd_left{
	border-left: 1px solid #e6e6e6;
}
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }		
.pd_lr{
	padding: 0 0.75rem;
}	
.bg_color{
	background: #fff;
}
/*公共样式*/

* {
    margin: 0;
    padding: 0;
}
.html {
    font-size: 40px;
}


.m30_top {
    margin-top: 0.75rem;
}

.bd_bottom {
    border-bottom: 1px solid #e5e5e5;
}
.hide{
    display: none;
}

/* 清除浮动 */
.clearBoth {
	clear:both;
	/*控制分类后，各行高度不一样对不齐问题*/
	width:100%;
	height:0px;
	font-size:0;
	overflow:hidden;
	/*控制分类后，各行高度不一样对不齐问题*/
	line-height:0;
}
