@media screen and (min-width: 768px) {
	html,
	body {
		font-family: "微軟正黑體", Arial;
		height: 100%;
		width: 100%;
		margin: 0px;
		padding: 0px;
		font-weight: normal;
	}

	body {
		background-color: #fff2ea !important;
		background-image: url(../images/main-bg.jpg);
		background-repeat: repeat-y;
		background-size: 100% auto;
	}

	body.staging {
		background-image: url(../images/main-bg2.jpg);
		background-repeat: repeat-y;
		background-size: 100% auto;
	}
}
@media screen and (max-width: 767px) {
	html,
	body {
		font-family: "微軟正黑體", Arial;
		height: 100%;
		width: 100%;
		margin: 0px;
		padding: 0px;
		font-weight: normal;
	}

	body {
		background-color: #fff2ea !important;
		background-image: url(../images/mobile-bg.jpg);
		background-repeat: repeat-y;
		background-size: 100% auto;
	}

	body.staging {
		background-image: url(../images/mobile-bg2.jpg);
		background-repeat: repeat-y;
		background-size: 100% auto;
	}
}

.clean {
	clear: both;
	line-height: 0;
	font-size: 0;
	margin: 0;
	padding: 0 !important;
}

/*************************
*
*   header & MENU
*
*************************/
@media screen and (min-width: 900px) {
	.taishinLogo {
		width: 100%;
		height: 60px;
		padding-top: 15px;
		background-color: #d70c18;
	}
	.taishinContain {
		max-width: 1440px;
		margin: 0 auto;
		position: relative;
	}
	.taishinContain .logo {
		display: block;
		width: 336px;
		height: 40px;

		background-image: url(../images/logo_mb.png);
		background-size: contain;
		background-repeat: no-repeat;
		margin: 0px;
		position: absolute;
		left: 40px;
		top: 0px;
		text-indent: -9999px;
	}
	.taishinContain .logo a {
		display: block;
		width: 100%;
		height: 100%;
	}
	.taishinContain .menu_btn {
		display: none;
		height: 40px;
		width: 40px;
		position: absolute;
		top: -5px;
		left: 10px;
		padding: 5px;
	}
	.taishinContain .menu_btn b {
		background-color: #fff;
		display: block;
		height: 3px;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.taishinContain > .menubox {
		display: inline-block !important;
		float: right;
		line-height: 45px;
		margin-right: 10px;
		font-size: 16px;
		margin-bottom: 0px;
	}

	/*第一層選單*/
	.taishinContain > ul > .m-select {
		display: inline-block;
		margin-right: 1px;
		margin-left: 1px;
		position: relative;
		transition: all 0.2s ease-in;
		padding-right: 12px;
		padding-left: 12px;
		height: 45px;
		float: left;
		background-color: #fac200;
		border-radius: 5px 5px 0 0;
	}
	.taishinContain > ul > .m-select a {
		color: #000;
	}
	.taishinContain > ul > li {
		display: inline-block;
		margin-right: 1px;
		margin-left: 1px;
		position: relative;
		transition: all 0.2s ease-in;
		padding-right: 12px;
		padding-left: 12px;
		height: 45px;
		float: left;
		background-color: #d31f20;
		border-radius: 5px 5px 0 0;
	}
	.taishinContain > ul > li:hover {
		transition: all 0.2s ease-in;
		background-color: #e0e0e0;
	}
	.taishinContain > ul > li > a {
		display: inline-block;
		color: #fff;
		line-height: 45px;
		transition: all 0.2s ease-in;
		float: left;
		text-decoration: none;
	}
	.taishinContain > ul > li:hover > a {
		transition: all 0.2s ease-in;
		color: #000;
	}
	.taishinContain > ul > li i {
		display: inline-block;
		width: 16px;
		background-image: url(../images/submenu.png);
		background-repeat: no-repeat;
		background-position: center center;
		margin-left: 2px;
		font-size: 0px;
		color: rgba(255, 255, 255, 0);
		float: left;
	}

	/*第二層選單*/
	.taishinContain > ul > li > ul {
		width: 200px;
		background-color: #fff;
		position: absolute;
		top: 50px;
		left: 50%;
		text-align: center;
		transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transition: all 0.2s ease-in;
		box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
		font-size: 13px;
		padding: 5px;
	}
	.taishinContain > ul > li > ul > li {
		display: block;
	}
	.taishinContain > ul > li > ul > li > a {
		text-align: center;
		display: block;
		width: 100%;
		color: #333;
		text-decoration: none;
		transition: all 0.2s ease-in;
		border-bottom: 1px dashed #ccc;
	}
	.taishinContain > ul > li > ul > li > a:hover {
		background-color: #f5f5f5;
		transition: all 0.2s ease-in;
	}
	.taishinContain > ul > li > ul > li:nth-last-child(1) a {
		border-bottom: none;
	}
	.sub-menu {
		display: none;
	}
	.taishinContain > ul > li:hover > .sub-menu {
		display: block;
	}
}

@media screen and (max-width: 899px) {
	.taishinLogo {
		width: 100%;
		height: 53px;
		border-bottom: 0px;
		padding-top: 15px;
		background-color: #d80d19;
	}
	.taishinContain {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.taishinContain .logo {
		display: block;
		width: 130px;
		height: 34px;
		background-image: url(../images/logo_mb.png);
		background-size: contain;
		background-repeat: no-repeat;
		margin-left: 20px;
		text-indent: -9999px;
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 0;
	}
	.taishinContain .logo a {
		display: block;
		width: 100%;
		height: 100%;
	}

	/*第一層選單*/
	.taishinContain > ul > li {
		position: relative;
		text-align: center;
		background-color: rgba(0, 0, 0, 0.8);
	}
	.taishinContain > ul > li:hover {
		background-color: rgba(0, 0, 0, 0.9);
	}
	.taishinContain > ul > li > a {
		display: block;
		color: #fff;
		line-height: 60px;
		transition: all 0.2s ease-in;
		text-decoration: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	}
	.taishinContain > ul > li > a:hover {
		transition: all 0.2s ease-in;
	}
	.taishinContain > ul > li i {
		display: block;
		width: 100%;
		height: 60px;
		position: absolute;
		z-index: 50;
		left: 0px;
		top: 0px;
		color: #fff;
		text-align: right;
		line-height: 50px;
		box-sizing: border-box;
		padding-right: 5px;
		padding-left: 5px;
	}
	/*第二層選單*/
	.taishinContain > ul > li > ul > li {
		border-bottom: solid 1px #333;
	}
	.taishinContain > ul > li > ul > li:first-child {
		border-top: solid 1px #333;
	}
	.taishinContain > ul > li > ul > li:last-child {
		border: 0;
	}
	.taishinContain > ul > li > ul > li > a {
		text-align: center;
		display: block;
		width: 100%;
		color: #fff;
		text-decoration: none;
		border-bottom: 1px dashed #ccc;
	}
	.taishinContain > ul > li > ul > li > a:last-child {
		border-bottom: none;
	}
	/*第一層選單*/
	.taishinContain > ul > li {
		line-height: 3em;
	}
}
/*************************
*
*   main
*
*************************/
.main {
	width: 100%;
	display: block;
	overflow: hidden;
}
.apply {
	position: fixed;
	top: 37%;
	right: 0;
	width: 100px;
	display: block;
	z-index: 50;
}
.apply img {
	width: 100%;
	display: block;
}
.gotop {
	position: fixed;
	top: 65%;
	right: 10px;
	width: 50px;
	height: 50px;
	background: url("../images/onlineapply_arrow.png") center no-repeat;
	background-size: contain;
	cursor: pointer;
	z-index: 50;
	display: block;
}

.row {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.row.box_container {
	padding: 20px;
	margin: 20px -10px 20px !important;
	border-radius: 20px;
	background: #fff;
	display: flex;
	align-items: stretch;
}

.row.box_container .title {
	width: 100%;
	margin: 0;
	align-items: center;
	height: 135px;
}
.row.box_container .title img {
	height: 80%;
	margin: 0 auto;
}
.row.box_container .box_line {
	width: 100%;
	padding: 10px 20px 20px;
	border: 1px solid #f0f0f0;
	border-radius: 10px;
}
.row.box_container .box_line.mb-20 {
	margin-bottom: 20px;
}
.row.box_container .box_line .col {
	margin-top: 20px;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
}
.row.box_container .box_line .col > span {
	color: #fff;
	text-align: center;
	font-size: 20px;
	text-decoration: none;
	background-color: #87bde7;
	padding-right: 20px;
	padding-left: 20px;
	border-radius: 3px;
	display: inline-block;
	line-height: 38px;
}
.row.box_container .box_line .col > span.t2 {
	color: #f2ff00;
}
.row.box_container .pipeline2 {
	position: relative;
	width: calc(100% / 2);
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.row.box_container .pipeline3 {
	position: relative;
	width: calc(100% / 3);
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.row.box_container .right_line::after {
	content: "";
	position: absolute;
	top: 15%;
	right: 0;
	width: 1px;
	height: 70%;
	background: #c0c0c0;
	display: block;
}

.row.box_container .pic img {
	max-width: 250px;
	width: 100%;
}

.row.box_container .text {
	max-width: 280px;
	flex: 1;
	font-size: 15px;
	text-align: center;
}
.main .events .row.box_container .btnbox a {
	color: #e33f41;
	border: 1px solid #e33f41;
	padding: 0 20px;
	border-radius: 30px;
	background: transparent;
	display: flex;
	align-items: center;
	gap: 5px;
}
.main .events .row.box_container .btnbox a:hover {
	color: #fff;
	border: 1px solid #e33f41;
	background: #e33f41;
}
.main .events .row.box_container .btnbox a::before {
	content: "➜";
	font-size: 18px;
}

.event_tab {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.event_tab button {
	min-width: 200px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border: none;
	padding: 10px 20px;
	border-radius: 10px 10px 0 0;
	background: #df403f;
}
.event_tab button:focus {
	outline: none;
}
.event_tab button.active {
	color: #6c7071;
	background: #fff;
}
.event_container {
	padding: 20px;
	border-radius: 20px;
	background: #fff;
}
.event_container #tab_event2 {
	padding: 0 20px 20px;
	color: #212529;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.event_container #tab_event2 .title {
	display: flex;
	justify-content: center;
}
.event_container #tab_event2 .title img {
	width: 100%;
}
.event_container .box {
	width: 100%;
	color: #e33f41;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0 10px;
}
.event_container .sub_title {
	width: 100%;
	color: #e33f41;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0 10px;
}
.main .events .event_container > span {
	color: #e33f41;
	font-size: 18px;
	text-align: left;
	padding: 0;
	margin: 0 0 5px;
	display: block;
}
.popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 500;
	display: none;
}
.popup.show {
	display: block;
}
.popup .close_popup {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 10;
}
.popup_content {
	position: absolute;
	top: 40%;
	left: 50%;
	width: 90%;
	max-width: 800px;
	min-height: 400px;
	padding: 20px;
	border-radius: 15px;
	transform: translate(-50%, -50%);
	background: #bce1f4;
	z-index: 20;
}
.popup .title {
	margin-bottom: 20px;
	display: flex;
	font-size: 24px;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.popup .sub_title {
	color: #fff;
	padding: 0 20px;
	font-size: 20px;
	margin-bottom: 10px;
	border-radius: 30px;
	background: #70a6be;
	display: inline-block;
}
.popup .links {
	padding: 0 10px 0 20px;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
}
.popup .links .col {
	flex: 1;
	min-width: 225px;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 15px;
}
.popup .links .term {
	color: #136384;
	white-space: nowrap;
}
.popup .links .drop_down {
	flex: 1;
	min-width: 150px;
	cursor: pointer;
	user-select: none;
	position: relative;
	display: flex;
	align-items: center;
}
.popup .links .drop_down span {
	width: 100%;
	height: 30px;
	padding: 0 5px;
	color: #000;
	border-radius: 2px;
	background: #fff;
	display: flex;
	align-items: center;
}
.popup .links .drop_down::after {
	content: "";
	width: 30px;
	height: 30px;
	background: url(../images/drop_down.jpg) center no-repeat;
	background-size: cover;
}
.popup .links .drop_down ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	max-height: 250px;
	padding: 0 0 5px;
	margin: 0;
	list-style: none;
	background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	overflow-y: auto;
	z-index: 20;
}
.popup .links .drop_down ul li a {
	width: 100%;
	height: 30px;
	color: #000;
	padding: 0 5px;
	display: flex;
	align-items: center;
}
.popup .links .drop_down ul li:hover {
	background: #d7e8f1;
}
.popup .links .drop_down ul li a:hover {
	text-decoration: none;
}
@media screen and (min-width: 1200px) {
	.dog {
		position: absolute;
		top: 10.5vw;
		right: 17.5%;
		width: 25%;
		padding-top: 29%;
	}
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
	.dog {
		position: absolute;
		top: 12vw;
		right: 17.5%;
		width: 25%;
		padding-top: 29%;
	}
}
@media screen and (min-width: 768px) and (max-width: 900px) {
	.dog {
		position: absolute;
		top: 13vw;
		right: 17.5%;
		width: 25%;
		padding-top: 29%;
	}
}
@media screen and (max-width: 767px) {
	.dog {
		position: absolute;
		top: 52%;
		right: -13.5%;
		width: 59%;
		padding-top: 68%;
	}
	.event_tab button {
		min-width: 120px;
		font-size: 15px;
		padding: 10px;
	}
	.event_container {
		padding: 10px;
		margin: 0 -10px;
	}
	.event_container #tab_event2 {
		padding: 0 20px 20px;
	}
	.event_container #tab_event2 .title {
		margin-bottom: 20px;
	}
	.event_container .sub_title {
		font-size: 20px;
	}
	.main .events .event_container > span {
		font-weight: bold;
		margin: 10px 0 5px;
	}
}
@media screen and (min-width: 768px) {
	.main .main-animation {
		position: relative;
	}
	.main .main-animation .for-pc {
		width: 100%;
		max-width: 100%;
		z-index: 10;
		display: block;
	}
	.main .main-animation .for-mobile {
		display: none;
	}
	.pc {
		display: block;
	}
	.mobile {
		display: none;
	}
	.balloon {
		position: absolute;
		top: 93%;
		left: 6%;
		width: 16%;
		padding-top: 20%;
		background: url("../images/richart_2.gif") center no-repeat;
		background-size: contain;
		animation-name: balloon;
		animation-timing-function: ease-in;
		animation-direction: alternate;
		animation-duration: 2s;
		animation-iteration-count: infinite;
	}

	.richart {
		position: absolute;
		top: 22%;
		right: 13.5%;
		width: 24%;
		padding-top: 28%;
		background: url("../images/richart-work.gif") center no-repeat;
		background-size: contain;
		opacity: 0;
		animation-name: richart-ani;
		animation-timing-function: ease-in;
		animation-direction: alternate;
		animation-duration: 3s;
	}
	.richart2 {
		position: absolute;
		top: 22%;
		right: 13.5%;
		width: 24%;
		padding-top: 28%;
		background: url("../images/richart-ani2.gif") center no-repeat;
		background-size: contain;
		opacity: 0;
		animation-name: richart-ani2;
		animation-timing-function: ease-in;
		animation-direction: alternate;
		animation-duration: 3s;
	}
	.richart3 {
		position: absolute;
		top: 22%;
		right: 13.5%;
		width: 20%;
		padding-top: 28%;
		background: url("../images/richart-ani3.gif") center no-repeat;
		background-size: contain;
		opacity: 1;
		animation-name: richart-ani3;
		animation-timing-function: ease-in;
		animation-direction: alternate;
		animation-duration: 3s;
	}

	.title-ani {
		position: absolute;
		top: 22%;
		left: 5.7%;
		width: 58%;
		padding-top: 11%;
		background: url("../images/title.png") center no-repeat;
		background-size: contain;
	}

	.dog_body {
		position: absolute;
		top: 5%;
		right: 7.5%;
		width: 93%;
		padding-top: 107%;
		background: url("../images/richart.png") center no-repeat;
		background-size: contain;
		z-index: 10;
	}
	.dog_left {
		position: absolute;
		top: 2%;
		right: 68%;
		width: 31%;
		padding-top: 35%;
		background: url("../images/richart_leftside.png") center no-repeat;
		background-size: contain;
		animation-name: leftHeand;
		animation-duration: 1s;
		transform-origin: right bottom;
		animation-iteration-count: infinite;
	}
	.dog_right {
		position: absolute;
		top: 7%;
		right: 5%;
		width: 38%;
		padding-top: 45%;
		background: url("../images/richart_rightside.png") center no-repeat;
		background-size: contain;
		z-index: 20;
		animation-name: rightHeand;
		animation-duration: 1s;
		transform-origin: left bottom;
		animation-iteration-count: infinite;
	}

	.wallpaper {
		position: relative;
		padding: 0;
		margin-right: -10px;
		margin-left: -10px;
		z-index: 30;
	}
	.eventbox2 {
		width: 100%;
		padding: 0px;
		text-align: center;
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 10px;
		margin-left: auto;
	}
	.eventbox2 .title {
		margin: 20px 0 20px;
		height: 83px;
	}
	.eventbox2 .title img {
		height: 80%;
		margin: 0 auto;
	}
	.eventbox2 ul {
		display: flex;
		flex-direction: row;
	}
	.eventbox2 ul li {
		width: 33%;
		display: inline-flex;
		flex-direction: column;
		align-items: center;
		font-size: 18px;
		margin-bottom: 30px;
	}
	.eventbox2 ul li .cardpic {
		position: relative;
		width: 75%;
		max-width: 280px;
		padding-top: 47.6%;
		height: 0;
		border-radius: 10px;
		display: inline-block;
		box-shadow: 0 0 0 rgba(0, 0, 0, 0);
		transition: all 0.3s;
	}
	.eventbox2 ul li .cardpic > img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	.eventbox2 ul li .cardpic:hover {
		transform: scale(1.1);
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	}
	.eventbox2 ul li .cardpic .subpic {
		position: absolute;
		bottom: 100%;
		left: 0;
		width: 100%;
	}
	.eventbox2 ul li .cardpic .subpic img {
		width: 100%;
	}

	.eventbox2 ul li span {
		font-weight: bold;
		margin-top: 10px;
	}
	.eventbox2 ul li b {
		font-weight: normal;
	}
	.eventbox2 ul li b i {
		font-style: normal;
		color: #d70000;
		font-weight: bold;
	}
	.eventbox2 ul li .link {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 14px;
		margin-top: 5px;
	}
	.eventbox2 ul li .link a {
		color: #a1a1a1;
		border-radius: 30px;
		border: 1px solid #a1a1a1;
		white-space: nowrap;
		margin: 0 5px 5px;
		padding: 3px 15px;
	}
	.eventbox2 ul li .link a:hover {
		background: #f0f0f0;
		text-decoration: none;
	}
}
@media screen and (max-width: 767px) {
	.apply {
		position: fixed;
		top: 55%;
		right: 0;
		width: 62px;
		display: block;
		z-index: 50;
	}
	.apply a {
		display: block;
	}
	.apply a img {
		width: 100%;
		display: block;
	}
	.apply .gotop {
		position: absolute;
		top: 110%;
		right: 10px;
		width: 50px;
		height: 50px;
		background: url("../images/onlineapply_arrow.png") center no-repeat;
		background-size: contain;
		cursor: pointer;
		z-index: 50;
		display: block;
	}
	.main .main-animation {
		position: relative;
		overflow: hidden;
		width: 100%;
		z-index: 10;
	}
	.main .main-animation .for-pc {
		display: none;
	}
	.main .main-animation .for-mobile {
		width: 100%;
		z-index: 10;
		display: none;
		display: block;
	}
	.balloon {
		position: absolute;
		top: 75%;
		left: 8%;
		width: 52%;
		padding-top: 38%;
		background: url("../images/richart_2.gif") center no-repeat;
		background-size: contain;
		animation-name: balloon2;
		animation-timing-function: ease-in;
		animation-direction: alternate;
		animation-duration: 2s;
		animation-iteration-count: infinite;
	}

	.richart {
		position: absolute;
		top: 32%;
		right: -10%;
		width: 70%;
		padding-top: 95%;
		background: url("../images/richart-work.gif") center no-repeat;
		background-size: contain;
		opacity: 0;
		animation-name: richart-ani-m;
		animation-timing-function: ease-in;
		animation-direction: alternate;
		animation-duration: 3s;
	}
	.richart2 {
		position: absolute;
		top: 32%;
		right: -10%;
		width: 70%;
		padding-top: 95%;
		background: url("../images/richart-ani2.gif") center no-repeat;
		background-size: contain;
		opacity: 0;
		animation-name: richart-ani2-m;
		animation-timing-function: ease-in;
		animation-direction: alternate;
		animation-duration: 3s;
	}
	.richart3 {
		position: absolute;
		top: 32%;
		right: -10%;
		width: 70%;
		padding-top: 95%;
		background: url("../images/richart-ani3.gif") center no-repeat;
		background-size: contain;
		opacity: 1;
		animation-name: richart-ani3-m;
		animation-timing-function: ease-in;
		animation-direction: alternate;
		animation-duration: 3s;
	}

	.title-ani {
		position: absolute;
		top: 2%;
		left: 1%;
		width: 100%;
		padding-top: 20%;
		background: url("../images/title.png") center no-repeat;
		background-size: contain;
	}
	.dog_body {
		position: absolute;
		top: 5%;
		right: 7.5%;
		width: 93%;
		padding-top: 107%;
		background: url("../images/richart.png") center no-repeat;
		background-size: contain;
		z-index: 10;
	}
	.dog_left {
		position: absolute;
		top: 2%;
		right: 68%;
		width: 31%;
		padding-top: 35%;
		background: url("../images/richart_leftside.png") center no-repeat;
		background-size: contain;
		animation-name: leftHeand;
		animation-duration: 1s;
		transform-origin: right bottom;
		animation-iteration-count: infinite;
	}
	.dog_right {
		position: absolute;
		top: 7%;
		right: 5%;
		width: 38%;
		padding-top: 45%;
		background: url("../images/richart_rightside.png") center no-repeat;
		background-size: contain;
		z-index: 20;
		animation-name: rightHeand;
		animation-duration: 1s;
		transform-origin: left bottom;
		animation-iteration-count: infinite;
	}
	.pc {
		display: none;
	}
	.mobile {
		display: block;
	}
	.wallpaper {
		position: relative;
		padding: 0;
		margin-right: -10px;
		margin-left: -10px;
		z-index: 30;
	}
	.eventbox2 {
		width: 100%;
		padding: 0px;
		text-align: center;
		margin-bottom: 10px;
	}
	.eventbox2 .title {
		height: 60px;
		margin-bottom: 20px;
		text-align: center;
	}
	.eventbox2 .title img {
		margin: 0 auto;
		height: 100%;
	}
	.eventbox2 ul.mt10 {
		margin-top: 0px;
	}
	.eventbox2 ul {
		padding: 0;
	}
	.eventbox2 ul li {
		width: 100%;
		display: inline-flex;
		flex-direction: column;
		align-items: center;
		font-size: 19px;
		margin-bottom: 30px;
	}
	.eventbox2 ul li .cardpic {
		position: relative;
		width: 75%;
		max-width: 280px;
		padding-top: 47.6%;
		height: 0;
		border-radius: 10px;
		display: inline-block;
		box-shadow: 0 0 0 rgba(0, 0, 0, 0);
		transition: all 0.3s;
	}
	.eventbox2 ul li .cardpic > img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	.eventbox2 ul li .cardpic:hover {
		transform: scale(1.1);
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	}
	.eventbox2 ul li .cardpic .subpic {
		position: absolute;
		bottom: 100%;
		left: 0;
		width: 100%;
	}
	.eventbox2 ul li .cardpic .subpic img {
		width: 100%;
	}
	.eventbox2 ul li span {
		font-weight: bold;
		margin-top: 10px;
	}
	.eventbox2 ul li b {
		font-weight: normal;
	}
	.eventbox2 ul li b i {
		font-style: normal;
		color: #d70000;
		font-weight: bold;
	}
	.eventbox2 ul li .link {
		display: flex;
		align-items: center;
		font-size: 14px;
		margin-top: 10px;
	}
	.eventbox2 ul li .link a {
		color: #a1a1a1;
		border-radius: 30px;
		border: 1px solid #a1a1a1;
		white-space: nowrap;
		margin: 0 5px;
		padding: 3px 15px;
	}
	.eventbox2 ul li .link a:hover {
		background: #f0f0f0;
		text-decoration: none;
	}

	.row.box_container .title {
		height: 60px;
		margin-bottom: 20px;
		text-align: center;
	}
	.row.box_container .title img {
		margin: 0 auto;
		height: 100%;
	}
	.row.box_container .pipeline2 {
		width: 100%;
	}
	.row.box_container .pipeline3 {
		width: 100%;
	}

	.row.box_container .right_line::after {
		content: none;
	}
	.popup {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 500;
		display: none;
	}
	.popup.show {
		display: block;
	}
	.popup .close_popup {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.3);
		z-index: 10;
	}
	.popup_content {
		position: absolute;
		top: 40%;
		left: 50%;
		width: 90%;
		max-width: 800px;
		min-height: 400px;
		padding: 20px;
		border-radius: 15px;
		transform: translate(-50%, -50%);
		background: #bce1f4;
		z-index: 20;
	}
	.popup .title {
		margin-bottom: 20px;
		display: flex;
		font-size: 18px;
		font-weight: bold;
		align-items: center;
		justify-content: center;
		gap: 10px;
	}
	.popup .title img {
		width: 100px;
	}
	.popup .sub_title {
		color: #fff;
		padding: 0 20px;
		font-size: 16px;
		margin-bottom: 10px;
		border-radius: 30px;
		background: #70a6be;
		display: inline-block;
	}
	.popup .links {
		font-size: 14px;
		padding: 0 10px 0 20px;
		margin-bottom: 20px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 15px;
	}
	.popup .links .col {
		flex: 1;
		min-width: 225px;
		padding: 0;
		display: flex;
		align-items: center;
		gap: 15px;
	}
	.popup .links .term {
		color: #136384;
		white-space: nowrap;
	}
	.popup .links .drop_down {
		flex: 1;
		min-width: 150px;
		cursor: pointer;
		user-select: none;
		position: relative;
		display: flex;
		align-items: center;
	}
	.popup .links .drop_down span {
		width: 100%;
		height: 30px;
		padding: 0 5px;
		color: #000;
		border-radius: 2px;
		background: #fff;
		display: flex;
		align-items: center;
	}
	.popup .links .drop_down::after {
		content: "";
		width: 30px;
		height: 30px;
		background: url(../images/drop_down.jpg) center no-repeat;
		background-size: cover;
	}
	.popup .links .drop_down ul {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		padding: 0 0 5px;
		margin: 0;
		list-style: none;
		background: #fff;
		box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
		z-index: 20;
	}
	.popup .links .drop_down ul li a {
		width: 100%;
		height: 30px;
		color: #000;
		padding: 0 5px;
		display: flex;
		align-items: center;
	}
	.popup .links .drop_down ul li:hover {
		background: #d7e8f1;
	}
	.popup .links .drop_down ul li a:hover {
		text-decoration: none;
	}
}

.main .events {
	max-width: 1300px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size: 15px;
	line-height: 24px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.main .events .great_dealBox {
	width: 100%;
	max-width: 1000px;
	text-align: center;
	margin: 30px auto 40px;
}
.main .events .great_dealRow {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 20px;
}
.main .events .events_tab {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 20px;
	display: flex;
	align-items: stretch;
	gap: 10px;
}
.main .events .events_tab button {
	flex: 1;
	min-height: 40px;
	font-size: 22px;
	border: none;
	text-align: center;
	border-bottom: 3px solid transparent;
	border-radius: 10px 10px 0 0;
	background: #f9e9e9;
	outline: none;
}
.main .events .events_tab button:nth-child(2) {
	background: #ebf9ea;
}
.main .events .events_tab button i {
	font-size: 26px;
	font-style: normal;
}
.main .events .events_tab button.active {
	border-bottom: 3px solid #e62017;
	color: #e62017;
}

.main .events .tab_content {
	width: 100%;
}

.main .events .tab_content > span {
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
	display: block;
}

.main .events .great_deal {
	flex: 1;
	padding: 15px 20px;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	background: #fff;
	box-shadow: 0 0 5px rgba(235, 219, 219, 0.5);
}

.main .events .great_deal_1 {
	flex: 1;
	padding: 15px 20px;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	background: #fff9e6;
	box-shadow: 0 0 5px rgba(235, 219, 219, 0.5);
}
.main .events .great_deal span {
	color: #e62017;
	font-size: 28px;
	font-weight: normal;
	white-space: nowrap;
	padding: 5px 30px;
}
.main .events .great_deal b {
	font-size: 18px;
	line-height: 1.7;
	color: #212529;
	font-weight: normal;
}
.main .events .great_deal b red {
	line-height: 1.2;
}
.main .events .great_deal_1 span {
	color: #e62017;
	font-size: 28px;
	font-weight: normal;
	white-space: nowrap;
	padding: 5px 30px;
}
.main .events .great_deal_1 b {
	font-size: 18px;
	line-height: 1.7;
	color: #212529;
	font-weight: normal;
}
.main .events .great_deal_1 b red {
	line-height: 1.2;
}
.main .events .example_btn {
	color: #e62017;
	font-size: 18px;
	padding: 0 30px;
	margin: 20px auto 30px;
	border-radius: 30px;
	background: #fff;
	box-shadow: 0 0 5px rgba(235, 219, 219, 0.8);
	cursor: pointer;
	display: inline-block;
}
.main .events .example_box {
	display: none;
}

.main .events b {
	font-size: 20px;
	color: #e62017;
	font-weight: bold;
}
.main .events b2 {
	color: #e62017;
}
.main .events .btnbox {
	text-align: center;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 24px;
	gap: 20px;
}
.main .events .btnbox a {
	color: #111111;
	text-decoration: none;
	background-color: #cacaca;
	border-radius: 30px;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 30px;
	display: inline-block;
	line-height: 38px;
	cursor: pointer;
}
.main .events .btnbox a:hover {
	color: #ffffff;
	background-color: hsl(0, 0%, 35%);
}
.main .events .btnbox2 {
	text-align: center;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 40px;
	font-size: 24px;
	gap: 85px;
}
.main .events .btnbox2 a {
	color: #ffffff;
	text-decoration: none;
	background-color: #ff5959;
	border-radius: 30px;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 30px;
	display: inline-block;
	line-height: 38px;
	cursor: pointer;
}
.main .events .btnbox2 a:hover {
	color: #ffffff;
	background-color: #c61f22;
}
.main .events.notice {
	display: none;
	padding: 20px;
}
.main .events.notice notice {
	font-size: 14px;
	text-align: left;
	display: flex;
	flex-direction: column;
}
.main .events.notice notice span {
	font-size: 16px;
	padding: 0;
	margin: 0 0 10px;
	text-align: left;
	line-height: normal;
}
.main .events.notice notice ul {
	list-style: decimal;
	margin: 0;
	padding: 0 0 0 20px;
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.main .events.notice notice ul li.text_red {
	color: #e62017;
}
.main .events.notice notice ul li > ul {
	list-style: none;
	padding: 0;
}
.main .events.notice notice ul li > i {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	margin: 5px 0;
}
.main .events.notice notice ul li table {
	font-family: "Oswald", sans-serif;
	border-collapse: separate;
	width: 100%;
	margin: 10px auto;
	border-spacing: 0;
	border: 1px solid #6b675d;
}
.main .events.notice notice ul li table th {
	background: #6b675d;
	color: #ffffff;
	text-align: center;
	border-top: 1px solid #6b675d;
	border-left: 1px solid #6b675d;
}
.main .events.notice notice ul li table td {
	background: #f3f3f3;
	text-align: center;
	border-top: 1px solid #6b675d;
	border-left: 1px solid #6b675d;
}
.main .events.notice notice ul li table tr:nth-child(even) td {
	background: #f9f9f9;
}
.main .events.notice notice ul li table tr td[rowspan="5"],
.main .events.notice notice ul li table tr td[rowspan="3"],
.main .events.notice notice ul li table tr td[rowspan="8"],
.main .events.notice notice ul li table tr td[colspan="2"] {
	border-left: none;
}
.main .events.notice notice ul li table tr:nth-of-type(1) th {
	border-top: none;
}
.main .events.notice notice ul li table tr:first-child th:first-child {
	border-top: none;
	border-left: none;
}
.main .events.notice notice ul li table tr:last-of-type {
	border-bottom: 2px solid #6b675d;
}

@media screen and (min-width: 768px) {
	.main .events > span {
		font-size: 22px;
		display: block;
		margin-bottom: 20px;
		padding-top: 10px;
		padding-right: 20px;
		padding-bottom: 10px;
		padding-left: 20px;
		text-align: center;
		line-height: 36px;
	}
	.main .events text {
		font-size: 20px;
		display: block;
		margin-bottom: 20px;
		padding-top: 10px;
		padding-right: 20px;
		padding-bottom: 10px;
		padding-left: 20px;
		line-height: 36px;
	}

	.main .events red {
		font-size: 26px;
		color: #e62017;
		font-weight: bold;
	}
	.main .events .great_dealBox i {
		font-size: 15px;
		font-style: normal;
		line-height: 24px;
		text-align: left;
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.main .events {
		max-width: 1000px;
		width: 98%;
		margin-right: auto;
		margin-left: auto;
		font-size: 16px;
		line-height: 24px;
		padding-top: 20px;
		padding-right: 10px;
		padding-bottom: 20px;
		padding-left: 10px;
	}
	.main .events > span {
		font-size: 16px;
		display: block;
		margin-bottom: 20px;
		padding-top: 0px;
		padding-right: 10px;
		padding-bottom: 5px;
		padding-left: 5px;
		line-height: 28px;
		text-align: left;
	}

	.main .events .events_tab button {
		font-size: 16px;
	}
	.main .events .events_tab .linksbtn {
		font-size: 16px;
	}
	.main .events .events_tab button i {
		font-size: 18px;
	}

	.main .events red {
		font-size: 22px;
		color: #e62017;
		font-weight: bold;
	}

	.main .events .great_dealRow {
		flex-direction: column;
	}
	.main .events .great_dealBox i {
		font-size: 14px;
		line-height: 24px;
		font-style: normal;
		text-align: left;
		display: block;
	}
	.main .events.notice {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.main .events.notice notice span {
		margin: 0;
	}

	.main .events .btnbox2 {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		gap: 20px;
	}
	.main .events .btnbox2 a {
		flex: 1;
		font-size: 20px;
		padding: 10px 20px;
		display: inline-block;
		line-height: 30px;
	}
	.main .events .btnbox2 a:nth-child(3) {
		flex: 0 0 100%;
	}
}
.main .events .box {
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}
.main .events .box2 {
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 20px;
}
.main-event {
	background-color: #fff;
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
.main-event .pic {
}
.main-event .pic img {
	width: 100%;
}
.main .events .box2 {
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 20px;
}
.main .events .box2 ul {
	line-height: 24px;
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
.main .events .box2 ul li {
	background-image: url(../images/point.png);
	background-repeat: no-repeat;
	background-position: 3px 10px;
	padding-left: 10px;
}
.main .events .box3 {
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}
.main .events .box2 .sub-event,
.main .events .box3 .sub-event {
	border-radius: 15px;
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
	padding: 10px;
}

@media screen and (min-width: 840px) {
	.main .events .box2 .sub-event .text {
		height: 50px;
		display: block;
		padding-right: 3px;
		padding-left: 3px;
	}
	.main .events .box3 .sub-event .text {
		height: 150px;
		padding-right: 3px;
		padding-left: 3px;
		display: block;
	}
}
@media screen and (max-width: 839px) and (min-width: 768px) {
	.main .events .box2 .sub-event .text {
		display: block;
		padding-right: 3px;
		padding-left: 3px;
		height: 100px;
	}
	.main .events .box3 .sub-event .text {
		height: 150px;
		padding-right: 3px;
		padding-left: 3px;
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.main .events .box2 .sub-event .text {
		display: block;
		padding-right: 3px;
		padding-left: 3px;
	}
	.main .events .box3 .sub-event .text {
		padding-right: 3px;
		padding-left: 3px;
		display: block;
	}
	.main .events .card .sub-event .text {
		display: block;
		padding-right: 3px;
		padding-left: 3px;
		height: 100px;
	}
}
.main .events .box2 .sub-event .pic,
.main .events .box3 .sub-event .pic {
	margin-bottom: 10px;
}
.main .events .box2 .sub-event .pic img,
.main .events .box3 .sub-event .pic img {
	width: 100%;
}
/*************************
*
*   footer
*
*************************/
#warningbg {
	background-color: #fff;
	width: 100%;
	padding: 20px;
}

@media screen and (min-width: 768px) {
	#warning {
		width: 100%;
		max-width: 1000px;
		margin-right: auto;
		margin-left: auto;
		color: #717171;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}
	#warning #t1 {
		font-size: 32px;
	}
}
@media screen and (max-width: 768px) {
	#warning {
		width: 100%;
		max-width: 1000px;
		margin-right: auto;
		margin-left: auto;
		color: #717171;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	#warning #t1 {
		font-size: 28px;
		margin-bottom: 10px;
	}

	#warning .warning_list {
		flex: auto !important;
	}
}
#warning ul {
	font-size: 16px;
	margin: 0;
}

#warning .warning_list {
	flex: 1;
	width: 100%;
}

@media (min-width: 901px) {
	.f-bar {
		line-height: 56px;
	}

	.f-bar .f-prompt {
		background: #d70c18;
		color: #fff;
		font-size: 12px;
		padding-left: 35px;
		width: 70%;
		float: left;
	}

	.f-bar .f-logo {
		padding-left: 20px;
		background: #DEDEDE;
		width: 30%;
		float: left;
	}
}

@media (max-width: 900px) {
	.f-bar {
		line-height: 40px;
	}

	.f-bar .f-prompt {
		background: #d70c18;
		color: #fff;
		font-size: 12px;
		text-align: center;
	}

	.f-bar .f-prompt span {
		display: none;
	}

	.f-bar .f-logo {
		padding-left: 20px;
		background: #DEDEDE;
		display: none;
	}
}

@keyframes balloon {
	0% {
		top: 93%;
	}
	40% {
		top: 95%;
	}
	100% {
		top: 93%;
	}
}
@keyframes balloon2 {
	0% {
		top: 75%;
	}
	40% {
		top: 77%;
	}
	100% {
		top: 75%;
	}
}
@keyframes leftHeand {
	0% {
		transform: rotate(10deg);
	}
	25% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(10deg);
	}
}
@keyframes rightHeand {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(10deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

@keyframes richart-ani {
	0% {
		right: -12%;
		opacity: 1;
	}
	79% {
		right: 13.5%;
		opacity: 1;
	}
	80% {
		right: 13.5%;
		opacity: 0;
	}
}
@keyframes richart-ani2 {
	0% {
		right: -12%;
		opacity: 0;
	}
	79% {
		right: 13.5%;
		opacity: 0;
	}
	80% {
		right: 13.5%;
		opacity: 1;
	}
	99% {
		right: 13.5%;
		opacity: 1;
	}
	100% {
		right: 13.5%;
		opacity: 0;
	}
}
@keyframes richart-ani3 {
	0% {
		right: -12%;
		opacity: 0;
	}
	99% {
		right: 13.5%;
		opacity: 0;
	}
	100% {
		right: 13.5%;
		opacity: 1;
	}
}
@keyframes richart-ani-m {
	0% {
		right: -77%;
		opacity: 1;
	}
	79% {
		right: -10%;
		opacity: 1;
	}
	80% {
		right: -10%;
		opacity: 0;
	}
}
@keyframes richart-ani2-m {
	0% {
		right: -77%;
		opacity: 0;
	}
	79% {
		right: -10%;
		opacity: 0;
	}
	80% {
		right: -10%;
		opacity: 1;
	}
	99% {
		right: -10%;
		opacity: 1;
	}
	100% {
		right: 13.5%;
		opacity: 0;
	}
}
@keyframes richart-ani3-m {
	0% {
		right: -77%;
		opacity: 0;
	}
	99% {
		right: -10%;
		opacity: 0;
	}
	100% {
		right: -10%;
		opacity: 1;
	}
}

@keyframes title-ani {
	0% {
		top: 10%;
		opacity: 0;
	}
	100% {
		top: 6.5%;
		opacity: 1;
	}
}
