@charset "UTF-8";

@font-face {
  font-family: 'stratos-regular';
	font-display: swap; 
  src: url('../font/stratos-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'stratos-medium';
	font-display: swap; 
  src: url('../font/stratos-medium.woff2') format('woff2');
}

html,
body{
	height: 100vh;
	-webkit-overflow-scrolling:touch;
	overflow-scrolling:touch;
	scroll-behavior: smooth;
}
*{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	outline: none;
}
body {
	font-family:stratos-regular, 'Source Han Sans', Arial, sans-serif, -apple-system, BlinkMacSystemFont;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #F3F5F5;
	color: #1A1A1A;
	word-wrap: break-word;
  word-break: break-word;
}

:root{
  --mx-80:80px;
  --p-24:24px;
  --size-48:48px;
  --size-40:40px;
  --size-16:16px;
}
@media screen and (max-width: 1200px){
	:root{
    --mx-80:40px;
    --p-24:16px;
    --size-48:38px;
    --size-40:20px;
    --size-16:14px;
	}
}
@media screen and (max-width: 768px){
	:root{
    --mx-80:20px;
	}
}

.mt-3{margin-top: 16px;}
.mx-80{
  margin-left: var(--mx-80);
  margin-right: var(--mx-80);
}
.p-4{
  padding: var(--p-24);
}
a{
  color: inherit;
  text-decoration: none;
}

.rounded-1{ border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; -ms-border-radius:4px; -o-border-radius:4px; }
.noBefore::before{display: none!important;}
.noAfter::after{display: none!important;}
.transition{
	transition: all 0.3s cubic-bezier(0.15, 0.83, 0.66, 1);
	-webkit-transition: all 0.3s cubic-bezier(0.15, 0.83, 0.66, 1);
	-moz-transition: all 0.3s cubic-bezier(0.15, 0.83, 0.66, 1);
	-ms-transition: all 0.3s cubic-bezier(0.15, 0.83, 0.66, 1);
	-o-transition: all 0.3s cubic-bezier(0.15, 0.83, 0.66, 1);
}
.fw-500{font-weight: 500;font-family: 'stratos-medium';}
.fw-550{font-weight: 550;font-family: 'stratos-medium';}
.fw-600{font-weight: 600;font-family: 'stratos-medium';}

.bg-white{background-color: #fff;}
.h-100{height: 100%;}

.text-333{color: #333333;}
.text-active,
.hover-text-active:hover{color: #1E6EFA;}

[v-cloak]{display:none;}

.overflow-hidden{overflow: hidden;}
.d-flex{display: flex;}
.justify-content-center{justify-content: center;}
.flex-wrap{flex-wrap: wrap;}
.align-items-center{align-items: center;}

.noLogin{
  padding: 48px 24px;
  text-align: center;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.noLogin a{
  color: #ED000C;
}
.noLogin a:hover{
  text-decoration: underline;
}

.el-picker-panel{
  color: #1B1B1B;
}
.el-date-table td div{
  padding: 0;
}
.el-date-table td span{
  width: 30px;
  height: 30px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  line-height: 30px;
  font-size: 14px;
}
.el-date-table td.end-date span, .el-date-table td.start-date span{
  background-color: #1E6EFA;
}
.el-date-table td.in-range div{
  background-color: #F4F8FF;
}
.el-date-table td.in-range span{
  color: #1E6EFA;
}
.el-date-table td.end-date div span, .el-date-table td.start-date div span{
  color: #fff;
}
.el-date-range-picker__header [class*=arrow-left]{
  margin-right: 10px;
  font-size: 16px;
}
.el-date-range-picker__header [class*=arrow-right]{
  margin-left: 10px;
  font-size: 16px;
}


/* header --srart */
header{
  padding: 40px 0;
  background: linear-gradient( 90deg, #C6D7F9 0%, #E5F2FF 72.12%);
}
header h1{
  color: #1B1B1B;
  font-weight: 600;
  font-family: 'stratos-medium';
  font-size: var(--size-48);
  line-height: 1.25;
  margin-bottom: 16px;
}
header p{
  color: #fff;
  font-size: 24px;
  display: inline-block;
  padding: 12px 24px;
  background: linear-gradient( 270deg, #6198F9 0%, #1E6EFA 100%);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
/* header --end */

/* main --start */
main{
  padding: var(--size-40) 0;
  min-height: calc(100vh - 370px);
}
.data-overview .el-row{
  margin-top: -24px;
}
.el-row{
  margin-top: -16px;
}
.data-overview .el-row > .el-col{
  margin-top: 24px;
}
.el-row > .el-col{
  margin-top: 16px;
}

.title-datetime{
  margin-bottom: 24px;
  position: relative;
}
.title-datetime > h2{
  position: relative;
  font-size: 24px;
  padding-left: 24px;
  line-height: 1.25;
  z-index: 2;
  margin-right: 16px;
}
.title-datetime > h2::before{
  content: '';
  position: absolute;
  width: 4px;
  height: 20px;
  left: 8px;
  top: 50%;
  margin-top: -10px;
  background-color: #4B8BFB;
}
.title-datetime .datetime{
  margin-left: auto;
  flex-shrink: 0;
  background-color: #F3F5F5;
  padding: 4px;
}
.title-datetime .datetime button{ 
  border: none;
  outline: none;
  background-color: transparent;
  color: #333;
  line-height: 22px;
  font-size: 14px;
  cursor: pointer;
  padding: 4px 15px;
}
.title-datetime .datetime button:hover{ 
  color: #4B8BFB;
}
.title-datetime .datetime button.is-active{ 
  background-color: #4B8BFB;
  color: #fff;
}

.overview-item{
  box-shadow: 0px 4px 40px 0px rgba(20,17,31,0.08);
  border: 1px solid transparent;
  padding: 16px var(--size-40);
  background-repeat: no-repeat;
  background-position: right 40px center;
  background-size: 80px 80px;
  min-height: 114px;
  height: 100%;
}
.overview-item:hover{
  border-color: #4B8BFB;
}
.overview-item h3{
  font-size: 18px;
  margin-bottom: 12px;
}
.overview-item p{
  font-size: 30px;
  line-height: 1.25;
}

.conversion{
  justify-content: space-around;
}
.conversion .conversion-item{
  width: 240px;
  height: 180px;
  background: url('./images/ovs-1.svg') no-repeat center center/contain;
  flex-shrink: 0;
  text-align: center;
  text-wrap: nowrap;
}
.conversion .conversion-item:nth-child(3){
  background-image: url('./images/ovs-2.svg');
}
.conversion .conversion-item:nth-child(5){
  background-image: url('./images/ovs-3.svg');
}
.conversion .conversion-item h4{
  font-weight: 500;
  font-family: 'stratos-medium';
  font-size: 18px;
  margin-bottom: 4px;
  line-height: 42px;
  height: 42px;
  position: relative;
  top: 46px;
}
.conversion .conversion-item p{
  font-size: 30px;
  line-height: 40px;
  height: 40px;
  position: relative;
  top: 46px;
  font-weight: 600;
  font-family: 'stratos-medium';
}
.conversion .conversion-item-ecy{
  width: 200px;
  text-align: center;
}
.conversion .conversion-item-ecy p{
  padding: 16px 0;
  border-bottom: 1px solid #C4C8C8;
  width: 100%;
  position: relative;
  line-height: 1.2;
}
.conversion .conversion-item-ecy p::after{
  content: '';
  position: absolute;
  width: 8px;
  height: 1px;
  background-color: #C4C8C8;
  bottom: 1px;
  right: 0;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
}
.conversion .conversion-item-ecy span{
  color: #4B8BFB;
  font-size: 20px;
  font-weight: 500;
  font-family: 'stratos-medium';
}
@media screen and (max-width: 1200px){
  .conversion{
    margin:0 -16px;
    flex-wrap: wrap;
  }
  .conversion .conversion-item{
    margin:0px 16px 16px 16px;
  }
}

.boardTable::before{
  display: none;
}
.boardTable .el-table__header{
  overflow: hidden;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.boardTable th.el-table__cell{
  background-color: #F3F5F5;
  border-bottom: none!important;
  color: #666;
  font-weight: 400;
  font-size: var(--size-16);
}
.boardTable .el-table__row td.el-table__cell{
  color: #333;
  font-size: var(--size-16);
  padding: var(--size-16) 0;
  border-color: #F0F3F3;
}
.boardTable .el-table__row td.el-table__cell .cell{
  line-height: 1.25;
  font-size: var(--size-16)!important;
}
.boardTable .el-table__row:last-child td.el-table__cell{
  border-bottom: none!important;
}
.boardTable-contentRange .el-table__row td.el-table__cell:nth-child(3),
.boardTable-devRange .el-table__row td.el-table__cell:last-child{
  font-weight: 500;
  font-family: 'stratos-medium';
  font-size: 20px;
}
.boardTable .rangeIcon{
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: auto;
  object-fit: contain;
}

.board-echartsBox{
  min-height: 450px;
}
@media only screen and (min-width: 1300px) {
  .el-col-active {
    width: auto;
    flex: 1;
    flex-grow: 1;
  }
  .el-col-download {
    width: 540px;
  }
}

/* main --end */

/* footer --start */
footer > div{
  border-top: 2px solid #E9ECEC;
  padding: var(--size-40) 0;
}
footer .intro{
  text-align: center;
  color: #666;
  margin-bottom: var(--p-24);
}
footer ul{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer ul li:not(:first-child){
  margin-left: var(--size-40);
}
footer ul a:active{
  text-decoration: underline;
}
/* footer --end */