@font-face {
    font-display: block;
    font-family: "bootstrap-icons";
    src: url("../bootstrap4/fonts/bootstrap-icons.woff2?2ab2cbbe07fcebb53bdaa7313bb290f2") format("woff2"),
    url("../bootstrap4/fonts/bootstrap-icons.woff?2ab2cbbe07fcebb53bdaa7313bb290f2") format("woff");
}
.el_sider_hide::before{
    content: "";
    width: 315px;
    height: 1px;
}
.el_container {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px !important;
  /* justify-content: flex-end; */
}

.el_container > .el_sider, .el_container .el_main {
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(110, 110, 110, 0.1);
  border-radius: 5px;
}

.el_container > .el_sider {
  width: 315px;
  height: 555px;
}

.el_container > .el_sider.active_fix {
  position: fixed !important;
  top: 2px;
  /* left: 0; */
}

.el_container > .el_main {
  margin-left: 20px;
  width: 865px;
  overflow: hidden;
}

.el_container > .el_main > .el_ctet {
  display: flex;
  justify-content: center;
  padding-top: 13px;
  flex-direction: column;
}

.el_container > .el_main .datapager {
  margin-top: -15px;
}

.el_container .el_filter {
  padding: 15px 10px;
}

.el_container .el_filter > div {
  margin-bottom: 0px;
}

.el_container .el_filter .btn_zone {
  margin-top: 45px;
}

.el_container .el_filter > div:first-child label {
  padding-top: 0 !important;
}

.el_container .el_filter label {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px !important;
  padding-left: 10px;
  /* line-height: 40px; */
  padding-top: 23px;
  padding-bottom: 11px;
  font-size: 15px;
  position: relative;
  top: 4px;
}

.el_container .el_filter input {
  height: 40px !important;
  font-size: 14px;
  padding-left: 35px;
}

.el_container .btn_zone {
  display: flex;
  justify-content: center;
}

.el_container .btn_zone button {
  background-color: #129979;
  width: 50%;
  height: 35px;
  border-radius: 40px;
  color: #fff;
  font-size: 16px;
  box-shadow: 1px 4px 4px rgba(110, 110, 110, 0.2);
  /* font-weight: bold; */
}

.el_container .btn_zone button:hover {
  background-color: #14a784;
}

.el_container .btn_zone button:active {
  background-color: #1ab994;
}

.el_container .input-group {
  position: relative;
}

.el_container .input-group .input_ico {
  position: absolute;
  z-index: 10;
  left: 10px;
  top: 8px;
}

.el_container .input-group .btn-default {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 35px;
  color: #495057;
  height: 40px;
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 0 0 8px 8px !important;
}

.el_container .input-group .dropdown {
  /* border: 1px solid #ced4da; */
  /* height: 40px; */
}

.el_container .input-group .dropdown #cur_select {
  width: 100%;
  display: block;
  text-align: left;
}

.el_container .input-group .dropdown-menu {
  padding: 0 10px;
  width: 700px !important;
  max-height: 500px;
  overflow-y: auto;
  text-align: right;
  color: #495057;
  padding: 0 !important;
  box-shadow: 1px 1px 2px 2px rgba(110, 110, 110, 0.1);
}

.el_container .input-group .dropdown-menu .select_btn a {
  display: block;
  height: 26px;
  line-height: 26px;
  width: 100%;
  overflow: hidden;
  text-align: left;
}

.el_container .input-group .dropdown,
.el_container .input-group .btn-default,
.el_container .input-group .dropdown-menu {
  width: 100%;
  font-size: 14px;
}

.el_container .input-group .dropdown-menu a {
  font-size: 15px;
  display: block;
  padding: 0 15px;
}

.el_container .input-group .dropdown-menu a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #767676FF;
}

.el_container .input-group .dropdown-toggle::after {
  border: none;
  font-family: bootstrap-icons !important;
  content: '\F282';
  font-size: 18px;
  color: #000;
}

.el_container .input-group input {
  border: 1px solid #000;
  height: 40px;
}

.el_container .input-group input:focus {
  border: 1px solid #80BDFFFF;
}

.el_container .input-group .btn-default:focus {
  border: 1px solid #80BDFFFF;
}

.el_container .input-group input, .el_container .input-group .dropdown {
  color: #495057;
  border-radius: 0 0 8px 8px !important;
  box-shadow: 1px 3px 3px rgba(110, 110, 110, 0.1);
}
.el_container textarea {
	width: 100%;
	height: 100%;
}

.el_container textarea {
	width: 100%;
	height: 100%;
	color: #495057;
	font-size: 1rem;
	border-radius: 0 0 8px 8px !important;
	box-shadow: 1px 3px 3px rgba(110, 110, 110, 0.1);
	border: 1px solid #000;
	padding: 8px;
}
/* WebKit browsers  */
.el_container textarea::-webkit-input-placeholder {
    color: #6C757D;
}
/*  Mozilla Firefox 4-18使用伪类 */
.el_container textarea:-moz-placeholder {
  color: #6C757D;
}
/* Mozilla Firefox 19+ 使用伪元素  */
.el_container textarea::-moz-placeholder { 
  color: #6C757D;
}
/* IE10使用伪类 */
.el_container textarea:-ms-input-placeholder {
  color: #6C757D;
}
.row1_zone{
  width: 100%;
  height: 340px;
  display: flex;
  justify-content: space-between;
}
.cbam_banner{
  width: 600px;
  height: 100%;
}
.cbam_content{
  width: 600px;
  height: 100%;
  background-color: #fff;
  padding: 20px 30px;
}
.cbam_content h1{
  font-size: 40px;
  font-weight: bold;
  color: var(--primary-color);
  position: relative;
  padding-left: 19px;
  padding-bottom: 8px;
}
.cbam_content h1 .right_cbam{
  width: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-60%);
}
.cbam_content h2,
.cbam_content p{
  font-size: 15px;
  line-height: 22px;
}
.cbam_content h2{
  color: var(--primary-color);
  font-weight: bold;
}
.cbam_content .line{
  width: 20px;
  height: 2px;
  background-color: var(--primary-color);
  margin: 10px 0;
}
.row2_zone{
  width: 100%;
  height: 250px;
  position: relative;
  background-color: #fff;
}
.row2_zone::before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(247,255,251,0.5);
}
.row2_zone div,
.row2_zone button{
  position: relative;
  z-index: 1;
}
.cbam_global{
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.row2_zone_ctet{
  width: 500px;
  height: 112px;
  padding-top: 40px;
  padding-left: 35px;
}
.row2_zone_ctet h1{
  font-size: 33px;
  color: #005843;
  padding-bottom: 15px;
  font-weight: bold;
}
.row2_zone_ctet p{
  color: #676767;
  font-size: 16px;
}
.row2_zone a{
  display: block;
  width: 280px;
  height: 60px;
  position: absolute;
  left: 600px;
  bottom: 30px;
}
.row2_zone a button{
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 4px;
}
.row2_zone a button:hover{
  background-color: var(--primary-color-hover);
}
.row2_zone a button:active{
  background-color: var(--primary-color-active);
}
.row3_zone{
  width: 100%;
  height: 390px;
  background-color: #fff;
  overflow: hidden;
}
.row3_zone h1{
  font-size: 24px;
  width: 100px;
  height: 38px;
  color: #000;
  margin: 30px auto;
  position: relative;
}
.row3_zone h1::after{
  content: '';
  width: 65%;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: -1px;
  background-color: var(--primary-color);
  transform: translateX(-50%);
} 
.row3_zone_content{
  display: flex;
  height: 245px;
}
.row3_zone_content>div{
  flex: 1;
  border-right: 2px solid rgba(38,171,91,0.2);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.row3_zone_content>div:last-child{
  border-right:none
}
.row3_zone_content ._content_num{
  color: #26AB5B;
  font-size: 15px;
  text-align: center;
  margin-bottom: 18px;
  margin-top: 10px;
}
.row3_zone_content ._content_label{
  color: #525252;
  font-size: 15px;
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: bold;
}
.row3_zone_content ._content_icon{
  text-align: center;
  height: 60px;
}
.row3_zone_content ._content_icon img{
  width: 100%;
}
.row3_zone_content ._content_info{
  color: #929292;
  font-size: 14px;
  width: 160px;
}
._content_circle{
  width: 32px;
  height: 32px;
  border: 1px solid rgba(38,171,91,0.5);
  border-radius: 50%;
  color: #26AB5B;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%,-50%);
  background-color: #fff;
}
._content_circle i{
  font-weight: bold;
  font-size: 13px;
}