@charset "utf-8";html,body,div,span,iframe,h1,h2,h3,h4,h5,p,pre,em,img,strong,b,i,dl,dt,dd,ul,li,fieldset,form,label,legend,table,tbody,tfoot,thead,tr,th,td,input{margin:0;padding:0;border:0;outline:0}a,input,button{padding:0;margin:0;outline:0}
ul,li{list-style:none}
body {
    font: 12px 'Microsoft YaHei', sans-serif,"微软雅黑";
}
a {
    text-decoration:none;
    cursor: pointer;
    color: #333;
    font-size: 12px;
}
a:hover {
    text-decoration: underline;
}
/* 头部样式 */
.header {
    height: 40px;
    background: #fbfbfb;
    border-bottom: 1px solid #f7f7f7;
}
.header-l-i, .header-r-i {
    display: inline;
    float: right;
    width: 1px;
    height: 12px;
    margin: 14px 10px 0;
    background: #e4e7ea;
}
.header-l-i {
    float: left;
}
.header-con {
    width: 1200px;
    margin: 0 auto;
}
.header-more, .header-gift, .header-pay {
    float: right;
    height: 14px;
    line-height: 14px;
    margin-top: 13px;
    color: #707e91;
    background: url(../new_common/images/bg-header.png) no-repeat;
}
.header-more {
    padding-right: 16px;
    margin-left: 28px;
    color: #444;
    background-position: right -28px;
}
.header-gift {
    padding-left: 20px;
    background-position: 0 -14px;
}
.header-pay {
    padding-left: 18px;
}
.header-text, .header-logo {
    float: left;
}
.header-logo{
    width: 96px;
    height: 31px;
    margin: 4px 4px 0 0;
    background: url(../new_common/images/logo.png) no-repeat;
}
.header-text {
    color: #444;
    margin: 13px 0 0;
}

/* 右侧滚动样式 */
.aside-left {
    position: fixed;
    top: 80%;
    left: 50%;
    z-index: 1000;
    margin: -60px 0 0 600px;
    width: 40px;
    background: #555;
}
.aside-left i, .aside-left span {
    position: absolute;
}
.aside-left span {
    display: none;
    z-index: 1;
    width: 80%;
    height: 80%;
    line-height: 16px;
    padding: 10%;
    letter-spacing: 1px;
    text-align: center;
    background: #03b4f5;
    color: #FFF;
    font-family: "宋体";
}
.aside-left-qr span {
    right: 40px;
    bottom: -17px;
    width: 184px;
    height: 201px;
    padding: 0;
    letter-spacing: 0;
    background: none;
}
.aside-left-qr-con {
    float: left;
    width: 150px;
    padding: 11px;
    background: #FFF;
    box-shadow: 0 0 10px #888;
}
.aside-left-qr-con div {
    width: 151px;
    height: 151px;
    background: url(../new_common/images/weixin.jpg) no-repeat;
}
.aside-left-qr-con p {
    line-height: 16px;
    margin-top: 12px;
    text-align: center;
    font-size: 14px;
    color: #2c2c2c;
}
.aside-left-qr-con b {
    position: absolute;
    right: 2px;
    bottom: 28px;
    width: 10px;
    height: 16px;
    background: url(../new_common/images/aside-left.png) no-repeat 0 -48px;
}
.aside-left-customer, .aside-left-qr, .aside-left-top {
    display: block;
    position: relative;
    z-index: 2;
    height: 39px;
    background: #666;
}
.aside-left-customer, .aside-left-top {
    cursor: pointer;
}
.aside-left-qr, .aside-left-top {
    margin-top: 1px;
}
.aside-left-customer i {
    top: 11px;
    left: 10px;
    width: 19px;
    height: 18px;
    background: url(../new_common/images/aside-left.png) no-repeat 0 -18px;
}
.aside-left-customer iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 40px;
    height: 40px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.aside-left-qr i {
    top: 10px;
    left: 11px;
    width: 18px;
    height: 18px;
    background: url(../new_common/images/aside-left.png) no-repeat;
}
.aside-left-top {
    height: 40px;
}
.aside-left-top i {
    top: 14px;
    left: 9px;
    width: 22px;
    height: 12px;
    background: url(../new_common/images/aside-left.png) no-repeat 0 -36px;
}
.aside-left-top:hover span, .aside-left-customer:hover span, .aside-left-qr:hover span {
    display: block;
}
.aside-left-qr:hover {
    background: #03b4f5;
}
/* 底部样式 */
.footer {
    height: 78px;
    background-size: 100% 100%;
    text-align: center;
}
.footer p {
    line-height: 21px;
    color: #8f8f8f;
}
.footer a{
    color: #8f8f8f;
}

