/* CSS Document */
/*以下为新增*/
*{
    font-family: '微软雅黑', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: #1A5090;
    font-size:100%;
  }
  
  #clock h2{
    position: relative;
    top: -110px;
    display: block;
    color: #f2f2f2;
    text-align:center;
    margin: 10px 0;
    font-weight: 700;
    letter-spacing: 0.4em;
    -webkit-box-reflect:below 0px linear-gradient(transparent, #0004);
  }
  
  #clock h3{
    position: relative;
    display: block;
    color: #fff;
    text-align: center;
    margin: 10px 0;
    font-weight: 300;
    font-size:70%;
    top:  50px;
    
  }
  #clock #time{
    display: flex;
    margin: 0 5px;
  }
  
  #clock #time div{
    position: relative;
   
    }
  
  #clock #time div span{
    position: relative;
    display: block;
    width: 400px;
    height: 80px;
    background: #ffb990;
    color: #f2f2f2;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:medium;
    z-index: 10;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  }


  /*new add end*/
  /*old code
body  {
	 background-image: url(images/chaxiu.jpg);
	 
	font:normal 14px 微软雅黑; 	
}
*/

.iForm .btn{
  padding: .3em .8em;
  width: 81%;
  height: 62%;
  font-size:150%;
  font-weight: 400;
  -webkit-border-radius:6px;
  border-radius:.2em;
  border:1px solid #DCDCDC;
  color:#f2f2f2;
  display:block;
  background:#279D9F;
  text-align:center;
  box-shadow: 0 .5em .25em rgba(0, 0, 0, 0.5);
  text-shadow: 0- .05em 0.05em rgba(0, 0, 0, 0.5);
  cursor:pointer;
  letter-spacing: 2.3em;
  line-height:30px;}

  input.myinput{width:240px;height:30px; font-weight: 600;} 

SELECT {BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 14px; BORDER-BOTTOM-WIDTH: 1px; BORDER-RIGHT-WIDTH: 1px}
table {
	font-size: 14px;
}


a:link {
	font-size: 10pt;
	color:#f2f2f2;
	text-decoration: none
}
a:visited {
	font-size: 10pt;
	color:#f2f2f2;
	text-decoration: none
}
a:hover {
	font-size: 10pt;
	color: #f2f2f2;
	text-decoration: none
}
.iForm .btn:hover {
  background-color: #60C8B3; /* Green */
  color:#1A5090;
 }



