@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
  .player {
    height: 400px;
  }
  .c-type-box .button {
    margin: 3px 0;
  }
  .other-condition .button {
    margin: 3px 0;
  }
}
@media screen and (max-width: 1215px) {
  .container.is-widescreen {
    max-width: 960px;
  }
  .c-type-box {
    margin-top: 8px;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .c-type-box::-webkit-scrollbar {
    display: none;
  }
  .player {
    height: 400px;
  }
  .hide {
    top: -58px;
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -o-transition: top 0.3s;
    transition: top 0.3s;
  }
}
@media screen and (max-width: 1407px) {
  .container.is-fullhd {
    max-width: 960px;
  }
}
@media screen and (min-width: 1216px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1408px) {
  .container {
    max-width: 960px;
  }
}
body,
.footer {
  background-color: #F1F3F4;
}
.button,
.input {
  border-width: 2px;
}
.is-small.input,
.is-small.textarea,
.button.is-small {
  border-radius: 10px;
}
header {
  background-color: #ffffff;
  width: 100%;
}
header .header-box {
  padding: 5px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.is-14 {
  font-size: 14px;
}
.search-box {
  padding: 12px;
}
.search-box .input {
  box-shadow: unset;
}
.search-box .button {
  border-left-width: 1px;
}
.is-pc-search-box {
  min-width: 400px;
}
.is-pc-search-box .input {
  box-shadow: unset;
}
.is-pc-search-box .button {
  border-left-width: 1px;
}
.type-box {
  padding: 8px 12px;
}
.type-box .type-item-box {
  padding: 4px 1px;
}
.type-box .type-item-box .type-item {
  padding: 5px 6px 5px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.vod-box {
  padding: 12px;
}
.vod-box .type-title {
  margin-bottom: 10px;
}
.vod-box .vod-item-box {
  padding: 12px 4px 0px 4px !important;
}
.vod-box .vod-item-box .image img {
  object-fit: cover;
}
.vod-box .vod-item-box .image .vod_hits {
  position: absolute;
  z-index: 10;
  text-align: right;
  right: 5px;
  bottom: 5px;
  padding: 2px 5px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 10px;
  background-color: rgba(0, 0, 0, 0.6);
}
.vod-box .vod-item-box .vod-name {
  margin-top: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.vod-box .vod-item-box .vod-class {
  font-size: 10px;
}
.all-type-box {
  padding: 0 12px 12px 12px;
}
.all-type-box .c-type-box {
  margin-top: 8px;
}
.all-type-box .other-condition {
  margin-top: 8px;
}
.pager {
  margin-top: 40px;
}
form {
  margin-top: unset !important;
  margin-block-end: unset !important;
}
.tips {
  margin: 0 12px;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 12px;
}
.play-box {
  padding: 0 12px;
}
.play-box .player {
  border-radius: 10px;
}
.play-box .vod-name {
  padding: 8px 0;
}
.user-box {
  margin-top: 58px;
}
.user-box .user-item-box {
  padding: 12px 12px 0 12px;
  margin-bottom: unset;
}
.user-box .user-all-box {
  background-color: #ffffff;
  border-radius: 10px;
}
.user-box .user-all-box .user-info-tips {
  padding-bottom: 12px;
}
.user-box .user-info-box {
  padding: 12px 12px 0 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.user-box .user-info-box .user-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.user-box .user-info-box .user-info {
  margin-left: 20px;
}
.user-box .level {
  background-color: #ffffff;
  margin: 12px;
  padding: 8px;
  border-radius: 10px;
}
.user-box .user-tips {
  margin: 12px;
  padding: 8px;
  background-color: #ffffff;
  border-radius: 10px;
}
.warning {
  margin-top: 20px;
  padding: 12px;
  border-radius: 12px;
  background-color: #ffffff;
}
.tags-box {
  padding: 12px;
}
.tags-box .tags {
  margin-top: 12px;
  display: flex;
  justify-content: center;
}
.tags-box .tags .tag {
  margin-bottom: 4px;
  margin-right: 4px;
}
.tags-box .tags .tags-2 {
  display: none;
}
.art-box {
  padding: 12px;
}
.art-box .card-box {
  background-color: #ffffff;
  border-radius: 10px;
}
.art-box .card-box .image img {
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.art-detail {
  margin: 12px;
  padding: 12px;
  background-color: #ffffff;
  border-radius: 10px;
}
.copy-btn,
.warning-btn {
  margin-top: 8px;
}
.operate {
  margin-top: 5px;
}
.user-edit-box .operate-title {
  margin-top: 12px;
  padding: 24px 12px 12px 12px;
}
.user-edit-box .operate-box {
  background-color: #ffffff;
  border-radius: 10px;
  margin: 12px;
  padding: 24px 12px;
}
.user-edit-box .operate-box .field .control {
  margin-top: 5px;
}
#warning {
  display: none;
}
.title-box {
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content {
  margin-bottom: 100px;
}
.type-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.searchw{
        margin: auto;
    width: 520px;
    padding-top: 20px;
}

.web_list {
    padding: 5px 1% 10px 1%;
    width:100%
}
.web_list a {
    display:block;
    height:30px;
    width:11.75%;
    overflow:hidden;
    float:left;
    margin:0 0 .5% .5%;
    font:12px/28px Tahoma,'Microsoft Yahei',Simsun;
    font-weight:bold;
    color:#333;
    text-align: center;
    background: #D9D9D9;
    border-radius: 2px;
}
.tipsbox {
    padding:5px 1%;
}
.tipsbox a {
    font-weight:bold;
    width:5.75%;
}
.tips_type {
    padding:5px 1%;
}
.tips_type a {
    font-weight:bold;
    width:9.45%;
}
.web_list a:hover {
    background-color:#000;
    border-color:#000;
    color:#FFF
}
@media only screen and (max-width: 640px){
.tipsbox {
    padding: 12px;
}    
.tipsbox a {
    font-weight: bold;
    width: 13.45%;
}
    
 .web_list a {
        margin: 0.4%;
}   
}
.refresh{
        padding: 6px 25px;
    background: #f43131;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.note b{
    color: #f43131;
    font-weight: 700;
}
.note{
        padding: 12px;
    background-color: #D9D9D9;
    border-radius: 5px;
    margin-top: 20px;
}
.vod-class.has-text-grey.tags{
        text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    margin-bottom: 10px;
}
.vod-class.has-text-grey.tags a,.has-text-grey a{
    color: #7a7a7a!important;
}
 /*-分类翻页Pages-*/
.mac_pages1 {text-align:center; padding:8px 0 0 0; overflow:hidden;}
.mac_pages1 .page_tip1 {color:#7f7f7f;font-weight:normal;margin-bottom:8px;}
.mac_pages1 .page_link1{display:inline-block; padding:5px 8px; border:1px solid #ddd;font:normal 13px/18px Verdana;margin-bottom:2px;}
.mac_pages1 .page_current1{display:inline-block; padding:5px 8px; background-color:#f43131; border:1px solid #f43131; color:#fff;}
.mac_pages1 .page_input1 {height:25px; width:30px;border:1px solid #ddd;}
.mac_pages1 .page_btn1{border:1px solid #CCCCCC; height:24px; width:40px;text-align:center; cursor: hand;}
.mac_pages1 .page_info1 a:hover{background-color:#f43131; border:1px solid #4c8fe8; color:#fff;}
/*-/Page-*/
/*-搜索后文字提示-*/
.wrap{width:100%;max-width:1260px;min-width:320px;padding:0;margin:0 auto; position:relative; overflow:hidden;font-size:13px;}
.wrap h1{font-size:13px}
  .imgdetail{
                height: 500px;
    width: 100%;
    object-fit: cover;
        }
        @media(max-width:767px){
            .imgdetail{height:220px}
        }
        .ljbf{
    background-color: #f43131;
    border-color: transparent;
    color: #fff;
    border-radius: 5px;
    padding: 5px 6px 5px 12px;
    display: flex;
    text-align: center;
    display: block;
        }
/*# sourceMappingURL=sour.css.map */