﻿.home-notice{position:fixed;bottom:0;right:0;width:400px;min-height:120px;padding:15px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#ff7823;color:#fff;border-radius:100px 10px 0;z-index:2;box-shadow:rgba(100, 100, 111, 0.2) 0px 7px 29px 0px}
.home-notice .title{font-size:24px;font-weight:bold;cursor:pointer;transition:all .3s ease-in-out}
.home-notice:hover{background:#f66e18;}
.home-notice .content{display:none}
.home-notice .info{margin:5px 0;}
.home-notice .desc{font-weight:bold}
.home-notice .desc a:hover{color:var(--color)}
.home-notice .popwindow-close{display:none;cursor:pointer;position:absolute;right:20px;top:20px;}
.home-notice .popwindow-close em{font-size:40px;line-height:1;font-weight:bold;color:var(--fontcolor)}
.home-notice.act .popwindow-close{display:block}
.home-notice.act{width:auto;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:10px;background:#fff;bottom:auto;z-index:999999}
.home-notice.act .title{color:var(--fontcolor)}
.home-notice.act .content{color:red;display:block;font-size:var(--fontsize20)}
.home-notice.act .content .info{color:var(--fontcolor)}
@media (max-width:1280px){.home-notice.act{width:80%}}
@media (max-width:1024px){.home-notice.act{width:90%}}
@media (max-width:768px){
.home-notice{padding:15px;min-height:70px;width:350px;}
.home-notice .title{font-size:20px;line-height:1.5}
.home-notice .content{font-size:15px;line-height:1.5}
.home-notice.act .content{font-size:var(--fontsize16)}
.home-notice .popwindow-close{right:10px;top:20px;}
.home-notice .popwindow-close em{font-size:30px;}
}
@media (max-width:550px){
.home-notice{width:300px;}
.home-notice .title{font-size:18px}
.home-notice.act .content{font-size:var(--fontsize14)}
.home-notice .popwindow-close{top:10px}
.home-notice .popwindow-close em{font-size:20px;}
}