.main{
    margin: 0 auto;
    width: 1000px;
}
body {
    font: 12px "\5b8b\4f53","Tahoma","Arial","Microsoft Yahei";
    color: #333;
    background: #f6f6f6;
    position: relative;
}
/* header */
.header {
	width: 100%;
	height: 46px;
	background: #27303f;
}
.header .main{line-height: 46px;}
.header a:hover{color:#f60;}
.header span{float: left;font-size: 14px;color:#fff;}
.header span a{color:#67b8fd;}
.header p{float: right;color:#777a7c;font-size: 14px;}
.header p a{color:#fff;padding: 0 4px;}
/* regtop */
.regtop{
    width: 100%;
    background: #fff;
}
.regtop .main{
    padding: 37px 0;
    overflow: hidden;
}
.regtop span {
	float: left;
}
.regtop span a {
	float: left;
}
.regtop span h1 {
	float: left;
	font: 30px/60px "Microsoft Yahei";
	color: #66686b;
	height: 60px;
	border-left: 1px solid #d8d8d8;
	margin-left: 12px;
	text-indent: 17px;
}
.regtop p {
	width: 137px;
	float: right;
	color: #757575;
	text-align: center;
	line-height: 18px;
}
.regtop p b {
	font: bold 16px/18px "Microsoft Yahei";
	float: left;
	color: #3a3a3a;
	width: 137px;
	text-align: center;
}
.regtop p a {
	width: 120px;
	height: 28px;
	border: 1px solid #f60;
	border-radius: 1px;
	display: inline-block;
	margin-top: 5px;
	font: 12px/28px "Microsoft Yahei";
	color: #f60;
}
/* prompt */
.prompt{
    width: 802px;
    margin:  60px auto;
    border-radius: 10px;
    padding: 60px 35px 70px;
    box-shadow: 0px 0px 15px 0px rgba(100, 100, 100, 0.2);
    position: relative;
    background: url(../../../../Images/link/version/2021/link-Bgi.png) no-repeat -9px -9px;
    box-sizing: border-box;
    font-family: "Microsoft YaHei";
}
.prompt i.top{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 10px;
    background-color: #fe9249;
    border-radius: 10px 10px 0 0;
}
.prompt b{
    display: block;
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
}
.prompt p{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
}
.prompt span{
    display: block;
    margin-top: 50px;
    text-align: center;
}
.prompt span a{
    display: inline-block;
    height: 36px;
    line-height: 36px;
    width: 160px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 18px;
}
.prompt span a i{
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: top;
    margin:11px 6px 0 0;
}
.prompt span a.kf{
    background-color: #f08200;
    box-shadow: 0px 0px 15px 0px rgba(240, 130, 0, 0.6);
    margin-right: 142px;
}
.prompt span a.kf i{
    background: url(../../../../Images/link/version/2021/link-qq.png) no-repeat;
}
.prompt span a.zc{
    background-color: #009a44;
    box-shadow: 0px 0px 15px 0px rgba(0, 154, 68, 0.6);
}
.prompt span a.zc i{
    background: url(../../../../Images/link/version/2021/link-zc.png) no-repeat;
}







/* footer */
.footer{width: 100%;background: #fff;border-top: 1px solid #ddd;}
.footer p{font: normal 14px "\5b8b\4f53","Arial"; color: #000; text-align: center;}
.footer span{ width:1000px; height:26px; float:left; padding:16px 0; text-align:center; font:normal 16px/26px "Microsoft Yahei","\5b8b\4f53"; color:#333;}
.footer span a{ color:#333; padding:0 10px;}
.footer span a:hover{color:#f60;text-decoration: underline;}
.footer b{margin-right:-3px; width:100%;float:left; text-align:center; font:normal 12px/30px "Tahoma","\5b8b\4f53"; color:#888;}
.footer b a{color: #888;}
.footer strong{ padding:0 15px;}
.footer .copyright a{color: #888;}
/* 20221116底部+qq */
.copyright a.webqq{
    position: relative;
}
.copyright .QQhover {
	position: absolute;
	left: 0px;
	bottom: 16px;
	border: 1px solid #666;
	border-radius: 4px;
	line-height: 20px;
	color: #333;
	background: rgba(255,255,255,.9);
	display: none;
	cursor: auto;
	font-weight: 700;
	height: 20px;
	width: 110px;
	z-index: 9;
	outline: none;
	text-align: center;
	resize: none;
}
.copyright a.webqq:hover .QQhover{
	display: inline-block;
}
.prompt span a.kf,
.regtop .qqA{
    position: relative;
}
.prompt span .QQhover,
.regtop .qqA .QQhover {
	position: absolute;
	left: 5px;
	bottom: 35px;
	border: 1px solid #666;
	border-radius: 4px;
	line-height: 20px;
	color: #333;
	background: rgba(255,255,255,.9);
	display: none;
	cursor: auto;
	font-weight: 700;
	height: 20px;
	width: 110px;
	z-index: 9;
	outline: none;
	text-align: center;
	resize: none;
}
.regtop .qqA .QQhover {
	bottom: 29px;
}
.prompt span a.kf:hover .QQhover,
.regtop .qqA:hover .QQhover{
	display: inline-block;
}