
/*header 组件*/
.header{margin-left: 50%;width: 1500px;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-o-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);}
.header .pic{display: block;width: 100%;height: 115px;}
area{outline: none;}
.header .nav{width: 100%;height: 43px;background: #a3733c;color: #fff;text-align: center;}
.header .nav,.header .nav .pagination{display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-justify-content: center;-moz-justify-content: center;-o-justify-content: center;-ms-justify-content: center;justify-content: center;}
.header .nav li{cursor: pointer;}
.header .nav .pagination li{width: 110px;line-height: 43px;font-size: 18px;border-left: 1px solid #e5e4da;}
.header .nav .pagination li.active{background: #e5e4da;color: #000;}
.header .nav .login-register{display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;
    -webkit-flex-flow: column;-moz-flex-flow: column;-ms-flex-direction: column;flex-flow: column;
    -webkit-justify-content: center;-moz-justify-content: center;-ms-justify-content: center;justify-content: center;
    border-left: 1px solid #e5e4da;}
.header .nav .login-register li{width: 260px;line-height: 21px;font-size: 14px;}

/*session 组件 样式*/
.session-div{margin-top: 30px;}
.session-div > img{margin-bottom: 30px;}

/*footer 组件 样式*/
.footer{margin-top: 60px;font-size: 15px;line-height: 4em;text-align: center;}
.footer.bottom{position: fixed;left: 0;bottom: 0;width: 100%;}