.floatAd{position:fixed;top:65%;right:3%;width:30%;padding:0 1%;background-color:hsla(0,0%,100%,.678);z-index:9999;border-radius:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px rgba(0,0,0,.15)}.floatAd .closeBtn{position:absolute;top:12px;right:12px;border-radius:50%;cursor:pointer;box-shadow:0 2.5px 3px 1px #e3e3e3}.floatAd .closeBtn .icon:before{content:"";background-image:url(/_next/static/media/x_buttom_latest_news.0938f438.svg);width:33px;height:33px;display:block;background-size:cover}.floatAd .textContainer{padding:20px}.floatAd .textContainer p{font-weight:700;font-size:20px;color:#939090}.floatAd .textContainer .title-zh{font-size:26px;color:#656464}.floatAd .textContainer .title-en,.floatAd button{font-size:20px;color:#656464}.floatAd button{padding:10px 50px;background-color:#fff;margin-bottom:20px;letter-spacing:2px;border-radius:20px;box-shadow:0 2.5px 4px 0 #c5c5c5}@media screen and (max-width:992px){.floatAd{top:75%;left:-10px;width:40%}}@media screen and (max-width:768px){.floatAd{width:45%}.floatAd .textContainer p{font-size:18px}.floatAd .textContainer .title-zh{font-size:24px}.floatAd .textContainer .title-en,.floatAd button{font-size:18px}}@media screen and (max-width:576px){.floatAd{width:100%;top:100px;left:0;border-radius:0;padding:1%;animation:slide-right 1s cubic-bezier(.25,.46,.45,.94) both}.floatAd .closeBtn{top:8px;right:10px}.floatAd .closeBtn .icon:before{width:27px;height:27px}.floatAd .textContainer{padding:10px 10px 10px 15px;text-align:center}.floatAd .textContainer p{font-size:16px}.floatAd .textContainer .title-zh{font-size:18px}.floatAd .textContainer .title-en{font-size:16px}.floatAd button{font-size:16px;padding:8px 40px}}@keyframes slide-right{0%{transform:translateX(-200px)}to{transform:translateX(0)}}