@charset "utf-8";
	body {
	padding-bottom:20px;
	color:#666
}
.index-header {
	background:#fff;
	padding:50px 0 40px;
	text-align:center
}
.brand {
	font-size:60px;
	color:#aaa;
	font-weight:400;
	margin-bottom:30px
}
.brand-zero {
	color:#428bca
}
.brand-intro {
	color:#c7c7c7;
	font-size:26px
}
.index-links {
	text-align:center
}
.index-container {
	width:435px;
	text-align:center
}
.index-stat {
	margin-top:60px;
	color:#777
}
.upload-zone {
	margin:0 auto;
	padding:20px;
	border:5px dotted #ddd;
	text-align:center;
	border-radius:10px
}
.upload-zone.dragover {
	border-color:#777
}
.upload-tip {
	font-size:16px;
	color:#aaa;
	margin-bottom:15px;
	display:block
}
#uploading {
	display:none
}
.container {
	max-width:100%
}
.header {
	margin-top:20px;
	overflow:hidden;
	margin-bottom:15px
}
.header-brand {
	float:left
}
.header-brand a {
	color:#aaa;
	font-weight:400
}
.header-brand a:hover {
	text-decoration:none
}
.header h3 {
	margin-top:0;
	margin-bottom:0;
	line-height:40px;
	padding-bottom:19px
}
.nav-border>li {
	float:left;
	margin-left:10px
}
.nav-border>li>a {
	border:3px solid #ddd;
	font-size:15px;
	color:#aaa;
	font-weight:700;
	padding:6px 15px
}
.nav-border>li>a:hover,.nav-border>li>a:focus {
	background:0 0;
	border-color:#eee;
	color:#888
}
.magnet-title {
	font-weight:400;
	margin-bottom:25px;
	font-size:25px;
	word-break:break-all
}
.magnet-box {
	padding: 25px 20px;
	background: #f7f7f7;
}
.container .upload-box {
	text-align:center;
	padding-top:40px;
	padding-bottom:80px
}
.upload-box h4 {
	margin-bottom:50px
}
.th-size {
	width:60px
}
.file-list {
	border:3px solid #f3f3f3;
	color:#797d83;
	margin-top:10px
}
.file-list a {
	color:#797d83;
	display:block
}
.file-list th {
	color:#777
}
.file-list td {
	word-break:break-all
}
.td-size {
	font-size:8px;
	color:#999;
	width:80px
}
.td-date {
	font-size:8px;
	color:#999;
	float:right;
	width:80px
}
.file-list thead>tr>th,.file-list tbody>tr>th,.file-list tfoot>tr>th,.file-list thead>tr>td,.file-list tbody>tr>td,.file-list tfoot>tr>td {
	border-color:#eee
}
.pagination {
	border-radius:0;
	border:3px solid #f3f3f3
}
.pagination>li>a {
	border-color:#f3f3f3
}
.pagination>li:first-child>a,.pagination>li:last-child>a {
	border-radius:0;
	border-color:#f3f3f3
}
.pagination>.active>a,.pagination>.active>a:hover,.pagination>.active>a:focus {
	background-color:#f7f7f7;
	color:#999;
	border:1px solid #f9f9f9
}
.pagination>li>a,.pagination>li>span {
	border:none
}
.torrent-info {margin-top:20px;}
dl.torrent-info dt,dl.torrent-info dd  {
	padding: 3px 0;
}
.input-share-link {
	height:23px;
	width:120px;
	display:inline-block
}
.share-widget {
	display:inline-block;
	width:150px;
	vertical-align:middle
}
.qr-code img {
	margin:20px
}
.addthis_counter {
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box
}
.magnet-prefix {
	background:#fff
}
#search-box {
	clear:both
}
.index-search-box#search-box {
	margin:0 auto;
	width:345px;
	max-width:100%;
	float:none;
	margin-bottom:30px
}
@media(min-width:768px) {
	dl.torrent-info dt {
	width:110px
}
dl.torrent-info dd {
	margin-left:130px
}
.container {
	max-width:730px
}
#search-box {
	clear:none;
	width:300px;
	float:right
}
@media (max-width: 768px) {
	.torrent-info dt {
		float: left;
		min-width: 5.5em;
	}
	dd:last-of-type, dt:last-of-type {
		margin-top: 5px;
	}
}
}.posts-nav {
	font-size:14px;
	color:rgba(0,0,0,.44);
	padding:10px 0;
	text-align:center
}
.posts-nav .page-numbers {
	position:relative;
	width:35px;
	height:35px;
	line-height:35px;
	display:inline-block;
	background-color:rgba(150,150,150,.16);
	margin:0 2px;
	border-radius:.2rem;
	-webkit-transition:.15s ease-out;
	transition:.15s ease-out
}
.posts-nav .page-numbers.current,.posts-nav .page-numbers:not(.dots):hover {
	color:#fff!important;
	background-color:#428bca
}
.posts-nav .page-numbers.dots {
	border-color:transparent
}
a {
	color:#282a2d;
	outline:0!important;
	text-decoration:none
}
a:hover {
	text-decoration:none;
	color:#f1404b
}
.popup_layer {
	position:fixed;
	top:50%;
	left:50%;
	z-index:999992;
	margin:-291px 0 0 -350px;
	padding:30px;
	width:640px;
	height:522px;
	border-radius:5px;
	border:1px solid #ccc;
	background:#fff;
	box-shadow:0 2px 20px rgba(0,0,0,.16);
	-webkit-animation:slideUp .5s;
	animation:slideUp .5s;
	box-sizing:content-box
}
.popup_layer .close {
	position:absolute;
	top:28px;
	right:28px;
	width:32px;
	height:32px;
	background:url(images/icon_close.png) no-repeat;
	font-size:0
}
.popup_layer .close:hover {
	background-position:-36px 0
}
.popup_layer .complaints {
	margin-top:-30px;
	font-weight:400;
	font-size:28px;
	line-height:88px
}
.popup_layer p {
	margin:10px 0 30px;
	color:#999
}
.popup_layer dl {
	position:relative;
	margin:15px 0;
	padding-left:115px;
	min-height:40px
}
.popup_layer dt {
	position:absolute;
	top:0;
	left:0;
	width:115px;
	line-height:40px
}
.popup_layer dt span {
	float:left;
	margin-right:5px;
	width:8px;
	height:40px;
	color:#e74c3c;
	line-height:44px
}
.popup_layer .txt,.popup_layer .txtarea {
	border:1px solid #e6e6e6;
	border-radius:3px;
	background:#fff;
	color:#333;
	font-size:14px;
	transition:border-color .15s
}
.popup_layer .txt:hover,.popup_layer .txtarea:hover {
	border-color:rgba(0,168,255,.4)
}
.popup_layer .txt:focus,.popup_layer .txtarea:focus {
	outline:0;
	border-color:#00a8ff
}
.popup_layer .txt[disabled],.popup_layer .txtarea[disabled] {
	border-color:#f0f0f0;
	background:#fafafa;
	color:#bbb
}
.popup_layer .txt.text-error,.popup_layer .txtarea.text-error {
	border-color:#ef4634;
	box-shadow:0 0 10px rgba(239,70,52,.2);
	color:#ef4634
}
.popup_layer .txt {
	padding:9px 11px;
	width:386px;
	height:20px;
	line-height:20px;
	box-sizing:content-box
}
.popup_layer .txtarea {
	display:block;
	padding:9px 11px;
	width:90%;
	height:110px;
	line-height:1.6;
	resize:none
}
.popup_layer .radio2 {
	display:inline-block;
	margin-right:20px;
	vertical-align:top;
	font-size:0;
	line-height:40px
}
.popup_layer .radio2 input,.popup_layer .radio2 label {
	display:inline-block;
	vertical-align:middle;
	cursor:pointer
}
.popup_layer .radio2 input[type=checkbox],.popup_layer .radio2 input[type=radio] {
	width:14px;
	height:14px;
	outline:0;
	margin:0
}
.popup_layer .radio2 label {
	padding-left:3px;
	font-size:14px;
	margin:0
}
.popup_layer .submit {
	position:relative;
	display:inline-block;
	margin-top:15px;
	width:150px;
	height:40px;
	outline:0;
	border:0;
	border-radius:3px;
	background:#7eb80e;
	color:#fff;
	vertical-align:middle;
	text-align:center;
	font-size:16px;
	line-height:normal;
	line-height:40px;
	transition:all .2s
}
.popup_layer .submit.hover,.popup_layer .submit:hover {
	background:#7eb80e
}
.popup_layer .complaints-hint {
	margin-top:120px;
	text-align:center;
	font-size:0
}
.popup_layer .complaints-hint .con,.popup_layer .complaints-hint i {
	display:inline-block;
	vertical-align:top
}
.popup_layer .complaints-hint i {
	width:80px;
	height:80px;
	background-image:url(images/icon_hint_suc.png);
	background-repeat:no-repeat
}
.popup_layer .complaints-hint .con {
	padding-left:20px;
	max-width:400px;
	text-align:left;
	font-size:14px
}
.popup_layer .complaints-hint .con h3 {
	margin-bottom:8px;
	color:#3eb853;
	font-weight:500;
	font-size:24px;
	line-height:32px
}
.popup_layer .complaints-hint .con p {
	margin:0;
	color:#666
}
.popup_layer .complaints-hint .completed .submit.close {
	top:0;
	right:0
}
.jubao_bar .button {
	display:block;
	width:300px;
	height:60px;
	margin:0 auto;
	border-radius:3px;
	border:1px solid #ff8400;
	background:#ff8400;
	color:#fff;
	font-size:28px;
	font-style:normal;
	line-height:60px;
	text-align:center;
	cursor:pointer
}
.jubao_bar .button:hover {
	text-decoration:none
}
@media(max-width:768px) {
	.jubao_bar {
	position:fixed;
	right:0;
	bottom:0;
	left:0;
	z-index:999991;
	padding:10px 15px;
	width:auto;
	background:#fff;
	box-shadow:0 -2px 4px rgba(0,0,0,.05)
}
.jubao_bar .button {
	width:90%;
	height:45px;
	border-radius:10px;
	background:#ff8400;
	font-weight:500;
	font-size:17px;
	line-height:45px
}
.popup_layer {
	top:auto;
	right:0;
	bottom:0;
	left:0;
	margin:0;
	padding:15px;
	width:auto;
	height:570px;
	border-radius:20px 20px 0 0
}
.popup_layer .close {
	top:10px;
	right:10px;
	background:0 0
}
.popup_layer .close:after,.popup_layer .close:before {
	position:absolute;
	top:50%;
	left:50%;
	margin:-1px 0 0 -11px;
	width:22px;
	height:2px;
	background:#000;
	content:""
}
.popup_layer .close:before {
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg)
}
.popup_layer .close:after {
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg)
}
.popup_layer .complaints {
	margin-top:-15px;
	font-weight:700;
	font-size:20px;
	line-height:52px
}
.popup_layer p {
	margin:0;
	min-height:76px;
	color:#666;
	font-size:14px
}
.popup_layer dl {
	display:flex;
	margin:8px 0 0;
	padding-left:0;
	min-height:auto
}
.popup_layer dl.pdl-desc,.popup_layer dl.pdl-type {
	flex-direction:column
}
.popup_layer dt {
	position:static;
	width:auto;
	font-weight:700;
	line-height:34px;
	flex-shrink:0
}
.popup_layer dt span {
	position:absolute;
	top:0;
	left:-9px;
	height:34px;
	line-height:38px
}
.popup_layer dd {
	font-size:0;
	flex:1
}
.popup_layer .txt,.popup_layer .txtarea {
	border:0;
	border-radius:0;
	background:#fff;
	font-size:15px;
	transition:none
}
.popup_layer .txt:hover,.popup_layer .txtarea:hover {
	border-color:0 none
}
.popup_layer .txt:focus,.popup_layer .txtarea:focus {
	border-color:none
}
.popup_layer .txt {
	padding:2px 0;
	width:100%;
	height:30px;
	line-height:30px
}
.popup_layer .txtarea {
	box-sizing:border-box;
	width:100%;
	border-radius:10px;
	background:#f2f2f2
}
.popup_layer .radio2 {
	margin:3px 15px 3px 0;
	min-width:calc(100%/3 - 15px);
	line-height:26px
}
.popup_layer .radio2 input {
	-webkit-tap-highlight-color:transparent
}
.popup_layer .submit {
	display:block;
	margin-top:7px;
	width:100%;
	height:45px;
	border-radius:10px;
	background:#7eb80e;
	font-weight:500;
	font-size:17px;
	line-height:45px
}
.popup_layer .submit.hover,.popup_layer .submit:hover {
	background:#7eb80e
}
.popup_layer .complaints-hint {
	padding:0
}
.popup_layer .complaints-hint i {
	display:block;
	margin:0 auto 8px
}
.popup_layer .complaints-hint .con {
	display:block;
	padding:0;
	max-width:none;
	text-align:center;
	font-size:15px
}
.popup_layer .complaints-hint .con h3 {
	color:#03cc66;
	font-size:20px
}
.popup_layer .complaints-hint .con p {
	min-height:0
}
.popup_layer .complaints-hint .completed {
	position:absolute;
	right:15px;
	bottom:15px;
	left:15px
}
.popup_layer .complaints-hint .completed .submit.close:after,.popup_layer .complaints-hint .completed .submit.close:before {
	display:none
}
}@media(max-height:543px) {
	.popup_layer {
	padding-bottom:10px;
	height:424px
}
.popup_layer .complaints {
	font-size:18px
}
.popup_layer p {
	margin-top:-3px;
	margin-bottom:2px;
	min-height:0;
	font-size:13px
}
.popup_layer dl {
	margin:0
}
.popup_layer .txtarea {
	height:65px
}
.popup_layer .radio2 {
	margin-top:2px;
	margin-bottom:2px
}
.popup_layer .submit {
	margin-top:10px
}
.popup_layer .complaints-hint {
	margin-top:60px
}
.popup_layer .complaints-hint .completed {
	bottom:10px
}
}