/* CSS Document */
* {
	list-style: none;
}
html {
	font: normal 18px/1.8 "Microsoft Yahei", "PingFang", "Droid Sans";
}
body {
	background: #fff;
	font-size: 1rem;
	line-height: 1.8;
	color: #2e2e2e;
}
ul, li, dl, dt, dd, ol, p, img {
	list-style: none;
	border: none;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
a {
	color: #333;
}
a:hover {
	color: #333;
	opacity: 0.88;
	text-decoration: none;
}
.text-primary {
	color: #1d9bfb;
}
 @media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 1430px;
}
}
.header-bg{ width:100%; background:url(../img/header-bg.jpg) center bottom no-repeat;}

.header-box {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
#header-title-h1 {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	margin-top: 3px;
	font-weight: 700;
}
.header-title span {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
}
.video-box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}
.video-box video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mask-box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .2);
}
.header-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.banner-title {
	position: relative;
	width: fit-content;
}
.banner-title h1 {
	color: #FFF;
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background: linear-gradient(90deg, rgba(253, 95, 95, 0.8) 0%, rgba(241, 155, 34, 0.8) 100%), #FFF;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.banner-label {
	position: absolute;
}
.banner-label span {
	position: absolute;
	color: #2E5F5F;
	font-weight: 500;
	font-family: PingFang SC;
}
.banner-label span i {
	font-style: normal;
}
.banner-p1 {
	font-family: 'Microsoft YaHei';
	font-weight: 400;
	text-align: center;
	color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
}
a.contact-but {
	width: 250px;
	height: 68px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 68px;
	background: linear-gradient(90deg, rgba(255, 88, 88, 0.80) 0%, rgba(240, 152, 25, 0.80) 100%), #FFF;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
	color: #fff;
}
a.contact-but i {
	font-size: 1.5rem;
}
a.contact-but span {
	color: #fff;
	margin-left: 10px;
	font-size: 1.2rem;
}
a.contact-but::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: '';
	width: 350px;
	height: 350px;
	border-radius: 175px;
	background: rgba(255, 255, 255, 0.16);
	animation: banner-download 1s linear infinite;
}
.topnav {
	padding: 0;
}
.topnav .navbar-nav .nav-link {
 padding:.5rem;
	color: #fff;
	font-size: 1.12rem;
}
.topnav .navbar-nav .nav-link:hover {
	color: #f5a54e;
}
.topnav .navbar-nav .nav-link.active {
	color: #f5a54e;
}
.icon-card .card {
	border-radius: 13px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	background: rgba(255, 255, 255, 0.5);
	box-sizing: border-box;
}
.icon-card .card-text {
font-size:.88rem;
}
.banner-num-box {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	width: 40%;
}
.banner-num-box p {
	color: #FFF;
	text-align: center;
	line-height: 100%;/* 20px */
}
.banner-num-box p span {
	margin-right: 8px;
	color: #FFF;
	text-align: center;
	font-family: Microsoft YaHei UI;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	/* 35px */
	background: linear-gradient(90deg, rgba(253, 95, 95, 0.8) 0%, rgba(241, 155, 34, 0.8) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.transition-bg {
	background: url(../img/transition-bg.jpg) left top no-repeat;
}
.format {
	position: relative;
	width: fit-content;
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 700;
	font-size: 2rem;
	line-height: 48px;
	text-align: center;
	color: #2E2E2E;
}
.tab-nav-wrapper {
	width: 720px;
	margin: 0 auto;
	background: #f7f8fa;
	border-radius: 30px;
}
.tab-nav-wrapper li a {
padding:.5rem 1rem;
}
.tab-nav-wrapper li a.active {
	background: linear-gradient(90deg, rgba(230, 178, 108, 1) 0%, rgba(247, 204, 150, 0.80) 100%);
	color: #fff;
	border-radius: 30px;
}
.tab-nav-wrapper li i {
	margin-right: 5px;
	font-size: 1.5rem;
}
.list-1 li {
	background: #fff6f4;
padding:.8rem 1.5rem;
	margin: 1rem 0;
}
.list-1 li img {
	margin-right: 5px;
}
.gnjg-bg {
	background: #eef0fa url(../img/gnjg-bg.jpg) center bottom no-repeat;
	padding-bottom: 3rem;
}
.gnjg-title {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 140px;
	left: 0;
	text-align: center;
}
.tab-content ,#case{ width:100%; overflow:hidden;}
.seat {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	margin-top: 280px;
	width: 100%;
	z-index: 99;
}
.scen-content {
	position: relative;
	width: 374px;
	height: 289px;
	overflow: hidden;
}
.seat>ul {
	display: flex;
}
.seat>ul>li {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 40px;
}
.seat>ul>li h4 {
	width: 344px;
	height: 76px;
	background: url(../img/gnjg-list-bg.png) center center no-repeat;
	font-size: 1.12rem;
	text-align: center;
	line-height: 55px;
}
.seat>ul>li:last-child {
	margin-right: 0;
}
.seat>ul>li>img {
	position: absolute;
	top: 20px;
	right: -44px;
}
.list-gnjg {
	display: flex;
}
.list-gnjg li {
	width: 100%;
	padding: 1rem;
	background: linear-gradient(180deg, rgba(230, 178, 108, 1) 0%, rgba(247, 204, 150, 0.80) 100%);
	border-radius: 12px;
	text-align: center;
	color: #fff;
}
.list-gnjg li p {
	margin: 1rem 0;
	background: #ffefdb;
	border: 1px solid #fcca97;
	border-radius: 6px;
font-size:.88rem;
	line-height: 2.5;
	color: #666;
}
.gnjg-box {
	padding: 1rem;
	background: linear-gradient(180deg, rgba(230, 178, 108, 1) 0%, rgba(247, 204, 150, 0.80) 100%);
	border-radius: 12px;
	text-align: center;
	color: #fff;
}
.list-gnjg2 p {
	padding: 1rem;
	margin: 1rem;
	background: #ffefdb;
	border: 1px solid #fcca97;
	border-radius: 6px;
font-size:.88rem;
	line-height: 1.5;
	text-align: left;
	color: #666;
}
.list-gnjg2 {
	display: flex;
}
.price-container {
	display: flex;
	flex-wrap: wrap;
}
.price-container .box {
	flex: 1;
margin:.2rem 1%;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
	padding-bottom: 1rem;
}
.price-container .box .class-pri {
	padding: 1rem;
	background: linear-gradient(180deg, rgba(255, 243, 239, 1) 0%, rgba(255, 255, 255, 0.80) 100%);
}
ul.price-list {
	display: flex;
	flex-wrap: wrap;
padding:.5rem;
	min-height: 380px;
	align-content: flex-start
}
ul.price-list .entry {
	padding: 5px;
	flex: 0 0 42%;
margin:.2rem .6rem;
	overflow: hidden;
	text-align: center;
	background: #fffaf8;
font-size:.88rem;
}
.box:nth-of-type(3) ul.price-list > li:last-child {
	flex: 0 0 90%;
}
.box:nth-of-type(4) ul.price-list > li:first-child {
	flex: 0 0 90%;
}
.flex-h {
	min-height: 130px;
	line-height: 1.5;
}
.flex-h h2 {
	display: inline-table;
	color: #dc3545;
}
.flex-h .small {
font-size:.88rem;
}
/* ����Ⱥ�� */
.szct-bg {
	background: #fffcf9;
}
.scen-box {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.scen-box-maksing {
	display: flex;
	justify-content: center;
	align-items: end;
	width: 1164px;
	height: 610px;
	background: url(../img/scenarios-bg.png) no-repeat center/cover;
}
.scen-box-content {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: end;
	width: 953px;
	height: 515px;
	background: url(../img/scen-bg.png) no-repeat center/cover;
}
.scen-box-img {
	display: flex;
	justify-content: center;
	align-items: end;
	width: 466px;
	height: 333px;
	background: url(../img/scen-img-mask.png) no-repeat center/cover;
}
#scen-box-img>img {
	display: block;
	margin-right: 0;
}
.scen-box-content>div {
	position: absolute;
	color: #666;
	cursor: pointer;
}
.scen-box-content>div>i {
	font-size: 1.25rem;
}
.scen-box-content>div>div>ul {
	position: absolute;
	left: 0;
	display: flex;
}
.scen-box-content>div>img {
	margin-right: 8px;
}
.scen-box-content>div.active {
	background: linear-gradient(90deg, rgba(230, 178, 108, 1) 0%, rgba(247, 204, 150, 0.80) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.scen-box-content>div:nth-child(2) {
	bottom: 37px;
	left: 57px;
}
.scen-box-content>div:nth-child(3) {
	bottom: 135px;
	left: 91px;
}
.scen-box-content>div:nth-child(4) {
	bottom: 230px;
	left: 130px;
}
.scen-box-content>div:nth-child(5) {
	bottom: 325px;
	left: 214px;
}
.scen-box-content>div:nth-child(6) {
	bottom: 385px;
	left: 424px;
}
.scen-box-content>div:nth-child(7) {
	bottom: 325px;
	left: 650px;
}
.scen-box-content>div:nth-child(8) {
	bottom: 230px;
	left: 730px;
}
.scen-box-content>div:nth-child(9) {
	bottom: 135px;
	left: 760px;
}
.scen-box-content>div:nth-child(10) {
	bottom: 37px;
	left: 765px;
}
.seat3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 90px;
	width: 100%;
}
.seat3>ul {
	display: flex;
}
.seat3>ul>li {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 320px;
	height: 245px;
	margin-right: 90px;
}
.seat3>ul>li:last-child {
	margin-right: 0;
}
.seat3>ul>li>p {
	text-align: center;
}
.seat3>ul>li>img:nth-of-type(2) {
	position: absolute;
	top: 7px;
	left: 40px;
}
.seat3>ul>li>img:nth-of-type(3) {
	position: absolute;
	top: 70px;
	right: -80px;
}
.case-list {
	display: flex;
	flex-wrap: wrap;
}
.case-list .entry {
	flex: 1;
	text-align: center;
}
.case-list .entry img {
	display: block;
	margin: 0 auto; width:76px;
}
.use-mian {
	position: relative;
	border-radius: 20px;
}
.use-title {
	background: url(../img/use-title-bg.png) center center no-repeat;
}
.use-mian img {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.use-list {
	display: flex;
	flex-wrap: wrap;
	z-index: 99;
	position: relative;
}
.use-list li {
padding:.8rem .5rem;
	flex: 0 0 42%;
}
.use-list li i {
	margin-right: 5px;
}
.use-color {
	color: #bcbcbc;
}
.bg-use {
	background: #d5ac78;
}
.footer {
	background: #6e6e6e;
font-size:.88rem;
	color: #fff;
}
.copy-list li::before {
	content: ">";
	color: #b37032;
	margin-right: 6px;
}
.code-list {
	display: flex;
	flex-wrap: wrap;
	z-index: 99;
	position: relative;
}
.code-list li {
	flex: 1;
	text-align: center;
}
.code-list li img {
	display: block;
	margin: 0 auto;
}
/* footer */
.footer-box {
	width: 100%;
	background: #333333;
padding:.5rem;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.footer-box span {
	font-size: 14px;
	color: #888;
}
.footer-box span a {
	font-size: 14px;
	color: #888;
}
.footer-box i {
	display: inline-block;
	width: 1px;
	height: 12px;
	background: #5e5e5e;
	margin: 0 10px;
}
.read-terms {
	cursor: pointer;
}
.flex-nav {
	position: fixed;
	z-index: 99;
	float: left;
	right: 10px;
	bottom: 70px;
font-size:.88rem;
}
.flex-nav .list-group-item {
 padding: .25rem 1.25rem;
	background: rgba(255,255,255,.5);
}
/* ����� */
.popup-box {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 20232023;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}
.popup-content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1200px;
	height: 80vh;
	margin: 0 auto;
	background-color: #ffffff;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
	box-sizing: border-box;
}
.popup-top {
	height: 54px;
	line-height: 54px;
	text-align: right;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
}
.popup-top i {
	font-size: 30px;
	font-weight: 100;
	color: #909399;
	margin-right: 20px;
	cursor: pointer;
	font-style: normal;
}
.popup-top i:hover {
	color: #409eff;
}
.show-terms {
	display: none;
	height: calc(80vh - 54px);
	overflow: auto;
	scrollbar-width: thin; /* ���,���ع����������ܹ��� */
}
 .show-terms::-webkit-scrollbar {
  /* chrome,���ع����������ܹ��� */
  width: 8px;
 height: 1px;
}
 .show-terms::-webkit-scrollbar-thumb {
  /*����������С����*/
  border-radius: 10px;
 -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
 background: #aaa;
}
 .show-terms::-webkit-scrollbar-track {
  /*������������*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
 border-radius: 10px;
 background: #e5e5e5;
}
/* ������������ */
.agreement {
	width: 100%;
	padding: 0 30px;
	margin-top: 30px;
	margin-bottom: 50px;
	box-sizing: border-box;
}
.agreement h1 {
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 40px;
}
.agreement p {
	margin-bottom: 18px;
	margin-top: 18px;
}


/* SIDEBAR */
#sidebarControls {
  display: block;
  position: fixed;
  top: 0;
  right: -85px;
  width: 85px;
  height: 100vh;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.4);
  transition: all .5s;
}
#sidebarButton {
  position: fixed;
  top: 310px;
  right: 0;
  z-index: 9999;
  transition: all .5s;
}
.sidebar-controls-wrapper {
  position: absolute;
  height: 670px;
  top: calc(50% - 390px);
  padding: 0;
}
.sidebar-controls-wrapper .nav-link {
  outline: 0;
  padding: .5rem 0;
  text-align: center;
  width: 100%;
}
.sidebar-controls-wrapper .nav-link:hover {
  background-color: #d9b07c;
}
.sidebar-controls-wrapper .nav-link span {
  display: block; font-size:.88rem;
}
.sidebar-control-icon .iconfont {
  font-size:1.8rem;
  line-height:3rem;
  color: #fff;
}
.sidebar-control-text {
  font-size: .875rem;
  color: #fff;
}
.case-logo{ max-height:90px; display:block; margin:1rem auto;}
.case-logo-wrapper{ height:150px; -ms-flex-align: center !important;
  align-items: center !important;display: -ms-flexbox !important;
  display: flex !important;
}

.icon-w{ width:32px; height:32px; padding:0 4px; margin-right:5px; background:#f08519; color:#fff; font-style:normal;}
.icon-d{ width:32px; height:32px; padding:0 4px; margin-right:5px; background:#009b4c; color:#fff; font-style:normal;}


.show-content {
	padding: 1rem 2rem;
}
.show-content h2 {
	padding: 0 2rem;
	margin-bottom: 0px;
	color:#f08519;
	font-size: 1.8rem;
	line-height: 1.5;
	text-align: center;
}
.show-content img {
	display: block;
	margin: 10px auto;
	max-width: 100%;
}
.show-content p {
	line-height: 2;
	font-size: 1.0rem;
	text-indent: 2rem;
}
.show-content h6 {
	font-size:.88rem;
	text-align: center;
	color: #999;
}


/*案例24-8-9*/
.code-body{display: -ms-flexbox; min-height:150px;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;justify-content: center !important;align-items: center !important;}
.news-tab.tab-nav {
  flex: 1;
  align-items: center;
  flex-wrap: nowrap;
  overflow: auto;
}
.news-tab.tab-nav .nav-item {
  min-width: 120px;
}
.news-tab.tab-nav .nav-item .nav-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 1rem;
	background: #fff;
  border: 1px solid #eee;
  color: #666;
  padding: .25em 1em; margin:.2rem;
  border-radius: 30px;
  cursor: pointer;
}
.news-tab.tab-nav .nav-item .nav-link.active {
	position: relative;background: linear-gradient(90deg, rgba(230, 178, 108, 1) 0%, rgba(247, 204, 150, 0.80) 100%);
	color: #fff; border:none;
}
.case-nav-wrapper { padding-bottom:.5rem;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: baseline;
}


.card-body .btn{ font-size:0.88rem;}
.card-body .btn i{ font-size:1.1rem;}
.code-body img{ width:120px; height:120px;}
.user-numbe{ margin:.5rem 0;}
.user-numbe .text-sm { color:#666;  font-size: .875rem;  line-height: 1.45rem;}
.text-\[26px\] { font-size: 1.5rem; color:#dd8c00;}
.bg-line {  width: 1px; background:#cfcfcf; margin:.4rem .5rem;}




@media only screen and (max-width: 767px) {
  #sidebarControls {
    display: none;
  }
  #sidebarButton {
    display: none;
  }
.cnlove{  display: none;}
}
#mainContentCustom {
  display: none;
}











 @media only screen and (max-width: 1100px) {
}
 @media only screen and (max-width: 992px) {
html {
	font: normal 16px/1.6 "Microsoft Yahei", "PingFang", "Droid Sans";
}
.banner-title h1 {
	font-size: 1.5rem;
}
.banner-title h4 {
	font-size: 1rem;
}
.gnjg-title {
	top: 70px;
}
.gnjg-title img {
	max-width: 100%;
}
.seat {
	display: flex;
	flex-direction: column;
 align-items:;
	margin: 0 auto;
	margin-top: 280px;
	width: 100%;
	z-index: 99;
}
.seat>ul {
	display: flex;
	flex-direction: column;
}
.seat>ul>li {
	margin-right: 0px;
}
.seat>ul>li img {
	display: none;
}
.seat>ul>li>img {
	position: absolute;
	top: 27px;
	right: -70px;
}
.list-gnjg2 {
	display: flex;
	flex-direction: column;
}
ul.price-list .entry {
	flex: 0 0 50%;
margin:.2rem 0;
	font-size: 1rem;
}
.box:nth-of-type(3) ul.price-list > li:last-child {
	flex: 0 0 100%;
}
.box:nth-of-type(4) ul.price-list > li:first-child {
	flex: 0 0 100%;
}
/* ����Ⱥ�� */
.scen-box-maksing {
	width: 100%;
	height: auto;
	background: #fff4f0;
}
.scen-box-content {
	height: auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.scen-box-img {
	display: none;
}
.easy-play-content-image li>img {
	width: 150px;
	display: block;
	margin-right: 0;
}
.scen-box-content div.min {
	position: static;
	flex: 0 0 33%;
	padding: 5px 10px;
	text-align: center;
}
.scen-content {
	position: relative;
	width: 374px;
	height: 289px;
	overflow: hidden;
}
/*�۸���ϵ*/
ul.price-list {
	min-height: auto;
}
.price-container .box {
	flex: auto;
 margin: .5rem 1rem;
}
.seat3>ul>li {
	width: 30%;
	padding: 1rem;
	height: 245px;
	margin-right: 10px;
}
.seat3>ul>li>img:nth-of-type(1) {
	width: 100px;
}
.seat3>ul>li>img:nth-of-type(2) {
	display: none;
}
.seat3>ul>li>img:nth-of-type(3) {
	display: none;
}
}
 @media only screen and (max-width: 768px) {
.header-box {
	position: relative;
	width: 100%;
	height: auto;
	overflow: auto;
	background: #34444d;
}
.header-content h4 {
	font-size: 1.25rem;
}
.navbar-light .navbar-brand {
	color: rgba(255,255,255,.9);
}
.navbar-light .navbar-toggler {
	background: rgba(255,255,255,.5);
}
.tab-nav-wrapper {
	width: 100%;
	margin: 0 auto;
}
.tab-nav-wrapper li i {
	display: block;
	margin: 0 auto;
}
.tab-nav-wrapper li {
	line-height: 1.5;
}
.seat {
	margin-top: 130px;
}
.format {
	font-size: 1.5rem;
}
.list-gnjg2 p {
	padding: 1rem;
 margin: .5rem;
}
.price-container .box {
	flex: auto;
margin:.5rem 1rem;
}
.seat3 {
	padding-bottom: 10px;
}
.seat3>ul {
	display: inline-block;
}
.seat3 > ul > li {
	width: 100%;
	padding: 0 1rem;
	height: auto;
	margin-right: 0px;
}
.banner-num-box {
	width: 100%;
	padding-bottom: 1rem;
}
.icon-card .card-text {
	text-align: center;
}
.scen-box-content div.min {
	text-align: left;
}
.seat3>ul>li>img:nth-of-type(1) {
	width: 80px;
}
.case-list .entry {
	flex: 0 0 50%;
}
.use-list li {
padding:.2rem 1rem;
	flex: 0 0 100%;
}
.use-mian {
	border-radius: 12px;
}
.use-mian img {
	width: 120px;
}
.footer-box {
	text-align: center;
	padding: 1rem;
}
.footer-box span {
	display: block;
}
.footer-box i {
	display: none;
}
.popup-content {
	width: 95%;
}
}
 @media only screen and (max-width: 576px) {
.banner-num-box p span {
	font-size: 1.5rem;
}
.flex-h p {
	text-align: center;
}
.show-content {
	padding: 1rem;
}
.show-content h2 {
	padding: 0;
	margin-bottom: 10px;
	font-size: 1.5rem;
}
}
/* banner���ذ�ť���� */
@keyframes banner-download {
 0% {
 width: 0;
 height: 0;
}
 100% {
 width: 350px;
 height: 350px;
}
}














