*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;margin:0; padding:0; list-style:none;}
.clear {line-height:0;height: 0;font-size: 0;clear:both; zoom: 1;}
a{ color:#333;text-decoration: none !important;-webkit-transition: all 0.2s;-moz-transition: all 0.2s;-ms-transition: all 0.2s;-o-transition: all 0.2s;transition: all 0.2s;}
a:hover{color: #339933}
img{ max-width:100%}
button{ cursor:pointer}
body{height:auto; max-width:1920px; margin:0 auto;min-height: 100%}
.wl-1200{width: 1200px;margin: 0 auto}
h1,h2,h3,h4,h5{font-weight: 500}
h2{font-size: 30px;color: #333}
.fl{float: left;}
.fr{float: right;}

#input{width: 75%;float: left;}
#code{width: 20%;float: right;font-family: Arial, 宋体;font-style: italic;color: green;letter-spacing: 3px;font-weight: bolder;}
.tips{padding: 10rem;text-align: center;;font-size: 16px;line-height: 30px}
.tips img{width: 12rem;height: 12rem;margin-bottom: 2rem}
.tips .title{font-size: 36px;line-height: 60px}
.tips p{color: #666}
.tips a{font-size: 24px;font-weight: 600;color: #009944;margin-left: 1rem}

@media (max-width: 1200px) {
	.wl-1200{width: 100%;padding: 6rem 2rem}
}