/* @font-face {
	font-family: "FZQKB";
	src: url("fonts/FZQKBYSJW--GB1-0.ttf");
} */
.calcu {
	height: 860px;
	width: 100%;
}

.ctet {
	margin-bottom: 15px;
}

.calcu {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.calcu_title {
	height: 41px;
	background-repeat: no-repeat;
	width: 300px;
	margin-top: 47px;
	margin-bottom: 78px;
	position: relative;
}	
.calcu_title_line{
	width: 80%;
	position: absolute;
	bottom: -5px;
	left: 10%;
	border-bottom: 1px solid #000;
}
.calcu_ctet {
	width: 1090px;
	height: 500px;
	display: flex;
	justify-content: space-between;
}

.calcu_ctet_option,
.calcu_ctet_calculator {
	height: 100%;
	border-radius: 18px;
	border: 3px solid #fff;
	box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

.calcu_ctet_calculator {
	width: 250px;
}

.calcu_ctet_option {
	width: 790px;
	background-color: rgba(255, 255, 255, 0.4);
	padding: 30px 0;
	padding-left: 13px;
}

.calcu_ctet_option>.calcu_ctet_list:nth-child(1) .calcu_ctet_icon {
	background-color: #5B95BB;
}

.calcu_ctet_option>.calcu_ctet_list:nth-child(2) .calcu_ctet_icon {
	background-color: #809864;
}

.calcu_ctet_option>.calcu_ctet_list:nth-child(3) .calcu_ctet_icon {
	background-color: #C86BA2;
}

.calcu_ctet_option>.calcu_ctet_list:nth-child(4) .calcu_ctet_icon {
	background-color: #6BC8B8;
}

.calcu_ctet_option>.calcu_ctet_list:nth-child(5) .calcu_ctet_icon {
	background-color: #C49737;
}

._operation_keyboard_left>div,
._operation_keyboard_right>div {
	transition: 0.1s all linear;
	cursor: pointer;
}

._operation_keyboard_left>div:hover,
._operation_keyboard_right>div:hover {
	background-color: var(--primary-color-hover);
}

._operation_keyboard_left>div:active,
._operation_keyboard_right>div:active {
	background-color: var(--primary-color-active);
}

.calcu_ctet_list {
	height: 80px;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 10px;
}

.calcu_ctet_list>div {
	/* width: 50px;
    height: 50px; */
	display: flex;
	justify-content: center;
	align-items: center;
}

.calcu_ctet_title {
	font-size: 16px;
	font-weight: bold;
	height: 48px;
	width: 48px;
	text-align: center;
	margin-right: 7px !important;

}

.calcu_ctet_icon {
	border-radius: 50%;
	height: 48px;
	width: 48px;
	margin-right: 30px !important;
}

.calcu_ctet_item {
	height: 36px;
	width: 36px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border: 2px solid #000;
	cursor: pointer;
	margin-right: 32px;
	position: relative;
	top:6px;
}

._item_shape {
	position: absolute;
	height: 100%;
	width: 100%;
	border-radius: 50%;
}

._item_label {
	position: absolute;
	top: 40px;
	left: -20px;
	font-size: 12px;
	color: #000;
	width: 72px;
	text-align: center;
}

._item_shape:hover {
	background-color: rgba(0, 0, 0, 0.3);
}

._item_shape :hover {
	background-color: rgba(0, 0, 0, 0.4);
}

.calcu_ctet_item img {
	-webkit-user-select: none;
	/* Safari */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* IE 10+ */
	user-select: none;
	/* 标准语法 */
}

._display {
	height: 50px;
	background-color: #708068;
	display: flex;
	justify-content: space-between;
}

._display_right {
	color: #fff;
	width: 140px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 12px;
	padding-right: 10px;
}

._display_value {
	font-size: 32px;
	color: #B2FF00;
	text-align: right;
	font-weight: bold;
	width: 98px;
	height: 100%;
	text-align: center;
}
._display_value:hover{
	color: #B2FF00;
}

._display_unit {
	/* padding-left: 12px; */
	width: 38px;
	position: relative;
	top: 7px;
}

._display_left {
	flex: 1;
	width: 0;
	display: flex;
	padding: 10px;
	position: relative;
}

._display_left ._display_icon {
	height: 26px;
	width: 26px;
	border-radius: 50%;
	border: 2px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

._display_left ._display_icon img {
	filter: brightness(0) invert(1);
	width: 16px;
}

._display_left ._display_item {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	bottom: 8px;
	right: 5px;
	white-space: nowrap;
	text-align: left;
	width: 60px;
	height: 20px;
	display: inline-block;
	text-align: center;
}

.calcu_ctet_calculator ._list {
	height: 70px;
	overflow-y: auto;
	background-color: #708068;
	width: 100%;
	position: relative;
}

.calcu_ctet_calculator ._list::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 4px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.calcu_ctet_calculator ._list::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #639479;
}

.calcu_ctet_calculator ._list::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #C7DED2;
}

.calcu_ctet_calculator ._list li {
	height: 23px;
	display: flex;
	font-size: 12px;
	position: relative;
}

.calcu_ctet_calculator ._list ._list_remove {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.calcu_ctet_calculator ._list ._list_remove .x_icon {
	font-size: 18px;
}

.calcu_ctet_calculator ._list ._list_remove .x_icon:hover {
	color: red;
}

.calcu_ctet_calculator ._list li>div {
	height: 100%;
	line-height: 23px;
}

.calcu_ctet_calculator ._list li>div:nth-child(1) {
	padding-left: 12px;
	width: 80px;
}

.calcu_ctet_calculator ._list li>div:nth-child(2) {
	padding-left: 12px;
	width: 60px;
	text-align: left;
}

.calcu_ctet_calculator ._list li>div:nth-child(3) {
	width: 90px;
	padding-right: 7px;
	text-align: center;
}

.calcu_ctet_calculator ._list li:nth-child(odd) {
	background-color: #5A6754;
}

.calcu_ctet_calculator ._list div {
	color: #fff;
}

.calcu_ctet_calculator ._operation {
	padding: 10px;
}

._operation_summary {
	height: 70px;
	display: flex;
	flex-wrap: wrap;
}

._operation_summary>div {
	height: 50%;
	width: 74px;
	display: flex;
	align-items: center;
}

._operation_summary ._operation_summary_first {
	font-weight: bold;
	font-size: 14px;
	color: #000;
}

._operation_summary ._summary_icon {
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
._operation_summary ._summary_icon img {
	width: 80%;
}

._operation_summary>div:nth-child(2) ._summary_icon {
	background-color: #5B95BB;
}

._operation_summary>div:nth-child(3) ._summary_icon {
	background-color: #809864;
}

._operation_summary>div:nth-child(4) ._summary_icon {
	background-color: #C86BA2;
}

._operation_summary>div:nth-child(5) ._summary_icon {
	background-color: #6BC8B8;
}
._operation_summary>div:nth-child(5) ._summary_icon img{
	width: 70%;
	height: 70%;
	position: relative;
	left: 0.5px;
}
._operation_summary>div:nth-child(6) ._summary_icon {
	background-color: #C49737;
}

._operation_summary ._summary_value {
	font-size: 13px;
	width: 43px;
	height: 20px;
	color: #000;
	padding-left: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
._operation_keyboard {
	width: 100%;
	height: 225px;
	margin-top: 5px;
	display: flex;
	user-select: none;
}

._operation_keyboard_left {
	height: 100%;
	width: 176px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

._operation_keyboard_left div {
	background-color: #000;
	color: #fff;
	text-align: center;
	height: 48px;
	width: 48px;
	line-height: 48px;
	border-radius: 50%;
	font-weight: bold;
	font-size: 24px;
}

._operation_keyboard_left ._gray {
	background-color: #A5A5A5;
	color: #000;
}

._operation_keyboard_right {
	flex: 1;
	width: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 48px;
}

._operation_keyboard_right div {

	height: 110px;
	width: 100%;
	font-size: 24px;
	color: #fff;
	text-align: center;
	background-color: #F7A02F;
	border-radius: 40px;
	line-height: 110px;
	font-weight: bold;
	overflow: hidden;
}

._operation_keyboard_right>div:last-child>span {
	position: relative;
	left: -31px;
	top: 22px;
	display: inline-block;
	writing-mode: vertical-rl;
	text-orientation: upright;
	letter-spacing: 17px
}

.calcu_ctet_calculator ._notice {
	width: 219px;
	height: 48px;
	border: 2px solid #000;
	margin: 0 auto;
	font-size: 14px;
	border-radius: 40px;
	text-align: center;
	line-height: 45px;
	color: #000;
}

.calcu_ctet_info {
	margin-top: 80px;
	transition: 0.5 all ease;
	opacity: 0;
	visibility: hidden;
}

.calcu_ctet_info.active {
	opacity: 1;
	visibility: visible;
}

.calcu_ctet_info p {
	font-size: 23px;
	color: #000;
	font-family: 'FZQKBYSJW--GB1-0', cursive;
	font-weight: 400;
}

.calcu_ctet_info p .num1 {
	font-size: 36px;
	color: #AD0000;
}

.calcu_ctet_info p .num2 {
	font-size: 28px;
	color: #467831;
}