body, div, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    font-style: normal;
    /*font: 12px/22px "\5B8B\4F53", Arial, Helvetica, sans-serif;*/
    font-family: "iconfont" !important;
}

/* CDN 服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
    font-family: "思源黑体 Regular";
    font-weight: 400;
    src: url("//at.alicdn.com/wf/webfont/RIH00xjRwIDN/OyFHgbDbUF1G.woff2") format("woff2"),
    url("//at.alicdn.com/wf/webfont/RIH00xjRwIDN/8l7qECXuwhGU.woff") format("woff");
    font-display: swap;
}
.w1360px{
    margin: 0 auto;
    width: 1360px;
}

ol, ul, li {
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle;
}

body {
    color: #000000;
    background: #FFF;
}

.clear {
    clear: both;
    height: 1px;
    width: 100%;
    overflow: hidden;
    margin-top: -1px;
}
.center{
    text-align: center;
}

a {
    text-decoration: none;
}
#banner{
    height: 500px;
}
.cimg{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.content .part1 .news a img,.content .part2 .news a img{
    width: 100%;
}

.menulist .item a:hover {
    color: transparent;
    text-decoration: none;
    background: linear-gradient(to right,#D721FE, #7F1AFF,#22E7FD);
    -webkit-background-clip: text;
}
.layui-layer-dialog .layui-layer-content{
    color: #333333 !important;
}
.layui-this{
    color: transparent;
    text-decoration: none;
    background: linear-gradient(to right,#D721FE, #7F1AFF,#22E7FD);
    -webkit-background-clip: text;
}
input{
    border: none;
    outline: none;
}
.container .toptips{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    color: #ffffff;
    width: 100%;
    height: 44px;
    display: flex;
    justify-content: space-between;
    line-height: 44px;
    background-color: #1363FF;
}
.container .toptips .title{
    padding-left: 30px;
}
.container .toptips .login{
    display: flex;
    padding-right: 30px;
}
.container .toptips .login span{
    margin-left: 10px;
    cursor: pointer;
}
.container .toptips .login a{
    color: #FFFFFF;
}
.mt{
    top: 40px;
}