/* 初始化原有样式 start */
a{text-decoration: none;color:#000;}
*{margin:0;padding:0;box-sizing:border-box;font-family: "Microsoft YaHei",微软雅黑,Arial, Helvetica, sans-serif;}
li{list-style: none}
b{font-weight: normal;}
em,i{font-style: normal;}
html,body{height:100%;}
/* html,body{height:100%;min-width: 1200px;} */
button{cursor:pointer;}
img{border:none;}
.lf{float: left}
.rf{float: right}
.whole{width:1200px;margin:0 auto;}
body{width: 100%;}
/* 初始化原有样式 end */

/* 公共样式 start */
.red{color:red;}

.b{font-weight: bold;}

.relative{position: relative;}
.absolute{position: absolute;}
.fixed{position: fixed;}

.flex_column{
    display: flex;
    flex-direction: column;
}


.flex_row{
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
	
}


.left{
	float:left;
}
.right{
	float:right;
}
/* 公共样式 end */


/* 安全区域 start*/
.aq_sec{ width: 1010px; margin: 0 auto; position: relative;}
/* 安全区域 end*/


/* 测试模板 start*/
.test_bg{ background: url(../../images/test_bg.jpg) no-repeat top;}
/* 测试模板 end*/

/* 
.main{
    height: 100%;
    width: 100%;
} */

