* {
    font-family: Arial, "PingFang SC","Microsoft YaHei","微软雅黑";
    padding: 0;
    margin: 0;
}
html,body{
    height: 100%;
}
h1, h2, h3, h4, h5 {
    font-weight: normal;
}

ol, ul {
    margin: 0;
    padding: 0;
}

a {
    outline: none;
}

/*html{background-color: #2A2A2A;}*/
/*因为footer的背景色是#2A212
A2A*/
body {
    /*font-family: Hiragino Sans GB, "microsoft yahei", "微软雅黑", helvetica arial;*/
    font-family: Arial, "PingFang SC","Microsoft YaHei","微软雅黑";
}

/* html[lang='en'] body {
    font-family: Arial, sans-serif;
} */

a {
    text-decoration: none;
}

li {
    list-style: none;
}

input {
    outline: none;
}

.user_suggest_hover {
    width: 35px;
    height: 34px;
    padding: 5px;
    font-size: 12px;
    color: #FFFFFF;
    background: #767676;
    position: fixed;
    z-index: 10;
    bottom: 50px;
    right: 5px;
    text-align: center;
    line-height: 1.4;
}

span#cnzz_stat_icon_1258671077 a {
    display: none;
    color: #2a2a2a;
}

/* 全局动效 */
.micro-wave.wave-up{
    animation: wave-up 1s forwards
}
.micro-wave{
    opacity: 0;
    /* overflow: hidden; */
}
@keyframes wave-up {
0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
}

to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
}

/* 右侧lenovo logo*/
#lenovo-side-logo{
    position: fixed;
    right: 0;
    bottom: 353px;
    width: 43px;
    height: 128px;
}
#lenovo-side-logo .aside-btn{
    display: inline-block;
    box-sizing: border-box;
    width: 43px;
    height: 43px;
    background: rgba(255,255,255,0.85);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.15);
    text-align: center;
    padding-top: 7px;
    position: absolute;
    top: 128px;
    right: 0;
}
#lenovo-side-logo .aside-btn span{
    display: block;
    font-size: 12px;
    color: #1B2733;
    line-height: 14px;  
}
#lenovo-side-logo .aside-btn img{
    display: none;
}
#lenovo-side-logo .aside-btn:hover{padding-top: 0;}
#lenovo-side-logo .aside-btn:hover span{
    display: none;
}
#lenovo-side-logo .aside-btn:hover img{
    display: inline-block;
    width: 10px;
    height: 21px;
    position: absolute;
    top: 50%;
    margin-top: -11.5px;
    left: 50%;
    margin-left: -5px;
}
#lenovo-side-logo img{
    width: 100%;
    cursor: pointer;
}

/*添加一个公用的连接样式*/
.link-color {
    color:#ffffff;
    width:100%;
    height:100%;
    display: block;
}