/*--
	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;}
	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 --*/
body {
	background:#00BCD4;
	background-size: cover;
	font-family: 'Open Sans', sans-serif;
	background-attachment: fixed;
    background-position: center;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Montserrat', sans-serif;
	
}

h1{
	color:#fff;
	font-size:45px;
	text-align:center;
	margin-top:50px;
}
.agile-its{
	width:35%;
	margin:50px auto;
	background:#fff;

}
h2{
	color:#fff;
	background: #f3c500;
	padding:10px 0;
	text-align:center;
	font-size:20px;
}
.w3layouts{
	padding:50px;
}
.w3layouts p{
	font-size:14px;
	line-height:27px;
	color:#000;
	margin-bottom:10px;
}
.agileinfo {
    position: relative;
    width: 60%; /* 宽度调整为占用容器的60% */
    margin: 20px auto 30px; /* 适当调整顶部和底部外边距 */
    display: block; /* 保持块级元素，确保外边距生效 */
    font-size: 16px; /* 保持字体大小不变 */
    color: #333; /* 文字颜色稍微深色，提高可读性 */
}

.agileinfo label {
    display: block; /* 使标签为块级元素 */
    margin-bottom: 10px; /* 在标签和下拉框之间增加一些空间 */
    font-size: 18px; /* 增大标签字体大小 */
    color: #000; /* 标签字体颜色更深 */
    text-align: center; /* 标签居中显示 */
}

.agileinfo select {
    width: 100%; /* 下拉框宽度占满整个.agileinfo容器 */
    height: 50px; /* 增大下拉框的高度 */
    font-size: 18px; /* 增大下拉框内字体的大小 */
    border: 2px solid #007BFF; /* 更明显且现代的边框颜色 */
    border-radius: 8px; /* 更圆的边框角度 */
    padding-left: 15px; /* 增加内左边距，使文本不紧贴边框 */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* 轻微的阴影效果，增加立体感 */
    background-color: #ffffff; /* 背景色设置为纯白 */
    outline: none; /* 点击时无轮廓 */
    transition: all 0.3s ease; /* 平滑过渡效果 */
}

.agileinfo select:focus {
    border-color: #0056b3; /* 聚焦时的边框颜色更深 */
    box-shadow: 0 0 8px rgba(0,123,255,0.5); /* 聚焦时增加阴影效果，使之更加突出 */
}

input[type="file"]{
    position: absolute;
    top: 0px;
    left: 23%;
    padding: 8px 5px;
    opacity: 0;
    cursor: pointer;
}
h3{
	text-align:center;
	margin-top:10px;
}
button {
	font-size: 20px;        /* 增大字体大小 */
	padding: 15px 30px;     /* 增大按钮的内边距，使按钮变大 */
	display: block;         /* 设置按钮为块级元素 */
	margin: 20px auto;      /* 上下边距为20px, 左右自动，实现居中 */
	cursor: pointer;        /* 将鼠标悬停时的指针变为手形图标 */
    background:#00BCD4;
	border: none;
}
/* 进度条样式 */
.progress-container {
    margin: 10px 0;
}

.progress-bar {
    width: 100%;
    background-color: #f3f3f3;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.progress {
    height: 20px;
    background: linear-gradient(to right, violet, indigo, blue, green, yellow, orange, red);
    border-radius: 5px;
    width: 0;
}

/* HTML: <div class="loader"></div> */
.loader1 {
	width: 80px;
	height: 40px;
	border-radius: 0 0 100px 100px;
	border: 5px solid #538a2d;
	border-top: 0;
	box-sizing: border-box;
	background:
	  radial-gradient(farthest-side at top,#0000 calc(100% - 5px),#e7ef9d calc(100% - 4px)), 
	  radial-gradient(2px 3px,#5c4037 89%,#0000) 0 0/17px 12px,
	  #ff1643;
	--c:radial-gradient(farthest-side,#000 94%,#0000);
	-webkit-mask:
	  linear-gradient(#0000 0 0),
	  var(--c) 12px -8px,
	  var(--c) 29px -8px,
	  var(--c) 45px -6px,
	  var(--c) 22px -2px,
	  var(--c) 34px  6px, 
	  var(--c) 21px  6px,
	  linear-gradient(#000 0 0);
	mask:
	  linear-gradient(#000 0 0),
	  var(--c) 12px -8px,
	  var(--c) 29px -8px,
	  var(--c) 45px -6px,
	  var(--c) 22px -2px,
	  var(--c) 34px  6px, 
	  var(--c) 21px  6px,
	  linear-gradient(#0000 0 0);
	-webkit-mask-composite:destination-out;
	mask-composite:exclude,add,add,add,add,add,add;
	-webkit-mask-repeat: no-repeat;
	animation: l8 3s infinite;
	margin: auto
  }
  @keyframes l8 {
   0%   {-webkit-mask-size: auto,0 0,0 0,0 0,0 0,0 0,0 0}
   15%  {-webkit-mask-size: auto,20px 20px,0 0,0 0,0 0,0 0,0 0}
   30%  {-webkit-mask-size: auto,20px 20px,20px 20px,0 0,0 0,0 0,0 0}
   45%  {-webkit-mask-size: auto,20px 20px,20px 20px,20px 20px,0 0,0 0,0 0}
   60%  {-webkit-mask-size: auto,20px 20px,20px 20px,20px 20px,20px 20px,0 0,0 0}
   75%  {-webkit-mask-size: auto,20px 20px,20px 20px,20px 20px,20px 20px,20px 20px,0 0}
   90%,
   100% {-webkit-mask-size: auto,20px 20px,20px 20px,20px 20px,20px 20px,20px 20px,20px 20px}
  }

/* HTML: <div class="loader"></div> */
/* HTML: <div class="loader"></div> */
.loader {
	width: fit-content;
	font-size: 20px;
	font-family: monospace;
	line-height: 1.4;
	font-weight: bold;
	padding: 40px 10px 60px;
	background: linear-gradient(#000 0 0) 0 0/100% 100% content-box padding-box no-repeat; 
	position: relative;
	overflow: hidden;
	animation: l10-0 2s infinite cubic-bezier(1,175,.5,175);
	margin: auto
  }
  .loader::before {
	content:"这里 HERE";
	display:inline-block;
	animation: l10-2 2s infinite;
	color: #000; /* 设置文字颜色为黑色 */
  }
  .loader::after {
	content:"";
	position: absolute;
	width: 34px;
	height: 28px;
	top: 110%;
	left: calc(50% - 16px);
	background:
	  linear-gradient(90deg,#0000 12px,#f92033 0 22px,#0000 0 26px,#fdc98d 0 32px,#0000) bottom 26px left 50%,
	  linear-gradient(90deg,#0000 10px,#f92033 0 28px,#fdc98d 0 32px,#0000 0) bottom 24px  left 50%,
	  linear-gradient(90deg,#0000 10px,#643700 0 16px,#fdc98d 0 20px,#000 0 22px,#fdc98d 0 24px,#000 0 26px,#f92033 0 32px,#0000 0) bottom 22px left 50%,
	  linear-gradient(90deg,#0000 8px,#643700 0 10px,#fdc98d 0 12px,#643700 0 14px,#fdc98d 0 20px,#000 0 22px,#fdc98d 0 28px,#f92033 0 32px,#0000 0) bottom 20px left 50%,
	  linear-gradient(90deg,#0000 8px,#643700 0 10px,#fdc98d 0 12px,#643700 0 16px,#fdc98d 0 22px,#000 0 24px,#fdc98d 0 30px,#f92033 0 32px,#0000 0) bottom 18px left 50%,
	  linear-gradient(90deg,#0000 8px,#643700 0 12px,#fdc98d 0 20px,#000 0 28px,#f92033 0 30px,#0000 0) bottom 16px left 50%,
	  linear-gradient(90deg,#0000 12px,#fdc98d 0 26px,#f92033 0 30px,#0000 0) bottom 14px left 50%,
	  linear-gradient(90deg,#fdc98d 6px,#f92033 0 14px,#222a87 0 16px,#f92033 0 22px,#222a87 0 24px,#f92033 0 28px,#0000 0 32px,#643700 0) bottom 12px left 50%,
	  linear-gradient(90deg,#fdc98d 6px,#f92033 0 16px,#222a87 0 18px,#f92033 0 24px,#f92033 0 26px,#0000 0 30px,#643700 0) bottom 10px left 50%,
	  linear-gradient(90deg,#0000 10px,#f92033 0 16px,#222a87 0 24px,#feee49 0 26px,#222a87 0 30px, #643700 0) bottom 8px left 50%,
	  linear-gradient(90deg,#0000 12px,#222a87 0 18px,#feee49 0 20px,#222a87 0 30px,#643700 0) bottom 6px left 50%,
	  linear-gradient(90deg,#0000 8px,#643700 0 12px,#222a87 0 30px,#643700 0) bottom 4px left 50%,
	  linear-gradient(90deg,#0000 6px,#643700 0 14px,#222a87 0 26px,#0000 0) bottom 2px left 50%,
	  linear-gradient(90deg,#0000 6px,#643700 0 10px,#0000 0 ) bottom 0px left 50%;
	background-size: 34px 2px;
	background-repeat: no-repeat;
	animation: inherit;
	animation-name: l10-1;
  }
  @keyframes l10-0{
	0%,30%   { background-position: 0 0px }
	50%,100% { background-position: 0 -0.1px }
  }
  @keyframes l10-1{
	50%,100% { top:109.5% };
  }
  @keyframes l10-2{
	0%,30%   { transform:translateY(0); }
	80%,100% { transform:translateY(-260%); }
  }

/* 数字输入框样式 */
.number-input {
    width: 50%; /* 输入框宽度 */
    height: 40px; /* 输入框高度 */
    margin: 0 auto; /* 居中显示 */
    display: block; /* 使margin居中生效 */
    font-size: 16px; /* 字体大小 */
    border: 1px solid #ccc; /* 边框颜色 */
    border-radius: 5px; /* 边框圆角 */
    text-align: center; /* 文字居中 */
	margin-top: -10px; /* 上边距为负值，向上移动 */
    margin-bottom: 30px; /* 增加下边距，避免与下面的元素重叠 */
}
#filedrag{
	display: none;
    font-weight: 600;
    text-align: center;
    padding: 25px 0;
    margin: 25px 0;
    color: #f3c500;
    border: 2px dashed #f3c500;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    cursor: default;
    font-size: 20px;
}

#filedrag.hover
{
	color: #f00;
	border-color: #f00;
	border-style: solid;
	box-shadow: inset 0 3px 4px #888;
}
#messages {
    padding: 15px 10px;
    margin: 15px 0;
    border: 1px solid #00BCD4;
}
#messages p {
    color: #555;
    font-size: 14px;
	font-weight:700;
}
input[type="submit"]{
    width: 54%;
    background:#00BCD4;
    border: none;
    padding: 10px 0;
    color: #fff;
	font-size:14px;
	cursor:pointer;
	margin-left:23%;
}
.footer p{
	text-align:center;
	color:#fff;
	margin-bottom:20px;
	font-size:14px;
}
.footer p a{
	color:#fff;
}
.footer p a:hover{
	text-decoration:underline;
}
@media screen and (max-width: 1440px) {
	input[type="file"] {
		left: 20%;
	}
	input[type="submit"] {
		width: 60%;
		margin-left: 20%;
	}
}
@media screen and (max-width: 1366px) {
	input[type="file"] {
		left: 18%;
	}
	input[type="submit"] {
		width: 64%;
		margin-left: 18%;
	}
}
@media screen and (max-width: 1280px) {
	input[type="file"] {
		left: 15%;
	}
	input[type="submit"] {
		width: 70%;
		margin-left: 15%;
	}
}
@media screen and (max-width: 1080px) {
	input[type="file"] {
		left: 10%;
		top: 0px;
		padding: 7px 0px;
	}
	input[type="submit"] {
		width: 80%;
		margin-left: 10%;
	}
	.w3layouts {
		padding: 37px;
	}
}
@media screen and (max-width: 1024px) {
	.agile-its {
		width: 37%;
	}
	input[type="file"] {
		left: 10%;
	}
	input[type="submit"] {
		width: 80%;
		margin-left: 10%;
	}
}
@media screen and (max-width: 991px) {
	.agile-its {
		width: 39%;
	}
	input[type="file"] {
		left: 11%;
	}
	input[type="submit"] {
		width: 78%;
		margin-left: 11%;
	}
}
@media screen and (max-width: 966px) {
	input[type="file"] {
		left: 10%;
	}
	input[type="submit"] {
		width: 80%;
		margin-left: 10%;
	}
}
@media screen and (max-width: 900px) {
	.agile-its {
		width: 44%;
	}
	input[type="file"] {
		left: 12%;
	}
	input[type="submit"] {
		width: 76%;
		margin-left: 12%;
	}
}
@media screen and (max-width: 800px) {
	h1 {
		font-size: 40px;
	}
	.agile-its {
		width: 48%;
	}
	input[type="file"] {
		left: 10.5%;
	}
	input[type="submit"] {
		width: 79%;
		margin-left: 10.5%;
	}
}
@media screen and (max-width: 768px) {
	.w3layouts p {
		font-size: 13.3px;
	}
	input[type="file"] {
		left: 8.5%;
	}
	input[type="submit"] {
		width: 83%;
		margin-left: 8.5%;
	}
}
@media screen and (max-width: 736px) {
	.w3layouts {
		padding: 30px;
	}
}
@media screen and (max-width: 667px) {
	.agile-its {
		width: 53%;
	}
	input[type="file"] {
		left: 8%;
	}
	input[type="submit"] {
		width: 84%;
		margin-left: 8%;
	}
}
@media screen and (max-width: 640px) {
	.agile-its {
		width: 58%;
	}
	input[type="file"] {
		left: 10.5%;
	}
	input[type="submit"] {
		width: 79%;
		margin-left: 10.5%;
	}
}
@media screen and (max-width: 600px) {
	h1 {
		font-size: 37px;
	}
	.agile-its {
		width: 61%;
	}
	input[type="file"] {
		left: 9.5%;
	}
	input[type="submit"] {
		width: 81%;
		margin-left: 9.5%;
	}
}
@media screen and (max-width: 568px) {
	.agile-its {
		width: 65%;
		margin: 40px auto;
	}
	input[type="file"] {
		left: 10%;
	}
	input[type="submit"] {
		width: 80%;
		margin-left: 10%;
	}
}
@media screen and (max-width: 480px) {
	.agile-its {
		width: 76%;
	}
	.footer p {
		width: 90%;
		margin: 0 auto 20px auto;
	}
	input[type="file"] {
		left: 9%;
	}
	input[type="submit"] {
		width: 82%;
		margin-left: 9%;
	}
}
@media screen and (max-width: 414px) {
	h1 {
		font-size: 33px;
	}
	.agile-its {
		width: 84%;
	}
	.w3layouts {
		padding: 25px;
	}
	input[type="file"] {
		left: 8%;
	}
	input[type="submit"] {
		width: 84%;
		margin-left: 8%;
	}
	.footer p {
		font-size:13px;
	}
}
@media screen and (max-width: 384px) {
	h1 {
		font-size: 30px;
	}
	.agile-its {
		width: 86%;
	}
	.w3layouts {
		padding: 22px;
	}
	.w3layouts p {
		font-size: 13px;
	}
	input[type="file"] {
		left: 6%;
	}
	input[type="submit"] {
		width: 88%;
		margin-left: 6%;
	}

}
@media screen and (max-width: 375px) {
	input[type="file"] {
		left: 5%;
	}
	input[type="submit"] {
		width: 90%;
		margin-left: 5%;
	}
}
@media screen and (max-width: 320px) {
	h1 {
		font-size: 28px;
		margin-top:30px;
	}
	h2{
		font-size:17px;
	}
	.w3layouts {
		padding: 15px;
	}
	input[type="file"] {
		left: -1%;
	}
	input[type="submit"] {
		width: 102%;
		margin-left: 0%;
	}
	#filedrag {
		font-size:16px;
		padding:16px 0px;
	}
	#messages {
		padding: 8px 10px;
	}
	.w3layouts p {
		font-size: 12px;
	}

}