/*浮动客服*/ .floatBar { display: none; width: 34px; height: 113px; position: fixed; right: 0; top: 50%; overflow: hidden; cursor: pointer; border-top-left-radius: 5px; border-bottom-left-radius: 5px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); z-index: 999; background-color: #0097d9; background-position: center; background-repeat: no-repeat; background-image: url(../images/contact-icon.png); } /*背景色更改(2024-7-23)*/ /* .floatBar:hover { background-color: #79bd28; } */ .floatBar:hover { background-color: #0034DB; } .float { position: fixed; top: 35%; right: 20px; z-index: 999999; font-size: 14px; line-height: 28px; } .float .float-closed { right: 0; top: -25px; width: 18px; height: 18px; line-height: 18px; cursor: pointer; font-weight: 100; border-radius: 50%; color: #fff; font-size: 12px; text-align: center; position: absolute; background-color: #232323; } .float .return-top { width: 64px; height: 64px; display: none; cursor: pointer; background: url(../images/top-icon.png) no-repeat center #333333; } /*背景色更改(2024-7-23)*/ /* .float .return-top:hover { background-color: #e34f43; } */ .float .return-top:hover { background-color: #0034DB; } .float .float-box li { width: 64px; height: 64px; margin-top: 1px; cursor: pointer; position: relative; background-repeat: no-repeat; background-position: center 0; /*背景色更改(2024-8-15)*/ background-color: #0080ca; /* background-color: #0034DB;*/ transition: All 0.2s ease-in-out; -webkit-transition: All 0.2s ease-in-out; -moz-transition: All 0.2s ease-in-out; -o-transition: All 0.2s ease-in-out; } .float .float-box li .item { bottom: 0; right: 107%; width: 200px; color: #7f7f7f; display: none; text-align: center; position: absolute; padding: 10px; background-color: #4c4c4c; padding-top: 20px; } .float .float-box li .item:before { content: ""; right: -10px; bottom: 20px; position: absolute; border-style: dashed dashed dashed solid; border-color: transparent transparent transparent #4c4c4c; border-width: 5px; width: 0; height: 0; } .float .float-box li .item .btn-warning { padding-top: 5px; padding-bottom: 5px; } .float .float-box li .item .p-1 { font-size: 12px; } .float .float-box li .item .p-2 { font-size: 17px; font-family: 'century gothic'; color: #dcdcdc; } .float .float-box li > a { display: block; text-align: center; color: #fff; font-size: 12px; line-height: 90px; } /*背景色更改(2024-7-23)*/ /* .float .float-box li:hover { background-color: #0097d9; } */ .float .float-box li:hover { background-color: #0034DB; } .float .float-box li .qq { line-height: 30px; } .float .float-box li .qq p { font-size: 16px; color: #a8a8a8; margin-bottom: 15px; } .float .float-box li .qq a { display: block; margin-bottom: 15px; } .float .float-box li .qq span { color: #fff; font-size: 12px; } .float .float-box li .qq img { vertical-align: middle; background: #8e8e8e; border-radius: 50%; display: block; height: 50px; width: 50px; margin-left: auto; margin-right: auto; } .float .float-box li .item-message { width: 200px; color: #ffffff; }