* {
  margin: 0;
  padding: 0;
}
body {
  max-width: 1920px;
  margin: 0 auto;
  font-size: 0.18rem;
  color: #fff;
}
.page {
  overflow: hidden;
  position: relative;
}
ul.li {
  list-style: none;
}
a {
  text-decoration: none; /* 去除默认的下划线 */
  outline: none; /* 去除旧版浏览器的点击后的外虚线框 */
  color: #fff; /* 去除默认的颜色和点击后变化的颜色 */
}
/*正常的未被访问过的链接*/
a:link {
  text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
  text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
  text-decoration: none;
}
/* 正在点击的链接，鼠标在元素上按下还没有松开*/
a:active {
  text-decoration: none;
}
/* 获得焦点的时候 鼠标松开时显示的颜色*/
a:focus {
  text-decoration: none;
}

/* 自定義全局樣式 */
.flex-ai-center {
  display: flex;
  align-items: center;
}
.flex-jc-sb {
  justify-content: space-between;
}
.list-content-text {
  overflow: hidden;
  white-space: nowrap; /*当子元素超过父元素宽度的时候，不会折行*/
  text-overflow: ellipsis;
}
.pointer {
  cursor: pointer;
}
/* 默认去除所有元素的点击背景颜色 */
* {
  -webkit-tap-highlight-color: transparent; /* Safari 和 Chrome 移动端浏览器 */
  -moz-tap-highlight-color: transparent; /* Firefox 移动端浏览器 */
  -ms-tap-highlight-color: transparent; /* IE 移动端浏览器 */
  -o-tap-highlight-color: transparent; /* Opera 移动端浏览器 */
  tap-highlight-color: transparent; /* 标准语法 */
}
.ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}



/* 主體 */
.main{
  width: 19.20rem;
  height: 19.20rem;
  background-image: url('../image/bg_news.jpg');
  background-size: 100%;
}

.main .wrap{
  position: absolute;
  top: 5.5rem;
  width: 13.80rem;
  height: 10.30rem;
  background-image: url('../image/bg_news_tab.png');
  background-size: 100%;
  left: 50%;
  margin-left: -6.9rem;
  color: #EEDCAB;
  display: flex;

}
.main .wrap .title{
  margin-top: 1.46rem;
  width: 5.85rem;
  height: 1.46rem;
  line-height: 1.46rem;
  text-align: center;
  font-size: 0.4rem;
  box-sizing: border-box;
}
.main .scroll-wrap{
  margin: 0.5rem;
  width: 100%;
  max-height: 9.3rem;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main .scroll-wrap::-webkit-scrollbar{
  display: none;
}

.main .wrap .item{
  width: 4.32rem;
  height: 2.27rem;
  background-image: url('../image/bg_gift.png');
  background-size: 100%;
  margin: 0.5rem 0 0;
  text-align: center;
  color: #000;
  padding: 0.2rem 0.1rem;
  box-sizing: border-box;
}
.main .wrap  .secondary-title{
  font-size: 0.3rem;
  color: #653E24;
  font-weight: bold;
  
}
.main .wrap .content{
  font-size: 0.14rem;
}
.main .wrap .gift_fgx{
  width: 4.17rem;
}

.main .wrap .btn_lq{
  width: 1rem;
  margin-top: 0.2rem;

}
.main .wrap .code-wrap{
  font-size: 0.26rem;
  color: #B63520;
  display: none;
}
