@charset "UTF-8";
.banner {
	display: none;
	position: fixed;
	margin: 17px 20px;
	z-index: 99998;
}

div.banner_posi-1{
	bottom: 40px;
	right: 0px;
}

.banner a {
	text-decoration: none;
}
.banner-body {
}
.banner-body:hover {
	transition: opacity 0.3s ease;
	opacity: 0.7;
}
.banner-close {
	position: absolute;
	top: -15px;
	right: -10px;
	z-index: 99999;
	padding: 8px 8px;
	border: none;
	background-color: #4b3d34;
	border-radius: 25px;
	cursor: pointer;
	width: 30px;
	height: 30px;
}
.banner-close-btn{
	position: absolute;
    top: -11px;
    right: 7px;
    color: #fff;
    font-size: 33px;
}

/* .ft-hidden {
    visibility: hidden;
    opacity: 0;
} */

@media screen and (min-width: 768px) {
    .banner {
        margin: 15px 20px;
    }
    div.banner_posi-1{
        bottom: 20px;
        right: 10px;
    }
    .banner-close {
        position: absolute;
        top: -20px;
        right: -15px;
        width: 40px;
        height: 40px;
    }
    .banner-close-btn{
        position: absolute;
        top: -11px;
        right: 10px;
        color: #fff;
        font-size: 40px;
    }
}