body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "WenQuanYi Micro Hei", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  background-color: #E5DEC7;
}

.body-search-index {
  background: linear-gradient(rgba(240, 239, 245, 0.5),rgba(70, 71, 142, 0.5)),url(/img/jumbotron2.jpg) no-repeat center top;
  padding-top: 250px;
  background-size: cover;
  min-height: 700px;
  width: 100%;
}

.body-list{
  padding-top: 50px;
  padding-bottom: 50px;
}

.body-list .right-col{
  float: right;
  width: 20%;
}

.right-ad {
  margin: 20%;
  overflow: hidden;
}

.search-keyword {
  border-bottom: 1px solid #B5AD96;
  padding: 10px 0 10px 10px;
  overflow: hidden;
}

.search-keyword a {
  margin-right: 5px;
}

.search-keyword .btn {
  padding: 5px 5px 1px 5px;
}

.search-keyword h2 {
  font-size: 22px;
}

.right-col-top {
  border-bottom: 1px solid #B5AD96;
  padding: 10px 0 10px 10px;
}

.right-col-top h2{
  font-size: 26px;
}

.tags-cloud {
  border-bottom: 1px solid #B5AD96;
  padding: 10px 0 10px 10px;
}

.tags-cloud a{
  margin-right: 5px;
}

.tags-cloud .btn{
  margin-top: 10px;
}

.body-torrentinfo{
  padding-top: 50px;
  padding-bottom: 50px;
}

.body-torrentinfo .right-col{
  float: right;
  width: 20%;
}


.top-ext .s1{
  width: 70%;
  float: left;
  height: 30px;
}

.top-ext .s2{
  padding-left: 2%;
  width: 25%;
  height: 30px;
  float: left;
  text-align: center;
}

.top-bd ul{
  list-style: none;
  padding-left: 0;
}

.top-bd li{
  white-space: nowrap;
}

.top-bd a{
  width: 70%;
  overflow: hidden;
  float: left;
}

.top-bd span{
  padding-left: 2%;
  width: 25%;
  float: left;
  text-align: center;
}


.text-center {
  text-align: left;
  padding-left: 6%;
}

.container {
  width: 90%;
}

.container h1{
  font-size: 55px;
  font-weight: bold;
}

.container h4{
  font-size: 30px;
  display: block;
  margin-bottom: 20px;
  font-weight: 300;
}

.container p{
  font-size: 16px;
}



.body-carousel {
  background: #2284AE;
}

.body-row {
  background: #3D4549;
  color: #F0E3E3;
  padding-top: 100px;
  padding-bottom: 100px;
}

.body-row2 {
  background: #354A61;
  color: #F0E3E3;
  padding-top: 100px;
  padding-bottom: 100px;
}

.body-row3 {
  background: #5CB85C;
  color: #FFFFFF;
  padding-top: 100px;
  padding-bottom: 100px;
}




.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
  border-top: 1px solid #eee;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  background-color: transparent;
  margin-bottom: 1px;
}


.jumbotron .btn {
  overflow: hidden;
}

/* Customize the nav-justified links to be fill the entire space of the .navbar */

.global-nav {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  padding: 2% 5%;
  background-color: rgba(248, 248, 248, 0);
  border-color: rgba(231, 231, 231, 0);
}

.navbar-default .navbar-brand{
  color: #F9F1F1;
  font-size: 50px;
}

.navbar-default .navbar-nav>li>a{
  color: #F9F3F3;
  font-size: 20px;
}

.nav-justified {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.nav-justified > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  font-weight: bold;
  color: #777;
  text-align: center;
  background-color: #e5e5e5; /* Old browsers */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(0%, #f5f5f5), to(#e5e5e5));
  background-image:         linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  background-repeat: repeat-x; /* Repeat the gradient */
  border-bottom: 1px solid #d5d5d5;
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  background-color: #ddd;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
          box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}
.nav-justified > li:first-child > a {
  border-radius: 5px 5px 0 0;
}
.nav-justified > li:last-child > a {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}

@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px;
  }
  .nav-justified > li > a {
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #fff;
  }
  .nav-justified > li:first-child > a {
    border-left: 0;
    border-radius: 5px 0 0 5px;
  }
  .nav-justified > li:last-child > a {
    border-right: 0;
    border-radius: 0 5px 5px 0;
  }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}

.search-form {
margin: 0 auto 20px;
}

.searchBoxForm {
  width: 100%;
}

.search-form-input {
  border-right: 0;
  float: left;
  font-size: 1.571428571em;
  height: 2.909090909em;
  width: 78%;
  padding: 1% 3% 1%;
  vertical-align: middle;
  border: #d4d4d4 solid 1px;
  border-radius: 4px;
}

.btn-search-form {
display: inline-block;
float: left;
font-size: 1.285714286em;
font-weight: 300;
height: 3.555555556em;
vertical-align: middle;
line-height: 1.428571429;
border-radius: 0;
}

.submitbtn {
  margin-left: 1px;
  width: 20%;
  border-radius: 4px;
}

.link-index {
  border: #d4d4d4 solid 1px;
  border-radius: 4px;
  padding-left: 8px;
}
.link-index a{
padding-right: 4px;
color: #758CA0;
}
.link-index b{
color: #97A5B2;
}
.link-index p{
margin-top: 10px;
}

.pcf {
text-align: left;
background-color: #fff;
}


.pcf .pcf-accent-container-pos-0 {
padding-top: 50px;
background-color: #252534;
font-size: 16px;
color: #FFF;
}

.pcf div, .pcf span, .pcf h1, .pcf h2, .pcf h3, .pcf p, .pcf a, .pcf img, .pcf sub, .pcf sup, .pcf ol, .pcf ul, .pcf li, .pcf form, #pch5 div, #pch5 span, #pch5 h1, #pcpch5f h2, #pch5 h3, #pch5 p, #pch5 a, #pch5 img, #pch5 sub, #pch5 sup, #pch5 ol, #pch5 ul, #pch5 li, #pch5 form {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
text-decoration: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
list-style-type: none;
}


.pcf .pcf-row {
margin-bottom: 30px;
}

.pcf .pcf-site-nav-col {
float: left;
width: 20%;
padding-right: 2%;
}


.pcf .pcf-site-nav-col-pos-4 {
float: right;
width: auto;
padding-right: 0;
min-width: 380px;
}

.pcf .pcf-site-nav-col h3 {
font-size: 14px;
font-weight: bold;
margin-bottom: 11px;
color: #FFF;
}

.pcf ul.pcf-site-nav-col-links {
float: left;
list-style-type: none;
text-align: left;
}

.pcf ul.pcf-site-nav-col-links li {
  line-height: 1.1em;
  font-size: 20px;
  padding: 15px 0;
}

.pcf .pcf-site-nav-col-links li a, .pcf .pcf-site-nav-col-links li a:active, .pcf .pcf-site-nav-col-links li a:visited, .pcf .pcf-site-nav-col-links li a:link {
text-align: left;
font-size: inherit;
letter-spacing: .025em;
color: #c3c3c3;
text-decoration: none;
}


.pcf .pcf-accent-container-pos-1 {
padding-top: 10px;
background-color: #FFF;
font-size: 16px;
color: #666;
}

.pcf .pcf-width-constraint {
  padding: 0 100px 75px;
  margin: 0 auto;
}

.pcf .pcf-legal-col-pos-0 {
text-align: center;
margin: auto;
width: 550px;
}

.pcf .pcf-copyright {
font-size: .8em;
}

.pcf-follow {
  max-width: 345px;
}

.pcf-follow ul{
margin-top: 50px;
}

.pcf-follow li{
  margin-left: 20px;
  display: inline-block;
}

.socials {
  float: right;
  max-width: 345px;
  text-align: right;
  width: 100%;
  padding-bottom: 30px;
  color: #fefefe!important;
}

ul.social-icons {
  margin-top: 30px;
}


ul.social-icons li {
  margin-left: 20px;
  display: inline-block;
}


.language-selector {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 999;
    background: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.language-selector a {
    text-decoration: none;
    color: #333;
    margin: 0 5px;
}
.language-selector a.active {
    font-weight: bold;
    color: #d9534f;
}


.clear {
  clear: both;
}

.copyright {
  padding: 20px 0 20px;
  text-align: center;
}

.copyright p{
  font-size: 15px;
}

.carousel {
height: 450px;
background-size: cover;
}

.carousel .item {
height: 400px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
  background-color: #E5DEC7;
  border: 1px solid #6C5C5C;
  border-bottom-color: transparent;
}

.nav-tabs>li>a{
  color: #555;
}

.nav-tabs>li>a:hover,.nav-tabs>li>a:focus{
  background-color: #B5AC8E;
}


.nav-tabs {
  border-bottom: 1px solid #B28F8F;
  width: 74%;
}


.torrent-detail {
  float: left;
  border-right: 1px solid #B5AD96;
  width: 79%;
  padding-right: 2%;
  overflow: hidden;
}


.torrent-detail h1 {
text-align: center;
font-size: 24px;
color: black;
word-wrap: break-word;
}

.ta-holder  {
  position: relative;
}

.center {
  text-align: center;
}

p.ta-header {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
}

.copy-button {
  position: absolute;
  right: 10px;
  bottom: 2px;
  z-index: 10;
  padding: 4px 10px;
  border-radius: 2px;
  background-color: #E5DEC7;
}

p.action {
  position: absolute;
  bottom: 2px;
  right: 11%;
  margin: 0;
}

.torrent-detail .magnet-link {
outline: none;
resize: none;
border-radius: 20px;
padding: 10px;
width: 80%;
height: 130px;
overflow: auto;
}


.torrent-info {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
margin-top: 20px;
padding-right: 8%;
padding-left: 4%;
}

.params-cover {
margin-left: 0;
position: relative;
overflow: hidden;
list-style: none;
}

.params-cover li {
position: relative;
margin-bottom: 0;
padding: 5px 0;
font-size: 15px;
border-bottom: 1px ;
}

.params-cover li .param {
float: left;
width: 170px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: #555;
}

.params-cover li .value {
position: relative;
margin-left: 170px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: #333;
}

.params-cover li .value a{
margin-right: 4px;
}

.mb0 {
  margin-bottom: 0;
}
.w120 {
  width: 120px;
}

.health-bar1 {
    position: relative;
    display: inline-block;
    border-radius: 40px;
    overflow: hidden;
    width: 13px;
    height: 13px;
    background-image: linear-gradient(to bottom, #5CC11B 0px, #65D31E 100%);
    background-repeat: repeat-x;
}

.health-bar2 {
    position: relative;
    display: inline-block;
    border-radius: 40px;
    overflow: hidden;
    width: 13px;
    height: 13px;
    background-image: linear-gradient(to bottom, #DCC000 0px, #F6D600 100%);
    background-repeat: repeat-x;
}

.health-bar3 {
    position: relative;
    display: inline-block;
    border-radius: 40px;
    overflow: hidden;
    width: 13px;
    height: 13px;
    background-image: linear-gradient(to bottom, #D0DD00 0px, #E4F200 100%);
    background-repeat: repeat-x;
}

.health-bar4 {
    position: relative;
    display: inline-block;
    border-radius: 40px;
    overflow: hidden;
    width: 13px;
    height: 13px;
    background-image: linear-gradient(to bottom, #DD5C00 0px, #F26500 100%);
    background-repeat: repeat-x;
}


.table-responsive .twidth{
width: 80px;
}
.table-responsive .num{
width: 40px;
}
.table-responsive .size{
width: 160px;
}
.table-responsive .time{
width: 160px;
}

.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th ,.table-striped>tbody>tr>th {
  background-color: #E5DEC7;
}

.table-striped>thead>tr>td, .table-striped>thead>tr>th, .table-striped>tbody>tr>td {
  border-bottom: 1px solid #C5BFAC;
}



.table-responsive h3{
margin-top: 0;
margin-bottom: 0;
font-size: 14px;
font-family: inherit;
font-weight: 500;
line-height: 1.0;
color: inherit;
max-width: 600px;
overflow: hidden;
}

.torrent-down  {
padding: 20px 10% 50px 10%;
text-align: center;
}

.addthis-share {
padding-right: 8%;
padding-left: 9%;
margin-top: 30px;
margin-bottom: 30px;
}


.detailAd {
padding-right: 8%;
padding-left: 9%;
margin-top: 30px;
margin-bottom: 30px;
}

.container .content_list {
  border-right: 1px solid #C5BFAC;
  width: 79%;
  float: left;
  padding-right: 1%;
}



.container .content_no {
  border-right: 1px solid #C5BFAC;
  width: 75%;
  float: left;
  padding-right: 1%;
  height: 450px;
}

.container .content_info {
padding-right: 15%;
padding-left: 8%;
padding-top: 8%;
padding-bottom: 4%;
}

.container .content_info p{
padding-right: 5%;
padding-left: 2%;
padding-top: 8px;
}

.container .content_info ul{
padding-right: 8%;
}


.container .resultstr {
padding-right: 5%;
padding-left: 5%;
padding-bottom: 10px;
}

.content_list ul {
margin-left: 0;
position: relative;
overflow: hidden;
list-style: none;
}

.content_list li {
position: relative;
margin-bottom: 0;
padding: 5px 0;
font-size: 13px;
border-bottom: 1px;
white-space:nowrap; 
}

.content_list li .title {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: #555;
font-size: 18px;
}


.content_list li .title key {
font-style: normal;
color: #cc0000;
}

.content_list li .param {
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: #333;
}


.page {
padding: 10px 0 0 80px;
font-size: 18px;
}

.page span {
padding: 2px 5px;
}


/**
 * Tag cloud plugin for jQuery, showing bigger tags in the center
 * @version    1.2.0
 * @release    2021-04-07
 * @repository https://github.com/peterthoeny/jquery.tagcloud
 * @author     Peter Thoeny, https://twiki.org/ & https://github.com/peterthoeny
 * @copyright  2021 Peter Thoeny, https://github.com/peterthoeny
 * @license    MIT, https://opensource.org/licenses/mit-license
 */

.jqTcContainer {
}
.jqTcContainer table {
    border-collapse: collapse;
    width: 100%;
}
.jqTcContainer td {
    padding: 0;
    border: 0 none;
    text-align: center;
    white-space: nowrap;
}
.jqTcTag {
    display: inline-block;
    margin: 3px 7px;
    padding: 3px 10px;
    border-radius: 5px;
}
.jqTcTag:hover {
    box-shadow: 0 0 5px 1px #aaa;
}
.jqTcTag a {
    text-decoration: none;
    color: inherit;
}
.jqTcTag a:hover {
  text-decoration: underline;
}


