

/*common*/


.fl{float:left;}
.fr{float:right;}
.tl{text-align:left;}

.tc{text-align:center;}
.color-white{color:white!important;}
.red{color:#fc8080!important;}
.fz12{font-size:12px;}
.fz14{font-size:14px;}
.wfs{width:342px;position:relative;}
.p_r{position:relative;}


/*悬浮链接*/
.suspension{display:none;position:fixed;z-index:55;right:0px;;bottom:110px;width:350px;height:142px;z-index:999;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:50px;height:50px;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#2374e8;}
.suspension .a .i{float:left;width:50px;height:50px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:50px;height:50px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:50px;height:50px;background-image:url(../images/di-cons.png);background-repeat:no-repeat;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#2374e8;display:none;}
.suspension .a-top:hover{background:#2374e8;}
.suspension .d{display:none;width:400px;background:#fff;position:absolute;right:67px;min-height:142px;border:1px solid #2374e8;border-radius:15px 0 0 15px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:0px;right:0px;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:0;}
.suspension .d-service-item{height:55px;background-color:#2374e8;border-radius:14px 0 0 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#2374e8;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{width:100%;float:left;font-size:16px;line-height:50px;color:#fff;}

.suspension .d-service-item .text p{text-align:center;width:100%;}

.suspension .d-service-item .text span{float:right;z-index:1;position:relative;width:25px;height:25px;top:-45px;right:5px;}

.suspension .d-service-item .text .close{background:url(../images/close-gb.png) no-repeat;}

.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:15px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#2374e8;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}

