/*--- CSS reset ---*/
body,dl,dd,h1,h2,h3,h4,h5,h6,p,form,pre,textarea{margin:0;}
body, html{
    width:100%;
    min-width: 1300px;
}
ol,li,ul{margin:0;padding:0}
td,th,input{padding:0}
input,button,textarea,select{vertical-align:middle}
li{list-style-type:none;list-style-position:outside}
img{vertical-align:top;border:none}
ul,ol{list-style:none}
pre{white-space:pre-wrap;word-wrap:break-word;font-family:courier new}
em,i,b{font-weight:normal;font-style:normal}
table{border-collapse:collapse;border-spacing:0}
td,th{word-wrap:break-word;word-break:break-all}
section,article,aside,header,footer,nav,dialog,figure{display:block}
*{margin:0; padding:0; box-sizing: border-box;}
a, span, li, div, button, input, p {
    text-decoration: none;
    outline: none;
    -moz-outline-style: none;
    -ms-outline-style: none;
    -webkit-outline-style: none;
    -o-outline-style: none;
    -webkit-tap-highlight-color: transparent;
}
html, body {
    color: rgb(51, 51, 51);
    font-size: 16px;
    width: 100%;
    font-family: "Helvetica Neue", Arsenal-Regular, Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif, "Microsoft Yahei";
    background: rgb(241, 244, 249);
}
*{
    padding: 0;
    margin:0;
}
.dn{
    display: none;
}
.header-login{
    display: none;
}
.section{
    width: 1200px;
    margin: 0 auto
}

.main{
    margin-bottom: 50px;
}
[v-cloak]{
    display: none;
}

.modules {
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 7px 0px rgb(0 0 0 / 6%);
    box-shadow: 0px 2px 7px 0px rgb(0 0 0 / 6%);
    border-radius: 4px;
    margin-top: 40px;
}
.modules .header {
    display: block;
    line-height: 48px;
    padding: 0 20px;
    border-bottom: 1px solid #d9d9d9;
}
.modules .header {
    position: relative;
    padding: 0 20px 0 40px;
    font-size: 20px;
    line-height: 56px;
    height: 56px;
}
.modules .header ::before {
    content: "";
    position: absolute;
    top: 17px;
    left: 20px;
    width: 6px;
    height: 22px;
    background: -o-linear-gradient(317deg, #36ccce 0%, #5e96f6 100%);
    background: linear-gradient(133deg, #36ccce 0%, #5e96f6 100%);
}
.modules .header .more {
    font-size: 14px;
    color: #999;
}
.modules-list{
    padding: 20px 20px 0;
    margin-left: -20px;
}
.item-modules{
    margin-bottom: 20px;
    margin-left: 20px;
    width: 275px;
    float: left;
    height: 186px;
}
.modules .item-modules .picture {
    width: 100%;
    height: 153px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    background-size: cover;
    background-position: center;
}
.modules .item-modules .picture img{
    width: 100%;
    height: 100%;
}
.modules .item-modules .title {
    color: #000;
    font-size: 16px;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}





/*---    footer    ---*/
.page .footer{
    background: #333;
}
.page .footer a, .page .footer p{
    color: #fff;
}
.page .st_wrap p span.st_split{
    background-color: #fff;
}



/* 骨骼屏 */
.skeleton {
    background: #edeef1;
    background: linear-gradient(to right,#f6f7f8 0%,#edeef1 10%,#f6f7f8 20%,#f6f7f8 100%);
    background-size: 200% 100%;
    animation: flow 1s linear infinite;
}
@keyframes flow {
    0% {background-position: 50% 0;}
    100% {background-position: -150% 0;}
} 
.text-skeleton{
    background: linear-gradient(to right,#ebebeb 0%,#ebebeb 10%,#f6f7f8 20%,#f6f7f8 100%);
    background-size: 200% 100%;
    animation: flow 1s linear infinite;
    width: 100%;
    height: 20px;
    margin: 10px 0 0;
}