#Header1_HeaderTitle {
	font-size: 30px;
	font-family: 'Microsoft Yahei', Helvetica, Arial, sans-serif;
	font-weight: 500;
	color: rgb(61, 68, 80);
	 display: inline-block; -webkit-transform-origin: center center; -ms-transform-origin: center center; transform-origin: center center;
	-webkit-animation-name: shake-slow; -ms-animation-name: shake-slow; animation-name: shake-slow; -webkit-animation-duration: 5s; -ms-animation-duration: 5s; animation-duration: 5s; -webkit-animation-iteration-count: infinite; -ms-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: ease-in-out; -ms-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-delay: 0s; -ms-animation-delay: 0s; animation-delay: 0s; -webkit-animation-play-state: running; -ms-animation-play-state: running; animation-play-state: running;
}
#Header1_HeaderTitle:after{
    content: "代码改变世界！";
    font-weight: 100;
    line-height: 2;
    color: #FF0000;
    font-size: 1px;
    display: block;
    margin-left: 143px;
    top: 47px;
}

input[type=text] {
    height: 34px;
    padding: 0px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

input[type=button] {
    height: auto !important;
    padding: 6px 8px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #AA7A53;
    border-radius: 4px;
    color: #fff;
    background-color: #AA7A53;
    width: auto !important;
}

.input_my_zzk {
    width: 100px;
    vertical-align: middle;
}