@charset "utf-8";
/* CSS Document */
.mb5{ margin-bottom: 5px;}
.mt3{ margin-top: 3px;}
.suspend_box{ height: 130px; position: absolute; top:50%; right:0; margin-top: -100px;}
.code_icon , .qq_icon , .phone_icon{ /*width: 40px; height: 40px;*/ padding: 5px; background: #eee; }
.code_wrap , .qq_wrap , .phone_wrap{position: absolute; top:0; right:44px;}
/*二维码*/
.code_wrap{width:100px; height:236px; margin-right: 4px; display: none;position: absolute;z-index: 99; }
.code_icon:hover{ background: #fff;}
.code_container:hover .code_wrap{display: block;}
.suspend_code{padding:6px;background: #fff; text-align: center;}
.vetech{ margin-top: 4px;}
/*QQ客服*/
.qq_wrap{padding: 10px 8px; background: #fff; text-align: center;margin-right: 4px; display: none;position: absolute;z-index: 99;}
.qq_icon:hover{ background: #fff;}
/*.qq_container:hover .qq_wrap{display: block;}*/
/*电话客服*/

.phone_wrap{ border-top:2px solid #197ab8; background: #fff; padding: 10px 8px; white-space: nowrap; display: none;position: absolute;z-index: 99;}
.service_phone{ margin-top: 3px;}
.phone_icon:hover{ background: #fff;}
/*.phone_container:hover .phone_wrap{display: block;}*/