body {
  color: #191919;
  background-color: #e7f8e4;
}
a{
  color: #191919;
}

.header .logo{
  background-color: #fff;
}
.header button{
  background-color: #06a040;
}
.header .burger_btn .burger .line{
  background-color: #fff;
}

.header .nav_m_mask{
  background: rgba(0, 0, 0, 0.25);
}
.header .nav_m{
  background-color: #e7f8e4;
}
.header .nav_m .btns .nav li a{
  color: #06a040;
}
.header .nav_m .btns .share{
  border-top: 1px dashed #535353;
}
.header .nav_m .btns .share li{
  background-color: #FBF4EE;
}

@media screen and (min-width: 1024px){
  .header .btns{
    background-color: #fff;
  }
  .header .btns .nav li:hover a{
    color: #06a040;
  }
  .header .btns .share{
    border-left: 1px dashed #787878;
  }
  .header .btns .share li{
    background-color: #FBF4EE;
  }
  .header .btns .share li:hover{
    background-color: #06a040;
  }
  .header .burger_btn:hover{
    background-color: #0F427D;
  }
}



.KV{
  background-image: url(../../images/specialreport/bg/KVline-light.svg);
}
.KV .KV_bg .KV_bg_color{
  fill: #92db94;
}
.KV .wrap_text .area_lable .lable{
  border-bottom: 5px solid #fff;
}
.KV .wrap_text .bg_title{
  background: linear-gradient(245deg, #7ad12e 15.83%, #06a040 84.17%);
  color: #fff;
}
.KV .wrap_text .bg_title .area_title{
  border-left: 5px solid #FFF;
}
.KV .gif_icon img{
    filter: brightness(1000%) saturate(0%);
}

.topic{
  background-color: #92db94;
}
.topic .topic_bg .topic_bg_color{
  fill: #e7f8e4;
}

/*topic_item_Odd ---  start*/
.topic .topic_item_Odd .frame_line{
  border-bottom: 5px solid #fff;
  border-left: 5px solid #fff;
}
.topic .topic_item_Odd .frame_line .content .info .title{
  background-color: #d3ff3b
}
.topic .topic_item_Odd .frame_line .content .info .title .text{
  color: #191919;
}
.topic .topic_item_Odd .frame_line .content .info .subtitle .deco_arrow_color{
  fill: #d3ff3b;
}
/*topic_item_Odd ---  end*/

/*topic_item_Even ---  start*/
.topic .topic_item_Even .frame_line{
  border-bottom: 5px solid #fff;
  border-right: 5px solid #fff;
}
.topic .topic_item_Even .frame_line .content .info .title{
  background-color: #d3ff3b
}
.topic .topic_item_Even .frame_line .content .info .title .text{
  color: #191919;
}
.topic .topic_item_Even .frame_line .content .info .subtitle .deco_arrow_color{
  fill: #d3ff3b;
}
/*topic_item_Even ---  end*/

/*more btn ---  start*/
.wrap_more_btn .more_btn .circle{
  background-color: #d3ff3b;
}
.wrap_more_btn .more_btn .circle .icon.arrow::before{
  border-top: 2px solid #191919;
  border-right: 2px solid #191919;
}
.wrap_more_btn .more_btn .button_text{
  color: #191919;
}

/*read more的按鈕hover*/
@media screen and (min-width: 1024px){
  .wrap_more_btn .more_btn:hover .circle .icon.arrow{
    background-color: #191919;
  }
  .wrap_more_btn .more_btn:hover .circle .icon.arrow::before{
    border-top: 2px solid #191919;
    border-right: 2px solid #191919;
  }
  .wrap_more_btn .more_btn:hover .button_text{
    color: #191919;
  }
}
/*more btn ---  end*/

.issue{
  background-color: #e7f8e4;
}
.issue .issue_bg .issue_bg_color{
  fill: #92db94;
}

.issue .issue_content .issue_item{
  background-color: #fff;
}

.issue .issue_content .info .title{
  color: #191919;
}

.issue .deco{
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
}


.ending{
  background-color: #92db94;
}
.ending .area_table .ending_content{
  border-bottom: 5px solid #fff;
}
.ending .area_table .ending_content .text{
  background-color: #e7f8e4;
}


footer{
  background-color: #92db94;
}
.footer_content .follow .logo .logo_white{
  display: block;
}
.footer_content .follow .logo .logo_blue{
  display: none;
}
.footer_content .follow .socialMedia li{
  background-color: #FBF4EE;
}
.footer_content .team .title{
  background-color: #d3ff3b;
  color: #191919;
}

.footer_copyright{
  color: #fff;
  border-top: 1px solid #535353;
}
.footer_copyright a{
  color: #fff;
}

@media screen and (min-width: 1024px){
  .footer_content .follow .socialMedia li:hover{
    background-color: #06a040;
  }
}

.gotop_btn{
  background-color: #fff;
}
.gotop_btn .gotop_arrow_color{
  fill: #191919;
}










