/*公共样式*/
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Microsoft YaHei", "微软雅黑";
    font-weight: normal;
}

ul, li {
    list-style: none
}

img {
    border: none;
}

input {

    outline: none !important;
    border-radius: 5px;
}

a {
    text-decoration: none;
}

/*不同页面的底部设置*/
.retrievalFoot3{font-size: 12px;margin: 188px auto 0;background: #f3f3f3;;color: #A0A0A0;}
.retrievalFoot2{font-size: 12px;margin: 113px auto 0;background: #f3f3f3;;color: #A0A0A0;}
.reviewFoot1{font-size: 12px;margin: 119px auto 0;background: #f3f3f3;;color: #A0A0A0;}
.registerFoot{font-size: 12px;margin: 188px auto 0;background: #f3f3f3;;color: #A0A0A0;}
.foot{font-size: 12px;margin: 142px auto 0;background: #f3f3f3;;color: #A0A0A0;}
/*共同部分*/
.KXOfficial li { float: left; }
.KXOfficial{padding: 18px 0 5px 0;overflow: hidden;margin: 0 auto; width: 256px;}
.KXOfficial li a { text-decoration: none; color: #A0A0A0; /*a标签需要单独设置颜色*/ cursor: pointer; }
.line { padding: 0 3px; }
.footWord{padding: 5px 0;text-align: center;}
.afterFootWord{padding: 5px 0 20px 0;text-align: center;}


/* 动态为footer添加类fixed-bottom */
.fixed-bottom {position: fixed;bottom: 0; width: 100%;}
/*底部完事*/





