body {
	font-family: Microsoft Yahei
}

<!-- 
/* PC */

/* Mobile */
@media screen and (max-width: 480px) {
	body {
		margin: 0px;
	}

	.tbFlex {
		width: 100%;
	}

}


.inputbox1 {
height:32px;

font: 18px/1.25 Microsoft YaHei, SimHei, arial, \5b8b\4f53;
margin-top:10px;
border:3px #d7d7d7 solid; background:#fff;
}

.btn1 {
margin-top:10px;
background-color: #ffffff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#736db4', endColorstr = '#404288');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#736db4', endColorstr = '#404288')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #736db4, #404288);
background-image: -ms-linear-gradient(top, #736db4, #404288);
background-image: -o-linear-gradient(top, #736db4, #404288);
background-image: -webkit-gradient(linear, center top, center bottom, from(#736db4), to(#404288));
background-image: -webkit-linear-gradient(top, #736db4, #404288);
background-image: linear-gradient(top, #736db4, #404288);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
color: #ffffff;
height: 38px;

font-family:EuroseWideHeavy,Microsoft YaHei;
font-size: 16px;
cursor: pointer;
}

.btn_gray {
margin-top:10px;
background-color: #ffffff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#888888', endColorstr = '#aaaaaa');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#888888', endColorstr = '#aaaaaa')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #888888, #aaaaaa);
background-image: -ms-linear-gradient(top, #888888, #aaaaaa);
background-image: -o-linear-gradient(top, #888888, #aaaaaa);
background-image: -webkit-gradient(linear, center top, center bottom, from(#888888), to(#aaaaaa));
background-image: -webkit-linear-gradient(top, #888888, #aaaaaa);
background-image: linear-gradient(top, #888888, #aaaaaa);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
color: #ffffff;
height: 38px;

font-family:EuroseWideHeavy,Microsoft YaHei;
font-size: 16px;
cursor: pointer;
}
-->