﻿.notice, .newFun {
  position: fixed;
  right: 120px;
  bottom: 0;
  width: 300px;
  z-index: 9999;
  font-family: '微软雅黑','Microsoft Yahei';
  -webkit-box-shadow: 0px 1px 6px rgba(160, 160, 160, 0.65);
          box-shadow: 0px 1px 6px rgba(160, 160, 160, 0.65);
          background-color: #fff;
}
.notice ul{
  background-size: 100px auto;
  background-repeat: no-repeat;
  padding: 10px 40px 0;
  background-position: right center;
}
.notice p {
  border-radius: 2px 2px 0 0;
  height: 30px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
.noticeClose {
  display: inline-block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  border-radius: 0 2px 0 0;
}
.noticeClose:hover{
  background-color: #137be3;
}
.newFun .noticeClose:hover{
  background-color: rgba(18, 74, 130, 0.39);
}
.newFun div{
  padding: 10px 40px 0;
  background-position: right center;
  border-radius: 4px 4px 0 0;
}
.newFun > p {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  padding: 3px 0;
}
.newFun div p {
  text-align: center;
  color: #fff;
  padding-bottom: 10px;
}
.newFun li {
  font-size: 12px;
  list-style: disc;
  list-style-position: inside;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
  margin-top: 10px
}
.notice  div > span:last-child,
.newFun div > a:last-child{
  border-radius: 2px;
  border: 1px solid #3091f2;
  display: block;
  margin: 20px auto 0;
  width: 90px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: #3091f2;
  font-size: 12px;
}
.notice  div > span:last-child:hover,
.newFun div > a:last-child:hover{
  color: #fff;
  background-color: #3091f2;
}
.for-more{
 display: block;
 padding-bottom: 30px;
}
.new-notice{
margin-top: 10px;
font-size: 24px;
font-weight: 600;
text-shadow: 1px 1px 4px rgba(3, 74, 146, 0.8);
}
.title-plate{
 margin-top: 35px;
  bottom: 0;
}
.the-title{
 color: #59607b;
 line-height: unset;
 height: auto;
 padding-top: 10px;
}
.function{
 color: #59607b;
 text-align: left; 
 height: auto;
 line-height: unset; 
 padding-top: 20px;
}
.newFun{
 display: none;
 background-image: url("../../../../static/pc/index/img/newfunbg.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  border-radius: 2px 2px 0 0;
  background-color: #fff;
  padding-bottom: 30px;
}
.newFun-img{
 margin-left: 7px; 
 width: 14px; 
 margin-top: 2px;
 margin-right: 5px;
 vertical-align: top;
}
.count{
 font-size: 13px;
}
.function-onlie{
 margin-top: 27px;
 font-size: 20px;
 text-shadow: 1px 1px 4px rgba(3, 74, 146, 0.8);
}
.look-more{
 margin-top: 55px; 
 bottom: 0; 
 width: 100%;
}


.active-popup {
  z-index: 999;
  position: fixed;
  bottom: 31px;
  right: 90px;
  cursor: pointer;
}
.active-popup img {
  width: 80%;
  height: 80%;
}
.active-popup-close {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 110px;
  font-size: 24px;
  border-radius: 0 2px 0 0;
  color: rgba(178,203,255,1);
}