.fixed-dialog-container {
    text-align: center;
    width: 400px;
    overflow: hidden;
    box-sizing: content-box;
    background: white;
    border-radius: 4px;
    z-index: 2000;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -256px;
    margin-left: -200px;
    display: none;
}

.fixed-dialog-head {
    padding: 0 10px;
    font-size: 18px;
    text-align: left;
    height: 50px;
    line-height: 50px;
    margin: 0;
    border-bottom: solid 1px #eeeeee;
}

.fixed-dialog-tips {
    margin: 0;
    background: white;
    padding: 10px 0;
}

.fixed-dialog-tipbox {
    margin: 0;
    padding: 0 5px;
    font-size: 16px;
    line-height: 25px;
}

.fixed-dialog-tipbox .fixed-yrz-tag {
    display: inline-block;
    padding: 0px 5px;
    background-color: #e6e6e6;
    color: #2196F3;
    line-height: 25px;
    height: 25px;
    border-radius: 5px;
    margin-right: 3px;
}

.fixed-dialog-tipbox .fixed-yrz-tag .fixed-yrz-kefuname {
    font-style: normal;
}

.fixed-dialog-tipbox .fixed-dialog-tipwx {
    color: red;
}

.fixed-dialog-body {
    padding: 0;
    margin: 0;
    background: #f0f0f0;
}

.fixed-dialog-body .fixed-dialog-codetext {
    color: #2196F3;
    height: 25px;
    line-height: 30px;
    font-size: 15px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.fixed-dialog-body .fixed-dialog-codecon {
    height: 320px;
    width: 320px;
    padding: 5px 40px;
}

.fixed-dialog-body .fixed-dialog-codeimg {
    width: 320px;
    height: 320px;
}

.fixed-dialog-foot {
    font-size: 16px;
    border-top: solid 1px #eeeeee;
    cursor: pointer;
}

.fixed-dialog-foot .fixed-dialog-okbtn {
    width: 199px;
    text-align: center;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    color: #1381ff;
    border-right: solid 1px #eeeeee;
    display: block;
    float: left;
}

.fixed-dialog-foot .fixed-dialog-cancelbtn {
    width: 200px;
    margin-left: -1px;
    text-align: center;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    color: #1381ff;
    display: block;
    float: left;
}

.fixed-dialog-cover {
    z-index: 1000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .3;
    display: none;
}

.fixed-tool-suffix {
    display: inline;
    padding: 0px;
    margin: 0px;
    width: 100px !important;
    height: auto;
    border-radius: 0px;
    color: rgb(255, 70, 3);
    font-weight: 700;
    cursor: pointer;
    vertical-align: middle !important;
    cursor: pointer;
    padding: 0!important;
}

/*ITZJJ全局CSS补充*/
.kefuBoda {
    color: initial !important
}

.infotext_box {
    width: 70%;
    position: absolute;
    bottom: 50px;
    z-index: 10;
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 1.4em;
    color: #fff;
    text-overflow: ellipsis;
    display: -webkit-box;
    -moz-box-orient: vertical;
    overflow: hidden;
    text-shadow: 2px 2px 1px #1a1a1a;
}

video, .videoBox {
    max-height: 100%;
    max-width: 700px;
    max-width: 100%;
}

div[player="ckplayer"] {
    max-width: 700px;
    height: 400px
}

#footer .ft-safety {
    display: none;
}

em {
    font-style: normal !important;
    font-weight: inherit;
}

/**dj通用CSS**/
.dj-fl {
    float: left;
}

.dj-fr {
    float: right;
}

.dj-clear {
    clear: both;
}

.dj-mgr10 {
    margin-right: 10px;
}

.huidawo p:first-of-type {
    display: inline !important;
    padding-left: 5px;
}

.huidauser {
    color: chocolate;
}

.logowz {
    position: relative
}

.dj-footlogo {
    text-align: center;
}

.dj-footlogo img {
    max-width: 110px;
    clear: both;
}

.dj-content h3, .dj-content h3 * {
    font-size: 18px !important;
}

.dj-content * img {
    max-width: 100%;
    margin-bottom: 5px;
}

.dj-contentxxl * img {
    max-width: 100%;
    margin-bottom: 0px;
}

.dj-content .kefuImg {
    width: 308px;
    max-width: 100%;
}

.dj-hide {
    display: none !important;
}

.dj-copyright-xkz {
    margin-top: 8px;
}

.footimg-list {
    width: 200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}

/*补充的一些LayUI 徽章不包括点效果*/
.layui-badge {
    height: 18px;
    line-height: 18px;
}

.layui-badge, .layui-badge-dot, .layui-badge-rim {
    position: relative;
    display: inline-block;
    padding: 0 6px;
    font-size: 12px;
    text-align: center;
    background-color: #FF5722;
    color: #fff;
    border-radius: 2px;
}

.layui-bg-black {
    background-color: #393D49 !important;
}

.layui-bg-blue {
    background-color: #1E9FFF !important;
}

.layui-bg-green {
    background-color: #009688 !important;
}

.layui-bg-orange {
    background-color: #FFB800 !important;
}

.layui-bg-black, .layui-bg-blue, .layui-bg-cyan, .layui-bg-green, .layui-bg-orange, .layui-bg-red {
    color: #fff !important;
}

.layui-badge-rim {
    height: 18px;
    line-height: 18px;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    color: #666;
    border-color: #eee;
}

.dj-usertag {
    margin-right: 5px;
}
