::selection {
    background-color: none;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

/* ==========
   工具样式
   ========== */
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    overflow: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* ===============
   自定义页面样式
   =============== */

body {
    font-size: 16px;
    background: #fff;
    color: #000;
	font-family: "Microsoft YaHei","微软雅黑";
	line-height: 1;
	background: #fbf3e6;
}

a {
    color: #000;
    text-decoration: none;
	transition: all 0.3s;
}

.bigbox {
    width: 1200px;
    margin: 0 auto;
}

.mainstart {
	width: 1200px;
	margin: 0px auto;
}