
div,form,img,ul,ol,li,dl,dt,dd,cite,p{ margin:0;padding:0;border:0; list-style:none; }
h1,h2,h3,h4,h5,p{margin:0;padding:0;border:0; font-size:12px; font-weight:400;}

/* 在线客服浮动样式开始 */
.chat_box {
    position: fixed;
    top: 50%;
    right: 0;
    width: 80px;
    margin-top: -50px;
    height: 220px;
    cursor: pointer;
    z-index: 5000;
    background: #ff9400;
    background: -moz-linear-gradient(top, #ff9400, #ff8100);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff9400), to(#ff8100));
    background: -o-linear-gradient(top, #ff9400, #ff8100);
    -webkit-box-shadow: 0px 4px 20px 0px rgba(225, 79, 0, 0.4);
    -moz-box-shadow: 0px 4px 20px 0px rgba(225, 79, 0, 0.4);
    -ms-box-shadow: 0px 4px 20px 0px rgba(225, 79, 0, 0.4);
    box-shadow: 0px 4px 20px 0px rgba(225, 79, 0, 0.4);
    -webkit-border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;
    -ms-border-radius: 10px 0px 0px 10px;
    border-radius: 10px 0px 0px 10px;
}
.chat_box .icon-chat {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-top: 26px;
    background: url("/images/chat_icon.png") 0 0 no-repeat;
}
.chat_box .icon-wechat {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-top: 26px;
    background: url("/images/chat_icon.png") -46px 0 no-repeat;
}
.chat_box a {
    display: block;
    position: relative;
    height: 110px;
    color: #fff;
    font-size: 13px;
    text-align: center;
}
.chat_box a:hover {
    background-color: #ff7c00;
    background-color: rgba(255, 73, 0, 0.2);
    border-top-left-radius: 10px;
	TEXT-DECORATION: none;
}
.chat_box span {
    display: block;
    margin-bottom: 7px;
}
.chat_box p {
    font-size: 13px;
    font-weight: 400;
}
.chat_box .wechat:hover {
    border-top-left-radius: 0;
    border-bottom-left-radius: 10px;
}
.chat_box .wechat:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    border-top: 1px solid #ff8000;
}
.wechat_qrcode {
    display: none;
    position: fixed;
    top: 50%;
    right: 90px;
    margin-top: -50px;
    width: 182px;
    height: 220px;
    background-color: #ffffff;
    z-index: 1000;
    -webkit-box-shadow: 0px 1px 20px 0px rgba(62, 62, 62, 0.25);
    -moz-box-shadow: 0px 1px 20px 0px rgba(62, 62, 62, 0.25);
    -ms-box-shadow: 0px 1px 20px 0px rgba(62, 62, 62, 0.25);
    box-shadow: 0px 1px 20px 0px rgba(62, 62, 62, 0.25);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #eee \9;
}
.wechat_qrcode p {
    color: #333;
    font-size: 14px;
    line-height: 19px;
    margin-top: 5px;
}
.wechat_qrcode img {
    margin: 5px 10px 10px 10px;
    width: 162px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2) {
    .chat_box .icon-chat,
    .chat_box .icon-wechat {
        background-image: url("/images/chat_icon@2x.png");
        background-size: 82px 36px;
    }
/* 在线客服浮动样式结束 */
