css部分:
把区域固定在右下角
<style>
.contact_suspension_frame {
right: 0;
z-index: 15;
position: fixed;
bottom: 0;
}
.suspension_frame_box {