html,
body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    font-family: "微软雅黑";
}

body {
    width: 100%;
    background: #fff;
}

@font-face {
    font-family: 'iconfont';
    src: url('//at.alicdn.com/t/font_3173388_8ifjxysvn77.woff2?t=1645794122306') format('woff2'),
         url('//at.alicdn.com/t/font_3173388_8ifjxysvn77.woff?t=1645794122306') format('woff'),
         url('//at.alicdn.com/t/font_3173388_8ifjxysvn77.ttf?t=1645794122306') format('truetype');
  }

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

@media screen and (min-width: 820px) {
    .content {
        width: 820px;
        margin: 0px auto;
    }
}


h1 {
    color: #000;
    text-align: center;
}

.des {
    color: #666;
    text-align: center;
    padding: 0px 15px;

}

.play {
    margin-top: 10px;
    text-align: center;
    font-size: 40px;
    cursor: pointer;
    color: #666;
}

.add{
    text-align: center;
    margin-top: 15px;
}
.add a{
    background-image: linear-gradient(to right, #FF7624,#FF2E63, #564BF5,#00B8F0);
    background-clip:text;
    -webkit-background-clip:text;
    color: transparent;
    text-decoration: none;
    font-weight: bold;

}

.video {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 99999;
    /* display: none; */
}

.view>iframe {
    width: 100%;
}

.card {
    margin: 20px 5px;
}

.title {
    border-bottom: 2px solid #e9e9e9;
    font-weight: bold;
    margin-bottom: 10px;
}

.title-box {
    /* background: #f08770; */
    font-size: 20px;
    color: #333;
    padding: 5px 20px;
    border-radius: 5px 5px 0px 0px;
}
.showtoast{
    float:right;
    display: block;
    cursor: pointer;
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari 和 Chrome */
    -o-transition: all 0.5s; /* Opera */
    color: #999;
}
.showtoast_hide{
    transform:rotate(-90deg);
    -ms-transform:rotate(-90deg); 	/* IE 9 */
    -moz-transform:rotate(-90deg); 	/* Firefox */
    -webkit-transform:rotate(-90deg); /* Safari 和 Chrome */
    -o-transform:rotate(-90deg); 	/* Opera */
}

ul.url {
    list-style: none;
    margin: 0px 10px;
    padding: 0px;
}

ul.url>li {
    display: inline-table;
    padding: 10px;
    width: 160px;
    text-align: left;
    text-indent: 0em;
    margin: 10px 5px;
    border-radius: 5px;
    /* height: 80px; */
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.2s ease;
}

@media screen and (max-width: 480px) {
    .content {
        width: 100%;
        margin: 0px auto;
    }

    ul.url>li {
        width: calc((100% - 70px)/2) !important;
    }
}

/* .ani_bg {
    position: absolute;
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 122px;
    background: url(/plugin/44886_tools/img/bgshine.png);
    background-repeat: no-repeat;
    border-radius: 5px;
} */
/*通过css3让块上有光闪过*/
ul.url>li:after {
    content: '';
    position: absolute;
    top: 0;
    left: -200%;
    width: 200%;
    height: 100%;
    transform: skewX(-20deg);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7),rgba(255, 255, 255, 0));
}

ul.url>li:hover:after {
    animation: shine 1.5s ease;
}

ul.url>li:active {
    transform: translateY(1px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

@-moz-keyframes shine {
    100% {
        left: 200%;
    }
}

@-webkit-keyframes shine {
    100% {
        left: 200%;
    }
}

@-o-keyframes shine {
    100% {
        left: 200%;
    }
}

@keyframes shine {
    100% {
        left: 200%;
    }
}

/* 光芒免费 */

.tips {
    position: absolute;
    top: 5px;
    right: 5px;
    /* width: 16px; */
    height: 16px;
    opacity: 0.75;
}

.tips>img {
    width: 16px;
    height: 16px;
}

.url-title {
    font-weight: bold;
    color: #fefefe;
    font-size: 16px;
}

.url-des {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    height: 58px;
}

.url-view {
    text-align: right;
    font-size: 12px;
    color: #efefef;
}

.url-view .iconfont {
    font-size: 14px;
    margin-right: 2px;
}

.want-add {
    text-align: center;
    margin-bottom: 20px;
}

.want-add>a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    background: #51c7db;
    margin-top: 20px;
    border-radius: 5px;
    font-size: 16px;
}

/*带链接的，鼠标变手型*/
[data-url] {
    cursor: pointer;
}

.line {
    color: #9a9a9a;
    margin: 20px 0px;
    text-align: center;
    border-bottom: solid 1px #eaeaea;
    padding: 20px 0px;
    font-size: 12px;
}

.bukeng {
    text-align: center;
    margin-bottom: 30px;
    width: 50%;
    /* background: #f5f5f7; */
}

.bukeng img {
    width: 100px;
    height: 100px;
    opacity: 0.75;
}

.bukeng .name-box {
    /* margin-top: 0px; */
}

.bukeng .name {
    padding: 10px 20px;
    font-size: 14px;
}

.footer-content{
    display:flex
}
.page-view{
    text-align: center;
    margin-top: 20px;
    width: 100%;
    margin-bottom: 40px;
}
.page-view-count{
    font-size: 35px;
    background-image: linear-gradient(to right, #FF7624,#FF2E63);
    background-clip:text;
    -webkit-background-clip:text;
    color: transparent;
    text-decoration: none;
    font-weight: bold;
}
.page-view-des{
    color: #999;
    font-size: 16px;
}