*{
    margin:0px;
    padding: 0px;
    word-break: break-all;
    word-break: break-word;
}
html,
body {
    font-size:12px;
    font-family: Microsoft YaHei, Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
    color: #666;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    background: #F9F9FB;
}
i, em {
    font-style: normal;
}
a {
    color: #666;
    text-decoration: none;
}
a.active {
    color: #333;
}
img {
    max-width: 100%;
}
li{
    list-style: none;
}
.layui-layer-loading .layui-layer-content{
    margin: 0px auto;
}
.layui-layer-tips {
    word-break: break-all;
}
/*artdiolag弹框样式*/
.ui-dialog-header {
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
}
.ui-dialog-title{
    padding: 0px 15px;
}
.ui-dialog-header>*{
    font-size: 22px;
    font-weight: 400;
}
.ui-dialog-header>.ui-dialog-close{
    color: #fff;
    opacity: 1;
    top:6px;
    font-family: "黑体";
}
.ui-dialog-body{
    padding: 0px;
}
.ui-dialog .tips-pop-con .td-text{
    padding: 20px 0;
}
.ui-dialog{
    border:none !important;
}

/*项目中*/
/*body{*/
/*    min-width: 1320px;*/
/*}*/
/*一行点点*/
.one_ellipsis{
    white-space:nowrap;/*强制文本在一行内显示*/
    text-overflow:ellipsis; /*溢出省略号，支持ie、safari（webkit）*/
    -o-text-overflow:ellipsis; /*溢出省略号，支持opera*/
    overflow:hidden;/*溢出隐藏*/
    /*-moz-binding:url('ellipsis.xml#ellipsis');!*溢出省略号，支持firefox*!}*/
}
.two_ellipsis{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    font-size: 12px;
}
input::-moz-placeholder,textarea::-webkit-input-placeholder{
    font-size: 12px;
}
input:-ms-input-placeholder,textarea::-webkit-input-placeholder{
    font-size: 12px;
}
/*公用无数据*/
.listnodata{
    display: none;
    background: #fff;
    /*box-shadow: 0px 1px 3px rgb(18 18 18 / 10%);*/
    text-align: center;
    padding: 150px 0 50px;
    box-sizing: border-box;
    min-height: 500px;
    font-size: 18px;
    margin-bottom: 20px;
}
.listnodata img{
    width: 160px;
    margin-bottom: 20px;
}

/*菜单标识*/
.positiondiv{
    position: relative;
}
.hot_mark{
    /* background: url(../images/hot_mark.png) no-repeat center; */
    /* width: 20px; */
    /* height: 20px; */
    /* background-size: 100%; */
    font-size: 18px;
    color: #fff;
    display: inline-block;
    position: relative;
    top: -10px;
    left: 0px;
    -webkit-animation: upDown 6s ease-in-out infinite;
    animation: upDown 6s ease-in-out infinite;
    font-weight: 400;
}
.new_mark{
    /*background: url(../images/new_mark.png) no-repeat center;*/
    /*width: 24px;*/
    /*height: 30px;*/
    /*background-size: 100%;*/
    font-size: 15px;
    color: #fff;
    display: inline-block;
    position: relative;
    top: -10px;
    left: 3px;
    -webkit-animation: upDown 6s ease-in-out infinite;
    animation: upDown 6s ease-in-out infinite;
    font-weight: 400;
}

@keyframes upDown {
    0% {
        transform: translateY(5px);
    }
    25% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(5px);
    }
    75% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(5px);
    }
}


.red_color{
    color: red;
}
.disabled_styl{
    cursor: auto !important;
}
