@charset "UTF-8";
:root{
  --pri-col:#F5E579;
	--main-bg-col:#F6E997;
  --second-col:#FBEC8C;
  --btn-col:#FFEB60;
  --bg-pri:url(https://pic.neungyule.com/neteacher/pc/event/2024/0215/bg_pri_en.png) 50% 0 repeat-x, linear-gradient(to bottom, #00000000 0%, #00000000 30px, var(--pri-col) 30px, var(--pri-col) 100%);
  --bg-second:url(https://pic.neungyule.com/neteacher/pc/event/2024/0215/bg_second_en.png) 50% 0 repeat-x, linear-gradient(to bottom, #00000000 0%, #00000000 30px, var(--second-col) 30px, var(--second-col) 100%);

  --bg-edutech:url(https://pic.neungyule.com/neteacher/pc/event/2024/0215/bg_line_edutech.png) 50% 0 no-repeat, url(https://pic.neungyule.com/neteacher/pc/event/2024/0215/bg_stamp.png) left calc(50% + 540px) top 222px no-repeat,;
  --bg-mall:url(https://pic.neungyule.com/neteacher/pc/event/2024/0215/bg_line_mall_en.png) 50% 0 no-repeat, url(https://pic.neungyule.com/neteacher/pc/event/2024/0215/bg_stamp.png) left calc(50% - 580px) top 222px no-repeat,;
  --bg-newspaper:url(https://pic.neungyule.com/neteacher/pc/event/2024/0215/bg_line_newspaper.png) 50% -4px no-repeat, url(https://pic.neungyule.com/neteacher/pc/event/2024/0215/bg_stamp.png) left calc(50% + 630px) top 238px no-repeat,;
  --bg-plus:url(https://pic.neungyule.com/neteacher/pc/event/2024/0215/bg_line_plus_en.png) 50% 0 no-repeat, url(https://pic.neungyule.com/neteacher/pc/event/2024/0215/bg_stamp.png) left calc(50% - 630px) top 222px no-repeat,;
  --bg-event:url(https://pic.neungyule.com/neteacher/pc/event/2024/0215/bg_line_event_en.png) 50% 0 no-repeat, url(https://pic.neungyule.com/neteacher/pc/event/2024/0215/bg_stamp.png) left calc(50% - 748px) top 386px no-repeat,;
}

.sec_edutech{margin-top:-18px;padding:70px 0 124px;background:var(--bg-edutech) var(--bg-pri)}
.sec_plus{margin-top:-18px;padding:70px 0 124px;background:var(--bg-plus) var(--bg-second)}
.plus_data_list dd:hover a:before{background-color:var(--btn-col);}
