@charset "utf-8";
* {
	padding: 0;
	margin: 0 auto;
}
*+html * {
	padding: 0;
	margin: 0;
}
* {
	margin: 0;
	padding: 0;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, input, ifram {
	margin: 0;
	padding: 0;
}
img {
	border: 0px;
}
ul, ol, li {
	list-style: none;
	vertical-align: middle;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
a, a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #F30;
	cursor: pointer;
}
.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
}
ul, li {
	list-style-type: none;
}
a, a:link, a:hover, a:visited, a:active {
	color: #222;
}
a:hover {
	color: #FA5716;
}
html, body {
	height: 100%;
}
h1 {
	font-size: 18px;
	font-weight: normal;
}
body, html {
	font-family: "Microsoft YaHei", "微软雅黑", "PingFangSC-Regular", "PingFang SC", "Helvetica Neue", "Helvetica", "Hiragino Sans GB", "Arial", "sans-serif";
	font-size: 14px;
	color: #222;
	text-align: center;
}
body {
	background: -webkit-linear-gradient(135deg, #1abd67, #1a74bd);
	background: -moz-linear-gradient(135deg, #1abd67, #1a74bd);
	background: -ms-linear-gradient(135deg, #1abd67, #1a74bd);
	background: -o-linear-gradient(135deg, #1abd67, #1a74bd);
	background: linear-gradient(135deg, #1abd67, #1a74bd);
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#1abd67, endColorstr=#1a74bd);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#1abd67, endColorstr=#1a74bd)";
}
.til {
	font-size: 36px;
	line-height: 40px;
	font-weight: bold;
	color: #fff;
	padding-top: 5%;
	margin-bottom: 3%;
}
.til span {
	font-size: 28px;
	display: block;
	color: #fff;
}
.tm2 {
	/*width: 80%;max-width: 480px;padding: 20px;*/
	
	margin: 0px auto; padding:20px 0px;
	width: 500px;
	position: relative;
}
.tm2bg {
	filter: alpha(Opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #fff;
}
.tm6 {
	position: relative; width:460px; margin:0px auto;/* min-height:300px;*/
}
.tm6bg {
	position: absolute;
	top: 0px;
	left: 0px;
	filter: alpha(Opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	background: #fff;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.butbox { /*position:absolute; z-index:5; width:100%;*/
	padding: 24px 0px; width:300px; margin:0px auto;
}
.butbox a {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	text-align: center;
	margin: 10px 0;
	background: #2099ed;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-border-radius: 5px;
	color: #fff;
}
.butbox p {
	height: 30px;
	line-height: 30px;
	color: #666;font-size: 16px;
	background: #2099ed;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-border-radius: 5px;
	background: #fff;
	margin: 10px 0;
	text-align: left;
	padding:8px;
	
}
.butbox p span {
	color: #F00;
	margin-right: 6px;
	display: block;
	float: left;
}
.butbox p input {
	border: 0px;
	background: none;
	color: #666;font-size: 16px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	display: block;
	float: left;
}
.butbox p i{ font-style:normal;margin-right: 6px;display: block;
	float: left;}
.butbox p input.srbg{ margin:0px 6px; border:1px solid #eee;}
.butbox p.klk br{ display:none;}

/* 超小屏幕（手机，小于 768px）*/
@media (max-width: 767px) {
body{ font-size:12px;}
.til {width:90%; margin-left: auto; margin-right: auto; font-size:1.8em; line-height:1.5em;padding-top: 10%;
	margin-bottom: 10%;}
.tm2 {width:90%;}

.tm6 {width: 86%;}
.butbox {width: 86%;}
.butbox p{ overflow:hidden;}
.butbox p.klk{ height:auto;}
.butbox p.klk br{ display:block;}
	 }
	 
/*提示信息*/
.ts-infor{
    width: 70%;
    margin: 0 auto 0.05rem;
    color: red;
    font-size: 0.14rem;
    line-height: 0.18rem;
    visibility: visible;/*显示用visibility: visible；隐藏用visibility:hidden*/
    border: 1px solid red;
    padding: 0.05rem;
    background: #FEEEEB;
    overflow: hidden;
}
.ts-infor b{
    display: block;
    width: 0.15rem;
    float: left;
    height: 0.15rem;
    font-size: 0.16rem;
    font-weight: 300;
    margin-top: 0.01rem;
}
.ts-infor span{
    display:block;
    width: 91%;
    float: left;
    margin-left: 0.05rem;

}


img {
    display: block;
}