*{
    box-sizing: border-box;
}
body{
    /* background: #0f0028; */
    /* color: #ffffff; */
}
h3{
}
body.theme-white{}
.cate-list{
    max-width: 1300px;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
}
.cate-list a{
    padding: 10px 5px;
    font-size: 16px;
}
.cate-list a.active,.cate-list a:hover{
    /* background: #ffa31a; */
    /* color:#ffffff; */
}
.home-page-content{
    background: #0f0028;
}
.homeIndex{
    max-width: 1326px;
    margin: 0px auto;
    padding: 0px 0;
}
body.theme-black{background: #0f0028;}
body.theme-white{background: #ffffff;}

body.theme-white #vdo-search{
    background: #f5f5f5;
}
.adv-page-components{
    background: #fff;
    padding: 10px 5px;
    max-width: 1300px;
    margin-bottom:10px;
}
.adv-page-components h3{
    font-size: 14px;
}
.adv-link a{
    font-weight: 800;
}
.adv-link a:hover{
    text-decoration: underline;
}
#home-detail-open{
    position: fixed;
    width:100%;
    height:100%;
    background: rgba(0, 0, 0, 0.9);
    left:0;
    top:0;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    padding: 0 10px;
  }
  #home-detail-open .detail-content{
    min-width: 300px;
    background: #fff;
    height:400px;
    position: relative;
    max-width: 500px;
    z-index: 10;
    border: 2px solid #ff0000ed;
    border-radius: 10px;
    margin-top: 15%;
    min-height: 300px;
  }
  #home-detail-open .detail-content h1{
    text-align: center;
    font-size: 20px;;
    padding:10px;
    background: red;
    color: #fff;
    border-radius: 5px 5px 0 0;
  }
  #home-detail-open .detail-content span.close{
    position: absolute;
    left: 50%;
    bottom: -75px;
    margin-left: -20px;
    cursor: pointer;
  }
  #home-detail-open .detail-content a{
    color: royalblue;
    font-weight: 800;
  }
  .gg-content{
    padding:10px;
    line-height: 25px;
  }
 

  @keyframes slidein {
    0% {
        background-position: left;
    }
    25% {
        background-position: center;
    }
    50% {
        background-position: right;
    }
    75% {
        background-position: center;
    }
    100% {
        background-position: left;
    }
}
#vdo-search {
    padding: 20px 0 20px 0;
    /* background: url(/s01/static/images/common/user-header-bg.jpg) left no-repeat;  */
    /* background-size: cover; */
    position: relative;
    background: rgb(20 0 52);
    /* animation: 40s linear 1s infinite alternate slidein; */
}
#vdo-search h3 {
    font-size: 14px;
    max-width: 600px;
    margin: 6px auto;
}

.search-content {
    max-width: 600px;
    margin: 10px auto;
    display: flex;
}

body.theme-white .home-page-content{
    background: #fff;
}
body.theme-white .articleBar a{
    background: #f5f5f5;
}
body.theme-white .search-btn{
    color: #fff;
}
body.theme-white .v-pageList a:hover,body.theme-white  .v-pageList a.active:hover{
    border-color: #eb0061;
    color: #eb0061;
}
body.theme-white .search-input{
}
.hcategoryall{
    position: relative;
    padding-bottom: 20px;
}
.height-full{
  padding-bottom: 50px;
}
.hcategoryall .hsbtn{
  position: absolute;
  display: none;
  width: 100px;
  height: 36px;
  border: 2px solid #eb0061;
  color: #eb0061;
  left: 50%;
  margin-left: -50px;
  cursor: pointer;
  bottom: 9px;
  border-radius: 100px;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
}
.hcategoryall.height-full .hsbtn{
  display: block;
}
.search-tag-list a.t-red{color:#eb0061;}
.hcategoryall .hsbtn:hover{
  border: 3px solid #eb0061;
  color: #fff;
  background: #eb0061;
}
.cate-list-box{
  max-height: 510px;
  overflow: hidden;
}
.hcategoryall.show .cate-list-box{
  height: auto !important;
  max-height: max-content;
}
@media screen and (max-width:700px) {
    #vdo-search{
        padding: 5px 0;
    }
    .search-tag-list{
        margin: 5px auto;
        /* justify-content: space-between; */
    }
    .search-tag-list a{
        font-size: 14px;
        width: calc(100%/8);
        height: 28px;
        line-height: 28px;
        font-weight: 800;
    }
}
@media screen and (max-width: 700px) {
    
  .common-content{
    padding:0 10px;
  }
  }
  
@media screen and (min-width:700px) and (max-width: 1000px) {
    .articleBar a {
        width: calc(33.33% - 10px);
    }
}

@media screen and (min-width:1300px) and (max-width: 1500px) {
    .articleBar a {
    }
}

