@charset "UTF-8";
@import "../css/font-awesome/css/font-awesome.min.css";
@import "../css/videoicon/iconfont.css";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

body {
    background: #171719;
    color: #D2D2D2;
    font-size: 14px;
    font-family: "Microsoft YaHei", "Arial", "黑体", "宋体", sans-serif;
    -webkit-appearance: none;
    word-break: break-all;
}

td,
th,
caption {
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

a {
    color: #555;
    text-decoration: none
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
    max-width: 100%
}

ol,
ul,
li {
    list-style: none
}

input,
textarea,
select,
button {
    font: 14px "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif
}

table {
    border-collapse: collapse
}

html {
    overflow-y: scroll
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    *zoom: 1
}

input {
    outline: 0
}

select {
    outline: 0
}

.fl {
    float: left
}

.fr {
    float: right
}

.tl {
    text-align: left
}

.tc {
    text-align: center
}

.tr {
    text-align: right
}

.hide {
    display: none
}


.mgt10 {
    margin-top: 10px !important
}

.mgt15 {
    margin-top: 15px !important
}


.mgt20 {
    margin-top: 20px !important
}

.mgt5 {
    margin-top: 5px !important
}

.margin0_10 {
    margin: 0 10px !important
}

.mgt10 {
    margin-top: 10px !important
}

.mgt30 {
    margin-top: 30px !important
}

.mgt40 {
    margin-top: 40px !important
}

.mgt42 {
    margin-top: 42px !important
}

.mgt50 {
    margin-top: 50px !important
}

.mgt60 {
    margin-top: 60px !important
}

.mgt80 {
    margin-top: 80px !important
}

.mgt108 {
    margin-top: 108px !important
}

.mgt120 {
    margin-top: 120px
}

.mgt110 {
    margin-top: 18vh !important
}

.mgt15 {
    margin-top: 15px
}

.mgt150 {
    margin-top: 21vh
}

.mgt160 {
    margin-top: 160px
}
.mgr5{
    margin-right: 5px;
}

.mgr10{
    margin-right: 10px;
}

.mgr20{
    margin-right: 20px;
}

.mgr30{
    margin-right: 30px;
}

.bg-white {
    background-color: #ffffff
}

.cursor {
    cursor: pointer
}

.fs {
    display: flex;
    align-items: center
}

.fse {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.fc {
    display: flex;
    justify-content: center;
    align-items: center
}

.fsb {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.fsc {
    display: flex;
    justify-content: center;
    align-items: center
}

.flex{
    display: flex;
}

.colorB7B7B7{
    color: #B7B7B7;
}

.color8F8C8C{
    color:#8F8C8C;
}

.nowrap{
    white-space: nowrap;
}

.one-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.two-line {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

.three-line {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical
}

.four-line {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp:4;
    -webkit-box-orient: vertical
}

.fs18 {
    font-size: 18px
}

.fs20 {
    font-size: 20px
}


.fs25 {
    font-size: 25px
}

.fs26{
    font-size: 26px;
}

.fs28{
    font-size: 28px;
}

.fs30{
    font-size: 30px;
}

.fs40{
    font-size: 40px;
}

.fs36{
    font-size: 36px;
}


.fs15 {
    font-size: 15px
}

.fs16 {
    font-size: 16px
}

.fs13 {
    font-size: 13px
}

.fs12 {
    font-size: 12px
}

.bold {
    font-weight: 700
}

.pad15{
    padding: 15px;
    box-sizing: border-box;
}

.pad10{
    padding: 10px;
    box-sizing: border-box;
}

.pad20{
    padding: 20px;
    box-sizing: border-box;
}

.pad30{
    padding: 30px;
    box-sizing: border-box;
}

.pad40{
    padding: 40px;
    box-sizing: border-box;
}

.middle{
    width: 1200px;
    margin: 0 auto;
}

.colord2d2d2{
    color: #D2D2D2;
}

.block{
    display: block;
}

.color9d9d9d{
    color: #9D9D9D!important;
}

.colorffffff{
    color: #ffffff;
}

.color646464{
    color: #646464;
}

.colorED7628{
    color: #ED7628;
}

.colorff55555{
    color: #ff5555;
}

.colorF98F1D{
    color: #F98F1D;
}

.mgl5{
    margin-left: 5px;
}

.mgl10{
    margin-left: 10px;
}

.mgr15{
    margin-right: 15px;
}


.mgr20{
    margin-right: 20px;
}

.mgr25{
    margin-right: 25px;
}

.mgr30{
    margin-right: 30px;
}



/* 分页样式 */
.pageNavigation>li:first-child {
    display: none
}

.pageNavigation>li:last-child {
    display: none
}



.pageNavigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.pageNavigation li {
  
    box-sizing: border-box;
    margin-right: 10px;
    border: 1px solid #171719;
    font-size: 12px;
    border-radius: 3px;
    background-color: #171719;
}

.pageNavigation li a{
    display: block;
    text-align: center;
    white-space: nowrap;
    padding: 5px 10px;
}

.pageNavigation .active {
    color: #fff;
    background-color: #f48d37;
    border: 1px solid #f48d37;
}

.pageNavigation .active a {
    color: #fff
}

.input-pages-num{
    width: 66px;
    height: 30px;
 }

 .input-pages-qd{
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    vertical-align: top;
    background-color: #fff;
    box-sizing: border-box;
    margin-right: 5px;
    background-color: #ffffff!important;
    color: #101010;
    border: 1px solid #eee;
    padding: 0 8px!important;
 }

 .input-pages-qd:hover{
    color: #101010!important;
 }

 
.mgr40{
    margin-right: 40px;
}

.colorF48D37{
    color: #F48D37!important;
}

.red{
    color: #db1c1c;
}

.minHeight800{
    min-height: 800px;
}

.layui-bg-E6851E{
    background-color: #E6851E!important;
    color: #E6851E!important;
}

.layui-progress-height{
    height: 15px!important;
    line-height: 15px!important;
}

.layui-progress-height .layui-progress-bar{
    height: 15px!important;
    line-height: 15px!important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-repeat: no-repeat;
}

.layui-bg-B28850{
    background-color: #B28850!important;
    color: #B28850!important;
}

/* 返回顶部 */


.borderRadius6{
    border-radius: 6px;
}

.colorF98F1D{
    color: #F98F1D;
}

.layui-layer-title{
    border-bottom: 1px solid #2C2C2C!important;
}

.colorff5555{
    color: #FF5555;
}

.color101010{
    color: #101010;
}

.color737373{
    color: #737373;
}

.scroll_title_wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    overflow: hidden;
    white-space: nowrap;
}

.scroll_title{
    display: inline-block;
    height: 75px;
    line-height: 59px;
    color: #ffffff;
    z-index: 100;
}



/* .scroll_title_wrap .scroll_title {
    animation: marquee 30s linear infinite;
}
  
@keyframes marquee {
0% {
    transform: translateX(0%);
}
100% {
    transform: translateX(-100%);
}
} */


.dfBg{
    background-color: #262729;
}

.layui-layer-colorffffff{
    color: #ffffff; /* 设置文字颜色为黑色 */

}

/* 右上角窗口关闭白色图 */
.top-right-close .layui-layer-ico {
    background: url('../../images/common/closewhite.png') no-repeat;
    background-position: 0px 0px !important;
    width: 20px;
    height: 20px;
    margin-top: -3px;
    background-size: cover;
}