.box20231103170631{
    position: fixed;
    z-index: 99999999999999;
    right: 0;
    top: 600px;
    width: 100%;
    height: 110px;
	background-color: #fff;
}

.box20231103170631_fixed{
    position: fixed;
    top: 0px;
}
.box20231103170631_top{
	 position: fixed;
    top: 0px;
}



@media(min-width:768px){
.box20231103170631{
    z-index: 99999999999999;
    width: 200px;
}
.box20231103170631_top{
	    position:absolute;
    top: 600px;
}
}
