*{    border: 0;    margin: 0;    padding: 0;    vertical-align: baseline;}body {    line-height: 1;    font-family: Tahoma, Geneva, sans-serif;}
h3,h4{
	font-size: 16px;
	font-family: "Microsoft Yahei","黑体";
	color: #333;
	padding: 15px 0 5px 0;
	margin-bottom: 10px;
}
p{
	color: #505050;
	font-size: 12px;
	line-height: 20px;
}
/* 按钮 */.button {    cursor: pointer;    -moz-border-radius: 8px;    -webkit-border-radius: 8px;    border-radius: 8px;    -moz-box-shadow: inset 0 -1px 3px rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.2);    -webkit-box-shadow: inset 0 -1px 3px rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.2);    box-shadow: inset 0 -1px 3px rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.2);    border: 1px solid;    padding: 8px 12px;    padding: 5px 8px 3px 8px\9;    padding: 7px 14px\0;    color: #fff;    font-family: "Microsoft Yahei", Arial, Tahoma, sans-serif;    font-size: 14px;    font-weight: bold;    text-shadow: -1px -1px rgba(0, 0, 0, 0.1), 0 0 15px rgba(255, 255, 255, 0.75);    white-space: nowrap;    background: #777;    border-color: #777;    text-decoration: none;    font-style: normal;    text-transform: none;    *border: none;    *bottom: 1px;}.button:hover,.button:focus {    bottom: 1px;    -moz-box-shadow: inset 0 -1px 3px rgba(255, 255, 255, 0.5), 0 3px 2px rgba(0, 0, 0, 0.2);    -webkit-box-shadow: inset 0 -1px 3px rgba(255, 255, 255, 0.5), 0 3px 2px rgba(0, 0, 0, 0.2);    box-shadow: inset 0 -1px 3px rgba(255, 255, 255, 0.5), 0 3px 2px rgba(0, 0, 0, 0.2);    background: #999;    border-color: #999;}.button:active {    top: 1px;    -moz-box-shadow: inset 0 -1px 3px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.2);    -webkit-box-shadow: inset 0 -1px 3px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.2);    box-shadow: inset 0 -1px 3px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.2);}
/* 输入框 */textarea,input {    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;    -o-transition: border linear 0.2s, box-shadow linear 0.2s;    transition: border linear 0.2s, box-shadow linear 0.2s;    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);}textarea:focus,input:focus {    outline: 0;    border-color: rgba(82, 168, 236, 0.8);    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);}textarea:focus {    background: #E1F1FD;}textarea.f_t1 {    width: 100%;    height: 300px;    font-size: 12px;    font-family: Tahoma, Geneva, sans-serif;    line-height: 20px;    padding: 5px;    border-radius: 3px;    border: 1px solid #ccc;    resize: none;}

.content {    margin: 0 auto;    width: 1200px;}
.title{
	font-size: 24px;
	text-align: center;
	margin: 10px 0;
}
.b1_2 {    margin-top: 10px;}
.square {    -moz-border-radius: 2px;    -webkit-border-radius: 2px;    border-radius: 2px;}
.lan {    background: #166ba9;    border-color: #166ba9;}.lan:hover,.lan:focus {    background: #3390CF;    border-color: #3390CF;}
.red {    background: #D81204;    border-color: #D81204;}.red:hover,.red:focus {    background: #FF2F1F;    border-color: #FF2F1F;}.ts {    padding: 5px 10px;    margin: 10px auto 0 auto;    border-radius: 3px;}.ts p span {    color: #f00;    font-weight: bold;    padding: 0 5px;    font-size: 14px;}
.ts6 {    border: 1px solid #e3e197;    background-color: #ffffdd}