@charset "utf-8";
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
html, body { font-family:'Roboto',"微软雅黑", Arial, sans-serif; width:100%; min-height: 100vh; margin:0 auto; outline:none; color:#babec6; font-size: 16px;   background: #101318; }
* { margin: 0; padding: 0;  outline: none; }
a {  text-decoration: none; background: transparent; outline: none;  color:#babec6; transition: all 0.3s ease; }
a:focus, a:active, a:hover, a:after  { color:#fff;  text-decoration: none;  outline: 0; transition: all 0.3s ease;}
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align:middle; max-width: 100%; transition: all 0.5s ease;  }
button, input, select, textarea { font-family: inherit; font-size: 100%; margin: 0; }
button, input { line-height: normal; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled], html input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
input.submit { border: 0; margin: 0; cursor: pointer; }
input.radio { display: inline; }
textarea { overflow: auto; vertical-align: top; }
table { width: 100%; border-collapse: collapse; border-spacing: 0;  }
ul, ol { list-style: none; transition: all 0.3s ease; }
li { list-style: none;  transition: all 0.3s ease; }
div { box-sizing:border-box; }
span { display: inline-block;  line-height: 200%; }
span, span::after, i { transition: all 0.3s ease;}
.hidden { display:none!important; }
.clear { clear: both; }
.fl { float: left; }
.fr { float: right; }
p { line-height: 200%; font-size: 16px; transition: all 0.3s ease; }
h1,h2,h3,h4,h5 { font-family:'Roboto',"微软雅黑", Arial, sans-serif; line-height: 180%; transition: all 0.3s ease; }
em { display: inline-block; }
.clearfix::after { content: ""; display: block; height: 0; clear: both; }
.clearfix { zoom: 1; }
.hidden { display: none; }
::-webkit-scrollbar{width: 8px;height: 8px;background-color: #ccc;}
::-webkit-scrollbar-track{background-color: #ccc;}
::-webkit-scrollbar-thumb{background-color: #de8d00;}


.bg-default { background:#182332; }
.bg-hover  { background:#131c2a; }
.bg-radius { border-radius:6px; overflow: hidden; }

.more-btn  { display: inline-block; line-height: 50px; padding:0 40px; border-radius:6px;   color:#fff;  font-weight: bold; font-size: 20px;  text-align: center;  }
.more-btn i  { font-weight: normal; font-size: 24px; margin-right:20px; }
.more-red { background: linear-gradient(90deg,#eb3a28,#f78106); }
.more-gray { background: linear-gradient(90deg,#184760,#2c6584);  }
.more-blue { background: linear-gradient(90deg,#4d35d5,#553fff);  }

.imgs { width: 100%; height: 100%; overflow: hidden; }
.imgs img { width: 100%; height: 100%; object-fit: cover; object-position: center center; transition: all 0.5s ease-in-out;}
.imgs:hover img { transform:scale(1.08);  }
.flex-box { display: flex; flex-wrap: wrap; justify-content: space-between; }
.midb { display: table; }
.mid { display: table-cell; vertical-align: middle; }
.ellipsis {text-overflow: ellipsis;overflow: hidden; white-space: nowrap; display: block; }
.ellipsis2 {text-overflow: ellipsis; overflow: hidden; display: -webkit-box;  -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.ellipsis3 {text-overflow: ellipsis; overflow: hidden; display: -webkit-box;  -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.ellipsis4 {text-overflow: ellipsis; overflow: hidden; display: -webkit-box;  -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.ellipsis5 {text-overflow: ellipsis; overflow: hidden; display: -webkit-box;  -webkit-box-orient: vertical; -webkit-line-clamp: 5; }
.pp20 { box-sizing:border-box; padding:20px; }
.pp30 { box-sizing:border-box; padding:30px; }
.pp40 { box-sizing:border-box; padding:40px; }
.p10 { padding:10px 0; }
.p20 { padding:20px 0; }
.p30 { padding:30px 0; }
.p40 { padding:40px 0; }
.p60 { padding:60px 0; }
.m40 { margin:40px 0;  } 
.m60 { margin:60px 0;  }
.tcenter { text-align: center; }
.tc-white { color:#fff; }
.tc-default { color:#babec6; }
.tc-default:hover { color:#fff; }
.tc-orange { color:#de8d00; }
.tbold { font-weight:bold; }
.tnormal { font-weight:normal; }
.ww { width:1400px; margin:0 auto; }
.ptr { position:relative; z-index: 1; }
.pta { position:absolute; z-index: 9; }
.wow {position:relative; z-index: 9;}


