
body {
	font-family: "Microsoft YaHei", tahoma, arial, 'Hiragino Sans GB', '\5b8b\4f53', sans-serif;
}
.typecho-logo {
	margin: 50px 0 30px;
	text-align: center;
}
.typecho-table-wrap {
	padding: 50px 30px;
}
.typecho-page-title h2 {
	margin: 0 0 30px;
	font-weight: 500;
	font-size: 20px;
	text-align: center;
}
.btn {
	width: 100%;
	height: auto;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
}
.container {
	max-width: 952px;
}
.navigation {
	display: flex;
	margin-bottom: 3em;
	justify-content: center
}
.navigation a {
	color: currentColor;
	padding: .5em 1.25em;
	display: inline-block
}
.navigation a.active {
	color: #fff;
	border-radius: 2em;
	background: #28b9be
}

.social_login_oauth{
	text-align: center;
    margin-top: 20px;
}

.social_login_oauth img {
    margin: 5px 6px;
    width: 48px;
}
.order_box{
	width: 250px;
    margin: 0 auto;
}

.notice_title {
    text-align: center;
    display: flex;
    margin-bottom: 3em;
    justify-content: center;
    color: #fff;
}
.notice_title span{
	background: #28b9be;
    padding: .5em 1.25em;
    display: inline-block;
    border-radius: 2em;
}
.notice_content {
	padding-top:20px;
	text-align: center;
}

/*付费可见区域*/
.tepasspost {
	padding: 30px 10px 5px;
	margin: 15px 0;
	border: 1px dashed #ccc;
	position: relative;
	text-align: center;
	min-height: 65px;
}

.tepass_top_left {
	position: absolute;
	top: 5px;
	left: 10px;
	font-size: 14px;
	color: #90949c;
}
.tepass_top_right {
	position: absolute;
	top: 6px;
	right: 10px;
}
.tepass_top_right img {
	height: 18px;
	margin: 0 !important;
}
.tepass_top_right a{
	float: left;
	line-height: 20px;
	margin: 0 7px 0 0;
	font-size: 14px;
	text-decoration: none;
}
.tepass_content {
	text-align:left;
	font-size:14px;
	color:#565656;
	white-space:pre-line;
}
/* 付款方式选择 */
.feetype{
	width: 264px;
	height: 50px;
	display: flex;
	justify-content: space-around;
	margin: 5px auto 5px;
}
.feetype input[type="radio"]{
	display: none;
}
.feetype label{
	cursor: pointer;
}
.feetype label img{
	width: 60px;
	float: left;
	margin: 0 !important;
}
.feetype label span{
	line-height: 50px;
	float: left;
}
/* 价格 */
.tepass_price {
	margin: 10px 0 15px 0 !important;
	font-size: 14px !important;
	line-height: 20px !important;
}
#feeviptype {
    display: block;
    margin: 10px auto;
}
/* 按钮 */
#verifybtn {
	border-style: none;
	outline: none;
	border-radius: 5px;
	width: 80px;
	height: 30px;
	background-color: #3bca72;
	line-height: 30px;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	padding: 0 5px;
	margin: 0 0 15px 0;
	cursor: pointer;
	margin-top: 15px;
}
#verifybtn:active{
    background-image: linear-gradient(#ea584d,#ea584d);
}
/* 提示 */
.tips{
	font-size: 12px;
	color: #90949C;
}
/*弹出二维码*/
#qrcode_box {
	z-index: 10000;
	position: absolute;
	left: 50%;
	top: -7px;
	width: 200px;
	margin-left: -100px;
	display: none;
	min-height: 210px;
	background-color: white;
    box-shadow: 0 0 12px 4px rgba(0,0,0,.04);
    border-radius: 5px;
	padding: 5px 17px 17px 17px;
	box-sizing: border-box;
}

#qrcode_box dll {
	width: 200px;
	background-color: white;
	border-radius: 8px;
	overflow: hidden;
}
#qrcode_box dtt {
	text-align: center;
	line-height: 42px;
	font-weight: bold;
	font-size: 15px;
	display: block;
}
.qrcode_tips{
	font-size: 14px;
}
.qrcode_text {
    position: absolute;
    top: 250px;
    left: 0;
	width: 200px;
    height: 40px;
    border-radius: 5px;
    border-style: none;
    line-height: 40px;
    background-color: #ffffff;
    text-align: center;
    color: #000;
    font-size: 14px;
}
.qrcode_money {
    font-size: 14px;
}
.qrcode_money span {
    color: red;
    font-weight: bold;
}
.alipay_but{
    cursor: pointer;
}
a.alipay_link{
    position: unset;
    display: block;
}
#qrcode_box ddd {
	padding: 6px;
	margin: 0;
	font-size: 12px;
}
#bgdiv {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	visibility: hidden;
	background: #000;
	z-index: 9999;
}