@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-family: 'Noto Sans TC' , sans-serif;
	vertical-align:baseline;
	text-decoration:none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
body, html{
	overflow-anchor: none;
	width:100%;
	height: auto;
	color: #333;
}
html{
	font-size: 18px;
}
.toggle,.hide{
  display: none;
}
.w1200{
	width: 1200px;
	text-align: center;
	margin: 0 auto;
	padding: 100px 0;
}
footer {
  position: relative;
  z-index: 9;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}
footer .icon_fb {
  background-image: url(../img/icon_fb.png);
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
footer .icon_line {
  background-image: url(../img/icon_line.png);
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
}
.footer_inner {
  margin: 0px auto;
  padding: 15px 30px;
  max-width: 1180px;
  overflow: hidden;
}
.footer_top {
  background-color: #fff;
}
.footer_top .footer_inner {
  display: flex;
  flex-wrap: wrap;
}
.footer_bottom {
  background-color: #27327a;
  color: #fff;
}
.footer_bottom .footer_inner {
  text-align: center;
}
.footer_link ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: 2px;
}
.footer_link li {
  display: inline-block;
  float: left;
  position: relative;
  margin-bottom: 15px;
}
.footer_link li:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #262626;
  left: -2px;
}
.footer_link li:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #262626;
  right: 1px;
}
.footer_link a {
  padding: 0 20px;
  color: #262626;
}
.footer_link .style_pc {
  display: none;
}
.footer_link .style_mb {
  display: none;
}
.footer_info li {
  margin-bottom: 15px;
  line-height: 18px;
  display: flex;
}
.footer_info .link_map {
  border-radius: 15px;
  color: #fff;
  background: #112879;
  padding: 2px 5px;
  margin-left: 3px;
}
.footer_title {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 15px;
}
.icon_footer_fb:before {
  content: "";
  background-image: url(../img/icon_footer_fb.png);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  flex: 0 0 16px;
  max-width: 16px;
}
.icon_footer_map:before {
  content: "";
  background-image: url(../img/icon_footer_map.png);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  flex: 0 0 18px;
  max-width: 18px;
}
.icon_footer_phone:before {
  content: "";
  background-image: url(../img/icon_footer_phone.png);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  flex: 0 0 18px;
  max-width: 18px;
}
.copyright {
  font-size: 12px;
  line-height: 26px;
  display: inline-block;
}
.footer_more_content {
  padding: 15px 0 0 10px;
  border-radius: 10px;
  background: #cdcdcd;
  overflow: hidden;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  display: none;
}
.footer_more_content.active2 {
  display: block;
}
.btn_footer_more {
  cursor: pointer;
}
.btn_footer_more.active2 .icon-footer-arrow {
  transform: rotate(0deg);
}
.icon-footer-arrow {
  background: url(../img/arr2.png) no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(-180deg);
}
a.water{
	position: fixed;
	z-index: 10;
}
a.gift{
	width: 185px;
	height: 180px;
	right: 1%;
	bottom: 16%;
	z-index: 6;
}
a.gift span{
	position: absolute;
	background: url(../img/waterbg.png) no-repeat center;
	display: block;
	width: 185px;
	height: 185px;
	animation-name: ww;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes ww{
    0%  {transform: rotate(0deg); transform-origin:50% 50%;}
    50% {transform: rotate(180deg); transform-origin:50% 50%;}
    100%{transform: rotate(360deg); transform-origin:50% 50%;}
}
a.gift i{
	position: absolute;
	background: url(../img/waterp.png) no-repeat center;
	display: block;
	width: 85px;
	height: 159px;
	top: -30px;
	left: calc(50% - 42px);
	transform: scale(0.9);
	transition: 0.3s;
}
a.gift:hover i{
	transform: scale(1.0);
}
a.gift b{
	position: absolute;
	background: url(../img/star2.png) no-repeat center;
	display: block;
	width: 27px;
	height: 36px;
	animation-name: bb;
	animation-duration: 5s;
	animation-iteration-count: infinite;
}
@keyframes bb{
    0%  {transform: scale(0.1); opacity: 0; margin: 0}
    15% {transform: scale(1.0); opacity: 1; margin: 0}
    30% {transform: scale(0.1); opacity: 0; margin: 0}
    40% {transform: scale(0.1); opacity: 0; margin: -10px 0 0 150px;}
    50% {transform: scale(1.0); opacity: 1; margin: -10px 0 0 150px;}
    65% {transform: scale(0.1); opacity: 0; margin: -10px 0 0 150px;}
    75% {transform: scale(0.1); opacity: 0; margin: -50px 0 0 50px;}
    88% {transform: scale(1.0); opacity: 1; margin: -50px 0 0 50px;}
    100%{transform: scale(0.1); opacity: 0; margin: -50px 0 0 50px;}
}
a.gototop{
	width: 59px;
	height: 59px;
	background: url(../img/gototop.png) no-repeat center;
	background-size: contain;
	right: 4%;
	bottom: 5%;
	transition: 0.3s;
	z-index: 10;
}
a.gototop:hover{
	transform: scale(1.2);
	filter: contrast(2);
}
.top{
	width: 100%;
	height: 70px;
	position: fixed;
	top: 0px;
	padding-top: 30px;
	z-index: 200;
}
.top.sticky{
	padding-top: 15px;
	height: 60px;
  background: rgba(24, 100, 250, 0.9);
}
.top.sticky .nav{
	top: 25px;
}
a.logo{
	position: absolute;
	background: url(../img/logo_w.png) no-repeat;
	background-size: contain;
	display: block;
	width: 180px;
	height: 50px;
	left: 10%;
}
.nav{
	position: absolute;
	right: 10%;
	top: 40px;
}
.nav > div{
	display: inline-block;
	height: 24px;
	margin: 0 20px;
	cursor: pointer;
	transition: 0.3s;
	cursor: pointer;
}
.nav > div:hover{
	transform: scale(1.1);
}
.nav > div span{
	display: inline-block;
	background: url(../img/tl-3.gif) no-repeat;
	width: 56px;
	height: 24px;
	margin-left: 140px;
}
.n1{
	background: url(../img/nav1.png) no-repeat;
	background-size: contain;
	width: 124px;
}
.n1.on{
	background: url(../img/nav1a.png) no-repeat;
	background-size: contain;
}
.n2{
	background: url(../img/nav2.png) no-repeat left;
	background-size: contain;
	width: 191px;
}
.n2.on{
	background: url(../img/nav2a.png) no-repeat left;
	background-size: contain;
}
.n3{
	background: url(../img/nav3.png) no-repeat left;
	background-size: contain;
	width: 189px;
}
.n3.on{
	background: url(../img/nav3a.png) no-repeat left;
	background-size: contain;
}
.n4{
	background: url(../img/nav4.png) no-repeat;
	background-size: contain;
	width: 86px;
}
.n4.on{
	background: url(../img/nav4a.png) no-repeat;
	background-size: contain;
}
.kv{
	position: relative;
	background: url(../img/kv_bg.png) center;
	width: 100%;
	height: 900px;
	z-index: 2;
	overflow: hidden;
}
.kv > div{
	position: absolute;
}
.kv_t1{
	background: url(../img/kv_t1.png) center no-repeat;
	background-size: contain;
	width: 616px;
	height: 296px;
	top: 220px;
	left: calc(50% - 650px);
}
.kv_t1s{
	position: absolute;
	background: url(../img/kv_t1s.png) center no-repeat;
	background-size: contain;
	width: 63px;
	height: 114px;
	z-index: 5;
	top: 132px;
	right: 36px;
	animation-name: kv_t1s;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}
@keyframes kv_t1s{
    0%  {transform: scale(1.0); filter: brightness(1);}
    20% {transform: scale(1.3); filter: brightness(1.2);}
    30% {transform: scale(1.0); filter: brightness(1);}
    50% {transform: scale(1.5); filter: brightness(1.2);}
    65% {transform: scale(1.0); filter: brightness(1);}
    100%{transform: scale(1.0);}
}
.kv_t2{
	background: url(../img/kv_t2.png) center no-repeat;
	background-size: contain;
	width: 497px;
	height: 165px;
	top: 520px;
	left: calc(50% - 550px);
}
.kvcard{
	cursor: pointer;
	animation-name: kvcard;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
@keyframes kvcard{
    0%  {margin-top: 0; filter: brightness(1) drop-shadow(0px -5px 10px rgba(0, 0, 0, 0.3));}
    5%  {margin-top: -5px; filter: brightness(1.1) drop-shadow(0px -5px 10px rgba(0, 0, 0, 0.3));}
    10% {margin-top: 0; filter: brightness(1.2) drop-shadow(0px -5px 10px rgba(0, 0, 0, 0.3));}
    20% {margin-top: 0; filter: brightness(1) drop-shadow(0px -5px 10px rgba(0, 0, 0, 0.3));}
    100%{margin-top: 0; filter: brightness(1) drop-shadow(0px -5px 10px rgba(0, 0, 0, 0.3));}
}
.kv_c1{
	background: url(../img/kv_c1.png) center no-repeat;
	background-size: contain;
	width: 318px;
	height: 372px;
	top: 205px;
	left: calc(50% + 5px);
}
.kv_c2{
	background: url(../img/kv_c2.png) center no-repeat;
	background-size: contain;
	width: 248px;
	height: 333px;
	top: 180px;
	left: calc(50% + 220px);
	animation-delay: 0.2s;
}
.kv_c3{
	background: url(../img/kv_c3.png) center no-repeat;
	background-size: contain;
	width: 341px;
	height: 380px;
	top: 210px;
	left: calc(50% + 365px);
	animation-delay: 0.4s;
}
.kv_c4{
	background: url(../img/kv_c4.png) center no-repeat;
	background-size: contain;
	width: 323px;
	height: 380px;
	top: 445px;
	left: calc(50% - 5px);
	animation-delay: 0.6s;
}
.kv_c5{
	background: url(../img/kv_c5.png) center no-repeat;
	background-size: contain;
	width: 251px;
	height: 347px;
	top: 440px;
	left: calc(50% + 200px);
	animation-delay: 0.8s;
}
.kv_c6{
	background: url(../img/kv_c6.png) center no-repeat;
	background-size: contain;
	width: 347px;
	height: 403px;
	top: 450px;
	left: calc(50% + 305px);
	animation-delay: 1s;
}
.kv_g1{
	background: url(../img/kv_g1.png) center no-repeat;
	background-size: contain;
	width: 193px;
	height: 189px;
	top: 650px;
	left: calc(50% - 330px);
	cursor: pointer;
}
.kv_g2{
	background: url(../img/kv_g2.png) center;
	background-size: contain;
	width: 183px;
	height: 182px;
	top: 570px;
	left: calc(50% - 220px);
	cursor: pointer;
}
.kv_g3{
	background: url(../img/kv_g3.png) center;
	background-size: contain;
	width: 61px;
	height: 61px;
}
.gg1{
	top: 710px;
	left: calc(50% - 410px);
}
.gg2{
	top: 740px;
	left: calc(50% - 100px);
	transform: scaleX(-1)!important;
}
.gg3{
	top: 700px;
	left: calc(50% - 50px);
	transform: scale(0.6)!important;
}
.kv_star{
	background: url(../img/star.png) center;
	background-size: contain;
	width: 22px;
	height: 55px;
	top: 650px;
	left: calc(50% - 220px);
	animation-name: bb;
	animation-duration: 5s;
	animation-iteration-count: infinite;
}
.ks2{
	top: 750px;
	left: calc(50% - 320px);
	animation-delay: 1s;
}
.kv_hand{
	background: url(../img/kv_hand.png) no-repeat top left;
	width: 785px;
	height: 262px;
	left: calc(50% + 520px);
	bottom: 0;
}
.p1{
	position: relative;
	background: url(../img/bg1.png) top center;
	width: 100%;
	overflow: hidden;
}
.title{
	position: relative;
	background: url(../img/title.png) no-repeat center;
	width: 100%;
	height: 64px;
}
.wbg{
	position: relative;
	background: #eef6ff;
	border-radius: 30px;
	width: calc(100% - 100px);
	padding: 50px;
	margin: 80px auto 30px auto;
}
.tit1,.tit2{
	position: relative;
	background: url(../img/title1.png) no-repeat center;
	height: 90px;
	margin-top: -80px;
}
.sub{
	width: 100%;
	margin-top: 50px;
}
.sub1{
	background: url(../img/sub1.png) no-repeat center;
	height: 95px;
}
.p1a{
	margin-top: 30px;
}
.p1a > div{
	display: inline-block;
	margin: 10px 20px;
	height: 352px;
}
.p1a1{
	background: url(../img/p1a.png) no-repeat;
	background-size: contain;
	width: 370px;
}
.p1a2{
	background: url(../img/p1b.png) no-repeat;
	background-size: contain;
	width: 627px;
}
.p1a3{
	background: url(../img/p1c.png) no-repeat;
	background-size: contain;
	width: 370px;
}
.p1a4{
	background: url(../img/p1d.png) no-repeat;
	background-size: contain;
	width: 615px;
}
.tit2{
	background: url(../img/title2.png) no-repeat center;
}
.sub2{
	background: url(../img/sub2.png) no-repeat center;
	height: 32px;
}
.p2a1{
	background: url(../img/p2a.png) no-repeat;
	background-size: contain;
	width: 369px;
}
.p2a2{
	background: url(../img/p2b.png) no-repeat;
	background-size: contain;
	width: 369px;
}
.p2{
	position: relative;
	background: url(../img/bg2.png) top center;
	width: 100%;
	overflow: hidden;
}
.tit3{
	background: url(../img/title3.png) no-repeat center;
	background-position-x: calc(50% - 90px);
	height: 62px;
}
.tit3 span,.tit4 span{
	position: absolute;
	display: block;
	background: url(../img/tl-1.gif) no-repeat center;
	width: 160px;
	height: 63px;
	left: calc(50% + 100px);
}
.sub3{
	background: url(../img/sub3.png) no-repeat center;
	height: 27px;
}
.p2a{
	position: relative;
}
#sec7{
	position: absolute;
	top: -100px;
}
.p2bg{
	width: 550px;
	padding: 20px 85px;
	border-radius: 15px;
	margin: 60px 0 10px 50px;
	color: #fff;
	text-align: left;
}
.p2bg a{
	text-decoration: underline;
}
.blu{
	background: rgba(0, 30, 195, 0.8);
	font-weight: 300;
}
.blu a{
	color: #fff;
}
.stit{
	width: 100%;
	height: 45px;
	margin-bottom: 20px;
}
.st1{
	background: url(../img/stit1.png) no-repeat center;
}
.st2{
	background: url(../img/stit2.png) no-repeat center;
}
.st3{
	background: url(../img/stit3.png) no-repeat center;
}
.blu span{
	color: #ffda22;
}
.tip{
	font-size: 20px;
	font-weight: 700;
}
.tip span{
	display: inline-block;
	padding: 10px 20px;
	border-radius: 5px;
	border: 1px solid #fff;
	margin: 15px 30px 0 0;
	color: #fff;
	font-weight: 500;
	vertical-align: baseline;
}
.tip i{
	display: inline-block;
	vertical-align: bottom;
}
.p2bg p{
	font-size: 20px;
	background: linear-gradient(to right, transparent 0%,#00296b 50%,transparent 100%);
	margin: 5px 0;
	padding: 10px 0;
	letter-spacing: 2px;
}
.p2bg p span{
	font-size: 26px;
	letter-spacing: 4px;
	font-weight: 900;
	margin-left: 5px;
}
.warn{
	font-size: 16px;
	line-height: 1.2;
}
.butout{
	width: 700px;
	margin: 20px 0;
	text-align: center;
}
.butout > a{
	position: relative;
	display: inline-block;
	width: 276px;
	height: 84px;
	margin: 0 10px;
	transition: 0.3s;
}
.butout > a:hover{
	filter: drop-shadow(1px 1px 5px);
}
a.count{
	background: url(../img/b1.png) no-repeat center;
	background-size: contain;
}
a.go{
	background: url(../img/b2.png) no-repeat center;
	background-size: contain;
}
.butout > a span{
	position: absolute;
	display: block;
	background: url(../img/arr.png) no-repeat center;
	background-size: contain;
	width: 14px;
	height: 27px;
	top: 29px;
	left: calc(50% + 100px);
	animation-name: arr;
	animation-duration: 0.5s;
	animation-iteration-count: infinite;
}
@keyframes arr{
    0%  {margin-left: 0}
    30% {margin-left: 3px}
    50% {margin-left: 0}
    100%{margin-left: 0}
}
.card{
	position: absolute;
	width: 429px;
	height: 538px;
	top: 130px;
	left: calc(50% + 130px);
}
.cc1{
	background: url(../img/card1.png) no-repeat center;
	background-size: contain;
}
.cc2{
	background: url(../img/card2.png) no-repeat center;
	background-size: contain;
}
.cc3{
	background: url(../img/card3.png) no-repeat center;
	background-size: contain;
}
.ill1{
	position: absolute;
	background: url(../img/ill.png) no-repeat center;
	background-size: contain;
	width: 111px;
	height: 69px;
	top: 50px;
	left: calc(50% + 380px);
}
.pink{
	background: #fdf2f7;
	color: #00296b;
	font-weight: 500;
}
.pink a{
	color: #00296b;
}
.pink span{
	color: #e872a2;
}
.pink .tip span{
	border: 1px solid #e872a2;
	color: #00296b;
}
.p2bg.pink p{
	background: linear-gradient(to right, transparent 0%,#feb8da 50%,transparent 100%);
}
.p2bg.pink p span{
	color: #da559a;
}
.p3{
	position: relative;
	background: url(../img/bg3.png) top center;
	width: 100%;
	overflow: hidden;
}
.tit4{
	background: url(../img/title4.png) no-repeat center;
	background-position-x: calc(50% - 90px);
	height: 62px;
}
.tit4 span{
	background: url(../img/tl-2.gif) no-repeat center;
}
.sub4{
	background: url(../img/sub4.png) no-repeat center;
	height: 27px;
}
.yell{
	background: #fff8cb;
	color: #333;
	font-weight: 500;
}
.yell a{
	color: #333;
}
.yell span{
	color: #f15a24;
}
.yell .tip span{
	border: 1px solid #f15a24;
	color: #333;
}
.p2bg.yell p{
	background: linear-gradient(to right, transparent 0%,#fff 50%,transparent 100%);
}
.p2bg.yell p span{
	color: #f15a24;
}
.yell2 a.count{
	background: url(../img/b3.png) no-repeat center;
	background-size: contain;
}
.yell2 a.go{
	background: url(../img/b4.png) no-repeat center;
	background-size: contain;
}
.butout.yell2 > a span{
	background: url(../img/arr1.png) no-repeat center;
	background-size: contain;
}
.top.rule_top{
	background: #1866fc;
}
.rule{
	width: 100%;
	background: url(../img/bg4.png) top center;
	padding-top: 160px;
	text-align: center;
}
h1{
	font-size: 60px;
	color: #1866fc;
	font-weight: 900;
	padding:30px 0;
}
.h1a{
	font-size: 30px;
	font-weight: 500;
}
.w1120{
	position: relative;
	width: 1120px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
}
.r_title{
	width: 100%;
	background: url(../img/info_title.png);
	height: 60px;
	text-align: center;
	margin: 40px auto;
}
.r_title.noline{
	background: none;
}
.r_title span{
	border-radius: 50px;
	background: #1866fc;
	padding: 2px 30px 5px 30px;
	color: #fff;
	font-size: 35px;
	font-weight: 500;
	vertical-align: middle;
}
.r_title span i{
	display: inline-block;
	background: url(../img/arr3.png) no-repeat center;
	width: 20px;
	height: 20px;
	margin-left: 10px;
}
.r_title.open{
	cursor: pointer;
	transition: 0.3s;
}
.r_title.open.on  span i{
	transform: rotate(180deg);
}
.r_title.open:hover{
	filter: brightness(1.2);
}
h2{
	background: url(../img/ill2.png) no-repeat left top;
	color: #1f3477;
	font-size: 40px;
	font-weight: 700;
	height: 54px;
	padding:20px 0 20px 15px;
}
.rule p{
	font-size: 20px;
}
table.table1 ,table.table2 ,table.table3, table.table4{
	border-collapse: collapse;
	font-size: 20px;
	width: 800px;
	border: 5px solid #1866fc;
	background: #fff;
	text-align: center;
	margin: 20px 0 70px 0;
}
table.table1 thead{
	background: #1866fc;
	color: #fff;
}
table.table1 td{
	padding: 10px 20px;
	vertical-align: middle;
	border: 3px solid #1866fc;
}
table.table1 td:first-child{
	width: 30%;
}
table.table1 td:nth-child(2){
	width: 50%;
}
table.table1 td:last-child{
	width: 20%;
}
table.table1 .warn{
	text-align: left;
}
h3{
	font-size: 37px;
	font-weight: 700;
	text-align: center;
	margin: 0 auto 150px auto;
	color: #1f3477;
}
.y_tit{
	width: 100%;
	height: 45px;
	margin: 30px 0 10px 0;
}
.yt1{
	background: url(../img/info_title2.png) no-repeat left top;
}
.yt2{
	background: url(../img/info_title3.png) no-repeat left top;
}
.yt3{
	background: url(../img/info_title4.png) no-repeat left top;
}
.yt4{
	background: url(../img/info_title5.png) no-repeat left top;
}
.yt5{
	background: url(../img/info_title6.png) no-repeat left top;
}
.warn2{
	width: calc(100% - 100px);
	font-size: 16px;
	background: #e6e6e6;
	border-radius: 15px;
	padding: 10px 50px 20px 50px;
	margin: 20px 0 60px 0;
}
ul.notice{
	list-style: decimal;
	font-weight: 500;
	font-size: 20px;
	padding-left: 25px;
}
ul.notice li{
	padding-bottom: 5px;
}
ul.notice a{
	text-decoration: underline;
	color: #f7931e;
}
.info{
	position: relative;
	background: #fff;
	border-radius: 20px;
	padding: 20px;
	width: calc(100% - 40px);
	color: #1a1a1a;
	font-size: 20px;
	margin: 20px 0;
}
#sec4,#sec5,#sec6{
	position: absolute;
	top: -200px;
}
h4{
	font-size: 28px;
	font-weight: 700;
}
.info ul li{
	text-indent: -22px;
	padding-left: 22px;
	a{
		color: #000;
	}
}
h5{
	font-size: 24px;
	font-weight: 500;
}
table.table2 {
	width: 650px;
	border: 2px solid #000;
	text-align: left;
	margin: 20px 0;
}
table.table2 td{
	border: 2px solid #000;
	padding: 5px 10px;
} 
table.table3,table.table4{
	border: 1px solid #dfdbdb;
	margin: 20px 0;

}
table.table3 td,table.table4 td{
	border: 1px solid #dfdbdb;
	padding: 5px 10px;
	vertical-align: middle;
} 
table.table3 thead,table.table4 thead{
	background: #e4f4ff;
}
table.table4{
	width: 100%;
	font-size: 18px;
}
table.table4 td{
	padding: 5px 0;
} 
.r_ill1{
	position: absolute;
	background: url(../img/ill3.png) no-repeat center;
	background-size: contain;
	width: 275px;
	height: 402px;
	top: 320px;
	left: calc(50% + 290px);
}
.r_ill2,.r_ill3{
	position: absolute;
	background: url(../img/ill4.png) no-repeat center;
	background-size: contain;
	width: 69px;
	height: 251px;
	top: 1250px;
	left: calc(50% - 550px);
	animation-name: r_ill;
	animation-duration: 10s;
	animation-iteration-count: infinite;
}
.r_ill3{
	background: url(../img/ill5.png) no-repeat center;
	background-size: contain;
	width: 109px;
	height: 236px;
	left: calc(50% + 450px);
	animation-duration: 12s;
	animation-delay: 0.5s;
}
@keyframes r_ill{
    0%  {margin: 0}
    15% {margin: 10px 0 0 20px}
    35% {margin: -5px 5px 0 0}
    55% {margin: 20px 0 0  10px}
    75% {margin: -10px 0 0 -10px}
    90% {margin: 6px 15px 0 0 }
    100%{margin: 0}
}