/*--
	Author: W3layouts
	Author URL: http://w3layouts.com
	License: Creative Commons Attribution 3.0 Unported
	License URL: http://creativecommons.org/licenses/by/3.0/
--*/

/*-- Reset-Code --*/
	html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline; font-family: 'Rubik' , 'sans-serif';}
	article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
	ol,ul{list-style:none;margin:0px;/*padding:0px;*/}
	blockquote,q{quotes:none;}
	blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
	table{border-collapse:collapse;border-spacing:0;}
	/* start editing from here */
	a{text-decoration:none;}
	.txt-rt{text-align:right;}/* text align right */
	.txt-lt{text-align:left;}/* text align left */
	.txt-center{text-align:center;}/* text align center */
	.float-rt{float:right;}/* float right */
	.float-lt{float:left;}/* float left */
	.clear{clear:both;}/* clear float */
	.pos-relative{position:relative;}/* Position Relative */
	.pos-absolute{position:absolute;}/* Position Absolute */
	.vertical-base{vertical-align:baseline;}/* vertical align baseline */
	.vertical-top{vertical-align:top;}/* vertical align top */
	nav.vertical ul li{display:block;}/* vertical menu */
	nav.horizontal ul li{display: inline-block;}/* horizontal menu */
	img{max-width:100%;}
/*-- //Reset-Code --*/

/* james */
header {
	/*width: 100%;
	background: -moz-linear-gradient(top, #ffffff 0%, #dbdbdb 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #dbdbdb 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #dbdbdb 100%);
	color: #FFF;
	border-bottom: 1px solid #dbdbdb;
	overflow: hidden;*/
}
.headBorder {
	border-bottom: 1px solid #fff;
	display: flex;
    align-items: center;
    justify-content: space-between; /* 这确保了标题在中间，而语言选择在右侧 */

}

.language-selection {
    display: flex;
    align-items: center;
	margin-right: 20px; /* 添加右边距以避免靠近滚动条 */
}

.separator {
    color: #C59E5E;
}

.lang-button {
	font-size:20px; 
    color: #C59E5E; /* 初始颜色 */
    cursor: pointer; /* 鼠标悬停时变为手指形状 */
    transition: color 0.3s ease; /* 颜色变化的过渡效果 */
}

.lang-button:hover {
    color: #8B4513; /* 鼠标悬停时的颜色，这里使用了一个比#C59E5E更深的颜色 */
}


.mainTi {
	padding: 20px;
	margin: 0 auto;
	/* font-size: 65px; */
	font-size: 25px;
	background: linear-gradient(to top, #7b8184, #41474e);
	background: -webkit-linear-gradient(to top, #7b8184, #41474e);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	font-weight: bolder;
	line-height: 100%;
	letter-spacing: normal;
	text-align: center;
    margin-right: auto; /* 使用自动外边距将标题推到左侧 */
    margin-left: auto; /* 使用自动外边距将标题推到右侧 */
}
.formBg {
	/* background: url(../images/top_form_bg.jpg) repeat-x top center; */
}
.formBox {
	width: 100%;
	/* max-width: 950px; 
	max-width: 600px;*/
	/* padding: 80px 25px; */
	padding: 50px 25px 90px;
	margin: 0 auto;
	overflow: hidden;
}
.col-form-label, .btn.submit {
	color: #41474e;
	/* font-size: 25px; */
	font-size: 20px;
	font-weight: normal;
	margin: 0 15px;
}
.col-form-label .note {
	/* font-size: 20px; */
	font-size: 15px;
	color: #de3636;
	padding: 0 20px;
}
.form-check {
	width: 1300px;
    max-width: 100%;
  margin: 30px auto 0;
}
.form-check-label {
	color: #41474e;
	font-size: 15px;
	font-weight: normal;
	text-transform: none;
}
.submitBox {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.btn.submit {
	margin: 30px 0 0;
  padding: 10px 30px;
	color: #FFF;
	background: -moz-linear-gradient(top, #7b8184 0%, #41474e 100%);
	background: -webkit-linear-gradient(top, #7b8184 0%, #41474e 100%);
	background: linear-gradient(to bottom, #7b8184 0%, #41474e 100%);
	border: 0;
}
.form-control::placeholder {
  color: #99a1a5;
}
.form-control {
	color: #99a1a5;
	/* font-size: 30px; */
	font-size: 18px;
	font-weight: normal;
	background-color: #fff;
	border: 1px solid #cccccc;
	padding: 8px 25px;
}
.form-control:focus {
	background-color: #fefefe;
}
.error {
	font-size: 20px;
	color: #de3636;
	padding: 5px 25px 0;
}

/* 如何使用 */
.subTi {
	padding: 20px 0;
	margin: 0 auto;
	/* font-size: 45px; */
	font-size: 35px;
	background: linear-gradient(to top, #7b8184, #41474e);
	background: -webkit-linear-gradient(to top, #7b8184, #41474e);
	background-clip: text;
	-webkit-background-clip: text;
	color: hsl(211.7, 41.9%, 16.9%);
	font-weight: bolder;
	line-height: 100%;
    font-weight: 700;
	letter-spacing: normal;
    text-align: left;
}
.howUseBg {
	border-top: 1px solid #ebebeb;
	/* background-color: #eeeeee; */
	/* background-image: url(../images/how_use_bg.jpg); */
	background-repeat: no-repeat;
	background-position: center;
	/* border-top: 1px solid #b7b7b7; */
}
.howUseBox {
	width: 100%;
	/* max-width: 1300px; */
	width: 1300px;
    max-width: 95%;
	padding: 80px 25px;
	margin: 0 auto;
}
.howUseBox .mainTi {
	text-align: center;
	padding: 0 0 70px;
}
.howUseTxt {
	width: 100%;
	overflow: hidden;
	/* line-height: 50px; */
	/* font-size: 30px; */
	font-size: 16px;
	/* line-height: 40px; */
	line-height: 26.4px;
    color: #34465a;
    font-weight: 300;
    
}
.howUseTxt .txt ul {
  list-style: decimal;
  padding-left: 2rem;
}
.howUseTxt .txt ul li {
  padding-bottom: 5px;
}
.stepPic {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 20px;
	/* padding-top: 20px; */
	padding-bottom: 20px;
	text-align: center;
}
.stepPic img {
	width: 45%;
	max-width: 300px;
	flex: 100%;
}

.introTopBox {
	/* display: flex; */
}
.introTopBox .txt {
	flex: 70%;
	/* padding-right: 3%; */
	padding-bottom: 20px;
}
.qrCodeBox {
	display: block;
	background-color: #e5e5e5;
	border-radius: 10px 10px 0 0;
	padding: 5px 10px;
	text-align: center;
	color: #99a1a5;
}
.howUseTxt .redTxt {
	color: #ff0000;
}
.howUseTxt .orgTxt {
	color: #de8d36;
}
.iconDots {
	width: 100%;
	height: 9px;
	margin: 30px 0;
	background: url(../images/icon_dot.png) repeat-x left center;
    background-size: 5px;
}
@media screen and (max-width: 512px) {
	.stepPic {
		display: block;
	}
	.stepPic img {
		width: 100%;
	}
}

/* body {
	background:#232323;
  background: url(../images/bg2.jpg) no-repeat 0px 0px;
	background-size: cover;
	font-family: 'Open Sans', sans-serif;
	background-attachment: fixed;
  background-position: center;
} */
h1{
	color:#fff;
	font-size:40px;
	text-align:center;
	margin-top:40px;
    letter-spacing: 2px;
    /* text-transform: uppercase; */
}
.agile-its{
	width:35%;
	margin:40px auto;
	background:rgba(16, 16, 16, 0.48);

}
h2 {
    color: rgb(25 42 61);
    /* padding: 25px 0 0; */
    text-align: center;
	font-style: normal;
	font-weight: 900;
	letter-spacing: -1px;
    font-size: clamp(30px, 1.875rem + ((1vw - 3.2px) * 1.563), 50px);
}
.agile-its p {
    text-align: center;
    margin: 1em 0;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #00bcd4;
}
a {
    color: #FFFFFF;
}
.w3layouts{
	padding:30px 50px 40px;
}
.w3layouts p{
	font-size:14px;
	line-height:27px;
	color:#000;
	margin-bottom:10px;
}
.agileinfo{
	position:relative;
}
input[type="button"]{
    width: 100%;
    background: #F44336;
    border: none;
    padding: 12px 0;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
    letter-spacing: 1px;
    -webkit-transition: 0.5s all; /* Safari */
    transition:  0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition:0.5 all;
	-o-transition:0.5s all;
    font-family: 'Rubik';
    text-transform: capitalize;
}
.wthreesubmitaits {
    width: 60%;
    margin: 1em auto 0;
}
input[type="submit"]:hover {
    background: #146eb4;
}
.footer {	
}
.footer p {
	text-align: center;
	color: #fff;
	/* margin-bottom: 40px; */
	padding: 15px 25px;
	/* font-size: 30px; */
	font-size: 14px;
	margin: 0;
	/* font-size: 15px; */
	/* letter-spacing: 1px; */
}
.footer p a {
	color: #fff;
}
.footer p a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 1024px) {
	.mainTi {
		padding: 30px;
		/* font-size: 45px; */
	}
	.subTi {
		/* font-size: 35px; */
		font-size: 25px;
	}
	.col-form-label, .btn.submit, .howUseTxt, .form-control, .footer p {
		/* font-size: 25px; */
		font-size: 15px;
	}
	.howUseTxt {
		/* line-height: 45px; */
		line-height: 30px;
	}
	.col-form-label .note {
		/* font-size: 20px; */
	}
}
@media screen and (max-width: 767px) {
	.mainTi {
		/* padding: 25px; */
		/* font-size: 38px; */
    /* line-height: 45px; */
	}
	.subTi {
		font-size: 33px;
	}
	.formBox {
		padding: 50px 25px;
	}
	.howUseBox {
		padding: 50px 25px;
	}
	.howUseBox .mainTi {
		padding: 0 0 40px;
	}
	/* .col-form-label, .btn.submit, .howUseTxt, .form-control, .footer p {
		font-size: 20px;
	} */
	.howUseTxt {
		line-height: 28px;
	}
	.introTopBox {
		display: block;
		text-align: center;
	}
	.introTopBox .txt {
		padding-right: 0;
		padding-bottom: 20px;
		text-align: left;
	}
	/* .introTopBox div:nth-child(2) {
		text-align: center;
		display: inline-block;
	} */
	.introTopBox .qrCodeWrap {
		text-align: center;
		display: inline-block;
	}
	.error {
		font-size: 15px;
		padding: 5px 10px 0;
	}
	.col-form-label .note {
		font-size: 15px;
		display: block;
    padding: 0;
	}
	.form-control {
		padding: 8px 10px;
	}
	.form-control::placeholder {
		font-size: 15px;
	}
}
@media screen and (max-width: 480px) {
	.mainTi {
		/* font-size: 30px; */
	}
	.subTi {
		font-size: 28px;
	}
	.formBox, .howUseBox {
		padding: 35px 25px;
	}
}

label {
    font-size: 1.2em;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: .7em;
    letter-spacing: 1px;
    display: block;
    text-transform: capitalize;
}

/* input[type="text"], input[type="email"], select, select.dropdown{
    width: 96%;
    padding: 0.6em;
	border: 1px solid #FFFFFF;
    font-size: .9em;
	letter-spacing:.5px;
    outline: none;
    color: #fff;
    background-color: transparent;
    margin-bottom: 1.2em;
    font-family: 'Open Sans', sans-serif;
} */
select {
    width: 31%;
    float: left;
    margin-right: 1em;
    color: #666;
    font-family: 'Noto Sans TC';
    font-size: 15px;
    font-weight: 600;
}
.last select {
    margin-right: 0em;
}
.w3_agileits_main_grid_left_l {
    float: left;
    margin-bottom: 2em;
    margin-top: .5em;
}
.w3_agileits_main_grid_left_l h3 {
    font-size: 16px;
    color: #000;
    font-family: 'Noto Sans TC';
    font-weight: 600;
	text-transform:uppercase;
}
.w3_agileits_main_grid_left_r {
    float: none;
    margin-left: 7em;
    margin-top: .6em;
}
.agileinfo_radio_button {
    float: left;
    margin-left: 2em;
}
.agileinfo_radio_button:first-child {
    margin-left: 0;
}
label.radio, .checkbox {
    font-size: 15px;
    font-weight: 600;
    color: #484848;
    padding-left: 25px;
    margin: 0;
    position: relative;
    text-transform: capitalize;
    font-family: 'Noto Sans TC';
}
.checkbox input, .radio input {
    position: absolute;
    left: -9999px;
}
.radio span, .checkbox span {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: 15px;
    height: 15px;
    outline: none;
    background: #00BCD4;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    cursor: pointer;
}
.radio input + span:after, .checkbox input + span:after {
    content: '';
    top: 3px;
    left: 3px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #fff !important;
}
.radio input:checked + span:after {
    opacity: 1;
}
.checkbox input + span:after, .radio input + span:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}
/*-- checkbox --*/
.wthree-text label {
    font-size: 0.9em;
    color: #333;
    cursor: pointer;
    position: relative;
    float: left;
    font-weight: 600;
}
.radio i.fa {
    padding-right: .5em;
    color: #F44336;
    font-size: 25px;
    vertical-align: middle;
}
input.checkbox {
    background: #146eb4;
	cursor: pointer;
    width: 1em;
    height: 1em;
}
input.checkbox:before {
	content: "";
	position: absolute;
	width: 1.2em;
	height: 1.2em;
	background: inherit;
	cursor: pointer;
}
input.checkbox:after {
	content: ""; 
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 1;
	width: 1.2em;
	height: 1.2em;
	border: 1px solid #fff; 
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
input.checkbox:checked:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	height: .5rem;
	border: 1px solid #fff;
	border-top-color: transparent;
	border-right-color: transparent;
}
.anim input.checkbox:checked:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	height: .5rem;
	border-color: transparent;
	border-right-color: transparent; 
	animation: .4s rippling .4s ease;
	animation-fill-mode: forwards;
}
@keyframes rippling {
	50% {
		border-left-color: #fff;
	}
	100% {
		border-bottom-color: #fff;
		border-left-color: #fff;
	}
} 
.anim span {
    padding-left: .5em;
    vertical-align: top;
}
input[type="file"] {
    position: absolute;
    top: 0px;
    left: 23%;
    padding: 8px 5px;
    opacity: 0;
    cursor: pointer;
}
/*-- //checkbox --*/  

/* responsive design */
@media screen and (max-width: 1920px) {
	/* h1 {
		margin-top: 25px;
	} */
}
@media screen and (max-width: 1680px) {
	/* h1 {
		margin-top: 12px;
	} */
}
@media screen and (max-width: 1600px) {
	/* h1 {
		margin-top: 10px;
	} */
}

@media screen and (max-width: 1440px) {
	.agile-its {
		width: 37%;
	}
}
@media screen and (max-width: 1366px) {
	input[type="file"] {
		left: 18%;
	}
	.agile-its {
		width: 40%;
	}
}
@media screen and (max-width: 1280px) {
	.agile-its {
		width: 42%;
	}
}
@media screen and (max-width: 1080px) {
	.agile-its {
		width: 50%;
	}
	input[type="text"], input[type="email"], select, select.dropdown {
    /* width: 95.5%; */
}
}
@media screen and (max-width: 1050px) {
	.agile-its {
		width: 52%;
	}
}
@media screen and (max-width: 1024px) {
	.agile-its {
		width: 54%;
	}
}
@media screen and (max-width: 991px) {
	.agile-its {
		width: 55%;
	}
}
@media screen and (max-width: 900px) {
	.agile-its {
		width: 60%;
	}
}
@media screen and (max-width: 800px) {
	h1 {
		font-size: 35px;
	}
	.agile-its {
		width: 66%;
	}
	h2 {
		padding: 25px 0 0;
	}
	.w3layouts {
		padding: 30px 40px 40px;
	}
}
@media screen and (max-width: 768px) {
	.w3layouts p {
		font-size: 13.3px;
	}
	.agile-its {
		width: 68%;
	}
	label {
		font-size: .9em;
	}
	.w3_agileits_main_grid_left_l h3 {
		font-size: 15px;
	}
}
@media screen and (max-width: 736px) {
	.w3layouts {
		padding: 30px;
	}
}
@media screen and (max-width: 667px) {
	.agile-its {
		width: 76%;
	}
	h1 {
		font-size: 30px;
		margin-top: 30px;
	}
}
@media screen and (max-width: 640px) {
	.agile-its {
		width: 76%;
	}
	select {
		width: 30.8%;
	}
}
@media screen and (max-width: 600px) {
	.agile-its {
		width: 82%;
	}
	.agile-its {
		margin: 30px auto;
	}
	/* .footer p {
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 30px;
	} */
	select {
		width: 30.8%;
	}
}
@media screen and (max-width: 568px) {
	.agile-its {
		width: 85%;
	}
}
@media screen and (max-width: 480px) {
	.agile-its {
		width: 90%;
	}
	/* .footer p {
		width: 90%;
		margin: 20px auto;
	} */
	h1 {
		font-size: 27px;
		letter-spacing: 1px;
	}
	select {
    width: 30.5%;
}
input[type="text"], input[type="email"] {
    /* width: 94.5%; */
}
}
@media screen and (max-width: 414px) {
	h1 {
		font-size: 25px;
	}
	.agile-its {
		width: 96%;
	}
	.w3layouts {
		padding: 25px;
	}
	/* .footer p {
		font-size:14px;
	} */
	.wthree-text label {
		font-size: 0.85em;
	}
	.w3_agileits_main_grid_left_r {
		margin-left: 6em;
	}
	.agile-its p {
		font-size: 14px;
	}
	input[type="text"], input[type="email"] {
    /* width: 94%; */
	}
	select {
    margin-right: 0.9em;
}
}
@media screen and (max-width: 384px) {
	h1 {
		font-size: 24px;
	}
	.w3layouts {
		padding: 22px;
	}
	.radio i.fa {
		padding-right: .3em;
		font-size: 21px;
	}
	input[type="submit"] {
		padding: 10px 0;
		font-size: 15px;
	}
	select {
    margin-right: 0.85em;
}
}
@media screen and (max-width: 375px) {
	.w3_agileits_main_grid_left_r {
		margin-left: 5em;
	}
}
@media screen and (max-width: 320px) {
	h1 {
		font-size: 22px;
		margin-top: 25px;
		letter-spacing: 0px;
	}
	.agile-its {
		width: 96%;
		margin: 20px auto 0;
	}
	.w3_agileits_main_grid_left_r {
		margin-left: 4.2em;
	}
	label {
		font-size: .8em;
	}
	label.radio, .checkbox {
		font-size: 14px;
		padding-left: 20px;
	}
	.agileinfo_radio_button {
		margin-left: 1em;
	}
	.radio span, .checkbox span {
		width: 12px;
		height: 12px;
	}
	.radio input + span:after, .checkbox input + span:after {
		top: 2px;
		left: 2px;
		width: 8px;
		height: 8px;
	}
	select {
		width: 33%;
		font-size: 14px;
	}
	.middle select {
    width: 30.3%;
}
	.last select {
		width: 27%;
	}
	/* .footer p {
		font-size: 13px;
	} */
	.w3_agileits_main_grid_left_l h3 {
		font-size: 14px;
	}
	 select, select.dropdown {
    padding: 0.6em 0.2em;
}
input[type="text"], input[type="email"] {
    /* width: 92%; */
}
}

/* 下拉式菜单的样式 */
.gtranslate_wrapper {
    position: relative;
    display: inline-block;
}

#languageOptions {
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    z-index: 1;
    width: 200px;
}

#languageOptions a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: black;
}

#languageOptions a:hover {
    background-color: #f1f1f1;
}

/* 隐藏/显示语言选项 */
.gt_white_content {
    display: none;
}


/* 背景遮罩 */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* 半透明黑色 */
    z-index: 10;
}

/* 中心弹出框 */
#languageOptions {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    z-index: 11;
}

/* 样式调整 */
#languageDropdown {
    cursor: pointer;
}