.service_container {position: fixed;bottom: 60px;right: 20px;z-index: 9}
.service_container > div {position: relative}
.service_content {position: absolute;bottom: 70px;right: 0;user-select: none}
.icon_service {cursor: pointer}
.icon_service.icon_open svg:last-of-type {display: none}
.icon_service.icon_close svg:first-of-type {display: none}
.icon_service span {width: 50px;height: 50px;background: #3DA8F5;border-radius: 50%;display: flex;align-items: center;justify-content: center}
.icon_service span:hover {box-shadow: 0 2px 10px rgba(141, 174, 202, 0.4)}
.icon_service svg {fill: #fff;max-width: 100%}
.service_qr {display: none;width: 160px;border-radius: 6px;background: #FFFFFF;box-shadow: 0 9px 24px 0 rgba(144, 144, 144, 0.24);padding: 28px 35px}
.service_qr_title {text-align: center}
.service_qr_title span {font-size: 16px;font-weight: 500;color: #101010;line-height: 1}
.service_qr_container {margin-top: 15px}
.service_qr_container span {width: 160px;height: 160px;display: table-cell;vertical-align: middle;text-align: center}
.service_qr_container img {max-width: 100%}
.triangle {position: relative}
.triangle:after {position: absolute;bottom: -19px;right: 13px;content: '';border: solid 10px;border-color: white transparent transparent}