@charset "utf-8";
/* CSS Document */
/* reset */
body,
div,
p,
a,
li,
ul,
ol,
span,
input,
dl,
dd,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
pre,
img,
textarea,
blockquote {
    padding: 0px;
    margin: 0px;
    list-style: none;
    outline: none;
    font-size: system;
    border: 0 none;
    text-decoration: none;
}
body {
    font-family: Arial, Helvetica, 'microsoft yahei', '微软雅黑', 'simhei';
    color: #333;
    font-size: 14px;
}
.overhide {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row:before,
.row:after {
    display: table;
    content: ' ';
}
.row:after {
    clear: both;
}
.row:before,
.row:after {
    display: table;
    content: ' ';
}
.row:after {
    clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
    box-sizing: border-box;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666666666666%;
}
.col-xs-10 {
    width: 83.33333333333334%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666666666666%;
}
.col-xs-7 {
    width: 58.333333333333336%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666666666667%;
}
.col-xs-4 {
    width: 33.33333333333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.666666666666664%;
}
.col-xs-1 {
    width: 8.333333333333332%;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}

.img-thumbnail {
    display: inline-block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.img-circle {
    border-radius: 50%;
    height: auto;
    width: 50px;
}
.text-center {
    text-align: center;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}
img {
    border: none;
}
button {
    cursor: pointer;
}
/*em,strong,th,b,i{font-style:normal;font-weight:normal;}*/
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}
input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    border-radius: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img,
input,
label,
button {
    vertical-align: middle;
}
article,
section,
nav,
header,
footer {
    display: block;
}
input[type='submit'],
input[type='text'],
input[type='number'],
input[type='reset'],
input[type='button'] {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} /*苹果手机按钮和输入框默认样式清除*/
.f-fl {
    float: left;
    display: inline;
}
.f-fr {
    float: right;
    display: inline;
}
.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    zoom: 1;
}
.wrap {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 10px;
}
.bg-write {
    background-color: #fff !important;
}
.border {
    border: 1px solid #ddd !important;
}
.borderb {
    border-bottom: 1px solid #ddd !important;
}
.bgf5f5f5 {
    background-color: #f5f5f5 !important;
}
.bgeee {
    background-color: #eee !important;
}
.mb-1 {
    margin-bottom: -1px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.pd10 {
    padding: 10px 0 !important;
}
.padd10 {
    padding: 10px !important;
}
.padd0 {
    padding: 0 !important;
}
.pdl15 {
    padding: 0 0 0 15px !important;
}
.tcenter {
    text-align: center !important;
}
.nav {
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    background: #f5f5f5;
}
.nav a,
.nav a:link,
.nav a:visited {
    display: block;
    padding: 13px 20px 13px 0;
    color: #666;
    float: left;
}
.nav a:hover {
    background: #eee;
}
a,
a:link,
a:visited {
    color: #555;
    line-height: 18px;
}
a:hover {
    color: #ff6600;
    text-decoration: none;
}
/*首页搜索*/
.indexsearch {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 70px;
}
.search-form {
    width: 615px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
}
.search-form .wd {
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
    border-right: none;
    height: 40px;
    line-height: 40px;
    background: #fff;
    padding: 0 7px;
    font-size: 14px;
}
.search-form .sbtn {
    width: 100px;
    box-sizing: border-box;
    font-size: 16px;
    color: #fff;
    background-color: #55a7e3;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: -2px;
    border: none;
}
.search-form .sbtn:hover {
    background: #2388d3;
    color: #fff;
    cursor: pointer;
}
.autocomplete-suggestions {
    text-align: left;
    line-height: 23px;
    cursor: default;
    border: 1px solid #ddd;
    border-top: 0;
    background: #fff;
    box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 181px;
    left: 9px;
    display: none;
    z-index: 9999;
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}
.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399ff;
}
.autocomplete-suggestion {
    white-space: nowrap;
    overflow: hidden;
    padding: 3px 8px;
    font-size: 14px;
}
.autocomplete-selected {
    background: #f0f0f0;
}
.search-type {
    height: 34px;
    line-height: 34px;
    text-align: left;
    padding-top: 5px;
}
.search-type label {
    margin-right: 15px;
    cursor: pointer;
    font-weight: normal;
}
.search-type label input {
    margin-right: 3px;
    vertical-align: middle;
}
.tongji em {
    color: rgb(62, 175, 14);
    font-style: italic;
}
.tongji strong {
    font-weight: bold;
}
.tongji {
    padding: 15px 0;
}
.hun-box {
    padding-bottom: 10px;
}
.hun-tags em {
    border: 1px solid #1abc9c;
    padding: 3px 5px;
    width: 55px;
    display: inline-block;
    background-color: #1abc9c;
    color: #fff;
    text-align: center;
    border-radius: 3px !important;
    position: relative;
    top: -8px;
    font-style: normal;
}
.hun-brand {
    border: 1px solid #efefef;
    background: #f1f1f1;
    padding: 10px 10px;
    border-radius: 5px !important;
    margin: 15px 5px 10px 5px;
}
.hun-tags a,
.hun-tags a:link,
.hun-tags a:visited {
    border: 1px solid #ddd;
    padding: 3px 5px;
    border-radius: 3px !important;
    display: inline-block;
    max-width: 120px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 5px;
    margin-right: 5px;
    color: #555;
}
.hun-tags a:hover {
    color: #ff6600;
    text-decoration: none;
}
.hun-user .imguser {
    width: 50px;
    padding: 4px;
    border: 1px solid #ddd;
    background-color: #fff;
    display: inline-block;
    height: 50px;
}
.hot-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
.hot-block a {
    border: 1px solid #ddd;
    border-radius: 3px !important;
    display: inline-block;
    max-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 4px 5px;
    padding: 5px 10px;
    color: #555;
}
.hun-list li {
    padding: 7px 0;
    border-bottom: 1px dashed #ddd;
}
.hun-list a {
    display: block;
}
.crumb {
    padding: 10px;
}
.hun-list li div {
    margin: 6px 0;
    color: #888;
    font-size: 13px;
}
.hun-list li div a,
.hun-list li div a:link,
.hun-list li div a:visited {
    display: inline-block;
    color: #2388d3;
    font-size: 1.2em;
    margin-right: 10px;
}
.hun-list li div a:hover {
    color: #ff6600;
}
.source h1 {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px !important;
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
    box-shadow: 0 0 10px #999;
}
.downloadbtn {
    text-align: center;
}
.downloadbtn a,
.downloadbtn a:link,
.downloadbtn a:visited {
    height: 40px;
    line-height: 40px;
    width: 160px;
    text-align: center;
    font-size: 16px;
    background: #2b84ea;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
}
.downloadbtn a:hover {
    background: #1164c4;
}
.sourcemore li {
    width: 50%;
    float: left;
    padding-right: 10px;
    box-sizing: border-box;
}
.sourcemore li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.userlist .hun-list li img.img-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.userlist .hun-list li:hover {
    background: #f5f5f5;
}
img.userphoto {
    width: 93px;
    height: 93px;
    padding: 1px;
    border: 1px solid #ddd;
}
.hun-username {
    padding-top: 5px;
    margin-left: 20px;
}
.hun-username h1 {
    font-size: 22px;
}
.hun-info {
    padding-top: 5px;
    margin-left: 20px;
}
.hun-info span {
    margin-right: 10px;
}
.userfilelist th,
.userfilelist td {
    line-height: 40px;
    height: 40px;
}
.userfilelist th {
    background: #eee;
}
.userfilelist td {
    border-bottom: 1px dashed #ddd;
}
.errorcon {
    padding-top: 60px;
    height: 300px;
    text-align: center;
    font-size: 22px;
}

.footer {
    color: #666;
    text-align: center;
    line-height: 24px;
    padding: 15px 0;
    border-top: 1px solid #ddd;
}
.footer p a,
.footer p a:link,
.footer p a:visited {
    color: #999;
    margin-right: 10px;
}
.footer p a:hover {
    color: #fc7617;
}
.icon {
    background: url(../img/all_icon.png) 0 -268px no-repeat;
    padding-left: 25px;
}
.icon-album {
    background: url(../img/all_icon.png) 0 -9px no-repeat;
}
.icon-3gp,
.icon-asf,
.icon-avi,
.icon-f4v,
.icon-flv,
.icon-mkv,
.icon-mov,
.icon-mp4,
.icon-mpg,
.icon-rm,
.icon-rmvb,
.icon-swf,
.icon-video,
.icon-vob,
.icon-wmv {
    background: url(../img/all_icon.png) 0 -430px no-repeat;
}
.icon-7z,
.icon-gz,
.icon-iso,
.icon-rar,
.icon-tar,
.icon-zip {
    background: url(../img/all_icon.png) 0 -344px no-repeat;
}
.icon-aac,
.icon-amr,
.icon-ape,
.icon-flac,
.icon-m4a,
.icon-m4r,
.icon-mmf,
.icon-mp3,
.icon-music,
.icon-ogg,
.icon-wav,
.icon-wma {
    background: url(../img/all_icon.png) 0 -233px no-repeat;
}
.icon-doc,
.icon-docx,
.icon-rtf,
.icon-wps {
    background: url(../img/all_icon.png) 0 -500px no-repeat;
}
.icon-pdf,
.icon-pdg {
    background: url(../img/all_icon.png) 0 -305px no-repeat;
}
.icon-apk {
    background: url(../img/all_icon.png) 0 -42px no-repeat;
}
.icon-ios,
.icon-ipa {
    background: url(../img/all_icon.png) 0 -190px no-repeat;
}
.icon-dmg,
.icon-exe,
.icon-pc {
    background: url(../img/all_icon.png) 0 -124px no-repeat;
}
.icon-bmp,
.icon-gif,
.icon-jpeg,
.icon-jpg,
.icon-pic,
.icon-png,
.icon-psd {
    background: url(../img/all_icon.png) 0 -468px no-repeat;
}
.icon-bt,
.icon-torrent {
    background: url(../img/all_icon.png) 0 -602px no-repeat;
}
.icon-,
.icon-folder,
.icon-dir {
    background: url(../img/all_icon.png) 0 -158px no-repeat;
}
.icon-et,
.icon-xls,
.icon-xlsx {
    background: url(../img/all_icon.png) 0 -532px no-repeat;
}
.icon-pps,
.icon-ppt,
.icon-pptx {
    background: url(../img/all_icon.png) 0 -635px no-repeat;
}
.icon-chm,
.icon-epub,
.icon-txt,
.icon-umd {
    background: url(../img/all_icon.png) 0 -672px no-repeat;
}

.page {
    padding: 20px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.page a,
.page span {
    background-color: #fff;
    background-repeat: no-repeat;
    border: 1px solid #cdcdcd;
    border-radius: 1px;
    color: #333;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    margin-right: 6px;
    overflow: hidden;
    padding: 0 8px;
    text-decoration: none;
}
.page span {
    background: #55a7e3;
    color: #fff;
    display: inline-block;
}
.page span.current {
    border: 1px solid #55a7e3;
    display: inline-block;
    color: #fff;
}
.page a:hover,
.page span:hover {
    background: #55a7e3;
    color: #fff;
    border: 1px solid #55a7e3;
}
.tongji {
    padding: 10px;
}
.flex-row {
    display: flex;
}
.flex-row-bw {
    display: flex;
    justify-content: space-between;
}
.flex-row-vcenter {
    display: flex;
    align-items: center;
}
.flex-shrink {
    flex-shrink: 0;
}
.flex1-row {
    flex: 1;
    width: 1px;
}
.px-base {
    padding: 0 10px;
}
.mobile-show {
    display: none;
}
@media screen and (max-width: 768px) {
    .wrap,
    .search-form {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .mobile-none {
        display: none;
    }
    .mobile-show {
        display: block;
    }

    .pagination-wap {
        background-color: #fff;
        border-radius: 4px;
        border: 1px solid #f1f1f1;
        margin-top: 16px;
        margin-bottom: 10px;
        height: 48px;
        line-height: 48px;
    }
    .pagination-wap a {
        display: block;
        width: 35%;
        text-align: center;
        color: #333;
    }
    .pagination-wap span {
        flex: 1;
        display: block;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        text-align: center;
        height: 16px;
        line-height: 16px;
    }
}
