﻿@charset "utf-8";
/* 右侧悬浮 */
.right_float{ width:45px; position: fixed; right:1%;bottom: 200px; z-index: 999;}
.right_float .rfloat_sub{ width:45px; height: 44px; cursor: pointer; margin-bottom:5px;background: url(../img/index/right_sprite.png) no-repeat;}
.right_float .rfloat_sub01{ height:64px; background-position: 0px 0px;}
.right_float .rfloat_sub02{background-position: 0px -64px;}
.right_float .rfloat_sub02:hover{background-position: 0px -108px;}
.right_float .rfloat_sub03{ background-position: 0px -152px;}
.right_float .rfloat_sub03:hover{ background-position: 0px -196px;}
.right_float .rfloat_sub03 .code_ma{ background: url(../img/index/code_pic.png) no-repeat center center; width: 170px; height: 192px; box-shadow:0px 0px 7px #ddd; position: absolute; right: 50px; top: -55px; margin-top:80px;}
.right_float .rfloat_sub04{background-position: 0px -240px;}
.right_float .rfloat_sub04:hover{ background-position: 0px -284px;}	

.erweima{background-color: #426fea; width: 80px;height: 80px;text-align: center; margin-bottom: 2px;position: relative;cursor: pointer;}
.erweima-mini{line-height: 75px;}
.erweima-mini img{width: 68px;height: 68px;vertical-align: middle;}
.eweima-max{width: 220px;height: 255px;padding-top: 25px;background-color: #fff;position: absolute;left: -230px;top: -80px;box-shadow: 1px 1px 8px #e6e6e6;}
.eweima-max:after{content: "";display: block;width: 15px;height: 255px;position: absolute;right: -10px;top: 0;}
.erweima .ewm-close{position: absolute; right: 0;top: -8px;font-size: 20px;color: #fff;}
.erweima .ewm-close:hover{color: #fff;}