﻿/* headTip */

#headTip {
    position: fixed;
    left: 0;
    top: -5rem;
    display: block;
    width: 100%;
    height: 5rem;
    overflow: hidden;
    background: #000;
    cursor: pointer;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

#headTip li {
    float: left;
    display: inline-block;
}

#headTip li.icon {
    width: 2rem;
    height: 2rem;
    overflow: hidden;
    margin: 1.5rem 0 0 1rem;
    background: url(../images/weixin.png) center center no-repeat;
    background-size: cover;
}

#headTip li.text {
    width: 28rem;
    height: auto;
    margin: 0.6rem 0 0 1rem;
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.8rem;
}

#layer_erweima {
    position: absolute;
    left: 0;
    top: 2rem;
    display: block;
    width: 18rem;
    height: auto;
    padding: 1rem 0;
    background: #fff;
    -webkit-box-shadow: #666 0 0 1rem;
    -moz-box-shadow: #666 0 0 1rem;
    box-shadow: #666 0 0 1rem;
    z-index: 1;
}

#layer_erweima h2 {
    display: block;
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.2rem;
    color: #333;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    font-weight: normal;
}

#layer_erweima h1 {
    display: block;
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.5rem;
    color: #333;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    font-weight: normal;
}

#layer_erweima .weixinhao {
    display: block;
    width: auto;
    height: 3.4rem;
    line-height: 3.4rem;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    background: #f93636;
    margin: 0 auto;
}

#layer_erweima a {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0.8rem auto 0 auto;
    text-align: center;
}

#layer_erweima a span {
    display: block;
    width: 10rem;
    height: 3.4rem;
    line-height: 3.4rem;
    text-align: center;
    font-size: 1.1rem;
    color: #fff;
    background: #4db451;
    margin: 0 auto;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    border-radius: 0.4rem;
}

#layer_erweima a img {
    max-width: 17rem;
    max-height: 17rem;
    margin: 0.4rem auto 0 auto;
}

#floatRightWeiXin {
    position: fixed;
    right: 0;
    top: 15rem;
    display: block;
    width: 4rem;
    height: 4rem;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/weixin.png) center center no-repeat;
    background-size: cover;
    z-index: 999;
}