body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0
}

body {
    font: 12px"宋体", "Arial Narrow", HELVETICA;
    font-family: '微软雅黑';
    background: #fff;
    -webkit-text-size-adjust: 100%;
}

a {
    color: #2d374b;
    text-decoration: none
}

a:hover {
    /* color: #cd0200; */
    text-decoration: none
}

em {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    word-wrap: break-word
}

i {
    font-style: normal
}

.clearfix:after {
    /*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
    /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}

#afooter {
    width: 100%;
    min-width: 1200px;
    text-align: center;
    line-height: 20px;
    color: #abaaab;
    background-color: #0f0f13;
    padding: 30px 0;
    position: absolute;
    left: 0;
    bottom: -116px;
    z-index: 5;
}

#afooter a {
    color: #abaaab;
}

.login_btn {
    width: 500px;
    font-size: 15px;
    color: #464646;
    text-align: center;
    position: absolute;
    /* left: 0; */
    right: -4px;
    top: 455px;
}

.login_btn a {
    color: #464646;
    color: #db5376;
}

.login_btn a.login_btn_color {}

.Library_giftPack {
    overflow: auto;
}