@charset "utf-8";

/********** Global **********/
/*
 *常用背景色： #0b0f34 (6,64,102) (29,45,57) (7,33,58) (8,13,28) (15,43,36)
 */
:root {
    --addFontSize: 4px;
}
html,
body {
	font-family: "microsoft yahei", arial, sans-serif;
	background-color: #1D1D28;
	color: #fff;
}

/** 大屏背景 */
.tto-wrap {
	background-color: #1D1D28;
}

.wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	height:1200px;
}

/* 图块的框的样式 */
.chart-box {
	background-color: rgba(5, 80, 123, .1);
	box-sizing: border-box;
}

/* 图块的框的标题 */
.chart-title {
	font-size: calc(20px + var(--addFontSize));
	font-weight: 800;
	padding: 18px 0;
	background-image: linear-gradient(#6BFFF3, #08B1FF);
	;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* 图框里的头部装饰 */
.chart-descr-label {
	height: 20px;
	border-bottom: 1px solid rgba(27, 202, 242, .2);
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
}

.chart-descr-label::before {
	position: absolute;
	content: "";
	display: block;
	width: 32px;
	height: 1px;
	bottom: 0;
	left: 30px;
	z-index: 99;
	background-color: #1BCAF2;
}

.chart-descr-label .chart-label {
	background-image: url(../shuju-img/chart-label.png);
	background-repeat: no-repeat;
	width: 27px;
	height: 11px;
	display: block;
	margin-right: 24px;
}

/* 右侧三列大标题 */
.section-title {
	height: 10%;
	text-align: center;
	background-image: url(../shuju-img/sub-title-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	/* background-size: 677px 108px; */
	line-height: 78px;
}

.section-title span {
	font-size: calc(37px + var(--addFontSize));
	font-weight: 800;
	background-image: linear-gradient(#6BFFF3, #08B1FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/** 左侧地图控制按钮**/
.main-chart-btns {
	display: flex;
	position: relative;
	height:6%;
}

.main-chart-btns .like-btn {
	width: 70px;
	height: 56px;
	line-height: 57px;
	text-align: center;
	margin-left: 30px;
	border-radius: 10px;
	cursor: pointer;
	font-size: calc(18px + var(--addFontSize));
	color: #fff;
	background-image: url(../shuju-img/btn-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.main-chart-btns .like-btn.selec {
	color: #fff;
	border-color: #fff;
	background-image: url(../shuju-img/btn-bg-selec.png);
}

.main-chart-btns .tip {
	position: absolute;
	bottom: 27px;
	right: -10px;
	font-size: calc(14px + var(--addFontSize));
}

/** 左侧地图控制按钮 下方的统计信息**/
.cells-num {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 8px;
	height: 40%;
}

.cell-num {
	display: flex;
	justify-content: center;
	align-items: center;
	/* margin-bottom: 95px; */
	text-align: center;
	color: #fff;
	padding: 4px 6px;
	/* font-size: 26px; */
	min-width: 300px;
}

.cell-num:nth-child(1),
.cell-num:nth-child(2),
.cell-num:nth-child(3) {
	cursor: pointer;
}

.cell-num.selec {
	color: #52EFF5;
}

.cell-num .icon-img-bg {
	width: 80px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 80px;
	margin-right: 24px;
}

.cell-num .unit {
	font-size: calc(20px + var(--addFontSize));
	margin-left: 8px;
}

.cell-num .rg {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size:18px;
}

/** 右侧三列的统计信息**/
.cells-info {
	font-size: calc(30px + var(--addFontSize));
	margin-top: 60px;
}

.cell-info {
	display: flex;
	background-image: url(../shuju-img/info-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 90%;
	height: 27%;
	/* width: 562px;
	height: 82px; */
	margin: 0 auto;
	line-height: 100px;
	padding-left: 30px;
	margin-bottom: 52px;
	font-size: calc(17px + var(--addFontSize));
	font-weight: bold;
}

.cell-info:last-child {
	margin-bottom: 0;
}

.cell-info .value {
	color: #20C4FC;
	margin-left: 26px;
}

/* 生物医药产业 操作按钮*/
.cy-ops-wrap {
	display: flex;
	font-size: calc(30px + var(--addFontSize));
	width: 100%;
	/* width: 692px; */
	margin: 0 auto;
	/* margin-top: 30px; */
	justify-content: space-between;
}

.cy-ops-wrap>div {
	border: 1px solid rgba(31, 198, 247, .4);
	padding: 10px 5px 0 5px;
	width: 25%;
}

.cy-ops-wrap .col-label,
.patent-map-tip {
	text-align: center;
	font-size: calc(17px + var(--addFontSize));
	font-weight: 800;
	background-image: linear-gradient(#6BFFF3, #08B1FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 0 0 10px 0;
}

.cy-ops-wrap .ops-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-image: url(../shuju-img/cy-btn.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 10px;
	text-align: center;
	color: #fff;
	width: 100%;
	height: 20%;
	/* width: 133px;
	height: 45px; */
	cursor: pointer;
	margin-bottom: 17px;
	font-size: calc(14px + var(--addFontSize));
}

.cy-ops-wrap .ops-item.selec {
	background-image: url(../shuju-img/cy-btn-selc.png);
}

.arrow {
	position: relative;
}

.arrow::after {
	position: absolute;
	content: "";
	right: -32px;
	top: 12px;
	width: 24px;
	height: 18px;
	background-image: url(../shuju-img/cy-xi-arrow.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.out-arrow::after {
	top: 40%;
	right: -28px;
	background-image: url(../shuju-img/cy-cu-arrow.png);
}

.col-flex {
	display: flex;
	flex-direction: column;
}

.col-flex .ops-wrap {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.title-tip {
	position: relative;
}

.title-tip .tip {
	position: absolute;
	font-size: calc(20px + var(--addFontSize));
	color: rgba(255, 255, 255, 0.8);
	left: 30px;
	top: -6px;
}