﻿@charset "utf-8"; 
 @media (min-width:1025px) {
.home-flexhibbg{position: fixed;top: 20%;left: 0;z-index: 9999;}
.home-flexhibexit{display: flex;align-items: center;width: 36px;height: 36px;background: var(--color);border-radius: 50%;justify-content: center;position: absolute;right:-12px;top: -12px;cursor: pointer;}
.home-flexhibexit span{width: 3px;height: 24px;background: #fff;position: absolute;}
.home-flexhibexit span:nth-child(1){transform: rotate(45deg);}
.home-flexhibexit span:nth-child(2){transform: rotate(-45deg);}
.home-flexhibed img{max-width: 300px;}}