
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, code, del, dfn, em, img, strong, dd, dl, dt, li, ol, ul, fieldset, form, label, button, input, table, caption, tbody, tfoot, thead, tr, th, td, menu {
	margin:0;
	padding:0;
	font-family: "微软雅黑";
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display:block
}
audio, canvas, video {
	display:inline-block;
*display:inline;
*zoom:1
}
audio:not([controls]) {
display:none
}
table {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show
}
ol, ul, menu {
	list-style:none
}
img {
	border:0
}

em, i {
	font-style: normal;
}
button, input, select, textarea {
	font-size:100%;
	margin:0;
	vertical-align:-3px;
	outline:none;
}
button, input {
	border:1px solid;
	outline:none;
	line-height:normal;
*overflow:visible
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor:pointer;
	-webkit-appearance:button
}
input[type="search"] {
	-webkit-appearance:textfield;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box
}
input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none
}
textarea {
	overflow:auto;
	vertical-align:top
}
::selection {
background:#72d0eb;
color:#fff;
text-shadow:none
}
::-moz-selection {
background:#72d0eb;
color:#fff;
text-shadow:none
}
*[hidden] {
	display:none
}
.clearfix:after, .central:after, .widget ul:after, .paging:after, .pagenav:after, .base-tit:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}
.clearfix, .central, .widget ul, .paging, .pagenav, .base-tit {
*+height:1%;
}
body, button, input, select, textarea, code {
	font-size:14px;
	font-family: "微软雅黑";
	color: #666;
	    padding-left: 5px;
    padding-top: 5px;
}
/*window*/


/* input */
.ipt {
	border: solid 1px #d2d2d2;
	border-left-color: #ccc;
	border-top-color: #ccc;
	border-radius: 2px;
	box-shadow: inset 0 1px 0 #f8f8f8;
	background-color: #fff;
	padding: 4px 10px;
	height: 27px;
	line-height: 21px;
	color: #555;
	width: 267px;
	vertical-align: baseline;
}
.ipt-text{
	border: solid 1px #d2d2d2;
	border-left-color: #ccc;
	border-top-color: #ccc;
	border-radius: 2px;
	box-shadow: inset 0 1px 0 #f8f8f8;
	background-color: #fff;
	padding: 4px 10px;
	height: 27px;
	line-height: 21px;
	color: #555;
	width: 100px;
	vertical-align: baseline;
}
.xieyi{font-family: "微软雅黑";font-size: 12px;}
.xieyi span{font-weight: bold;}
.ipt-mini {
	width: 140px;
	padding: 1px 3px;
}
.ipt:focus {
	border-color: #95C8F1;
	box-shadow: 0 0 4px #95C8F1;
}
/* btn */
.btn1 {
	position: relative;
	left: 0px;
	top: 0px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	color: #666;

}
#aaa{width: 288px;height: 37px;text-align: center;line-height: 37px;border: 1px solid #666;padding: 0;margin-left: 60px;}
#aaa a{color: #666;}
input.btn2 {
	height: 37px;
	width: 288px;
	background: #FF0000;
}
.bck_a a{color: #ccc;font-size: 12px; }
.bck_a div{margin-left: 105px;}
.btn-primary {
	color: #F3F7FC;
}
/*.btn-primary:active, .btn-primary.btn-active {
	box-shadow:#2176D3 0 1px 2px 0 inset;
	border-color: #3079ED;
}*/
/*.btn-primary:focus {
	border-color:#4d90fe;
	outline:none
}*/
.theme-buy {
	text-align: center;
}
.theme-gobuy, .theme-signin {
	font-size: 15px;
}
.theme-price {
	position: relative;
	bottom: -6px;
	font-family: microsoft yahei, Arial, Helvetica, sans-serif;
	margin-right: 20px;
	font-weight: bold;
	color: #f60;
	line-height: 32px;
	font-size: 24px;
	display: inline-block;
}
.theme-price dfn {
	font-style: normal;
	font-size: 18px;
	margin-right: 2px;
}
.theme-desc {
	padding: 30px;
}
.theme-version {
	padding: 30px;
}
.theme-popover-mask {
	z-index: 999998;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#666;
	opacity:0.4;
	filter:alpha(opacity=40);
	display:none
}
.theme-popover {
	z-index:999999;
	position:fixed;
	top:50%;
	left:50%;
	width:570px;
	height:570px;
	margin:-285px;
	border-radius:5px;
	border:solid 2px #666;
	background-color:#f5f5f5;
	display:none;
	box-shadow: 0 0 10px #666;
}
.theme-popovers{
	z-index:999999;
	position:fixed;
	top:50%;
	left:50%;
	width:570px;
	height:570px;
	margin:-285px;
	border-radius:5px;
	border:solid 2px #666;
	background-color:#f5f5f5;
	display:none;
	box-shadow: 0 0 10px #666;
}

@-webkit-keyframes rota{
	0%{-webkit-transform:rotateY(0deg);}
	100%{-webkit-transform:rotateY(-90deg);}
}
@-moz-keyframes rota{
	0%{-moz-transform:rotateY(0deg);}
	100%{-moz-transform:rotateY(-90deg);}
}
@-ms-keyframes rota{
	0%{-ms-transform:rotateY(0deg);}
	100%{-ms-transform:rotateY(-90deg);}
}
@-o-keyframes rota{
	0%{-o-transform:rotateY(0deg);}
	100%{-o-transform:rotateY(-90deg);}
}
@-webkit-keyframes rot{
	0%{-webkit-transform:rotateY(-90deg);}
	100%{-webkit-transform:rotateY(0deg);}
}
@-moz-keyframes rot{
	0%{-moz-transform:rotateY(-90deg);}
	100%{-moz-transform:rotateY(0deg);}
}
@-ms-keyframes rot{
	0%{-ms-transform:rotateY(-90deg);}
	100%{-ms-transform:rotateY(0deg);}
}
@-o-keyframes rot{
	0%{-o-transform:rotateY(-90deg);}
	100%{-o-transform:rotateY(0deg);}
}
.theme-popover1{
	z-index:999999;
	position:fixed;
	top:50%;
	left:50%;
	width:570px;
	height:570px;
	margin:-285px;
	border-radius:5px;
	border:solid 2px #666;
	background-color:#f5f5f5;
	display:none;
	box-shadow: 0 0 10px #666;
}
.theme-poptit {
	padding:12px;
	position: relative;
}
.theme-popbod {
	padding:60px 15px;
	color:#444;
	height: 148px;
}
.theme-popbom {
	padding:15px;
	background-color:#f6f6f6;
	border-top:1px solid #ddd;
	border-radius:0 0 5px 5px;
	color:#666
}
.theme-popbom a {
	margin-left:8px
}
.theme-poptit .close {
	float:right;
	color:#999;
	padding:5px;
	margin:-2px -5px -5px;
	font:bold 14px/14px simsun;
	text-shadow:0 1px 0 #ddd;
	z-index: 100000;
}
.theme-poptit .close:hover {
	color:#444;
}
.btn.theme-reg {
	position: absolute;
	top: 8px;
	left: 43%;
	display: none
}
.inp-gray, .feed-mail-inp {
	border:1px solid #ccc;
	background-color:#fdfdfd;
	width:220px;
	height:16px;
	padding:4px;
	color:#444;
	margin-right:6px
}
.dform {
	padding:80px 60px 40px;
	text-align: center;
}
.dform .ipt_error {
	background-color:#FFFFCC;
	border-color:#FFCC66
}
.dform-tip {
	display:none;
	background-color:#080;
	color:#fff;
	line-height:42px;
	margin-top:10px;
display:;
	font-size: 14px;
}
.dform-tip-errer {
	background-color: #CF301A;
}
.dform-tip a {
	display: inline-block;
	padding: 0 20px;
	margin-left:10px;
	background-color: #FFE924;
	color: #CF301A;
}
.dform-login {
	padding:0;
	height: 270px;
	overflow: hidden;
}
.dform-login iframe {
	height: 470px;
	margin-top: -180px;
}
.theme-signin {
	margin: -50px -20px -50px 25px;
	text-align:left;
	font-size: 14px;
}
.theme-signin h4 {
	color:#999;
	font-weight:100;
	margin-bottom: 20px;
	font-size: 12px;
}
.theme-signin li {
	padding-left: 60px;
	margin-bottom: 15px;
}
.theme-signin a:hover{color: #FF0000;}
.theme-signin li strong {
	float: left;
	margin-left: -80px;
	width: 80px;
	text-align: right;
	line-height: 32px;
}
.theme-signin .btn {
	margin-bottom: 10px;
}
.theme-signin p {
	font-size: 12px;
	color: #999;
}
.theme-desc, .theme-version {
	padding-top: 0
}
.theme-signin .tz-ys{color: #666;width: 300px;height: 37px;text-align: center;line-height: 37px;border: 1px solid #666;}
.registered-head{text-align: center;}

