@charset "utf-8";
*{margin:0;padding:0;border:0;background:transparent;font-family:“PingFang SC”,“Microsoft YaHei”!important;}
body{position: relative;}
ul,li{list-style: none;}
a{text-decoration: none;cursor: pointer;}
em,i{font-style: normal;}
.fl{float: left;}
.fr{float: right;}
.clearfix {*zoom: 1;}
.clearfix:after {display: block;content: " ";height: 0;visibility: hidden;clear: both;}

.right_fly{width: 64px;position: fixed;right: 0px;top: 40%;border-radius: 6px;text-align: center;z-index: 9;}
.right_fly .fly_c{width: 64px;height: auto;}
.right_fly .fly_c .t{width: 64px;height: 64px;border-radius: 0px;margin-bottom: 2px;position: relative;text-align: center;}
.right_fly .fly_c .t .b{position: absolute;top: 0;right: 0;width: 100%;height: 100%;font-weight: 400;font-size: 14px;color: #FFFFFF;background: #029EE8;}
.right_fly .fly_c .t .a{display: block;position: absolute;top: 0;right: 0;width: 196px;height: 100%;background: #027AE8;transform: translateX(100%);opacity: 0;transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;}
.right_fly .fly_c .t .a i{display: inline-block;font-weight: 400;font-size: 14px;color: #FFFFFF;margin-right: 8px;}
.right_fly .fly_c .t .a i::before{content: "";display: block;margin: 10px auto 1px;width: 24px;height: 24px;background: url(../images/callb_fr/phone.png);background-size: 100%;}
.right_fly .fly_c .t:nth-child(2) .a i::before{background: url(../images/callb_fr/message.png);background-size: 100%;}
.right_fly .fly_c .t:nth-child(3) .a i::before{background: url(../images/callb_fr/qr.png);background-size: 100%;}
.right_fly .fly_c .t .a em{display: inline-block;width: 1px;height: 24px;border-left: 1px solid rgba(255,255,255,0.85);padding-right:8px;vertical-align: 5px;}
.right_fly .fly_c .t .a b{display: inline-block;font-weight: 500;font-size: 16px;color: #FFFFFF;vertical-align: 10px;}
.right_fly .fly_c .t:nth-child(2) .a{width: 80px;}
.right_fly .fly_c .t:nth-child(3) .a{width: 80px;}
.right_fly .fly_c .t .b::before{content: "";display: block;margin: 9px auto 0;width: 24px;height: 24px;background: url(../images/callb_fr/phone.png);background-size: 100%;}
.right_fly .fly_c .t:nth-child(2) .b::before{background: url(../images/callb_fr/message.png);background-size: 100%;}
.right_fly .fly_c .t:nth-child(3) .b::before{background: url(../images/callb_fr/qr.png);background-size: 100%;}
.right_fly .fly_c .t .c{position: absolute;top: -24px;right: 96px;width: 112px;height: 112px;background: #FFFFFF;background: url(../images/callb_fr/qr_disp.png);background-size: 100%;opacity: 0;}
.right_fly .fly_c .t:hover .b{display: none;}
.right_fly .fly_c .t:hover .a{display: block;transform: translateX(0);opacity: 1;}
.right_fly .fly_c .t:hover .c{display: block;opacity: 1;transition-delay: 0.5s; }
