﻿/* CSS Document */html,body {

	font-family:'Microsoft YaHei',Arial,Helvetica,sans-serif;

	color:#fff;

	font-size:14px;

}

html {

	background:url('../images/bg3.png') fixed;

}

body {

	max-width:720px;

	margin:0 auto;

	/*    overflow-x:hidden;

	*/

}

/*div,span,iframe,map,font,input,img,a img,samp,hr,h1,h2,h3,h4,h5,h6,p,blockquote,a,address,code,dl,dt,dd,ol,ul,li,form,label,table,tr,td,th {

	font-weight:normal;

	-webkit-font-smoothing:antialiased;

	-moz-osx-font-smoothing:grayscale;

}

*/
* {margin: 0; padding: 0;}
	.buttons {display: flex;}
	.buttons a.btn {
	flex: 1;
	margin: 10px;
	background-image: linear-gradient(179deg, #0000FF 0%, #FF2D2D 99%);
	height: 48px;
	line-height: 48px;
	font-size: 23px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 8px;
	}
	.buttons a.btn:hover {
	background-image: linear-gradient(179deg, rgb(241, 210, 109) 0%, rgb(243, 85, 85) 99%);
}
* {

	padding:0;

	margin:0;

	border:0;

	-webkit-box-sizing:border-box;

	-moz-box-sizing:border-box;

	box-sizing:border-box;

}

ol,ul {

	list-style:none;

}

h1,h2,h3,h4,h5,h6 {

	font-size:100%;

}

a:link {

	color:#5500ff;

	text-decoration:none;

}

a:visited {

	text-decoration:none;

}

a:hover {

	text-decoration:none;

	color:#FF0000;

}

a:active {

	text-decoration:none;

}

a:focus {

	outline:none;

}

a.hidefocus {

	outline:none

}

img {

	width:100%;

	height:auto;

}

input[type=text],input[type=button],input[type=submit] {

	-webkit-appearance:none;

	outline:none;

}

button {

	border:0;

	outline:none;

	cursor:pointer;

}

input {

	outline:none

}

.clearfix:before,.clearfix:after {

	content:"";

	display:table;

}

.clearfix:after {

	clear:both;

}

table {

	table-layout:fixed;

	width:100%；

}