<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/***ç™»å½•é¡µ***/
div{
	overflow: hidden;
}
.containers {
	width: 100%;
  min-width: 1000px;
  margin:125px 0 10px 0;
  position: relative;
}
.slider {
	/*position:relative;*/
	width: 100%;
	overflow: hidden;/*height:700px;*/
	
}
.carousel {
	margin: 0 auto;
}
.item img {
	width: 100%;
	/*margin-top: -150px;*/
	/*min-height: 700px;*/
	background-position: center top;
}
.instruction {
	position: absolute;
	z-index: 9;
	margin: 50px 0 0 5%;
}
.instruction span {
	font-size: 26px;
	color: #3F3F3F;
	letter-spacing: 3px;
}
.instruction p {
	font-size: 18px;
	color: #7B7B7B;
	letter-spacing: 3px;
}
.instruction .text2 {
	color: #49b849;
}
.instruction .info {
	margin: 20px 0 0 5%;
}
.instruction .info1 {
	margin: 20px 0 0 14%;
}
.instruction .info2 {
	margin: 20px 0 0 23%;
}
.loginbox {
	position: absolute;
	z-index: 99;
  top:10%;
	left: 60%;
	width: 350px;
	background: #ffffff;
	border-radius: 5px;
}
.login {
	width: 300px;
	margin: 20px auto 40px;
}
.login form {
	margin-top: 20px;
}
.inputtext {
  margin-bottom: 5px;
}
.inputtext .username, .inputtext .password {
	padding-left: 35px;
	width: 83%;
}
.log {
	margin-top: 30px;
}
.mz {
	margin-top: 25px;
	width: 157px;
	float: right;
	text-align: right;
}
.mz a {
	display: block;
	padding-right: 15px;
}
.usericon, .pswicon {
	position: relative;
	top: 37px;
	left: 10px;
}
.footer {
    background: #fafafa;
    height: 60px;
    line-height: 60px;
    width: 100%;
    color: #666;
    text-align: center;
    vertical-align: middle;
}

@media screen and (max-height: 768px){
	.loginbox {
    position: absolute;
    z-index: 99;
    top: 8%;
    right: 60%;
    width: 340px;
    background: #ffffff;
    border-radius: 5px;
}

}
/* é¡µé¢ä¸­cssæå–å‡ºæ¥ */
  html,body{
    height:100%;
  }
  .headerlogo{overflow: initial;}
  .carousel-indicators li:nth-of-type(1){
    border-radius:2px;
    border:1px solid #ff2045;
  }
  .carousel-indicators li:nth-of-type(1).active {
    width: 12px;
    height: 12px;
    margin: 0;
    border-radius:2px;
    background-color: #ff2045;
  }
  .carousel-indicators li:nth-of-type(2){
    border:1px solid #66bf3a;
  }
  .carousel-indicators li:nth-of-type(2).active {
    background-color: #66bf3a;
  }
  .carousel-indicators li:nth-of-type(3){
    border-radius:2px;
    border:1px solid #ffa602;
  }
  .carousel-indicators li:nth-of-type(3).active {
    width: 12px;
    height: 12px;
    margin: 0;
    border-radius:2px;
    background-color: #ffa602;
  }
  .carousel-indicators li:nth-of-type(4){
    border:1px solid #44a2e5;
  }
  .carousel-indicators li:nth-of-type(4).active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #44a2e5;
  }
 .footer{
	   width:100%;
		  color:#333;
		 text-align:center;
     vertical-align:middle;
     height:auto;
     line-height:166px;
     min-height:166px;
		}
.footer img.topimg{
display:none
}
.footer .bottomtext{
  color:#888!important;
  font-size:14px;
  margin-top:20px;
} 
.usericon, .pswicon{
  top:33px;
}
.button-success {
    color: #fff;
    background-color: #579F39!important;;
    border-color: #579F39!important;;
    padding:10px 30px!important;;
  }
  .button-success:hover{
    background-color: #009944!important; 
    border-color: #009944!important;
  }
  .mz a{
    color:#579F39;
  }
  .mz a:hover{
    color:#009944;
  }
 
  .login h3.log{
    color:#222;
    font-size:22px;
    text-align:center;
  }

  .item img{
    /* height:650px; */
  }
  .bgcolor{
        animation:none;
        -webkit-animation:none;
        background:#ceb02f;
    }
    .usericon img{
      width:16px;
      height:18px;
    }
   .pswicon img{
      width:15px;
      height:18px;
    }
    .form-control::placeholder{
      font-size:12px;
      color:#D8D7D6;
    }

.inputtext .username:focus{
  border:1px solid #009944;
  box-shadow: 0 2px 5px #009944;
}
.inputtext .password:focus{
  border:1px solid #009944;
  box-shadow: 0 2px 5px #009944;
}
/* é€‰ä¸­åŽ†å²è¾“å…¥æ—¶ åŽ»é™¤èƒŒæ™¯é¢œè‰² */
input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {-webkit-text-fill-color: #333 !important;background-color:transparent; transition: background-color 50000s ease-in-out 0s;}
input{background-color:transparent;} </pre></body></html>